@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import "../../static/vendor/jquery-ui/themes/base/jquery-ui.min.css";
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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 8/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.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * 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;
}

th,
td {
  padding: 0;
}

@font-face {
  font-family: "OpenSans";
  font-style: normal;
  font-weight: normal;
  src: url("../font/OpenSans/OpenSans.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans/OpenSans.woff") format("woff"), url("../font/OpenSans/OpenSans.ttf") format("truetype"), url("../font/OpenSans/OpenSans.svg#OpenSans") format("svg");
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

h1 {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 10px;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

form {
  width: 400px;
  margin: 0 auto 0 auto;
}
@media (max-width: 599px) {
  form {
    width: auto;
  }
}

.widget-container {
  margin: 0 auto 0 auto;
  width: 650px;
  padding: 20px;
  background: #fff;
}
@media (max-width: 599px) {
  .widget-container {
    width: auto;
  }
}
.widget-container h2,
.widget-container .general-error,
.widget-container .booking-submit {
  text-align: center;
}
.widget-container .general-error {
  color: #ff3d3d;
  font-size: 12px;
}

.form-row {
  margin-bottom: 10px;
}

label {
  display: inline-block;
  text-align: right;
  line-height: 2.2;
  vertical-align: top;
  position: relative;
  width: 125px;
}
@media (max-width: 599px) {
  label {
    display: block;
    width: auto;
    text-align: left;
  }
}

.form-input {
  display: inline-block;
  margin: 0 0 0 10px;
}
.form-input ul {
  margin-top: 2px;
  margin-bottom: 3px;
}
.form-input li {
  margin-top: 5px;
}
.form-input li label {
  display: inline;
  text-align: left;
  line-height: 1;
  width: auto;
  vertical-align: middle;
}
@media (max-width: 599px) {
  .form-input {
    display: block;
    margin: 0;
  }
}

.form-row[data-type=EmailInput] .form-input {
  position: relative;
}
.form-row[data-type=EmailInput] .form-input:before, .form-row[data-type=EmailInput] .form-input:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 7px;
  display: block;
}
.form-row[data-type=EmailInput] .form-input:before {
  left: 10px;
  z-index: 1;
}

.form-row[data-type=Select] .form-input,
.form-row[data-type=DateInput] .form-input,
.form-row[data-type=TextInput] .form-input {
  position: relative;
}
.form-row[data-type=Select] .form-input:before, .form-row[data-type=Select] .form-input:after,
.form-row[data-type=DateInput] .form-input:before,
.form-row[data-type=DateInput] .form-input:after,
.form-row[data-type=TextInput] .form-input:before,
.form-row[data-type=TextInput] .form-input:after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 7px;
  display: block;
}
.form-row[data-type=Select] .form-input:before,
.form-row[data-type=DateInput] .form-input:before,
.form-row[data-type=TextInput] .form-input:before {
  left: 10px;
  z-index: 1;
}
.form-row[data-type=Select] .form-input:after,
.form-row[data-type=DateInput] .form-input:after,
.form-row[data-type=TextInput] .form-input:after {
  z-index: 0;
  right: 10px;
  content: "";
}

.form-row[data-type=TextInput] .form-input:after {
  display: none;
}

.hasDatepicker .form-input:after {
  display: block;
}

