/*!
 * Theme Name:  The Spot
 * Theme URI:   https://themeofthecrop.com/theme/the-spot/
 * Description: A confident, vibrant theme for bars, gastropubs, destination restaurants and any venue with an active vibe.
 * Version:     1.2.5
 * Author:      Theme of the Crop
 * Author URI:  https://themeofthecrop.com
 * Tags:        one-column,two-columns,right-sidebar,responsive-layout,custom-colors,custom-header,custom-menu,featured-images,full-width-template,microformats,sticky-post,theme-options,threaded-comments,translation-ready
 * Text Domain: thespot
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
@font-face {
  font-family: 'socicon';
  src: url('assets/fonts/socicon-webfont.eot');
  src: url('assets/fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'), url('assets/fonts/socicon-webfont.woff') format('woff'), url('assets/fonts/socicon-webfont.ttf') format('truetype'), url('assets/fonts/socicon-webfont.svg#sociconregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.social-icons a:before {
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-family: 'socicon' !important;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.social-icons a:empty {
  width: 32px;
}
.social-icons a[href*="easid.cc"]::before {
  content: "5";
}
.social-icons a[href*="twitter.com"]::before {
  content: "a";
}
.social-icons a[href*="facebook.com"]::before {
  content: "b";
}
.social-icons a[href*="google.com"]::before {
  content: "c";
}
.social-icons a[href*="pinterest.com"]::before {
  content: "d";
}
.social-icons a[href*="foursquare.com"]::before {
  content: "e";
}
.social-icons a[href*="yahoo.com"]::before {
  content: "f";
}
.social-icons a[href*="skype:"]::before {
  content: "g";
}
.social-icons a[href*="yelp.com"]::before {
  content: "h";
}
.social-icons a[href*="feedburner.com"]::before {
  content: "i";
}
.social-icons a[href*="linkedin.com"]::before {
  content: "j";
}
.social-icons a[href*="viadeo.com"]::before {
  content: "k";
}
.social-icons a[href*="xing.com"]::before {
  content: "l";
}
.social-icons a[href*="myspace.com"]::before {
  content: "m";
}
.social-icons a[href*="soundcloud.com"]::before {
  content: "n";
}
.social-icons a[href*="spotify.com"]::before {
  content: "o";
}
.social-icons a[href*="grooveshark.com"]::before {
  content: "p";
}
.social-icons a[href*="last.fm"]::before {
  content: "q";
}
.social-icons a[href*="youtube.com"]::before {
  content: "r";
}
.social-icons a[href*="vimeo.com"]::before {
  content: "s";
}
.social-icons a[href*="dailymotion.com"]::before {
  content: "t";
}
.social-icons a[href*="vine.com"]::before {
  content: "u";
}
.social-icons a[href*="flickr.com"]::before {
  content: "p";
}
.social-icons a[href*="500px.com"]::before {
  content: "w";
}
.social-icons a[href*="instagram.com"]::before {
  content: "x";
}
.social-icons a[href*="wordpress.com"]::before {
  content: "y";
}
.social-icons a[href*="wordpress.org"]::before {
  content: "y";
}
.social-icons a[href*="tumblr.com"]::before {
  content: "z";
}
.social-icons a[href*="blogger.com"]::before {
  content: "A";
}
.social-icons a[href*="technorati.com"]::before {
  content: "B";
}
.social-icons a[href*="reddit.com"]::before {
  content: "C";
}
.social-icons a[href*="dribbble.com"]::before {
  content: "D";
}
.social-icons a[href*="stumbleupon.com"]::before {
  content: "E";
}
.social-icons a[href*="digg.com"]::before {
  content: "F";
}
.social-icons a[href*="envato.com"]::before {
  content: "G";
}
.social-icons a[href*="behance.net"]::before {
  content: "H";
}
.social-icons a[href*="delicious.com"]::before {
  content: "I";
}
.social-icons a[href*="deviantart.com"]::before {
  content: "J";
}
.social-icons a[href*="forrst.com"]::before {
  content: "K";
}
.social-icons a[href*="play.com"]::before {
  content: "L";
}
.social-icons a[href*="zerply.com"]::before {
  content: "M";
}
.social-icons a[href*="wikipedia.com"]::before {
  content: "N";
}
.social-icons a[href*="apple.com"]::before {
  content: "O";
}
.social-icons a[href*="flattr.com"]::before {
  content: "P";
}
.social-icons a[href*="github.com"]::before {
  content: "Q";
}
.social-icons a[href*="github.io"]::before {
  content: "Q";
}
.social-icons a[href*="chime.in"]::before {
  content: "R";
}
.social-icons a[href*="friendfeed.com"]::before {
  content: "S";
}
.social-icons a[href*="newsvine.com"]::before {
  content: "T";
}
.social-icons a[href*="identi.ca"]::before {
  content: "U";
}
.social-icons a[href*="bebo.com"]::before {
  content: "V";
}
.social-icons a[href*="zynga.com"]::before {
  content: "W";
}
.social-icons a[href*="steampowered.com"]::before {
  content: "X";
}
.social-icons a[href*="xbox.com"]::before {
  content: "Y";
}
.social-icons a[href*="windows.com"]::before {
  content: "Z";
}
.social-icons a[href*=".live.com"]::before {
  content: "Z";
}
/* Outlook skipped. It's not clear what domain it would be attached to */
.social-icons a[href*="coderwall.com"]::before {
  content: "2";
}
.social-icons a[href*="tripadvisor.co"]::before {
  content: "3";
}
.social-icons a[href*="netcod.es"]::before {
  content: "4";
}
.social-icons a[href*="lanyrd.com"]::before {
  content: "7";
}
.social-icons a[href*="slideshare.net"]::before {
  content: "8";
}
.social-icons a[href*="bufferapp.com"]::before {
  content: "9";
}
.social-icons a[href*=".rss"]::before {
  content: ",";
}
.social-icons a[href*="vk.com"]::before {
  content: ";";
}
.social-icons a[href*="disqus.com"]::before {
  content: ":";
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 970px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
.screen-reader-text,
.rtb-booking-form fieldset.location legend,
.rtb-booking-form .reservation legend,
.rtb-booking-form .contact legend,
.ui-datepicker-prev > span,
.ui-datepicker-next > span {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -2000px;
}
.screen-reader-text:focus,
.rtb-booking-form fieldset.location legend:focus,
.rtb-booking-form .reservation legend:focus,
.rtb-booking-form .contact legend:focus,
.ui-datepicker-prev > span:focus,
.ui-datepicker-next > span:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  padding: 15px 23px 14px;
  position: absolute;
  left: 5px;
  top: 5px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}
html {
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
}
body {
  position: relative;
  margin: 0;
  padding-top: 48px;
  background-color: #222;
}
@media (min-width: 768px) {
  body {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    padding-top: 0;
  }
}
#thespot-background-screen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0;
  z-index: -1;
}
a {
  color: #ec8e07;
  text-decoration: none;
}
a:hover,
a:focus {
  color: rgba(0, 0, 0, 0.54);
}
#main {
  background: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  #main {
    margin: 62px auto 16px;
    box-shadow: 0 0 10px #000;
  }
}
.content-area {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .content-area {
    margin-bottom: 0;
  }
}
#secondary .widget-area {
  max-width: 300px;
  margin: 0 auto;
}
.post,
.error-404 {
  margin-bottom: 64px;
}
@media screen and (min-width: 768px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
@media screen and (min-width: 783px) {
  body.admin-bar {
    padding-top: 32px;
  }
}
h1 {
  font-size: 48px;
  line-height: 62px;
  margin: 32px 0;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  line-height: 62px;
  margin: 32px 0;
  text-transform: uppercase;
}
h3 {
  font-size: 24px;
  line-height: 48px;
  margin: 32px 0;
  text-transform: uppercase;
}
h4 {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  margin: 32px 0;
}
h5 {
  font-size: 18px;
  line-height: 32px;
  margin: 32px 0;
  text-transform: uppercase;
}
h6 {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  margin: 32px 0;
}
p {
  margin: 32px 0;
}
p:last-child {
  margin-bottom: 0;
}
cite {
  color: rgba(0, 0, 0, 0.54);
}
blockquote {
  font-family: Raleway, Arial, sans-serif;
  font-style: italic;
  color: rgba(0, 0, 0, 0.54);
  margin: 16px;
}
@media (min-width: 480px) {
  blockquote {
    margin: 32px;
  }
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote em {
  font-style: normal;
}
blockquote cite {
  margin-top: 32px;
  display: block;
  text-align: right;
  font-style: normal;
  font-size: 14px;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
}
abbr[title],
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
address {
  display: block;
  font-style: normal;
  margin: 32px;
}
address:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin: 32px 0;
  padding: 0 0 0 32px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
table {
  border: 2px solid #fcdaa9;
  line-height: 32px;
  margin: 32px 0;
}
td,
th {
  padding: 16px;
  vertical-align: top;
  text-align: left;
}
th {
  font-weight: 700;
}
thead th {
  background: #eee;
  background: rgba(255, 255, 255, 0.1);
}
tr {
  border-bottom: 2px solid #fcdaa9;
}
dt {
  font-style: italic;
}
dd {
  margin-top: 32px;
  margin-bottom: 32px;
  margin-top: 0;
  color: rgba(0, 0, 0, 0.54);
  font-family: Raleway, Arial, sans-serif;
  margin-left: 16px;
}
dd:last-child {
  margin-bottom: 0;
}
@media (min-screen: 768px) {
  dd {
    margin-left: 32px;
  }
}
pre {
  width: 100%;
  overflow-x: scroll;
  background: #eee;
  padding: 16px;
  line-height: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 32px 0;
}
img.wp-smiley {
  margin: 0;
}
.aligncenter {
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 16px 16px 0;
}
.alignright {
  float: right;
  margin: 0 0 16px 16px;
}
.wp-caption {
  max-width: 100%;
  width: auto;
  height: auto;
  background: #eee;
  padding: 8px;
}
.wp-caption img {
  margin: 0;
}
.wp-caption .wp-caption-text {
  margin-top: 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
.post-password-form label {
  margin-right: 0.5em;
}
.button {
  font-size: 18px;
  line-height: 48px;
  padding: 0 1em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  color: #ec8e07;
  border: 2px solid #ec8e07;
  border-radius: 5px;
}
.button:hover,
.button:focus {
  color: rgba(0, 0, 0, 0.54);
  border-color: rgba(0, 0, 0, 0.54);
}
.label,
label {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: rgba(0, 0, 0, 0.54);
}
.input {
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  line-height: 44px;
  height: 48px;
  border: 2px solid #ccc;
  background: #eee;
  padding: 0 0.5em;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
.input:hover,
.input:focus {
  border-color: #b3b3b3;
}
input,
textarea,
select {
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  line-height: 44px;
  height: 48px;
  border: 2px solid #ccc;
  background: #eee;
  padding: 0 0.5em;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
}
input:hover,
textarea:hover,
select:hover,
input:focus,
textarea:focus,
select:focus {
  border-color: #b3b3b3;
}
input {
  max-width: 15em;
  font-size: 14px;
}
textarea {
  height: 256px;
  line-height: 32px;
}
select[multiple="multiple"] {
  height: 10em;
}
input[type="checkbox"],
input[type="radio"] {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
input[type="radio"] {
  border-radius: 50%;
}
input[type="file"] {
  padding: 0;
  line-height: 1;
  border: none;
  background: none;
}
input[type="submit"],
input[type="button"],
button {
  font-size: 18px;
  line-height: 48px;
  padding: 0 1em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  color: #ec8e07;
  border: 2px solid #ec8e07;
  border-radius: 5px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
  color: rgba(0, 0, 0, 0.54);
  border-color: rgba(0, 0, 0, 0.54);
}
input[type="submit"],
input[type="button"] {
  height: 54px;
}
input[type="submit"][disabled],
input[type="button"][disabled] {
  color: #777;
  border-color: #777;
  cursor: not-allowed;
}
.search-form input[type="search"] {
  line-height: 48px;
  border: 2px solid #ccc;
  background: #eee;
  padding: 0 0.5em;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.87);
}
.search-form .search-submit {
  font-size: 18px;
  line-height: 48px;
  padding: 0 1em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  color: #ec8e07;
  border: 2px solid #ec8e07;
  border-radius: 5px;
  width: auto;
}
.search-form .search-submit:hover,
.search-form .search-submit:focus {
  color: rgba(0, 0, 0, 0.54);
  border-color: rgba(0, 0, 0, 0.54);
}
.nav-links {
  margin: 64px 0 128px;
}
.nav-links:before,
.nav-links:after {
  content: " ";
  display: table;
}
.nav-links:after {
  clear: both;
}
.nav-links:before,
.nav-links:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav-links:after {
  clear: both;
}
@media (min-width: 992px) {
  .nav-links {
    margin: 0;
  }
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}
.nav-links .dashicons {
  line-height: 32px;
}
.form-error {
  color: red;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.ui-datepicker {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 8px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  position: absolute;
  top: 8px;
  cursor: pointer;
  cursor: hand;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  position: absolute;
  left: -9999px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 32px;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker-prev {
  left: 8px;
}
.ui-datepicker-prev:after {
  content: "\f341";
}
.ui-datepicker-next {
  right: 8px;
}
.ui-datepicker-next:after {
  content: "\f345";
}
.ui-datepicker-title {
  font-size: 14px;
  text-align: center;
}
.ui-datepicker-calendar {
  margin: 0;
  border: none;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
  padding: 8px;
  line-height: 24px;
}
.ui-datepicker-calendar tr {
  border: none;
}
.site-header {
  text-align: center;
}
.site-header .home-link {
  display: none;
}
@media (min-width: 768px) {
  .site-header .home-link {
    display: inline-block;
    font-size: 48px;
    line-height: 62px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding: 32px 16px 0;
  }
  .site-header .home-link:hover,
  .site-header .home-link:focus {
    color: #ec8e07;
  }
}
.site-header .home-link img {
  max-height: 100px;
  margin: 0;
}
.main-navigation {
  font-family: Raleway, Arial, sans-serif;
  text-transform: uppercase;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
  -ms-overflow-y: auto;
}
@media (min-width: 768px) {
  .main-navigation {
    position: relative;
    top: auto;
    left: auto;
    overflow-y: visible;
    -ms-overflow-y: visible;
  }
}
.main-navigation.open {
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  max-height: 100%;
}
@media (min-width: 768px) {
  .main-navigation.open {
    overflow-y: visible;
    -ms-overflow-y: visible;
    max-height: none;
  }
}
.main-navigation .collapsed-menu-toggle {
  display: block;
  background: #ec8e07;
  color: #fff;
  position: relative;
  z-index: 1015;
}
.main-navigation .collapsed-menu-toggle:before,
.main-navigation .collapsed-menu-toggle:after {
  content: " ";
  display: table;
}
.main-navigation .collapsed-menu-toggle:after {
  clear: both;
}
.main-navigation .collapsed-menu-toggle:before,
.main-navigation .collapsed-menu-toggle:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.main-navigation .collapsed-menu-toggle:after {
  clear: both;
}
.main-navigation .collapsed-menu-toggle a {
  color: #fff;
}
.main-navigation .collapsed-menu-toggle a:hover,
.main-navigation .collapsed-menu-toggle a:focus {
  color: #ec8e07;
}
.main-navigation .collapsed-menu-toggle .home-link {
  margin-top: 0;
  display: inline-block;
  float: left;
  padding: 0 16px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.main-navigation .collapsed-menu-toggle .home-link:hover,
.main-navigation .collapsed-menu-toggle .home-link:focus {
  background-color: #fff;
}
.main-navigation .collapsed-menu-toggle .home-link img {
  max-height: 32px;
  margin: 8px 0;
  float: left;
}
.main-navigation .collapsed-menu-toggle .control {
  position: relative;
  display: inline-block;
  float: right;
  line-height: 32px;
  min-height: 34px;
  margin: 7px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 5px;
  font-size: 0;
}
@media (min-width: 480px) {
  .main-navigation .collapsed-menu-toggle .control {
    padding-left: 35px;
    font-size: 18px;
  }
}
.main-navigation .collapsed-menu-toggle .control:hover,
.main-navigation .collapsed-menu-toggle .control:focus {
  color: #ec8e07;
  background: #fff;
  text-decoration: none;
}
.main-navigation .collapsed-menu-toggle .control:hover .hamburger span,
.main-navigation .collapsed-menu-toggle .control:focus .hamburger span {
  background: #ec8e07;
}
.main-navigation .collapsed-menu-toggle .control:active {
  background: #fff;
  color: rgba(0, 0, 0, 0.54);
}
.main-navigation .collapsed-menu-toggle .control:active .hamburger span {
  color: rgba(0, 0, 0, 0.54);
}
.main-navigation .collapsed-menu-toggle .hamburger {
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 25px;
  height: 30px;
}
.main-navigation .collapsed-menu-toggle .hamburger span {
  display: block;
  width: 100%;
  height: 4px;
  margin: 4px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .main-navigation .collapsed-menu-toggle {
    display: none;
  }
}
.main-navigation .navbar-nav {
  display: none;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .main-navigation .navbar-nav {
    display: inline-block;
    border: none;
    border-top: 1px solid #fff;
    background: transparent;
  }
}
@media (min-width: 768px) {
  .main-navigation .navbar-nav > li {
    display: inline-block;
  }
}
.main-navigation .navbar-nav > li .dropdown-menu {
  position: relative;
}
@media (min-width: 768px) {
  .main-navigation .navbar-nav > li .dropdown-menu {
    position: absolute;
  }
}
.main-navigation ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.main-navigation ul > li {
  position: relative;
  text-align: left;
}
@media (min-width: 768px) {
  .main-navigation ul > li {
    display: inline-block;
  }
}
.main-navigation ul > li > a {
  display: block;
  padding: 12px 32px;
  line-height: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .main-navigation ul > li > a {
    padding-top: 11px;
  }
}
.main-navigation ul > li:hover > a,
.main-navigation ul > li:focus > a {
  color: #ec8e07;
  background: #fff;
}
.main-navigation ul > li.menu-item-has-children > a:after {
  content: ' ';
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin: 0.25em 0 0.25em 0.25em;
}
.main-navigation ul > li.menu-item-has-children.open > a:after,
.main-navigation ul > li.menu-item-has-children:hover > a:after {
  color: #ec8e07;
}
.main-navigation ul > li > ul {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 1000;
  min-width: 200px;
  background-clip: padding-box;
}
.main-navigation ul > li > ul > li {
  text-align: left;
  display: block;
  background: #fff;
  text-transform: none;
}
.main-navigation ul > li > ul > li > a {
  color: #ec8e07;
}
.main-navigation ul > li > ul > li a {
  color: rgba(0, 0, 0, 0.54);
}
.main-navigation ul .open {
  background-color: #fff;
}
.main-navigation ul .open > .dropdown-menu {
  display: block;
}
.main-navigation ul .open > a {
  color: #ec8e07;
  outline: 0;
}
.main-navigation ul .open li:hover,
.main-navigation ul .open li:focus {
  background-color: #ec8e07;
}
.social-menu {
  display: none;
  text-align: left;
  text-transform: none;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 0;
}
@media (min-width: 768px) {
  .social-menu {
    padding: 0;
    display: block;
    background: transparent;
    text-align: center;
  }
}
.social-menu ul {
  margin-left: 28px;
}
@media (min-width: 768px) {
  .social-menu ul {
    margin: 0;
  }
}
.social-menu ul li.menu-item {
  display: inline-block;
  line-height: 48px;
  margin: 0 4px;
}
.social-menu ul li.menu-item:hover,
.social-menu ul li.menu-item:focus {
  background: none;
}
.social-menu ul li.menu-item a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  background: #ec8e07;
  color: #fff;
  border-radius: 50%;
}
.social-menu ul li.menu-item a:hover,
.social-menu ul li.menu-item a:focus {
  background: #fff;
  color: #777;
}
.open .social-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.admin-bar .navbar.fixed {
  top: 46px;
}
@media screen and (max-width: 600px) {
  .admin-bar .navbar.fixed {
    top: 0;
  }
}
#colophon {
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #fff;
}
@media (min-width: 768px) {
  #colophon {
    width: 750px;
    padding: 16px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  #colophon {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #colophon {
    width: 970px;
  }
}
#colophon .container {
  padding: 0;
}
#colophon .utility {
  text-align: center;
  margin: 0;
}
#colophon .utility ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 16px;
}
#colophon .utility ul:before,
#colophon .utility ul:after {
  content: " ";
  display: table;
}
#colophon .utility ul:after {
  clear: both;
}
#colophon .utility ul:before,
#colophon .utility ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#colophon .utility ul:after {
  clear: both;
}
@media (min-width: 768px) {
  #colophon .utility ul {
    display: inline-block;
    border-bottom: 1px solid #fcdaa9;
  }
}
#colophon .utility li {
  display: block;
  width: 50%;
  float: left;
  padding: 0;
}
@media (min-width: 768px) {
  #colophon .utility li {
    display: inline-block;
    width: auto;
    float: none;
  }
}
@media (min-width: 992px) {
  #colophon .utility li {
    padding: 0 16px;
  }
}
#colophon .utility a {
  display: block;
  padding: 8px 0 9px;
  font-size: 14px;
  line-height: 30px;
  color: #ec8e07;
  text-decoration: none;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-height: 64px;
}
#colophon .utility a:hover,
#colophon .utility a:focus {
  color: rgba(0, 0, 0, 0.87);
}
@media (min-width: 480px) {
  #colophon .utility a {
    padding: 16px 0 17px;
  }
}
@media (min-width: 768px) {
  #colophon .utility a {
    font-size: 18px;
    border: none;
    border-bottom: 2px solid transparent;
    max-height: auto;
    padding: 16px;
  }
}
#colophon .utility .current a {
  color: #fff;
  background: #ec8e07;
}
@media (min-width: 768px) {
  #colophon .utility .current a {
    border-color: #fcdaa9;
    color: rgba(0, 0, 0, 0.54);
    background: transparent;
  }
}
@media (max-width: 767px) {
  #colophon.panels-1 .utility ul li,
  #colophon.panels-3 .utility ul li {
    float: left;
    width: 33%;
  }
  #colophon.panels-1 .utility ul li:nth-child(2),
  #colophon.panels-3 .utility ul li:nth-child(2) {
    width: 34%;
  }
  #colophon.panels-1 .utility ul li a,
  #colophon.panels-3 .utility ul li a {
    padding: 16px 0 17px;
  }
}
@media (max-width: 479px) {
  #colophon.panels-1 .utility ul li,
  #colophon.panels-3 .utility ul li {
    float: none;
    width: 100%;
  }
  #colophon.panels-1 .utility ul li:nth-child(2),
  #colophon.panels-3 .utility ul li:nth-child(2) {
    width: 100%;
  }
  #colophon.panels-1 .utility ul li a,
  #colophon.panels-3 .utility ul li a {
    padding: 4px 0;
  }
}
#colophon .panel {
  display: none;
}
#colophon .panel:before,
#colophon .panel:after {
  content: " ";
  display: table;
}
#colophon .panel:after {
  clear: both;
}
#colophon .panel:before,
#colophon .panel:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#colophon .panel:after {
  clear: both;
}
#colophon .panel.current {
  display: block;
}
@media (min-width: 768px) {
  #colophon .panel.current {
    padding: 16px;
  }
}
#colophon .panel.booking,
#colophon .panel.review,
#colophon .panel.contact {
  padding: 16px;
}
#colophon .panel .widget:first-child h3 {
  margin-top: 0;
}
#colophon .panel .row {
  margin: 0;
}
html.home.page,
body.home.page {
  height: 100%;
  overflow: hidden;
}
body.home.page {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.home.page #main {
  padding: 0;
}
.home.page .call-to-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .home.page .call-to-action {
    top: 60%;
  }
}
.home.page .call-to-action .phrase {
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .home.page .call-to-action .phrase {
    font-size: 72px;
    line-height: 62px;
  }
}
.home.page .call-to-action .button {
  line-height: 40px;
  margin: 32px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.home.page .call-to-action .button:hover {
  color: #fff;
  border-color: #fff;
}
@media (min-width: 768px) {
  .home.page .call-to-action .button {
    font-size: 24px;
    line-height: 62px;
  }
}
.home.page #colophon {
  position: absolute;
  top: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .home.page #colophon {
    width: 750px;
    margin-left: -375px;
    left: 50%;
  }
}
@media (min-width: 992px) {
  .home.page #colophon {
    width: 970px;
    margin-left: -485px;
  }
}
@media (min-width: 1200px) {
  .home.page #colophon {
    width: 970px;
    margin-left: -485px;
  }
}
#shadow-cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #000;
  z-index: 1010;
}
#close-colophon {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: none;
  z-index: 1020;
  cursor: pointer;
  cursor: hand;
}
#close-colophon:after {
  content: '\00D7';
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #ec8e07;
  color: #fff;
  border-bottom: 1px solid #777;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  position: relative;
}
#close-colophon:hover:after,
#close-colophon:focus:after {
  background: #222;
}
#close-colophon:active:after {
  top: 1px;
  border: none;
}
.gallery-item {
  position: relative;
  margin: 0;
}
@media (min-width: 480px) {
  .gallery-item {
    float: left;
  }
}
.gallery-icon {
  text-align: center;
}
@media (min-width: 480px) {
  .gallery-icon {
    margin: 4px;
  }
}
@media (min-width: 768px) {
  .gallery-icon {
    margin: 8px;
  }
}
.gallery-icon a,
.gallery-icon img {
  margin: 0;
}
.gallery figcaption,
.gallery-caption {
  position: absolute;
  left: -4000px;
  top: 0;
}
.gallery-columns-1 .gallery-item {
  float: none;
}
.gallery-columns-1 .gallery-icon {
  margin: 0;
}
@media (min-width: 480px) {
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-3 .gallery-item {
    width: 33%;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-6 .gallery-item {
    width: 16%;
  }
  .gallery-columns-7 .gallery-item {
    width: 14%;
  }
  .gallery-columns-8 .gallery-item {
    width: 12%;
  }
  .gallery-columns-9 .gallery-item {
    width: 11%;
  }
}
@media (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    width: 345px;
  }
  .gallery-columns-3 .gallery-item {
    width: 230px;
  }
  .gallery-columns-4 .gallery-item {
    width: 172px;
  }
  .gallery-columns-5 .gallery-item {
    width: 138px;
  }
  .gallery-columns-6 .gallery-item {
    width: 115px;
  }
  .gallery-columns-7 .gallery-item {
    width: 98px;
  }
  .gallery-columns-8 .gallery-item {
    width: 86px;
  }
  .gallery-columns-9 .gallery-item {
    width: 76px;
  }
}
@media (min-width: 992px) {
  .gallery-columns-2 .gallery-item {
    width: 293px;
  }
  .gallery-columns-3 .gallery-item {
    width: 195px;
  }
  .gallery-columns-4 .gallery-item {
    width: 146px;
  }
  .gallery-columns-5 .gallery-item {
    width: 117px;
  }
  .gallery-columns-6 .gallery-item {
    width: 97px;
  }
  .gallery-columns-7 .gallery-item {
    width: 83px;
  }
  .gallery-columns-8 .gallery-item {
    width: 73px;
  }
  .gallery-columns-9 .gallery-item {
    width: 65px;
  }
}
@media (min-width: 992px) {
  .page-template-page-full-width-php .gallery-columns-2 .gallery-item,
  .thespot-sidebar-hide .gallery-columns-2 .gallery-item {
    width: 455px;
  }
  .page-template-page-full-width-php .gallery-columns-3 .gallery-item,
  .thespot-sidebar-hide .gallery-columns-3 .gallery-item {
    width: 303px;
  }
  .page-template-page-full-width-php .gallery-columns-4 .gallery-item,
  .thespot-sidebar-hide .gallery-columns-4 .gallery-item {
    width: 227px;
  }
  .page-template-page-full-width-php .gallery-columns-5 .gallery-item,
  .thespot-sidebar-hide .gallery-columns-5 .gallery-item {
    width: 182px;
  }
  .page-template-page-full-width-php .gallery-columns-6 .gallery-item,
  .thespot-sidebar-hide .gallery-columns-6 .gallery-item {
    width: 151px;
  }
  .page-template-page-full-width-php .gallery-columns-7 .gallery-item,
  .thespot-sidebar-hide .gallery-columns-7 .gallery-item {
    width: 130px;
  }
  .page-template-page-full-width-php .gallery-columns-8 .gallery-item,
  .thespot-sidebar-hide .gallery-columns-8 .gallery-item {
    width: 113px;
  }
  .page-template-page-full-width-php .gallery-columns-9 .gallery-item,
  .thespot-sidebar-hide .gallery-columns-9 .gallery-item {
    width: 101px;
  }
}
#lightbox .lb-image {
  max-width: inherit;
  margin: 0;
}
#lightbox .lb-outerContainer,
#lightbox .lb-image {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#lightbox .lb-container {
  padding: 8px;
}
#lightbox .lb-dataContainer {
  background: #fff;
  padding: 0;
  border-radius: 0;
}
#lightbox .lb-data {
  padding: 0;
}
#lightbox .lb-details {
  padding-left: 8px;
}
#lightbox .lb-caption {
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
}
#lightbox .lb-number {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-style: italic;
  line-height: 32px;
  padding: 0;
}
#lightbox .lb-closeContainer {
  margin-right: 8px;
}
.index .page-title {
  margin-top: 0;
}
.index .term-summary {
  font-size: 24px;
  font-family: Raleway, Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 48px;
  color: rgba(0, 0, 0, 0.54);
}
.index article {
  margin: 64px 0 128px;
}
.index .entry-title {
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 0;
}
.index .sticky-flag {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
.index .sticky-flag .dashicons {
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 32px;
}
.index .featured-image {
  display: block;
}
.index .entry-summary {
  font-size: 24px;
  font-weight: 300;
  line-height: 48px;
}
.index .more a {
  font-size: 18px;
  padding: 0 1em;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  color: #ec8e07;
  border: 2px solid #ec8e07;
  border-radius: 5px;
  display: inline-block;
  line-height: 48px;
}
.index .more a:hover,
.index .more a:focus {
  color: rgba(0, 0, 0, 0.54);
  border-color: rgba(0, 0, 0, 0.54);
}
.content-area {
  word-wrap: break-word;
}
.content-area .entry-title {
  margin-top: 0;
}
.content-area .entry-content:before,
.content-area .entry-content:after {
  content: " ";
  display: table;
}
.content-area .entry-content:after {
  clear: both;
}
.content-area .entry-content:before,
.content-area .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-area .entry-content:after {
  clear: both;
}
.content-area .entry-meta {
  margin-bottom: 32px;
}
.content-area .entry-meta time {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
}
.content-area .entry-meta time.updated {
  color: rgba(0, 0, 0, 0.54);
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-style: normal;
  display: block;
  font-weight: 400;
  font-size: 14px;
}
.content-area .attachment-post-thumbnail {
  margin: 0;
}
.content-area .entry-footer {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
}
.content-area .entry-footer .dashicons {
  width: 14px;
  height: 14px;
  display: inline-block;
  line-height: 32px;
  margin-right: 0.5em;
}
.page-links {
  padding: 0 0.5em;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #fcdaa9;
  width: 50%;
  min-width: 200px;
  margin: 64px auto;
  text-align: center;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.page-links span {
  border-bottom: 2px solid #fcdaa9;
  display: inline-block;
  padding: 0 0.5em;
}
.page-links .page-links-title,
.page-links a span {
  border-color: transparent;
}
#comments {
  margin-top: 64px;
}
#comments .comment-list {
  padding-left: 0;
}
#comments .comment,
#comments .pingback {
  position: relative;
  list-style: none;
  margin: 32px 0;
}
#comments .comment-author:before,
#comments .comment-author:after {
  content: " ";
  display: table;
}
#comments .comment-author:after {
  clear: both;
}
#comments .comment-author:before,
#comments .comment-author:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#comments .comment-author:after {
  clear: both;
}
@media (min-width: 768px) {
  #comments .comment-author {
    line-height: 128px;
  }
}
#comments .comment-author .avatar {
  display: block;
  margin: 0 0 16px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #comments .comment-author .avatar {
    float: left;
    margin: 0 32px 0 0;
  }
}
#comments .comment-author .fn {
  font-weight: 400;
}
#comments .comment-author .says {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 300;
  font-family: Raleway, Arial, sans-serif;
}
#comments .comment-metadata {
  font-size: 14px;
  margin: 16px 0;
}
#comments .comment-metadata a {
  display: block;
}
#comments .reply {
  display: block;
  margin-top: 32px;
}
#comments .comment-reply-link {
  font-size: 18px;
  line-height: 48px;
  padding: 0 1em;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  color: #ec8e07;
  border: 2px solid #ec8e07;
  border-radius: 5px;
}
#comments .comment-reply-link:hover,
#comments .comment-reply-link:focus {
  color: rgba(0, 0, 0, 0.54);
  border-color: rgba(0, 0, 0, 0.54);
}
#comments .children {
  padding-left: 16px;
}
@media (min-width: 480px) {
  #comments .children {
    padding-left: 32px;
  }
}
#comments .depth-4 .children {
  padding-left: 8px;
}
@media (min-width: 480px) {
  #comments .depth-4 .children {
    padding-left: 16px;
  }
}
#comments .bypostauthor > .comment-body {
  padding: 16px;
  background: #eee;
}
@media (min-width: 480px) {
  #comments .bypostauthor > .comment-body {
    padding: 32px;
  }
}
#comments .pingback {
  padding-right: 64px;
  margin-bottom: 32px;
}
#comments .pingback a {
  display: block;
}
#comments .pingback .edit-link {
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}
#comments .pingback .edit-link a {
  display: inline-block;
}
#comments .logged-in-as,
#comments .comment-notes {
  color: rgba(0, 0, 0, 0.54);
  font-family: Raleway, Arial, sans-serif;
  font-style: italic;
}
#comments .required {
  color: red;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-weight: 700;
}
#comments label {
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 48px;
}
#comments .comment-awaiting-moderation {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-style: italic;
}
.widget-area {
  font-size: 14px;
  word-break: break-word;
}
.widget-area .widget {
  margin-bottom: 64px;
}
.widget-area h3 {
  margin: 0;
  line-height: 32px;
}
.widget-area .search-form input[type="search"] {
  margin-bottom: 8px;
  width: 100%;
}
.widget_archive > ul,
.widget_categories > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_nav_menu > ul,
.widget_rss > ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.widget_nav_menu ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.widget_nav_menu ul ul {
  padding-left: 32px;
}
.widget_calendar table {
  width: 100%;
  border: none;
}
.widget_calendar caption {
  text-transform: uppercase;
}
.widget_calendar tr,
.widget_calendar th,
.widget_calendar td {
  padding: 0;
  text-align: center;
  border: none;
}
.widget_calendar thead {
  border: 1px solid #fcdaa9;
}
.widget_calendar tbody {
  border: 1px solid #fcdaa9;
  color: rgba(0, 0, 0, 0.54);
}
.widget_calendar tbody a {
  display: block;
  background: #ec8e07;
  color: #fff;
  font-weight: 700;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}