.form-button {
  text-align: center;
  margin-top: 20px;
  margin-bottom: -10px;
}
.form-button a,
.form-button input[type=submit] {
  display: inline-block;
  line-height: 1.4;
  padding: 0.7em 1em 0.7em 1em;
  border: 1px solid #caced2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  background: #959ba7;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}
.form-button a:hover,
.form-button input[type=submit]:hover {
  background: #414954;
  border-color: #414954;
}
.form-button .booking-orange {
  background: #f15a29 !important;
  border: 1px solid #f15a29 !important;
}
.form-button .booking-orange:hover {
  background: #d14c21 !important;
  border: 1px solid #d14c21 !important;
}
@media (max-width: 599px) {
  .form-button .booking-orange {
    margin-top: 10px;
  }
}

.field-promotional_emails {
  width: 100%;
  display: inline-block;
  position: initial;
  margin-bottom: 0;
  margin-top: 10px;
}
.field-promotional_emails label {
  float: right;
  width: 95%;
  text-align: center;
  line-height: 18px;
}
.field-promotional_emails .form-input {
  float: right;
  margin-top: -1px;
  width: 5%;
  margin-left: 0px !important;
  text-align: right;
}

.overflow {
  height: 150px;
}

.field-number_of_people .form-input:before,
.field-first_name .form-input:before,
.field-last_name .form-input:before {
  content: "";
}

.field-date .form-input:before {
  content: "";
}

.field-type .form-input:before {
  content: "";
}

.field-email .form-input:before {
  content: "";
}

.field-title .form-input:before {
  content: "";
}

.field-phone_number .form-input:before {
  content: "";
}

.field-promotional_emails label,
.field-promotional_emails .form-input {
  display: inline-block;
}
.field-promotional_emails .form-input {
  margin-left: 10px;
}

.ui-selectmenu-button,
.hasDatepicker {
  display: inline-block;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
}
.ui-selectmenu-button span.ui-selectmenu-text,
.hasDatepicker span.ui-selectmenu-text {
  padding-left: 30px;
}

.ui-selectmenu-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px !important;
}
@media (max-width: 599px) {
  .ui-selectmenu-button {
    width: 100% !important;
  }
}

input[type=text],
input[type=email] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px !important;
  line-height: 1.4;
  padding: 0.4em 2.1em 0.4em 30px;
  border: 1px solid #caced2;
  background: #f0f2f3;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
input[type=text]:hover,
input[type=email]:hover {
  background: #e0e4e6;
}
@media (max-width: 599px) {
  input[type=text],
input[type=email] {
    width: 100% !important;
  }
}

.ui-state-default .ui-icon {
  background: none;
}

.ui-menu {
  padding: 0.7em 0.7em;
}
.ui-menu .ui-menu-item {
  padding: 7px 0.7em;
}
.ui-menu .ui-menu-item.ui-state-focus {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.bottom-text {
  text-align: center;
}

.error label {
  color: #ff3d3d;
}

.errorlist {
  color: #ff3d3d;
}
.errorlist li {
  padding-left: 140px;
  margin-top: 5px;
}
@media (max-width: 599px) {
  .errorlist li {
    padding-left: 0;
  }
}

.ui-widget {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
}

.availability-content .unavailable-tab {
  color: #959ba7 !important;
}
@media (max-width: 599px) {
  .availability-content .unavailable-tab {
    color: #e0e4e6 !important;
  }
}
.availability-content .date-nav {
  position: relative;
  min-height: 30px;
  margin-bottom: 20px;
}
.availability-content .date-nav button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 15px;
  border: 1px solid #caced2;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.availability-content .date-nav button:hover {
  background: #f0f2f3;
}
.availability-content .date-nav button:first-child {
  left: 0;
  width: 95px;
}
.availability-content .date-nav button:disabled {
  background: #f0f2f3;
}
.availability-content .transformer-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: -1px;
}
.availability-content .transformer-tabs li {
  display: inline-block;
  padding: 0;
  vertical-align: bottom;
}
.availability-content .transformer-tabs a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  padding: 0.5rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #caced2;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.availability-content .transformer-tabs a:hover {
  background: #f0f2f3;
  border-top-color: #f0f2f3;
  border-left-color: #f0f2f3;
  border-right-color: #f0f2f3;
}
.availability-content .transformer-tabs a.active {
  position: relative;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #fff;
}
.availability-content .transformer-tabs a.active:hover {
  background: none;
  border-top-color: #caced2;
  border-left-color: #caced2;
  border-right-color: #caced2;
}
@media (max-width: 599px) {
  .availability-content .transformer-tabs ul {
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .availability-content .transformer-tabs ul.open a {
    position: relative;
    display: block;
    background: #959ba7;
  }
  .availability-content .transformer-tabs li {
    display: block;
  }
  .availability-content .transformer-tabs li:first-child a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .availability-content .transformer-tabs a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .availability-content .transformer-tabs a.active {
    border: 0;
    z-index: 1;
    background: #414954;
  }
  .availability-content .transformer-tabs a.active:hover {
    background: #414954;
  }
}
.availability-content .availability-tabs > div {
  display: none;
  padding: 1rem;
  border: 1px solid #e0e4e6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.availability-content .availability-tabs > .active {
  display: block;
}
.availability-content .time-slot {
  margin-right: -5px;
  margin-bottom: -10px;
}
.availability-content .time-slot li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
.availability-content .time-slot a {
  display: block;
  text-decoration: none;
  padding: 5px 5px;
  border: 1px solid #e0e4e6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
}
.availability-content .time-slot a:hover {
  background: #f0f2f3;
}

.note {
  color: #959ba7;
  text-align: center;
}

.generic-content {
  text-align: center;
}

#viva-booking .widget-container {
  width: auto;
  height: 440px;
  max-width: 700px;
  margin: 0;
}