.widget_rss h3 .rsswidget {
  position: relative;
  display: block;
  margin-right: 14px;
}
.widget_rss h3 .rsswidget img {
  position: absolute;
  margin: 0;
  top: 9px;
  right: -14px;
}
.widget_rss li {
  margin-bottom: 32px;
}
.widget_rss li .rsswidget {
  display: block;
}
.widget_rss li .rss-date {
  display: block;
  color: rgba(0, 0, 0, 0.54);
  font-style: italic;
}
.widget_rss li cite {
  display: block;
  text-align: right;
  font-style: italic;
}
.textwidget iframe,
.textwidget img {
  max-width: 100%;
}
.textwidget img {
  height: auto;
}
.ui-datepicker {
  position: absolute;
  top: -9999px;
  width: 16em;
  max-width: 100%;
}
@media (min-width: 767px) {
  .ui-datepicker {
    width: 25em;
  }
}
.ui-datepicker .ui-datepicker-month,
.ui-datepicker .ui-datepicker-year {
  display: inline-block;
  padding: 0.25em 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.1em;
}
.ui-datepicker .ui-datepicker-month:focus,
.ui-datepicker .ui-datepicker-year:focus {
  padding-left: 0.5em;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0.75em;
  width: 2em;
  height: 2em;
  text-align: center;
  cursor: pointer;
}
.ui-datepicker-next {
  left: auto;
  right: 0.75em;
}
.ui-datepicker-title {
  font-weight: bold;
  text-align: center;
}
.ui-datepicker-calendar {
  width: 100%;
}
.ui-datepicker-calendar td {
  padding: 0;
  text-align: center;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar a {
  padding: 0.5em 0.25em;
  text-align: center;
}
@media (min-width: 767px) {
  .ui-datepicker-calendar th,
  .ui-datepicker-calendar a {
    padding: 1em 0.5em;
  }
}
.ui-datepicker-calendar tbody tr {
  border-top: 1px solid;
}
.ui-datepicker-calendar tbody tr:first-child {
  border-top: none;
}
.ui-datepicker-calendar a {
  display: block;
  line-height: 1em;
  text-decoration: none;
  opacity: 0.8;
}
.ui-datepicker-calendar a:hover,
.ui-datepicker-calendar a:focus {
  opacity: 1;
}
.fdm-menu.clearfix {
  margin-top: 64px;
}
.fdm-menu .fdm-item-panel {
  margin-bottom: 32px;
}
.fdm-menu .fdm-section-header {
  border: none;
}
.fdm-menu .fdm-section h3 {
  font-size: 36px;
  line-height: 62px;
  margin: 0;
}
.fdm-menu img {
  margin: 0 32px 32px 0;
  display: block;
  float: none;
  width: auto;
}
@media (min-width: 480px) {
  .fdm-menu img {
    margin: 0 32px 0 0;
    width: 25%;
    float: left;
  }
}
.fdm-menu .fdm-item {
  margin-bottom: 64px;
}
.fdm-menu .fdm-item-has-image .fdm-item-title,
.fdm-menu .fdm-item-has-image .fdm-item-price,
.fdm-menu .fdm-item-has-image .fdm-item-panel p,
.fdm-menu .fdm-item-has-image .fdm-item-panel .fdm-menu-item-flags {
  padding-left: 0;
}
.fdm-menu .fdm-item-price-wrapper {
  position: relative;
  text-align: left;
  white-space: normal;
  margin-bottom: 32px;
  width: 100%;
}
@media (min-width: 480px) {
  .fdm-menu .fdm-item-price-wrapper {
    position: absolute;
    width: 20%;
    text-align: right;
    top: 0;
    right: 0;
    white-space: nowrap;
  }
}
.fdm-menu .fdm-item .fdm-item-title,
.fdm-menu .fdm-item-price-wrapper {
  font-family: Raleway, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
}
.fdm-menu .fdm-item-panel p,
.fdm-menu .fdm-item-src-name p {
  margin-bottom: 0;
}
.fdm-menu .fdm-item-content {
  color: rgba(0, 0, 0, 0.54);
}
.fdm-menu .fdm-flag {
  margin: 16px 0.5em 16px 0;
  font-size: 14px;
}
.fdm-menu .fdm-item-special {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin: 16px 16px 0 0;
  text-align: center;
  padding: 0 0.5em;
}
.fdm-menu .fdm-menu-item-flags {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.fdm-menu .fdm-item-offer {
  background: #ec8e07;
}
.fdm-menu .fdm-item-sale {
  background: #86D80A;
}
.fdm-menu .fdm-item-featured {
  background: #0A6DD8;
}
.fdm-menu .fdm-src-panel {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .fdm-menu .fdm-item-src-name {
    width: 40%;
  }
}
.fdm-menu .fdm-src-has-map .fdm-item-src-name {
  padding: 0 32px;
}
@media (min-width: 480px) {
  .fdm-menu .fdm-src-has-map .fdm-item-src-name {
    width: 75%;
    padding-left: 32px;
  }
}
@media (min-width: 768px) {
  .fdm-menu .fdm-src-has-map .fdm-item-src-name {
    padding-right: 35%;
    margin-top: 32px;
  }
}
.fdm-menu .fdm-item-src-desc {
  font-family: Raleway, Arial, sans-serif;
  line-height: 24px;
  font-style: italic;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
}
.fdm-menu .fdm-item-src-name .src-title {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.54);
}
.fdm-menu .fdm-item-src-map {
  border-radius: 50%;
  width: 75%;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .fdm-menu .fdm-item-src-map {
    width: 25%;
    max-width: 100%;
  }
}
.fdm-menu.fdm-columns-2 .fdm-item-title,
.fdm-menu.fdm-columns-2 .fdm-item-price-wrapper {
  font-size: 18px;
}
.fdm-menu.fdm-columns-2 .fdm-item-content {
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .fdm-menu.fdm-columns-2 .fdm-item-src-name {
    width: 50%;
  }
}
.fdm-menu.fdm-columns-2 .fdm-item-src-name .src-title,
.fdm-menu.fdm-columns-2 .fdm-item-src-desc {
  font-size: 14px;
}
.fdm-menu.fdm-columns-2 .fdm-src-has-map .fdm-item-src-name {
  margin-top: 0;
  width: 75%;
  padding-right: 20%;
}
@media (min-width: 768px) {
  .single-fdm-menu .fdm-columns-1 .fdm-src-has-map .fdm-item-src-name,
  .page-template-default .fdm-columns-1 .fdm-src-has-map .fdm-item-src-name {
    margin-top: 16px;
  }
}
.widget-area .fdm-menu {
  margin-top: 0;
}
.widget-area .fdm-section-header h3 {
  font-size: 24px;
  line-height: 48px;
}
.widget-area .fdm-item {
  margin-bottom: 32px;
}
.widget-area .fdm-menu .fdm-item-image {
  float: none;
  width: 100%;
  margin: 0 0 16px 0;
  max-width: 320px;
}
.widget-area .fdm-item .fdm-item-title,
.widget-area .fdm-item-price-wrapper {
  font-size: 18px;
  position: relative;
  margin-bottom: 0;
  text-align: left;
}
.widget-area .fdm-item .fdm-item-title,
.widget-area .fdm-item-has-price .fdm-item-panel p {
  padding-right: 0;
}
.widget-area .fdm-item-src-name .src-title,
.widget-area .fdm-item-src-desc {
  font-size: 14px;
}
.widget-area .fdm-item-src-name {
  width: 100%;
}
.widget-area .fdm-src-has-map .fdm-item-src-name {
  margin-top: 0;
  width: 75%;
  padding-right: 0;
}
.tax-fdm-menu-section .index .fdm-menu-item {
  margin: 0;
}
.rtb-booking-form form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 32px;
}
.rtb-booking-form form fieldset:before,
.rtb-booking-form form fieldset:after {
  content: " ";
  display: table;
}
.rtb-booking-form form fieldset:after {
  clear: both;
}
.rtb-booking-form form fieldset:before,
.rtb-booking-form form fieldset:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.rtb-booking-form form fieldset:after {
  clear: both;
}
.rtb-booking-form form fieldset.location {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .rtb-booking-form form fieldset {
    margin: 0 0 32px;
    width: 50%;
    float: left;
    padding-right: 32px;
  }
  .rtb-booking-form form fieldset.contact {
    padding-right: 0;
  }
  .rtb-booking-form form fieldset.location,
  .rtb-booking-form form fieldset.message-set,
  .rtb-booking-form form fieldset.optin,
  .rtb-booking-form form fieldset.consent {
    float: none;
    width: 100%;
    clear: both;
    padding-right: 0;
    margin-bottom: 64px;
  }
  .rtb-booking-form form fieldset.location {
    margin-bottom: 0;
  }
}
.rtb-booking-form form fieldset legend {
  padding: 0;
  font-size: 24px;
  line-height: 48px;
  text-transform: uppercase;
}
.rtb-booking-form form fieldset > div {
  margin-top: 32px;
}
.rtb-booking-form form fieldset > div.add-message {
  margin-top: 0;
}
.rtb-booking-form form fieldset > div.add-message a {
  margin-top: 16px;
  display: inline-block;
}
.rtb-booking-form form fieldset > div .rtb-error {
  background: #f00;
  font-size: 14px;
  padding: 16px;
  line-height: 16px;
}
.rtb-booking-form label {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: rgba(0, 0, 0, 0.54);
}
.rtb-booking-form input[type="text"],
.rtb-booking-form input[type="tel"],
.rtb-booking-form input[type="email"] {
  max-width: 100%;
}
.rtb-booking-form .message.message-open {
  float: left;
  clear: both;
  width: 100%;
  margin-top: 16px;
  padding-right: 0;
}
.rtb-booking-form .message.message-open textarea {
  max-width: 100%;
}
.rtb-booking-form form fieldset.optin {
  padding-right: 0;
}
.rtb-booking-form .rtb-checkbox label:not( :first-child ),
.rtb-booking-form .rtb-radio label:not( :first-child ) {
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.rtb-booking-form .mc-optin,
.rtb-booking-form .rtb-confirm {
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  width: 100%;
  line-height: 44px;
  height: 48px;
  border: 2px solid #ccc;
  background: #eee;
  padding: 0 0.5em;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0;
  height: auto;
}
.rtb-booking-form .mc-optin:hover,
.rtb-booking-form .rtb-confirm:hover,
.rtb-booking-form .mc-optin:focus,
.rtb-booking-form .rtb-confirm:focus {
  border-color: #b3b3b3;
}
.rtb-booking-form .mc-optin label,
.rtb-booking-form .rtb-confirm label {
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 10px;
}
.rtb-booking-form .mc-optin {
  float: none;
}
.rtb-booking-form button[type="submit"] {
  width: 100%;
}
@media (min-width: 480px) {
  .rtb-booking-form button[type="submit"] {
    width: auto;
  }
}
.rtb-booking-form .date label,
.rtb-booking-form .time label,
.rtb-booking-form .party label,
.rtb-booking-form .name label,
.rtb-booking-form .email label,
.rtb-booking-form .phone label,
.rtb-booking-form .message label {
  display: inline-block;
}
.rtb-booking-form .location label:before,
.rtb-booking-form .date label:before,
.rtb-booking-form .time label:before,
.rtb-booking-form .party label:before,
.rtb-booking-form .name label:before,
.rtb-booking-form .email label:before,
.rtb-booking-form .phone label:before,
.rtb-booking-form .message label:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 32px;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ec8e07;
}
.rtb-booking-form .location label:before {
  content: "\f230";
}
.rtb-booking-form .date label:before {
  content: "\f508";
}
.rtb-booking-form .time label:before {
  content: "\f469";
}
.rtb-booking-form .party label:before {
  content: "\f307";
}
.rtb-booking-form .name label:before {
  content: "\f464";
}
.rtb-booking-form .email label:before {
  content: "\f466";
}
.rtb-booking-form .phone label:before {
  content: "\f470";
}
.rtb-booking-form .message label:before {
  content: "\f473";
}
#colophon .rtb-booking-form fieldset {
  margin-bottom: 32px;
  float: none;
  width: 100%;
  padding: 0;
}
@media (min-width: 480px) {
  #colophon .rtb-booking-form fieldset > div {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-top: 0;
    position: relative;
  }
  #colophon .rtb-booking-form fieldset > div:last-child {
    margin-right: 0;
  }
  #colophon .rtb-booking-form fieldset > div .rtb-error {
    padding: 8px;
    position: absolute;
    top: 80px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 100;
  }
  #colophon .rtb-booking-form fieldset > div .rtb-error:before {
    border-bottom: 4px solid;
    border-top: none;
  }
  #colophon .rtb-booking-form fieldset > div.add-message {
    display: none;
  }
  #colophon .rtb-booking-form fieldset > div.message {
    position: absolute;
  }
  #colophon .rtb-booking-form fieldset > div.mc-optin,
  #colophon .rtb-booking-form fieldset > div.rtb-confirm {
    float: none;
    width: 100%;
  }
}
.widget-area .rtb-booking-form fieldset {
  margin: 0 0 32px;
  float: none;
  width: 100%;
  padding: 0;
}
.widget-area .rtb-booking-form fieldset.reservation {
  padding: 0;
}
.widget-area .rtb-booking-form fieldset > div {
  float: none;
  width: 100%;
  margin: 16px 0 0;
}
.widget-area .rtb-booking-form fieldset > div .rtb-error {
  position: relative;
  top: auto;
  font-size: 14px;
  border-radius: 0;
}
.widget-area .rtb-booking-form fieldset > div .rtb-error:before {
  border-top: 4px solid;
  border-bottom: none;
}
.widget-area .rtb-booking-form label {
  font-size: 18px;
}
.widget-area .rtb-booking-form .mc-optin label {
  font-size: 14px;
}
.picker__holder {
  -webkit-transform: translateZ(0);
}
.gr-review {
  margin-bottom: 64px;
}
.gr-review .gr-content {
  position: relative;
  background: #eee;
  padding: 32px;
}
.gr-review .gr-content:after {
  content: ' ';
  border-top: 16px solid #eee;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  bottom: -16px;
  right: 12.5%;
  margin-right: -16px;
}
.gr-review .gr-rating-numbers {
  font-weight: 300;
  font-size: 48px;
  line-height: 46px;
  margin-bottom: 16px;
}
.gr-review .gr-rating-stars {
  line-height: 48px;
  color: #ec8e07;
}
.gr-review .gr-rating-stars .dashicons {
  font-size: 32px;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}