@media (max-width: 599px) {
  #viva-booking .widget-container {
    max-width: none;
    height: auto;
  }
}
#woap-booking .widget-container {
  width: auto;
  float: left;
  margin: 0;
  background: #ffeee6;
}
#woap-booking .widget-container h1, #woap-booking .widget-container .note, #woap-booking .widget-container .bottom-text {
  text-align: left;
}
#woap-booking .widget-container .note, #woap-booking .widget-container .note a {
  color: #ba9583 !important;
}
#woap-booking .widget-container input[type=text], #woap-booking .widget-container input[type=email], #woap-booking .widget-container .ui-selectmenu-text {
  background: #fee8d3;
  border: 1px solid #b6b0a2;
}
#woap-booking .widget-container .ui-state-default, #woap-booking .widget-container .ui-widget-content .ui-state-default, #woap-booking .widget-container .ui-widget-header .ui-state-default {
  border: none;
}
#woap-booking .widget-container .form-row[data-type=Select] .form-input:after, #woap-booking .widget-container .form-row[data-type=DateInput] .form-input:after, #woap-booking .widget-container .form-row[data-type=TextInput] .form-input:after {
  top: 9px;
}
#woap-booking .widget-container .form-button input,
#woap-booking .widget-container .form-button a,
#woap-booking .widget-container .form-button input[type=submit] {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #df8054;
  border: none;
  box-shadow: none;
}
#woap-booking .widget-container .form-button input:hover,
#woap-booking .widget-container .form-button a:hover,
#woap-booking .widget-container .form-button input[type=submit]:hover {
  background: #d36d3d;
  text-decoration: none;
}
#woap-booking .widget-container .availability-content .date-nav button {
  color: white;
  background: #df8054;
  border: 1px solid #df8054;
  border-radius: 50px;
}
#woap-booking .widget-container .availability-content .availability-tabs > div {
  border: 1px solid #e4d6d0;
  background: white;
}
#woap-booking .widget-container .availability-content .date-nav button:disabled {
  background: #e4d6d0;
  border: 1px solid #e4d6d0;
  color: #bfa599;
}
#woap-booking .widget-container .availability-content .transformer-tabs a {
  border: 1px solid #e4d6d0 !important;
  color: #ba9583 !important;
}
#woap-booking .widget-container .availability-content .transformer-tabs a.active {
  border: 1px solid #e4d6d0;
  border-bottom: 1px solid white !important;
  background: white;
  color: #df8054 !important;
}
#woap-booking .widget-container .availability-content .transformer-tabs a:hover {
  background: #f1dbd1;
  color: #b58670 !important;
}

@media (max-width: 599px) {
  #woap-booking .widget-container {
    max-width: none;
    height: auto;
  }
}
#cuisine-booking .form-button a, #cuisine-booking .form-button input[type=submit] {
  background: #b99028;
  border: 1px solid #b99028;
  color: white !important;
}
#cuisine-booking a {
  color: #b99028 !important;
}

/*# sourceMappingURL=booking_widget.css.map */