.gr-review .gr-review-body {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
}
.gr-review .gr-review-date {
  font-size: 14px;
}
.gr-review .gr-review-url {
  margin-top: 16px;
}
.gr-review .gr-author {
  margin-top: 32px;
}
.gr-review .gr-author-text {
  font-size: 14px;
  padding-right: 16px;
  line-height: 16px;
  margin-top: 16px;
}
@media (min-width: 480px) {
  .gr-review.gr-item-has-image .gr-author-text {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .gr-review.gr-item-has-image .gr-author-text {
    line-height: 32px;
    margin-top: 64px;
  }
}
@media (min-width: 992px) {
  .gr-review.gr-item-has-image .gr-author-text {
    margin-top: 48px;
  }
}
.gr-review .gr-author-name {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 16px;
  padding: 8px 0;
}
.gr-review .gr-author-affiliation {
  line-height: 16px;
}
.gr-review .gr-author-img img {
  margin: 0;
  border-radius: 50%;
  border: 4px solid #777;
  box-shadow: 4px 4px 0 #ec8e07;
}
.index .gr-review {
  margin-bottom: 0;
}
.index .gr-review .gr-content:after {
  display: none;
}
.tax-grfwp-category .grfwp-review {
  margin-bottom: 64px;
}
.widget-area .gr-rating-stars {
  line-height: 32px;
}
.widget-area .gr-rating-stars .dashicons {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.widget-area .gr-review-body {
  font-size: 18px;
  line-height: 24px;
}
.widget-area .gr-review-date {
  font-size: 14px;
  line-height: 32px;
}
.widget-area .gr-item-has-image .gr-author-text {
  margin-top: 16px;
}
.widget-area .gr-author-img img {
  border: 2px solid #777;
  box-shadow: 2px 2px 0 #ec8e07;
}
@media (min-width: 768px) {
  #colophon .gr-item-has-image .gr-content:after,
  .col-md-12 .gr-item-has-image .gr-content:after {
    right: 10%;
  }
  #colophon .gr-item-has-image .gr-author-text,
  .col-md-12 .gr-item-has-image .gr-author-text {
    width: 80%;
  }
  #colophon .gr-item-has-image .gr-author-img,
  .col-md-12 .gr-item-has-image .gr-author-img {
    width: 20%;
  }
}
@media (min-width: 992px) {
  #colophon .gr-item-has-image .gr-content:after,
  .col-md-12 .gr-item-has-image .gr-content:after {
    right: 7.5%;
  }
  #colophon .gr-item-has-image .gr-author-text,
  .col-md-12 .gr-item-has-image .gr-author-text {
    width: 85%;
  }
  #colophon .gr-item-has-image .gr-author-img,
  .col-md-12 .gr-item-has-image .gr-author-img {
    width: 15%;
  }
}
@media (min-width: 992px) {
  #colophon .col-md-4 .gr-review,
  #colophon .col-md-6 .gr-review {
    margin-bottom: 0;
  }
  #colophon .col-md-4 .gr-review .gr-content:after,
  #colophon .col-md-6 .gr-review .gr-content:after {
    right: 12.5%;
  }
  #colophon .col-md-4 .gr-review .gr-author-text,
  #colophon .col-md-6 .gr-review .gr-author-text {
    margin-top: 0;
    width: 75%;
  }
  #colophon .col-md-4 .gr-review .gr-author-img,
  #colophon .col-md-6 .gr-review .gr-author-img {
    width: 25%;
  }
  #colophon .col-md-4 .gr-review .gr-author-img img,
  #colophon .col-md-6 .gr-review .gr-author-img img {
    border: 2px solid #777;
    box-shadow: 2px 2px 0 #ec8e07;
  }
  #colophon .col-md-4 .gr-review .gr-review-body {
    font-size: 18px;
  }
  #colophon .col-md-4 .gr-review .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
}
address.bp-contact-card {
  margin: 0 0 32px;
}
address.bp-contact-card > div {
  margin: 0;
}
.bp-contact-card .bp-name {
  text-transform: uppercase;
  font-weight: 700;
}
.bp-contact-card .bp-address {
  font-family: Raleway, Arial, sans-serif;
  font-style: italic;
  line-height: 24px;
  margin: 4px 0 16px;
}
.bp-contact-card .bp-directions,
.bp-contact-card .bp-phone,
.bp-contact-card .bp-booking,
.bp-contact-card .bp-contact,
.bp-contact-card .bp-opening-hours .bp-title,
.bp-contact-card .bp-opening-hours-brief {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 16px;
}
.bp-contact-card .bp-directions:before,
.bp-contact-card .bp-phone:before,
.bp-contact-card .bp-booking:before,
.bp-contact-card .bp-contact:before,
.bp-contact-card .bp-opening-hours .bp-title:before,
.bp-contact-card .bp-opening-hours-brief:before {
  font-size: 18px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  color: #ec8e07;
}
.bp-contact-card .bp-directions:hover:before,
.bp-contact-card .bp-phone:hover:before,
.bp-contact-card .bp-booking:hover:before,
.bp-contact-card .bp-contact:hover:before,
.bp-contact-card .bp-opening-hours .bp-title:hover:before,
.bp-contact-card .bp-opening-hours-brief:hover:before,
.bp-contact-card .bp-directions:focus:before,
.bp-contact-card .bp-phone:focus:before,
.bp-contact-card .bp-booking:focus:before,
.bp-contact-card .bp-contact:focus:before,
.bp-contact-card .bp-opening-hours .bp-title:focus:before,
.bp-contact-card .bp-opening-hours-brief:focus:before {
  color: rgba(0, 0, 0, 0.87);
}
.bp-contact-card a {
  color: rgba(0, 0, 0, 0.54);
}
.bp-contact-card a:hover,
.bp-contact-card a:focus {
  color: #ec8e07;
}
.bp-contact-card .bp-opening-hours {
  font-size: 14px;
  max-width: 20em;
}
.bp-contact-card .bp-opening-hours .bp-title {
  margin-bottom: 0;
  text-align: left;
}
.bp-contact-card .bp-opening-hours .bp-title:before {
  margin-right: 0.25em;
}
.bp-contact-card .bp-map {
  margin-top: 16px;
}
.bp-contact-card .bp-map img {
  margin: 0;
}
.post-location-single .entry-details-top,
.post-location-summary .entry-details-top {
  background: #eee;
  margin: 0;
  padding: 32px 0;
}
.post-location-single .entry-details-top:before,
.post-location-summary .entry-details-top:before,
.post-location-single .entry-details-top:after,
.post-location-summary .entry-details-top:after {
  content: " ";
  display: table;
}
.post-location-single .entry-details-top:after,
.post-location-summary .entry-details-top:after {
  clear: both;
}
.post-location-single .entry-details-top:before,
.post-location-summary .entry-details-top:before,
.post-location-single .entry-details-top:after,
.post-location-summary .entry-details-top:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-location-single .entry-details-top:after,
.post-location-summary .entry-details-top:after {
  clear: both;
}
.post-location-single .entry-details-top > div,
.post-location-summary .entry-details-top > div {
  padding: 0 32px;
}
.post-location-single .entry-details-top > div > div:last-child,
.post-location-summary .entry-details-top > div > div:last-child {
  margin-bottom: 0;
}
.post-location-single .entry-details-top .bp-name,
.post-location-summary .entry-details-top .bp-name {
  color: #ec8e07;
}
.post-location-single .entry-details-top .bp-name:hover,
.post-location-summary .entry-details-top .bp-name:hover,
.post-location-single .entry-details-top .bp-name:focus,
.post-location-summary .entry-details-top .bp-name:focus {
  color: rgba(0, 0, 0, 0.54);
}
.post-location-single .entry-details-btm,
.post-location-summary .entry-details-btm {
  margin-bottom: 0;
}
.post-location-single .entry-details-btm:before,
.post-location-summary .entry-details-btm:before,
.post-location-single .entry-details-btm:after,
.post-location-summary .entry-details-btm:after {
  content: " ";
  display: table;
}
.post-location-single .entry-details-btm:after,
.post-location-summary .entry-details-btm:after {
  clear: both;
}
.post-location-single .entry-details-btm:before,
.post-location-summary .entry-details-btm:before,
.post-location-single .entry-details-btm:after,
.post-location-summary .entry-details-btm:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-location-single .entry-details-btm:after,
.post-location-summary .entry-details-btm:after {
  clear: both;
}
.post-location-single .entry-details-btm .bp-opening-hours,
.post-location-summary .entry-details-btm .bp-opening-hours {
  margin: 32px auto;
}
.post-location-single .entry-details-btm .bp-title,
.post-location-summary .entry-details-btm .bp-title {
  text-align: center;
}
.post-location-single .entry-content,
.post-location-summary .entry-content {
  margin: 0;
}
.post-location-single .entry-content:before,
.post-location-summary .entry-content:before,
.post-location-single .entry-content:after,
.post-location-summary .entry-content:after {
  content: " ";
  display: table;
}
.post-location-single .entry-content:after,
.post-location-summary .entry-content:after {
  clear: both;
}
.post-location-single .entry-content:before,
.post-location-summary .entry-content:before,
.post-location-single .entry-content:after,
.post-location-summary .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.post-location-single .entry-content:after,
.post-location-summary .entry-content:after {
  clear: both;
}
.post-location-single .entry-content .bp-map,
.post-location-summary .entry-content .bp-map {
  margin: 32px 0;
}
.post-location-single .entry-content .bp-opening-hours,
.post-location-summary .entry-content .bp-opening-hours {
  margin: 32px auto;
}
.post-location-single .entry-content .bp-opening-hours .bp-title,
.post-location-summary .entry-content .bp-opening-hours .bp-title {
  text-align: center;
}
@media (min-width: 768px) {
  .post-location-single .address,
  .post-location-summary .address,
  .post-location-single .links,
  .post-location-summary .links,
  .post-location-single .bp-map,
  .post-location-summary .bp-map,
  .post-location-single .opening-hours,
  .post-location-summary .opening-hours {
    float: left;
    width: 50%;
  }
  .post-location-single .bp-map,
  .post-location-summary .bp-map {
    float: right;
  }
  .post-location-single .opening-hours,
  .post-location-summary .opening-hours {
    padding-right: 32px;
  }
}
.index article.post-location-summary {
  margin: 32px 0;
}
.widget-area .widget_bpfwp_contact_card_widget h3 {
  margin-bottom: 16px;
}
.widget-area .bp-name {
  line-height: 16px;
}
.widget-area .bp-address {
  margin-top: 0;
}
.widget-area .bp-weekday-name {
  width: 35%;
}
.widget-area .bp-times {
  width: 55%;
}
.widget-area .bp-map-info-window {
  width: 150px;
}
#colophon .contact .head {
  background: #eee;
  padding: 32px 0;
}
#colophon .contact .head:before,
#colophon .contact .head:after {
  content: " ";
  display: table;
}
#colophon .contact .head:after {
  clear: both;
}
#colophon .contact .head:before,
#colophon .contact .head:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#colophon .contact .head:after {
  clear: both;
}
#colophon .contact .head > div {
  padding: 0 32px;
}
#colophon .contact .head .bp-contact-card,
#colophon .contact .head .bp-contact,
#colophon .contact .head .bp-directions {
  margin-bottom: 0;
}
#colophon .contact .body {
  padding: 32px 0;
}
#colophon .contact .body:before,
#colophon .contact .body:after {
  content: " ";
  display: table;
}
#colophon .contact .body:after {
  clear: both;
}
#colophon .contact .body:before,
#colophon .contact .body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#colophon .contact .body:after {
  clear: both;
}
#colophon .contact .body .bp-opening-hours {
  margin: 0 auto;
}
#colophon .contact .body .bp-opening-hours .bp-title {
  text-align: center;
}
@media (min-width: 768px) {
  #colophon .contact .address,
  #colophon .contact .links,
  #colophon .contact .opening-hours,
  #colophon .contact .map {
    float: left;
    width: 50%;
  }
  #colophon .contact .opening-hours {
    padding-right: 32px;
  }
}
#colophon .bp-map {
  width: 100%;
  height: 300px;
}
#colophon .bp-locations {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 16px;
}
#colophon .bp-locations a {
  color: rgba(0, 0, 0, 0.54);
}
#colophon .bp-locations a:hover,
#colophon .bp-locations a:focus {
  color: #ec8e07;
}
#colophon .bp-locations:before {
  content: "\f230";
  display: inline-block;
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  color: #ec8e07;
}
#colophon .bp-locations:hover:before,
#colophon .bp-locations:focus:before {
  color: rgba(0, 0, 0, 0.87);
}
.bp-map {
  height: 20em;
  color: #333;
  font-weight: 400;
}
.bp-map a {
  color: #3a84df;
}
.bp-map a:hover {
  text-decoration: underline;
}
.bp-map p {
  margin: 4px;
  line-height: 16px;
  font-weight: 400;
}
.bp-map img {
  max-width: none;
  /* Fixes Google Maps info window close button */
}
.bp-map-info-window {
  width: 200px;
  max-width: 100%;
}
.location-sidebar .bp-map {
  max-height: 10em;
  margin-bottom: 32px;
}
.wpcf7-form {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 300;
  font-style: italic;
  color: rgba(0, 0, 0, 0.54);
}
.wpcf7-form .wpcf7-list-item,
.wpcf7-form .wpcf7-list-item label {
  margin: 0;
  display: block;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
}
.wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 1em;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  border: none;
}
.wpcf7-form .wpcf7-validation-errors {
  background: #0A6DD8;
}
.wpcf7-form .wpcf7-mail-sent-ng,
.wpcf7-form .wpcf7-spam-blocked {
  background: #f00;
}
.wpcf7-form .wpcf7-mail-sent-ok {
  background: #86D80A;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: red;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.wpcf7-form .ajax-loader {
  margin: 0 0 0 16px;
}
.visual-form-builder {
  margin: 0;
}
.visual-form-builder fieldset {
  border: none;
  background: transparent;
  margin: 0 0 32px;
  padding: 0;
}
.visual-form-builder .vfb-legend {
  margin: 0 0 16px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  border: none;
  padding: 0;
}
.visual-form-builder .vfb-legend h3 {
  margin: 0;
}
.visual-form-builder .vfb-section {
  margin: 0 0 16px;
  padding: 0;
}
.visual-form-builder .vfb-item {
  margin-bottom: 32px;
}
.visual-form-builder .vfb-item:before,
.visual-form-builder .vfb-item:after {
  content: " ";
  display: table;
}
.visual-form-builder .vfb-item:after {
  clear: both;
}
.visual-form-builder .vfb-item:before,
.visual-form-builder .vfb-item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.visual-form-builder .vfb-item:after {
  clear: both;
}
.visual-form-builder .vfb-item > div > span > label {
  display: inline-block;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}
.visual-form-builder .vfb-desc {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  padding: 0;
}
.visual-form-builder .vfb-span {
  display: block;
}
.visual-form-builder .vfb-checkbox,
.visual-form-builder .vfb-radio {
  margin-right: 0.25em;
}
.visual-form-builder .vfb-choice {
  display: inline-block;
}
.visual-form-builder label.vfb-error {
  display: block;
  color: red;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.visual-form-builder .vfb-full,
.visual-form-builder .vfb-left,
.visual-form-builder .vfb-right {
  display: block;
  margin-bottom: 16px;
}
.visual-form-builder .vfb-full input[type="text"],
.visual-form-builder .vfb-left input[type="text"],
.visual-form-builder .vfb-right input[type="text"],
.visual-form-builder .vfb-full input[type="url"],
.visual-form-builder .vfb-left input[type="url"],
.visual-form-builder .vfb-right input[type="url"],
.visual-form-builder .vfb-full input[type="phone"],
.visual-form-builder .vfb-left input[type="phone"],
.visual-form-builder .vfb-right input[type="phone"],
.visual-form-builder .vfb-full input[type="number"],
.visual-form-builder .vfb-left input[type="number"],
.visual-form-builder .vfb-right input[type="number"],
.visual-form-builder .vfb-full select,
.visual-form-builder .vfb-left select,
.visual-form-builder .vfb-right select,
.visual-form-builder .vfb-full textarea,
.visual-form-builder .vfb-left textarea,
.visual-form-builder .vfb-right textarea {
  max-width: 100%;
}
.visual-form-builder .vfb-left {
  width: 48%;
  float: left;
}
.visual-form-builder .vfb-right {
  width: 48%;
  float: right;
}
.visual-form-builder .vfb-section-div {
  padding: 16px;
  background: #eee;
  margin-bottom: 32px;
}
.visual-form-builder .vfb-section-div h4 {
  margin-top: 0;
  font-size: 24px;
}
.visual-form-builder .vfb-section-div input {
  background: #fff;
}
.visual-form-builder .vfb-section-div .vfb-item:last-child {
  margin-bottom: 0;
}
.visual-form-builder .vfb-time {
  max-width: 10em;
  display: inline-block;
  margin-right: 1em;
}
.visual-form-builder .vfb-time label {
  display: block;
  text-align: center;
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}
.nf-form-wrap,
.ninja-forms-form-wrap {
  margin-top: 32px;
  margin-bottom: 32px;
}
.nf-form-wrap .field-wrap,
.ninja-forms-form-wrap .field-wrap,
.nf-form-wrap .nf-form-fields-required,
.ninja-forms-form-wrap .nf-form-fields-required,
.nf-form-wrap .ninja-forms-required-items,
.ninja-forms-form-wrap .ninja-forms-required-items {
  margin-bottom: 32px;
}
.nf-form-wrap .label-above label,
.ninja-forms-form-wrap .label-above label {
  margin-bottom: 0;
}
.nf-form-wrap .field-wrap label,
.ninja-forms-form-wrap .field-wrap label {
  font-weight: 300;
}
.nf-form-wrap input,
.ninja-forms-form-wrap input,
.nf-form-wrap select,
.ninja-forms-form-wrap select,
.nf-form-wrap textarea,
.ninja-forms-form-wrap textarea {
  margin-top: 0;
  margin-bottom: 0;
}
.nf-form-wrap.ninja-forms-form-wrap select,
.ninja-forms-form-wrap.ninja-forms-form-wrap select {
  height: 48px;
}
.nf-form-wrap .nf-field-description,
.ninja-forms-form-wrap .nf-field-description,
.nf-form-wrap .ninja-forms-field-description,
.ninja-forms-form-wrap .ninja-forms-field-description {
  font-size: 14px;
}
.nf-form-wrap .nf-field-description p:first-child,
.ninja-forms-form-wrap .nf-field-description p:first-child,
.nf-form-wrap .ninja-forms-field-description p:first-child,
.ninja-forms-form-wrap .ninja-forms-field-description p:first-child {
  margin-top: 0;
}
.nf-form-wrap .ninja-forms-help-text,
.ninja-forms-form-wrap .ninja-forms-help-text {
  margin: 0;
}
.nf-form-wrap .nf-error-wrap div,
.ninja-forms-form-wrap .nf-error-wrap div,
.nf-form-wrap .ninja-forms-field-error,
.ninja-forms-form-wrap .ninja-forms-field-error {
  font-size: 14px;
  display: inline-block;
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1em;
  padding-right: 1em;
  background: #f00;
  color: #fff;
  opacity: 0.8;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nf-form-wrap .nf-error-wrap div p:first-child,
.ninja-forms-form-wrap .nf-error-wrap div p:first-child,
.nf-form-wrap .ninja-forms-field-error p:first-child,
.ninja-forms-form-wrap .ninja-forms-field-error p:first-child {
  margin-top: 0;
}
.nf-form-wrap .nf-error-wrap div,
.ninja-forms-form-wrap .nf-error-wrap div {
  position: relative;
  top: -34px;
}
.nf-form-wrap .textarea-wrap textarea,
.ninja-forms-form-wrap .textarea-wrap textarea {
  display: block;
}
.nf-form-wrap .list-checkbox-wrap .nf-field-element label,
.ninja-forms-form-wrap .list-checkbox-wrap .nf-field-element label,
.nf-form-wrap .list-radio-wrap .nf-field-element label,
.ninja-forms-form-wrap .list-radio-wrap .nf-field-element label {
  font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.nf-form-wrap .profile_pass-wrap input,
.ninja-forms-form-wrap .profile_pass-wrap input {
  margin-bottom: 32px;
}
.nf-form-wrap #pass-strength-result,
.ninja-forms-form-wrap #pass-strength-result {
  margin: 0;
  color: #000;
}
#ui-datepicker-div.ui-datepicker {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 14px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header,
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar th,
#ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td {
  padding: 0;
}
.ui-datepicker-calendar tbody tr {
  border-color: #ccc;
}
/**
 * Configure the following variables and copy them to your LESS styles
 *
 // Height of rows in full calendar
 @fc-row-height: 10em;

 // Border color
 @fc-border-color: #ddd;

 // Background behind day of the week/month headers
 @fc-calendar-header-bg: #eee;
 @fc-agenda-header-bg: @fc-calendar-header-bg;
 @fc-basic-header-bg: @fc-calendar-header-bg;

 // Event detail popover
 @fc-qtip-bg: #fff;
 @fc-qtip-text: #000;
 *
 */
.fc-toolbar {
  text-align: center;
}
.fc-toolbar:before,
.fc-toolbar:after {
  content: " ";
  display: table;
}
.fc-toolbar:after {
  clear: both;
}
.fc-toolbar .fc-left {
  float: left;
  margin-bottom: 1em;
}
.fc-toolbar .fc-right {
  float: right;
  margin-bottom: 1em;
}
.fc-toolbar .fc-center {
  display: inline-block;
  margin-bottom: 1em;
}
.fc-toolbar .fc-center > div > * {
  float: left;
  display: block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.fc-toolbar .fc-button-group,
.fc-toolbar button,
.fc-toolbar .fc-header-dropdown {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: top;
}
.fc-toolbar .fc-button-group:last-child,
.fc-toolbar button:last-child,
.fc-toolbar .fc-header-dropdown:last-child {
  margin-right: 0;
}
.fc-toolbar h2 {
  margin: 0;
  padding-right: 1em;
  font-size: 1.5em;
  line-height: 2em;
}
.fc-toolbar h2,
.fc-toolbar select {
  display: inline-block;
}
.fc-toolbar .fc-icon-left-single-arrow:before {
  content: "\02039";
  font-size: 1em;
  line-height: 1;
}
.fc-toolbar .fc-icon-right-single-arrow:before {
  content: "\0203A";
  font-size: 1em;
  line-height: 1;
}
.fc-view {
  position: relative;
}
.fc-view table {
  margin: 0;
  width: 100%;
  border: none;
  table-layout: fixed;
}
.fc-view tr {
  border: none;
}
.fc-view th,
.fc-view td {
  padding: 0;
}
.fc-view .fc-day-header {
  padding: 1em 0.5em;
  background: transparent;
  text-align: center;
}
.fc-view .fc-row {
  position: relative;
}
.fc-view .fc-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-view .fc-bg > table {
  height: 100%;
}
.fc-view .fc-event {
  display: block;
  margin: 0.5em 0;
  padding: 0 1em;
  text-decoration: none;
}
.fc-view .fc-event .fc-title {
  display: block;
}
.fc-listMonth-view .fc-list-header-left {
  padding-right: 0.5em;
}
.fc-listMonth-view .fc-content-skeleton thead td {
  padding: 2em 0 1em;
  border-bottom: 1px solid #fcdaa9;
}
.fc-agenda-view > table {
  border: 1px solid #fcdaa9;
}
.fc-agenda-view hr.fc-widget-header {
  display: none;
}
.fc-agenda-view .fc-time-grid-container {
  position: relative;
}
.fc-agenda-view th {
  background: transparent;
}
.fc-agenda-view .fc-bg td {
  border-left: 1px solid #fcdaa9;
}
.fc-agenda-view .fc-bg td:first-child {
  border-left: none;
}
.fc-agenda-view .fc-day-grid {
  min-height: 2em;
  border-top: 1px solid #fcdaa9;
  border-bottom: 1px solid #fcdaa9;
}
.fc-agenda-view .fc-day-grid td {
  height: 2em;
}
.fc-agenda-view .fc-widget-content .fc-axis span {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.fc-agenda-view .fc-slats td {
  height: 2em;
}
.fc-agenda-view .fc-slats tr {
  border-bottom: 1px solid #fcdaa9;
}
.fc-agenda-view .fc-slats .fc-minor {
  border-bottom: 1px solid #fcdaa9;
}
.fc-agenda-view .fc-slats .fc-minor:last-child {
  border-bottom: none;
}
.fc-agenda-view .fc-day-header {
  background: transparent;
}
.fc-agenda-view .fc-event-container {
  position: relative;
}
.fc-agenda-view .fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-agenda-view .fc-time-grid .fc-event {
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.fc-agendaDay-view .fc-time-grid .fc-event {
  right: 0;
  width: auto;
  margin-right: 0;
}
.fc-basic-view .fc-bg td,
.fc-basic-view .fc-content-skeleton {
  min-height: 4em;
}
.fc-basic-view .fc-bg td {
  border-right: 1px solid #fcdaa9;
}
.fc-basic-view .fc-bg td:last-child {
  border-right: none;
}
.fc-basic-view .fc-content-skeleton {
  position: relative;
}
.fc-basicWeek-view > table,
.fc-basicDay-view > table {
  border: 1px solid #fcdaa9;
}
.fc-basicWeek-view > table > tbody,
.fc-basicDay-view > table > tbody {
  border-top: 1px solid #fcdaa9;
}
.fc-basicWeek-view .fc-day-header,
.fc-basicDay-view .fc-day-header {
  background: transparent;
}
.fc-month-view > table {
  border: 1px solid #fcdaa9;
}
.fc-month-view > table > thead .fc-row {
  position: absolute;
  top: 0;
  min-height: 0;
  margin: 0;
  z-index: 1;
}
.fc-month-view > table > tbody > tr > td td {
  border-top: 1px solid #fcdaa9;
  border-bottom: 1px solid #fcdaa9;
}
.fc-month-view > table > tbody > tr > td td:last-child {
  border-right: none;
}
.fc-month-view .fc-row:first-child .fc-bg .fc-day {
  border-top: none;
}
.fc-month-view .fc-day-header {
  padding: 0 0.25em;
  text-align: left;
}
.fc-month-view .fc-row {
  min-height: 8em;
}
.fc-month-view .fc-bg .fc-other-month,
.fc-month-view .fc-bg .fc-past {
  background: transparent;
}
.fc-month-view .fc-content-skeleton {
  position: relative;
}
.fc-month-view .fc-content-skeleton td {
  padding: 0 0.25em;
  border: none;
}
.fc-month-view .fc-content-skeleton tbody td {
  padding: 0;
}
.fc-month-view .fc-day-number {
  text-align: right;
  background: transparent;
}
.fc-month-view .fc-event.eo-multi-day {
  padding: 0.5em 1em;
}
.qtip {
  display: none;
  position: absolute;
  top: -28000px;
  left: -28000px;
  min-width: 10em;
  max-width: 20em;
  background: #fff;
  color: #000;
}
.qtip-content {
  position: relative;
  padding: 1em;
  overflow: hidden;
  word-wrap: break-word;
}
.qtip-titlebar {
  position: relative;
  padding: 1em;
}
.fc-toolbar h2 {
  font-size: 18px;
  line-height: 52px;
}
.fc-toolbar .fc-center .fc-button-group {
  margin-left: 16px;
  margin-right: 16px;
  border-bottom: 1px solid #fcdaa9;
}
.fc-toolbar .fc-center .fc-button {
  margin: 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 300;
}
.fc-toolbar .fc-center .fc-state-active {
  border-color: #fcdaa9;
}
.fc-day-number {
  font-family: Raleway, Arial, sans-serif;
  font-size: 14px;
}
.fc-month-view .fc-content-skeleton .fc-day-number {
  padding: 0 0.5em;
}
.fc-event {
  font-size: 14px;
  line-height: 20px;
  background: transparent;
}
.fc-event .fc-title {
  font-weight: 700;
}
.fc-view .fc-event {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.fc-agendaWeek-view .fc-week .fc-axis,
.fc-agendaDay-view .fc-week .fc-axis,
.fc-agendaWeek-view .fc-time-grid .fc-axis,
.fc-agendaDay-view .fc-time-grid .fc-axis {
  font-size: 14px;
  font-family: Raleway, Arial, sans-serif;
}
.qtip {
  box-shadow: 0 0 10px #000;
}
.qtip-titlebar {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fcdaa9;
}
.qtip-content {
  font-size: 14px;
}
.event-sidebar {
  font-size: 14px;
}
@media (min-width: 480px) {
  .event-sidebar {
    float: right;
    width: 50%;
    margin-left: 32px;
  }
}
.event-sidebar .event-meta-item {
  margin-top: 32px;
  margin-bottom: 32px;
}
.event-sidebar .eo-venue-map,
.event-sidebar .venue {
  margin-bottom: 32px;
}
.event-sidebar .venue-link:before,
.event-sidebar .upcoming-dates .title:before {
  margin-right: 0.5em;
  display: inline-block;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
}
.event-sidebar .venue-link:before {
  content: "\f230";
}
.event-sidebar .upcoming-dates .title {
  font-weight: 700;
}
.event-sidebar .upcoming-dates .title:before {
  content: "\f145";
}
.event-sidebar .eo-upcoming-dates {
  margin: 0;
  margin-left: 1.8em;
  padding: 0;
  list-style: none;
}
.event-sidebar .eo-upcoming-dates > li {
  line-height: 24px;
}
.event-sidebar .eo-upcoming-dates-show-less,
.event-sidebar .eo-upcoming-dates-show-more {
  margin-left: 1.8em;
}
.event-sidebar .eo-upcoming-dates-show-less:before,
.event-sidebar .eo-upcoming-dates-show-more:before {
  display: inline-block;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  top: 3px;
}
.event-sidebar .eo-upcoming-dates-show-less:before {
  content: "\f343";
}
.event-sidebar .eo-upcoming-dates-show-more:before {
  content: "\f347";
}
.event-sidebar .eo-upcoming-dates-pipe {
  display: none !important;
}
.EO_Event_List_Widget > ul,
.eo-agenda-widget > ul,
.widget.eo__event_venues > ul,
.widget.eo__event_categories > ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.eo-agenda-widget .dates {
  margin-top: -32px;
}
.eo-agenda-widget .date {
  font-weight: 700;
}
.eo-agenda-widget .a-date {
  font-weight: 400;
  padding-left: none;
  list-style-type: disc;
}
.eo-agenda-widget .cat {
  display: none;
}
.eo-agenda-widget .meta {
  display: block !important;
}
.eo-agenda-widget-nav {
  text-align: right;
}
.eo-agenda-widget-nav > span {
  top: 2px;
  color: transparent;
  cursor: pointer;
}
.eo-agenda-widget-nav > span:before {
  display: inline-block;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  text-align: center;
  -webkit-transition: color 0.1s ease-in 0;
  transition: color 0.1s ease-in 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ec8e07;
}
.eo-agenda-widget-nav > span:hover:before,
.eo-agenda-widget-nav > span:focus:before {
  color: rgba(0, 0, 0, 0.54);
}
.eo-agenda-widget-nav .eo-agenda-widget-nav-prev:before {
  content: "\f341";
}
.eo-agenda-widget-nav .eo-agenda-widget-nav-next:before {
  content: "\f345";
}
.ie8 .home.page #main,
.ie7 .home.page #main {
  background: transparent;
}
.ie8 .home.page .call-to-action,
.ie7 .home.page .call-to-action {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 64px;
}
