html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * 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
   ========================================================================== */
nav ul {
  list-style: none; }

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: underline; }

/**
 * 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 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 {
  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;
  font: inherit;
  margin: 0;
  vertical-align: middle; }

/**
 * 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: .35em .625em .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; }

@media screen and (max-width: 320px) {
  .hide-for-phone {
    display: none !important; } }

@media screen and (min-width: 320px) {
  .show-for-phone {
    display: none !important; } }

@media screen and (min-width: 320px) and (max-width: 530px) {
  .hide-for-only-phone {
    display: none !important; } }

@media screen and (min-width: 320px) and (max-width: 530px) {
  .show-for-only-phone {
    display: block !important; } }

@media screen and (max-width: 530px) {
  .hide-for-large-phone {
    display: none !important; } }

@media screen and (min-width: 530px) {
  .show-for-large-phone {
    display: none !important; } }

@media screen and (min-width: 530px) and (max-width: 600px) {
  .hide-for-only-large-phone {
    display: none !important; } }

@media screen and (min-width: 530px) and (max-width: 600px) {
  .show-for-only-large-phone {
    display: block !important; } }

@media screen and (max-width: 600px) {
  .hide-for-phablet {
    display: none !important; } }

@media screen and (min-width: 600px) {
  .show-for-phablet {
    display: none !important; } }

@media screen and (min-width: 600px) and (max-width: 767px) {
  .hide-for-only-phablet {
    display: none !important; } }

@media screen and (min-width: 600px) and (max-width: 767px) {
  .show-for-only-phablet {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .hide-for-belowtablet {
    display: none !important; } }

@media screen and (min-width: 767px) {
  .show-for-belowtablet {
    display: none !important; } }

@media screen and (min-width: 767px) and (max-width: 760px) {
  .hide-for-only-belowtablet {
    display: none !important; } }

@media screen and (min-width: 767px) and (max-width: 760px) {
  .show-for-only-belowtablet {
    display: block !important; } }

@media screen and (max-width: 760px) {
  .hide-for-tablet {
    display: none !important; } }

@media screen and (min-width: 760px) {
  .show-for-tablet {
    display: none !important; } }

@media screen and (min-width: 760px) and (max-width: 960px) {
  .hide-for-only-tablet {
    display: none !important; } }

@media screen and (min-width: 760px) and (max-width: 960px) {
  .show-for-only-tablet {
    display: block !important; } }

@media screen and (max-width: 960px) {
  .hide-for-desktop {
    display: none !important; } }

@media screen and (min-width: 960px) {
  .show-for-desktop {
    display: none !important; } }

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .hide-for-only-desktop {
    display: none !important; } }

@media screen and (min-width: 960px) and (max-width: 1200px) {
  .show-for-only-desktop {
    display: block !important; } }

@media screen and (max-width: 1200px) {
  .hide-for-large-desktop {
    display: none !important; } }

@media screen and (min-width: 1200px) {
  .show-for-large-desktop {
    display: none !important; } }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%; }

body {
  height: 100%;
  font-family: "coranto-2", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.62;
  color: #000000;
  background-color: #FFFDF7; }

article,
h1,
h2,
h3,
h4,
h5,
h6,
input,
label,
p,
section,
select {
  display: block;
  font-family: "coranto-2", Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.62; }

ol,
ul {
  outline: none;
  text-decoration: none;
  font-weight: normal;
  font-size: inherit;
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  outline: none;
  text-decoration: none;
  font-weight: normal;
  font-size: inherit;
  cursor: pointer; }
  a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
    cursor: pointer; }

img {
  vertical-align: middle; }

.hide {
  display: none; }

.yelp-stars {
  display: inline-block;
  width: 130px;
  height: 23px;
  background: url("/images/common/stars_map.png") no-repeat;
  vertical-align: middle;
  margin-top: -6px; }

.yelp-rating .yelp-stars[data-rating=".5"] {
  background-position: 0 -513px !important; }

.yelp-rating .yelp-stars[data-rating="1"], .yelp-rating .yelp-stars[data-rating="1.0"] {
  background-position: 0 -539px !important; }

.yelp-rating .yelp-stars[data-rating="1.5"] {
  background-position: 0 -564px !important; }

.yelp-rating .yelp-stars[data-rating="2"], .yelp-rating .yelp-stars[data-rating="2.0"] {
  background-position: 0 -589px !important; }

.yelp-rating .yelp-stars[data-rating="2.5"] {
  background-position: 0 -613px !important; }

.yelp-rating .yelp-stars[data-rating="3"], .yelp-rating .yelp-stars[data-rating="3.0"] {
  background-position: 0 -639px !important; }

.yelp-rating .yelp-stars[data-rating="3.5"] {
  background-position: 0 -664px !important; }

.yelp-rating .yelp-stars[data-rating="4"], .yelp-rating .yelp-stars[data-rating="4.0"] {
  background-position: 0 -689px !important; }

.yelp-rating .yelp-stars[data-rating="4.5"] {
  background-position: 0 -713px !important; }

.yelp-rating .yelp-stars[data-rating="5"], .yelp-rating .yelp-stars[data-rating="5.0"] {
  background-position: 0 -739px !important; }

.tripadvisor-rating .tripadvisor-stars {
  display: inline-block;
  height: 20px;
  width: 82px;
  background: url("/images/common/tripadvisor-rating.png") no-repeat;
  vertical-align: middle;
  margin-top: -3px; }
  .tripadvisor-rating .tripadvisor-stars.only-logo {
    width: 134px;
    height: 23px;
    background: url("/images/common/ta-logo.png") no-repeat;
    background-position: 0 0px !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .tripadvisor-rating .tripadvisor-stars.only-logo {
        /* Retina-specific stuff here */
        background: url("/images/common/ta-logo@retina.png") no-repeat;
        background-size: 134px; } }

.tripadvisor-rating .tripadvisor-stars[data-rating=".5"] {
  background-position: -36px -180px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="1"], .tripadvisor-rating .tripadvisor-stars[data-rating="1.0"] {
  background-position: -36px -160px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="1.5"] {
  background-position: -36px -140px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="2"], .tripadvisor-rating .tripadvisor-stars[data-rating="2.0"] {
  background-position: -36px -120px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="2.5"] {
  background-position: -36px -100px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="3"], .tripadvisor-rating .tripadvisor-stars[data-rating="3.0"] {
  background-position: -36px -80px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="3.5"] {
  background-position: -36px -60px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="4"], .tripadvisor-rating .tripadvisor-stars[data-rating="4.0"] {
  background-position: -36px -40px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="4.5"] {
  background-position: -36px -20px !important; }

.tripadvisor-rating .tripadvisor-stars[data-rating="5"], .tripadvisor-rating .tripadvisor-stars[data-rating="5.0"] {
  background-position: -36px 0 !important; }

#swipebox-bottom-bar.visible-bars {
  display: none; }

#swipebox-container #swipebox-prev {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 1.5rem;
  display: block; }

#swipebox-container #swipebox-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 1.5rem;
  display: block; }

@media screen and (max-width: 600px) {
  #swipebox-slider .slide {
    text-align: left !important; }

  #swipebox-slider .slide img {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    vertical-align: middle;
    top: 0 !important;
    bottom: 0 !important; } }
.iframe-compatible {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.truncate-more-content {
  display: none; }

.truncate-ellipses {
  padding: 0 .2rem; }

.catering {
  text-align: left;
  padding-left: 85px !important;
  padding-right: 85px !important;
  background-color: transparent !important; }
  .catering.classic {
    max-width: 126rem;
    margin: 0 auto; }
    .catering.classic .catering-wrapper {
      margin-top: 40px;
      margin-bottom: 40px; }
    .catering.classic .catering-desc {
      height: 95px;
      margin-bottom: 20px;
      overflow: auto; }
    .catering.classic .catering-info {
      padding-top: 25px; }
  .catering.cafe {
    max-width: 96rem;
    margin: 0 auto;
    margin-top: 60px; }
    .catering.cafe .catering-wrapper {
      margin-top: 40px;
      margin-bottom: 40px; }
    .catering.cafe .catering-desc {
      height: 95px;
      margin-bottom: 20px;
      overflow: auto; }
    .catering.cafe .catering-info {
      padding-top: 25px; }
  .catering.modern .catering-desc {
    height: 95px;
    margin-bottom: 20px;
    overflow: auto; }
  .catering.modern .catering-info {
    padding-top: 25px;
    padding-bottom: 25px; }
  .catering > h3 {
    text-align: center; }
    .catering > h3.section-title {
      font-size: 2.2rem;
      font-weight: 100;
      text-transform: uppercase;
      letter-spacing: .2rem; }
  @media screen and (max-width: 600px) {
    .catering {
      padding-left: 15px !important;
      padding-right: 15px !important; } }
  .catering-wrapper {
    margin-top: 40px;
    border: 0.5px solid #ccc; }
  .catering-image {
    float: left;
    width: 50%;
    height: 262px;
    margin: 0;
    background-size: cover !important;
    background-position: center center !important; }
    .catering-image img {
      max-width: 100%; }
    @media screen and (max-width: 767px) {
      .catering-image {
        display: none; } }
  .catering-info {
    width: 50%;
    float: left;
    text-align: left;
    background-color: #fff;
    padding: 40px 35px 35px 60px; }
    @media screen and (max-width: 767px) {
      .catering-info {
        width: 100%;
        padding: 20px;
        text-align: center; } }
    .catering-info h3.catering-title {
      text-align: left !important; }
      @media screen and (max-width: 767px) {
        .catering-info h3.catering-title {
          text-align: center !important; } }
  .catering-title {
    font-size: 15px !important;
    color: #000;
    padding-bottom: 10px;
    text-transform: capitalize !important; }
    .catering-title.section-title {
      font-size: 2.5rem !important;
      font-style: italic;
      text-align: left;
      font-weight: 400; }
  .catering-desc {
    font-size: 15px;
    color: #9b9b9b;
    margin-bottom: 13px;
    height: 125px;
    max-height: 125px;
    overflow: hidden; }
  .catering-full-modal .menu-container {
    margin-bottom: 0;
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .catering-full-modal .menu-container {
        margin-top: 0 !important; } }
    @media screen and (max-width: 767px) {
      .catering-full-modal .menu-container {
        padding-left: 0;
        padding-right: 0; } }
  .catering-modal-container {
    position: relative;
    width: 100%; }
  .catering-modal-title {
    font-size: 20px !important;
    text-align: center;
    text-transform: uppercase; }
  .catering-modal-desc {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 1.5rem;
    line-height: 3rem; }
  .catering-modal-bg-image {
    width: 100%;
    height: 400px;
    border-radius: 3px;
    background-size: cover !important;
    background-position: center center !important; }
  .catering-modal-form-block {
    margin: -160px 70px 0 70px;
    padding: 45px 35px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    border-radius: 3px; }
    @media screen and (max-width: 1200px) {
      .catering-modal-form-block {
        margin-left: 80px;
        margin-right: 80px; } }
    @media screen and (max-width: 600px) {
      .catering-modal-form-block {
        margin-left: 10px;
        margin-right: 10px; } }
    .catering-modal-form-block-desc {
      margin-top: 10px; }
    .catering-modal-form-block-title {
      font-size: 18px !important; }
  .catering-modal-form-btn {
    position: relative;
    z-index: 1;
    color: #fff !important;
    background-color: #172503 !important;
    font-family: "coranto-2", Georgia, serif !important; }
  .catering-modal-form-header {
    text-align: center;
    margin-bottom: 30px; }
  .catering-modal-form-body {
    text-align: left; }
  .catering-modal-form-footer {
    text-align: center; }
    .catering-modal-form-footer p {
      font-size: 13px;
      color: #5c5c5c; }
    .catering-modal-form-footer a {
      color: #4A90E2 !important; }
  .catering-modal-form-elements {
    position: relative; }
    .catering-modal-form-elements .form-group {
      float: left;
      width: 33.33%;
      padding: 20px 10px 0 10px; }
      @media screen and (max-width: 960px) {
        .catering-modal-form-elements .form-group {
          width: 100%;
          padding: 20px 0 0;
          margin-bottom: 10px; } }
      .catering-modal-form-elements .form-group:first-child {
        padding-left: 0; }
      .catering-modal-form-elements .form-group:last-child {
        padding-right: 0; }
      .catering-modal-form-elements .form-group input[type=date] {
        padding-right: 0 !important; }
    .catering-modal-form-elements .form-control {
      background-size: 20px !important;
      background-position: 15px center !important; }
      .catering-modal-form-elements .form-control.name-field {
        background: url("../../../../../images/common/icon-profile.png") no-repeat; }
      .catering-modal-form-elements .form-control.phone-field {
        background: url("../../../../../images/common/icon-phone.png") no-repeat; }
      .catering-modal-form-elements .form-control.mail-field {
        background: url("../../../../../images/common/icon-mail.png") no-repeat; }
      .catering-modal-form-elements .form-control.date-field {
        background: url("../../../../../images/common/ic_play_arrow.png") no-repeat; }
      .catering-modal-form-elements .form-control.time-field {
        background: url("../../../../../images/common/icon-time.png") no-repeat; }
      .catering-modal-form-elements .form-control.guest-field {
        background: url("../../../../../images/common/icon_guests.png") no-repeat; }
  .catering-modal-form-error {
    font-size: 11px;
    color: #E76668; }
  .catering-modal-form-textarea {
    color: #999;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border-radius: 3px;
    resize: vertical;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 30px; }
    .catering-modal-form-textarea:focus {
      outline: none;
      box-shadow: none;
      border-color: #4A90E2; }
    @media screen and (max-width: 1200px) {
      .catering-modal-form-textarea {
        margin-top: 20px; } }
  .catering-modal-form-title {
    font-size: 15px; }
  .catering-modal-form-wrapper {
    transition: all 0.3s ease; }
    .catering-modal-form-wrapper.not-visible {
      visibility: hidden; }
    .catering-modal-form-wrapper.is-visible {
      visibility: visible; }
  .catering-modal-form-success-block {
    display: none;
    padding: 20px 0 0; }

.modal-wrapper {
  width: 100%;
  max-width: 1075px;
  margin: 4rem auto;
  padding: 0 0 40px 0 !important; }
  @media screen and (max-width: 600px) {
    .modal-wrapper {
      padding-top: 0 !important; } }

@media screen and (max-width: 767px) {
  .menu-modal {
    padding: 0 2rem !important; } }

.thank-text {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 3px; }
.thank-image-block {
  text-align: center;
  padding: 30px; }
.thank-img {
  max-width: 100%;
  height: auto;
  width: 82px; }
.thank-desc {
  font-size: 15px;
  color: #000;
  margin-bottom: 30px; }
  .thank-desc a {
    color: #4A90E2 !important; }

.back-to-homepage {
  text-align: center; }
  .back-to-homepage-link {
    display: inline-block;
    border: 1px solid #4A90E2;
    color: #4A90E2;
    font-size: 16px !important;
    padding: 15px 30px; }

div.cafe ~ div.jquery-modal.blocker .menu-container {
  padding: 5rem 0rem;
  border: none !important;
  box-shadow: none !important; }

div.classic ~ div.jquery-modal.blocker .menu-container {
  padding: 5rem 0 10rem 0;
  box-shadow: none !important; }

.clearfix:after, .clearfix:before {
  content: ' ';
  display: table; }
.clearfix:after {
  clear: both; }

.underline {
  display: block;
  width: 8rem;
  height: 0.2rem;
  background: #172503;
  margin: 1.5rem auto; }

.mb-30 {
  margin-bottom: 30px; }

.mt-35 {
  margin-top: 35px; }

.form-group {
  padding-top: 20px;
  position: relative;
  margin-bottom: 30px; }

.form-control {
  width: 100%;
  border-radius: 3px;
  padding: 15px 15px 15px 50px;
  height: 45px;
  font-size: 14px;
  color: #999;
  border: 1px solid #ccc;
  background-color: #fff; }
  .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #4A90E2; }

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

.thin-line {
  border-bottom: 1px solid #eee;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0; }

.press-sheen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  text-align: center;
  transition: all ease 0.3s;
  height: 0;
  opacity: 0; }
.press-sheen-bg {
  width: 60px;
  height: 64px;
  display: inline-block;
  margin-bottom: 20px;
  background: url("../../../../../images/common/loader.png");
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.press-sheen-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .press-sheen-content p {
    color: #9b9b9b;
    font-weight: bold; }
.press-sheen-text {
  height: 100%;
  position: relative; }
.press-sheen-preview .press-sheen {
  height: auto;
  opacity: 1; }

nav.th-nav {
  top: 0 !important;
  width: 100% !important; }

/* Effect 1: Fade in and scale up */
.tile {
  display: block; }

.cta-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 200ms ease;
  overflow: auto;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .cta-modal {
      padding: 40px 10px; } }

.cta-modal-close-btn {
  display: block;
  position: fixed;
  top: 25px;
  right: 25px;
  background: url("/images/common/cross-black.svg") no-repeat 0 0;
  background-color: transparent;
  background-position: center;
  background-size: 70% auto;
  width: 32px;
  height: 32px;
  padding: 20px;
  opacity: 0.8;
  cursor: pointer;
  transition: 0.3s ease; }
  @media screen and (max-width: 600px) {
    .cta-modal-close-btn {
      width: 25px;
      height: 25px;
      padding: 10px;
      margin-top: 5px;
      position: static;
      float: right; } }
  .cta-modal-close-btn:hover {
    background-color: #fff;
    box-shadow: 0 2px 2px 0 #cecece; }

.cta-modal-close-btn:hover {
  opacity: 1; }

.modal--2 {
  background: #4A90E2; }

.modal--3 {
  background: #FFD200; }

.modal--4 {
  background: #4CBB47; }

.modal--5 {
  background: #362A6C; }

.cta-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.allreview-block {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #fff; }
.allreview-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "adelle", Georgia, serif;
  font-weight: 800; }
  @media screen and (max-width: 600px) {
    .allreview-title {
      float: left;
      margin-bottom: 0; } }
.allreview-head {
  float: left;
  width: 100%;
  padding: 20px 80px; }
  .allreview-head p {
    float: left;
    font-size: 18px;
    color: #000;
    padding-right: 20px;
    margin: 0;
    padding-top: 5px; }
.allreview-filters {
  float: left;
  min-width: 320px; }
.allreview-grid {
  margin: 30px 0 0 0;
  padding: 0;
  max-width: 600px;
  display: inline-block;
  position: relative; }
  @media screen and (max-width: 600px) {
    .allreview-grid {
      max-width: 100%;
      position: relative;
      z-index: 0; } }
.allreview-list {
  float: left;
  width: 100%;
  padding: 15px 10px;
  position: relative;
  z-index: 1;
  margin-top: 0px;
  border-top: 0px solid #979797;
  border-bottom: 1px solid #cecece;
  border-left: 0px solid #979797;
  border-right: 0px solid #fff;
  background-color: #fff;
  transition: all ease 0.3s;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 1px 2px 0px #cecece; }
.allreview-details {
  float: left;
  width: 100%;
  padding: 0px 20px 0px 20px; }
.allreview-desc {
  color: #33373D;
  padding: 15px 0;
  font-size: 15px;
  line-height: 24px; }
  .allreview-desc .highlighted {
    background-color: #a9f6da; }
.allreview-user {
  float: left;
  width: 100%;
  margin-bottom: 10px; }
.allreview-user-img {
  float: left;
  margin-right: 10px; }
  .allreview-user-img img {
    max-width: 100%;
    height: 45px;
    border-radius: 50%; }
.allreview-user-details {
  padding-left: 0px;
  padding-top: 3px; }
.allreview-user-name {
  color: #000;
  font-size: 15px;
  line-height: normal;
  margin: 0; }
.allreview-user-social {
  font-size: 13px !important;
  color: #9B9B9B;
  line-height: normal;
  margin: 0; }
.allreview-actions {
  float: right;
  text-align: center;
  width: 140px;
  padding-top: 25px; }
.allreview-icon-container {
  width: 100%;
  float: left;
  margin-bottom: 20px; }
.allreview-iconblock {
  background-color: #02B875;
  border: 1px solid #02B875;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  z-index: 1; }
  .allreview-iconblock.not-selected {
    border-color: #dbdbdb;
    background-color: #dbdbdb; }
  .allreview-iconblock.delete {
    border-color: transparent;
    background-color: transparent; }
  .allreview-iconblock.undo {
    position: relative;
    border-color: #02B875;
    background-color: #fff; }
  .allreview-iconblock.selected {
    border-color: #02B875;
    background-color: #02B875; }
.allreview-icon {
  width: 12px;
  height: 23px;
  background: url("../images/common/icons/heart.svg") no-repeat;
  background-position: center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px; }
  .allreview-icon.delete {
    width: 26px;
    height: 26px;
    background: url("../images/common/icons/delete-icon.svg") no-repeat; }
  .allreview-icon.undo {
    background: url("../images/common/icons/undo-green.svg") no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 12px;
    height: 11px; }
.allreview-undo {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: auto;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.7); }

@media screen and (max-width: 600px) {
  .fixed-heading-onmobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 2px 2px #cecece;
    padding: 10px 20px;
    z-index: 1; }
    .fixed-heading-onmobile .allreview-title {
      color: #000 !important; } }
.blocker {
  z-index: 10;
  background: rgba(0, 0, 0, 0.8); }
  .blocker .th-modal {
    margin: 0;
    background: #FFFFFF;
    padding: 3rem 10rem;
    border-radius: 0;
    z-index: 20; }
    .blocker .th-modal::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 600px) {
      .blocker .th-modal {
        padding: 1rem; } }
    .blocker .th-modal a.close-modal {
      position: fixed;
      top: 20px;
      right: 20px;
      display: block;
      color: #000000;
      text-decoration: none;
      font-size: 2rem;
      z-index: 30;
      width: 20px;
      height: 20px;
      text-indent: -9999px;
      background: url("/images/common/cross-black.svg") no-repeat 0 0;
      background-size: 100%;
      transition: all .1s ease-in; }
      @media screen and (max-width: 600px) {
        .blocker .th-modal a.close-modal {
          right: 15px;
          top: 15px; } }
      .blocker .th-modal a.close-modal:hover {
        opacity: .5;
        transform: scale(0.95); }
    .blocker .th-modal.catering-full-modal, .blocker .th-modal.hours-modal, .blocker .th-modal.menu-modal {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: auto; }
    .blocker .th-modal.announcements-modal {
      display: inline-block !important;
      vertical-align: middle;
      position: relative;
      width: 70rem;
      padding: 0; }
      @media screen and (max-width: 600px) {
        .blocker .th-modal.announcements-modal {
          width: 100%; } }
      .blocker .th-modal.announcements-modal .close-modal {
        position: absolute;
        top: -3.5rem;
        right: -4rem;
        height: 45px;
        width: 45px;
        text-indent: -9999px;
        background: url("/images/common/cross-white.svg") no-repeat 0 0;
        background-size: 100%; }
        @media screen and (max-width: 600px) {
          .blocker .th-modal.announcements-modal .close-modal {
            position: absolute;
            top: 15px;
            right: 15px;
            display: block;
            font-size: 2rem;
            z-index: 30;
            width: 20px;
            height: 20px;
            background: url("/images/common/cross-black.svg") no-repeat 0 0;
            background-size: contain; } }
        .blocker .th-modal.announcements-modal .close-modal:hover {
          opacity: .8; }
    .blocker .th-modal.hours-modal {
      display: inline-block !important;
      vertical-align: middle;
      position: relative;
      max-width: 70rem;
      transform: scale(1);
      padding: 20px;
      border-radius: 3px;
      box-shadow: 0 15px 100px rgba(0, 0, 0, 0.3);
      visibility: visible;
      animation: fadeIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
      @media screen and (max-width: 600px) {
        .blocker .th-modal.hours-modal {
          width: 100%;
          padding: 20px !important; } }
      .blocker .th-modal.hours-modal .close-modal {
        top: -3.5rem;
        right: -4rem;
        height: 45px;
        width: 45px;
        text-indent: -9999px;
        background: url("/images/common/cross-white.svg") no-repeat 0 0;
        background-size: 100%; }
        @media screen and (max-width: 600px) {
          .blocker .th-modal.hours-modal .close-modal {
            position: absolute;
            top: 15px;
            right: 15px;
            display: block;
            font-size: 2rem;
            z-index: 30;
            width: 20px;
            height: 20px;
            background: url("/images/common/cross-black.svg") no-repeat 0 0;
            background-size: contain; } }

@font-face {
  font-family: 'icomoon';
  src: url("../../../../../fonts/cafe/icomoon.eot?c8trvp");
  src: url("../../../../../fonts/cafe/icomoon.eot?c8trvp#iefix") format("embedded-opentype"), url("../../../../../fonts/cafe/icomoon.ttf?c8trvp") format("truetype"), url("../../../../../fonts/cafe/icomoon.woff?c8trvp") format("woff"), url("../../../../../fonts/cafe/icomoon.svg?c8trvp#icomoon") format("svg");
  font-weight: 400;
  font-style: normal; }
[class*=" icon-"],
[class^="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-size: 2.7rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-weight: 400;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }
  @media screen and (max-width: 600px) {
    [class*=" icon-"],
    [class^="icon-"] {
      font-size: 2.5rem; } }

.icon-icon-location:before {
  content: '\e91e'; }

.icon-icon-call:before,
.icon-icon-phone:before {
  content: '\e91f'; }

.icon-icon-time:before {
  content: '\e920'; }

.icon-icon-accessible:before {
  content: '\e913'; }

.icon-icon-alcohol:before {
  content: '\e914'; }

.icon-icon-creditcard:before {
  content: '\e915';
  font-size: 2.5rem; }
  @media screen and (max-width: 600px) {
    .icon-icon-creditcard:before {
      font-size: 2rem; } }

.icon-icon-delivery:before {
  content: '\e916'; }
  @media screen and (max-width: 600px) {
    .icon-icon-delivery:before {
      font-size: 2.1rem; } }

.icon-icon-dinein:before,
.icon-icon-reservation:before {
  content: '\e917'; }

.icon-icon-kid:before {
  content: '\e918'; }

.icon-icon-outdoor:before {
  content: '\e919'; }

.icon-icon-parking:before {
  content: '\e91a'; }

.icon-icon-tv:before {
  content: '\e91b'; }

.icon-icon-veggie:before {
  content: '\e91c'; }

.icon-icon-wifi2:before {
  content: '\e91d'; }

.icon-icon-facebook:before {
  content: '\e900'; }

.icon-icon-twitter:before {
  content: '\e901'; }

.icon-icon-foursquare:before {
  content: '\e902'; }

.icon-icon-instagram:before {
  content: '\e903'; }

.icon-icon-yelp:before {
  content: '\e904'; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.btn {
  -webkit-transition: opacity 0.01s ease-in;
  -moz-transition: opacity 0.01s ease-in;
  transition: opacity 0.01s ease-in;
  font-family: "adelle", Georgia, serif;
  font-weight: 800;
  background-color: #99C758;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 1.7rem;
  height: auto;
  line-height: auto;
  padding: 0.75rem 1.5rem;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  touch-action: manipulation;
  outline: none;
  background-image: none; }
  button, button:active button:hover, button:focus, button.focus, input[type="button"], input[type="button"]:active button:hover, input[type="button"]:focus, input[type="button"].focus, input[type="reset"], input[type="reset"]:active button:hover, input[type="reset"]:focus, input[type="reset"].focus, input[type="submit"], input[type="submit"]:active button:hover, input[type="submit"]:focus, input[type="submit"].focus,
  .btn,
  .btn:active button:hover,
  .btn:focus,
  .btn.focus, button:active input[type="button"]:hover, input[type="button"]:active input[type="button"]:hover, input[type="reset"]:active input[type="button"]:hover, input[type="submit"]:active input[type="button"]:hover,
  .btn:active input[type="button"]:hover, button:active input[type="reset"]:hover, input[type="button"]:active input[type="reset"]:hover, input[type="reset"]:active input[type="reset"]:hover, input[type="submit"]:active input[type="reset"]:hover,
  .btn:active input[type="reset"]:hover, button:active input[type="submit"]:hover, input[type="button"]:active input[type="submit"]:hover, input[type="reset"]:active input[type="submit"]:hover, input[type="submit"]:active input[type="submit"]:hover,
  .btn:active input[type="submit"]:hover, button:active
  .btn:hover, input[type="button"]:active
  .btn:hover, input[type="reset"]:active
  .btn:hover, input[type="submit"]:active
  .btn:hover,
  .btn:active
  .btn:hover {
    outline: none;
    text-decoration: none;
    font-weight: normal;
    font-size: inherit;
    opacity: 0.8; }

body {
  background: url("../../../../../images/cafe/agsquare.png"); }

.th-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }
  .th-container::after {
    clear: both;
    content: "";
    display: table; }

.section-title,
h3 {
  font-family: "adelle", Georgia, serif;
  font-size: 3rem;
  font-weight: 800; }

.th-hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 67rem;
  width: 100%;
  z-index: -1;
  background-color: #172503; }
  .th-hero::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 600px) {
    .th-hero {
      height: 35rem;
      width: 100%; } }
  .th-hero .th-hero-img {
    height: 67rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 5%;
    opacity: .3; }
    @media screen and (max-width: 600px) {
      .th-hero .th-hero-img {
        height: 35rem;
        width: 100%; } }

header {
  width: 100%;
  text-align: center;
  margin-top: 10rem;
  text-align: center;
  min-height: 48rem; }
  header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 600px) {
    header {
      margin-top: 3rem;
      min-height: 26rem; } }
  header .th-logo {
    height: 15rem;
    width: 15rem;
    border: 5px solid #FFFFFF;
    border-radius: 10px; }
    @media screen and (max-width: 600px) {
      header .th-logo {
        border-width: 2px;
        height: 8rem;
        width: 8rem; } }
  header .title {
    margin-top: 4.5rem;
    font-size: 6.4rem;
    font-weight: 800;
    font-family: "adelle", Georgia, serif;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.75);
    color: #FFFFFF; }
    @media screen and (max-width: 600px) {
      header .title {
        margin-top: 1rem;
        font-size: 3rem;
        text-shadow: 0 2px 0 rgba(0, 0, 0, 0.75);
        line-height: 4rem; } }
  header .sub-title {
    font-size: 3rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 5rem; }
    @media screen and (max-width: 600px) {
      header .sub-title {
        font-size: 1.5rem;
        width: 90%;
        margin: 1rem auto 0; } }
  header .th-nav {
    width: 100%;
    padding: 0;
    height: 5rem;
    line-height: 5rem;
    margin-bottom: 5rem; }
    header .th-nav::after {
      clear: both;
      content: "";
      display: table; }
    header .th-nav ul {
      list-style-type: none;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;
      white-space: nowrap; }
      header .th-nav ul li {
        display: inline-block;
        margin-right: 3rem; }
        @media screen and (max-width: 600px) {
          header .th-nav ul li {
            margin: 1rem; } }
        header .th-nav ul li:after {
          content: '\25CF';
          margin-left: 3rem;
          color: white;
          opacity: .8; }
          @media screen and (max-width: 600px) {
            header .th-nav ul li:after {
              margin-left: 1rem; } }
        header .th-nav ul li:last-child {
          margin-right: 0; }
          header .th-nav ul li:last-child:after {
            margin-left: 0;
            content: ''; }
        header .th-nav ul li a.nav-link {
          font-size: 1.3rem;
          font-weight: 800;
          letter-spacing: .3rem;
          text-transform: uppercase;
          color: #FFFFFF;
          border-bottom: 3px solid transparent;
          padding-bottom: 10px;
          transition: .1s all ease-in;
          opacity: .8; }
          header .th-nav ul li a.nav-link.active, header .th-nav ul li a.nav-link:active, header .th-nav ul li a.nav-link:hover {
            opacity: 1;
            border-bottom: 3px solid white; }
          @media screen and (max-width: 600px) {
            header .th-nav ul li a.nav-link {
              border-bottom: 2px solid rgba(255, 255, 255, 0.2);
              margin-top: 0;
              font-size: 1.1rem;
              padding-bottom: 5px; } }
    header .th-nav.fixed {
      background-color: #172503;
      z-index: 1; }
      header .th-nav.fixed li:after {
        color: white; }
      header .th-nav.fixed li a.nav-link {
        color: white; }
        header .th-nav.fixed li a.nav-link.active, header .th-nav.fixed li a.nav-link:active, header .th-nav.fixed li a.nav-link:hover {
          opacity: 1;
          border-bottom: 3px solid white; }

.tips {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  margin: 3rem auto 4rem;
  font-size: 1.4rem;
  min-height: 5rem;
  text-align: center; }
  .tips::after {
    clear: both;
    content: "";
    display: table; }
  .tips .tip {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    background: #FFFFFF;
    margin-right: 1%;
    width: 32%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 3rem;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.25);
    min-height: 18rem;
    position: relative; }
    .tips .tip:last-child {
      margin-right: 0; }
    .tips .tip::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 600px) {
      .tips .tip {
        height: 2rem;
        display: block;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .tips .tip::after {
          clear: both;
          content: "";
          display: table; }
        .tips .tip:last-child {
          margin-right: 0; } }
    .tips .tip .tip-info {
      font-size: 1.45rem;
      color: #000000;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical; }
      .tips .tip .tip-info:before {
        font-family: Georgia;
        color: #ccc;
        content: '\201C';
        font-size: 2.5em;
        font-weight: 100;
        line-height: 0;
        margin-right: .8rem;
        vertical-align: -0.4em;
        letter-spacing: -2px; }
    .tips .tip .user-name {
      display: block;
      margin-top: 1.5rem;
      color: rgba(0, 0, 0, 0.5);
      font-weight: 800;
      font-size: 1.2rem;
      text-transform: uppercase; }
      .tips .tip .user-name:before {
        color: rgba(0, 0, 0, 0.5);
        content: '~';
        margin-right: .5rem; }
    .tips .tip a {
      color: black;
      display: block;
      margin-top: 8px; }
      .tips .tip a img {
        float: none;
        height: 22px;
        position: relative;
        top: -5px;
        left: 2px; }
    .tips .tip .tip-sheen {
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .tips .tip .tip-sheen:hover {
        background-color: rgba(255, 255, 255, 0.5); }

.tips-mobile {
  margin: 5rem 10px 0;
  font-size: 1.4rem; }
  .tips-mobile h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: rgba(0, 0, 0, 0.5); }
  .tips-mobile .tip {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    background: #FFFFFF;
    padding: 2rem 2.5rem;
    box-shadow: 0 4px 0px rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #4E595D;
    margin-bottom: 20px;
    position: relative; }
    .tips-mobile .tip:last-child {
      margin-right: 0; }
    .tips-mobile .tip::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 600px) {
      .tips-mobile .tip {
        border-radius: 3px;
        height: auto;
        display: block;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .tips-mobile .tip::after {
          clear: both;
          content: "";
          display: table; }
        .tips-mobile .tip:last-child {
          margin-right: 0; } }
    .tips-mobile .tip .tip-info {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.45rem;
      margin-top: 1.5rem;
      line-height: 1.5;
      width: 100%;
      color: black; }
      .tips-mobile .tip .tip-info:before {
        font-family: Georgia;
        color: #ccc;
        content: "\201C";
        font-size: 2.5em;
        font-weight: 100;
        line-height: 0;
        margin-right: 0.8rem;
        vertical-align: -0.4em;
        letter-spacing: -2px;
        display: block;
        margin-bottom: 0.5rem; }
      .tips-mobile .tip .tip-info .user-name {
        display: block;
        margin-top: 1.5rem;
        color: rgba(0, 0, 0, 0.5);
        font-weight: bold;
        font-size: 1.2rem;
        text-transform: uppercase; }
        .tips-mobile .tip .tip-info .user-name:before {
          color: rgba(0, 0, 0, 0.5);
          content: '~';
          margin-right: 2px; }
    .tips-mobile .tip a {
      color: black;
      display: block;
      margin-top: 8px; }
      .tips-mobile .tip a img {
        float: none;
        height: 22px;
        position: relative;
        top: -5px;
        left: 2px; }
    .tips-mobile .tip .tip-sheen {
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .tips-mobile .tip .tip-sheen:hover {
        background-color: rgba(255, 255, 255, 0.5); }

.ratings {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 60px;
  width: 100%;
  padding: 1rem 0 0 0 !important;
  margin-bottom: 2rem;
  background-color: transparent !important; }
  .ratings::after {
    clear: both;
    content: "";
    display: table; }
  .ratings::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 760px) {
    .ratings {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      .ratings::after {
        clear: both;
        content: "";
        display: table; } }
  .ratings .social-rating {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin: 15px 35px; }
    @media screen and (max-width: 960px) {
      .ratings .social-rating {
        width: 33%;
        margin: 15px 0; } }
    @media screen and (max-width: 600px) {
      .ratings .social-rating {
        width: 98.5%;
        padding: 0;
        margin: 15px 0; } }
    @media screen and (max-width: 600px) {
      .ratings .social-rating:last-child {
        border-bottom: none; } }
    .ratings .social-rating a {
      display: inline-block;
      color: #5B973F;
      font-weight: bold; }
      .ratings .social-rating a.fsq {
        padding-top: 5px; }
    .ratings .social-rating img.yelp-image {
      float: left;
      height: 28px;
      width: 100%; }
    .ratings .social-rating img.fs-image {
      height: 13px;
      width: 100%;
      float: left; }
    .ratings .social-rating .review-count {
      color: rgba(0, 0, 0, 0.5);
      display: inline-block;
      margin: 0;
      line-height: 1.5;
      font-size: 15px;
      vertical-align: middle;
      padding-left: 10px;
      text-shadow: 0 2px 0 white; }
    .ratings .social-rating.fs-rating .venue-score {
      font-size: 14px;
      line-height: 1.4;
      padding: 8px 10px 5px;
      color: #FFFFFF;
      font-weight: 600;
      cursor: default;
      display: inline-block;
      background-color: #73CF42;
      margin: 0 !important;
      border-radius: 3px; }
      .ratings .social-rating.fs-rating .venue-score sup {
        font-size: 12px;
        top: -0.3em; }
  .ratings .ta-image {
    width: 150px;
    margin: 30px 25px !important; }
  @media screen and (max-width: 600px) {
    .ratings .ta-rating {
      border-top: 1px solid #eee;
      border-bottom: 1px solid #eee;
      padding: 15px 0;
      margin: 0; } }
  @media screen and (max-width: 600px) {
    .ratings .tripadvisor-rating {
      padding: 15px 0;
      margin: 0; } }
  .ratings .tripadvisor-rating p {
    font-family: "Varela Round", "Helvetica Neue", Arial, sans-serif; }

.ratings_separator {
  display: none;
  border: 1px solid #cecece;
  width: 1px;
  margin: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px; }

.ratings_separator_right {
  display: none;
  border: 1px solid #cecece;
  width: 1px;
  margin: 20px 0;
  position: absolute;
  top: 0;
  height: 50px;
  right: 0;
  left: auto !important; }

.tripadvisor-rating .review-count {
  margin-top: -40px !important; }

.tripadvisor-rating .tripadvisor-stars {
  margin-top: -40px; }
  .tripadvisor-rating .tripadvisor-stars.only-logo {
    margin-top: 0; }

.press-links {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6rem;
  padding: 4rem 5rem 2rem 6rem; }
  .press-links::after {
    clear: both;
    content: "";
    display: table; }
  .press-links::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 600px) {
    .press-links {
      display: none; } }
  .press-links h2 {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 3rem; }
  .press-links a {
    display: -webkit-box;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 3.5rem; }
    .press-links a:last-child {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 0; }
    .press-links a .feature-block {
      width: 100%;
      opacity: .6;
      transition: .05s all ease-in; }
      .press-links a .feature-block:last-child {
        padding-bottom: 0; }
      .press-links a .feature-block:hover {
        opacity: 1; }
      .press-links a .feature-block .review-block {
        float: left;
        width: 60%; }
        .press-links a .feature-block .review-block:before {
          font-family: Georgia;
          content: '\201C';
          float: left;
          font-size: 70px;
          position: relative;
          top: -22px;
          color: #99C758; }
        .press-links a .feature-block .review-block p {
          margin-left: 6rem;
          font-size: 1.6rem;
          line-height: 3.3rem;
          color: black; }
          .press-links a .feature-block .review-block p.review-author:before {
            content: '~';
            margin-right: 8px; }
      .press-links a .feature-block img {
        display: block;
        max-width: 230px;
        max-height: 95px;
        width: auto;
        height: auto;
        float: right; }
  @media screen and (max-width: 960px) {
    .press-links {
      padding: 3rem 3rem 0 6rem; }
      .press-links p {
        margin-top: 1rem;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 1.6rem;
        line-height: 3rem; } }

.press-mobile {
  margin: 1.5rem 1rem 0;
  background: #FFFFFF;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3rem 0 2rem 0; }
  .press-mobile h2 {
    margin-left: 2rem;
    margin-bottom: 3rem;
    font-size: 2.5rem; }
  .press-mobile a {
    display: -webkit-box;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 3.5rem; }
    .press-mobile a:last-child {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 0; }
    .press-mobile a .feature-block {
      width: 100%;
      opacity: 0.6;
      transition: 0.05s all ease-in; }
      .press-mobile a .feature-block:last-child {
        padding-bottom: 0; }
      .press-mobile a .feature-block:hover {
        opacity: 1; }
      .press-mobile a .feature-block .review-block {
        float: left;
        width: 90%;
        margin-bottom: 20px; }
        .press-mobile a .feature-block .review-block:before {
          font-family: Georgia;
          content: "\201C";
          float: left;
          font-size: 70px;
          margin-left: 2rem;
          position: relative;
          top: -22px;
          margin-bottom: -15px;
          color: #99C758; }
        .press-mobile a .feature-block .review-block p {
          margin-left: 6rem;
          font-size: 1.6rem;
          line-height: 3.3rem;
          color: black; }
          .press-mobile a .feature-block .review-block p.review-author:before {
            content: '~';
            margin-right: 8px; }
      .press-mobile a .feature-block img {
        display: block;
        max-width: 230px;
        max-height: 95px;
        width: auto;
        height: auto;
        margin-left: 6rem;
        margin-bottom: 10px; }

.announcement {
  position: fixed;
  right: 10px;
  bottom: 10px; }
  .announcement .fab-btn {
    cursor: pointer;
    background: #99C758;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    border: 2px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform-origin: center center;
    transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .announcement .fab-btn img {
      position: absolute;
      margin-top: -12px;
      margin-left: 5px; }
      .announcement .fab-btn img.icon-speaker {
        width: 47px;
        opacity: 1; }
      .announcement .fab-btn img.icon-close {
        width: 100%;
        opacity: 0; }
    .announcement .fab-btn:hover {
      opacity: .95; }
    .announcement .fab-btn .total-count {
      position: relative;
      left: 38px;
      top: -3px;
      border: 2px solid white;
      background: #FF2424;
      color: white;
      width: 23px;
      height: 23px;
      border-radius: 20px;
      padding-left: 6px;
      z-index: 1;
      font-size: 15px;
      line-height: 18px;
      font-weight: bold;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
      transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .announcement .announce-text {
    transform: scale(0.3);
    transform-origin: bottom right;
    position: absolute;
    opacity: 0;
    width: 240px;
    right: 29px;
    bottom: 28px;
    z-index: -1;
    padding: 10px 20px;
    background: white;
    border-radius: 3px;
    border: 2px solid #99C758;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    line-height: 25px; }
    .announcement .announce-text a.all-announcements {
      color: rgba(0, 0, 0, 0.8);
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      transition: 0.3s all cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .announcement .announce-text a.all-announcements p {
        overflow: hidden;
        font-size: 14px; }
      .announcement .announce-text a.all-announcements p:last-child {
        font-size: 12px;
        margin-top: 5px;
        display: block;
        color: #99C758; }
      .announcement .announce-text a.all-announcements:hover {
        text-decoration: none; }
    .announcement .announce-text.announce-2 {
      transform: scale(0.9);
      bottom: 30px;
      transform-origin: center center; }
    .announcement .announce-text.announce-3 {
      transform: scale(0.8);
      bottom: 30px;
      transform-origin: center center; }
  .announcement.announce-active .fab-btn {
    transform-origin: center center;
    transform: scale(0.6); }
    .announcement.announce-active .fab-btn img {
      margin-top: -17px;
      margin-left: 1px; }
      .announcement.announce-active .fab-btn img.icon-speaker {
        opacity: 0; }
      .announcement.announce-active .fab-btn img.icon-close {
        opacity: 1; }
    .announcement.announce-active .fab-btn .total-count {
      transform: scale(0); }
  .announcement.announce-active .announce-text {
    transform: scale(1);
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .announcement.announce-active .announce-text.announce-2 {
      transform: scale(0.9);
      z-index: -2;
      bottom: 80px;
      opacity: .7;
      transition: all 0.3s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .announcement.announce-active .announce-text.announce-3 {
      transform: scale(0.8);
      z-index: -3;
      bottom: 130px;
      opacity: .5;
      transition: all 0.3s 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .announcement.announce-active .announce-text:hover {
      transform: scale(1.05);
      transition: all .1s 0s ease-in;
      opacity: 1;
      z-index: -1; }

.announcements-container {
  padding: 2rem;
  border-radius: 3px;
  box-shadow: 0 15px 100px rgba(0, 0, 0, 0.3);
  transform: scale(1);
  visibility: visible;
  animation: fadeIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
  @media screen and (max-width: 760px) {
    .announcements-container {
      margin: 0; } }
  .announcements-container .announce-title {
    width: 28rem;
    margin: 5px auto 20px; }
    .announcements-container .announce-title img {
      float: left;
      width: 40px;
      position: relative;
      top: 5px;
      left: 12px; }
      @media screen and (max-width: 760px) {
        .announcements-container .announce-title img {
          width: 35px;
          left: 0; } }
    .announcements-container .announce-title h1 {
      font-size: 2.5rem;
      font-weight: 100; }
      @media screen and (max-width: 760px) {
        .announcements-container .announce-title h1 {
          font-size: 2.3rem;
          position: relative;
          right: 15px; } }
    @media screen and (max-width: 760px) {
      .announcements-container .announce-title {
        margin-left: 5px; } }
  .announcements-container .announce-block {
    margin: 30px 20px;
    padding: 20px 40px;
    border: 1px solid #99C758;
    background: rgba(153, 199, 88, 0.02);
    border-radius: 5px; }
    .announcements-container .announce-block p.announce-time {
      font-size: 15px;
      font-weight: bold;
      color: rgba(0, 0, 0, 0.4);
      margin-bottom: 10px; }
    .announcements-container .announce-block:first-child {
      margin-top: 15px; }
    .announcements-container .announce-block:last-child {
      margin-bottom: 15px; }
      @media screen and (max-width: 600px) {
        .announcements-container .announce-block:last-child {
          margin-bottom: -20px; } }
    @media screen and (max-width: 600px) {
      .announcements-container .announce-block {
        margin: 40px -20px -20px;
        border: none;
        padding: 20px; } }

.about-us {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6rem; }
  .about-us::after {
    clear: both;
    content: "";
    display: table; }
  .about-us::after {
    clear: both;
    content: "";
    display: table; }
  .about-us .left-about-us,
  .about-us .right-about-us {
    display: inline-block;
    height: 50rem;
    width: 50%; }
    .about-us .left-about-us::after,
    .about-us .right-about-us::after {
      clear: both;
      content: "";
      display: table; }
  .about-us .right-about-us {
    padding: 4rem 5rem 0 6rem;
    float: left; }
    .about-us .right-about-us h2 {
      font-size: 3.5rem;
      font-weight: 800; }
    .about-us .right-about-us p {
      margin-top: 2rem;
      font-size: 1.6rem;
      line-height: 3.2rem;
      overflow: auto;
      height: 35rem;
      text-align: left; }
    @media screen and (max-width: 600px) {
      .about-us .right-about-us {
        padding: 3rem 4rem 0; }
        .about-us .right-about-us p {
          margin-top: 1rem;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 1.6rem;
          line-height: 3rem; } }
  .about-us .cover-img {
    float: left;
    background-size: cover;
    opacity: .8; }

.about-us-phablet {
  border-radius: 3px;
  margin: 1.5rem 1rem 0;
  background: white;
  overflow: auto;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.25); }
  .about-us-phablet::after {
    clear: both;
    content: "";
    display: table; }
  .about-us-phablet .about-bg {
    height: 10rem;
    opacity: .8; }
  .about-us-phablet .about-content {
    position: relative;
    top: -70px; }
    .about-us-phablet .about-content h2 {
      color: white;
      margin-left: 2rem;
      font-size: 2.5rem;
      font-weight: 400; }
    .about-us-phablet .about-content p {
      margin-top: 6rem;
      padding: 0 4rem 0 2rem;
      line-height: 3rem;
      font-size: 1.5rem;
      color: #4E595D;
      -webkit-overflow-scrolling: touch; }
      .about-us-phablet .about-content p.truncate {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical; }
    .about-us-phablet .about-content a.read-more {
      display: block;
      margin: 1rem 2rem -4rem;
      color: #99C758;
      text-decoration: underline; }

.th-info-hero {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .th-info-hero::after {
    clear: both;
    content: "";
    display: table; }
  .th-info-hero .block-title {
    color: rgba(0, 0, 0, 0.25);
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.5);
    font-family: "adelle", Georgia, serif;
    font-weight: 80;
    font-size: 4rem;
    text-align: center; }

.info {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  margin-bottom: 8rem; }
  .info::after {
    clear: both;
    content: "";
    display: table; }
  .info::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 600px) {
    .info {
      margin-bottom: 0;
      margin-top: -1rem; } }
  .info .left-info,
  .info .right-map {
    display: inline-block;
    float: left;
    height: 60rem;
    width: 50%; }
    .info .left-info::after,
    .info .right-map::after {
      clear: both;
      content: "";
      display: table; }

a.get-directions {
  font-family: "adelle", Georgia, serif;
  position: absolute;
  display: inline-block;
  margin-top: 557px;
  margin-left: -202px;
  background: #99C758;
  border: 1px solid rgba(0, 0, 0, 0.4);
  padding: 6px 15px 5px;
  font-size: 1.2rem;
  color: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 800;
  transition: .1s all ease-in; }
  a.get-directions:after {
    content: '\002197'; }
  a.get-directions:hover {
    opacity: .9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.left-info {
  text-align: left;
  padding: 3rem; }
  @media screen and (max-width: 600px) {
    .left-info {
      width: 100% !important; } }
  .left-info .info-item {
    padding-bottom: 2px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
    .left-info .info-item p:first-child {
      font-size: 1.3rem;
      color: rgba(0, 0, 0, 0.5);
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-top: 1.8rem; }
    .left-info .info-item p:last-child {
      font-size: 2.2rem;
      font-weight: 400;
      color: #4E595D;
      padding-top: 5px; }
    .left-info .info-item:last-child {
      border-bottom: none; }

@media screen and (max-width: 600px) {
  .info {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px; }

  .info-item {
    display: none; }

  .left-info {
    padding: 0; }

  .left-info,
  .right-map {
    height: auto !important; }

  .res-info-mobile {
    text-align: left; }
    .res-info-mobile .info-img {
      float: left;
      width: 32px;
      text-align: center;
      margin: 14px 0 10px 10px; }
      .res-info-mobile .info-img i {
        margin-top: 15px;
        font-size: 2.2rem;
        color: #99C758; }
    .res-info-mobile .info-content a {
      color: #99C758;
      text-decoration: none;
      display: block;
      position: relative;
      line-height: 2.5;
      padding: 10px 15px 10px 0;
      margin-left: 54px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .res-info-mobile .info-content .info-heading {
      font-size: 1.7rem;
      font-family: "adelle", Georgia, serif;
      font-weight: 400;
      line-height: 1; }
    .res-info-mobile .info-content .info-data {
      font-size: 1.3rem;
      color: rgba(0, 0, 0, 0.35); }
    .res-info-mobile .info-content .info-arrow-img {
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -16px; }
      .res-info-mobile .info-content .info-arrow-img .mobile-arrow {
        width: 8px; }
    .res-info-mobile .info-block:last-child {
      border-bottom: none; }
      .res-info-mobile .info-block:last-child .info-content a {
        border-bottom: none; } }
.attributes {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto 6rem;
  text-align: center; }
  .attributes::after {
    clear: both;
    content: "";
    display: table; }
  .attributes::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 600px) {
    .attributes {
      margin: 25px auto 25px 0;
      padding: 10px 0 0 30px; } }
  .attributes .attribute {
    display: inline-block;
    text-align: center;
    margin: 0 2rem; }
    @media screen and (max-width: 600px) {
      .attributes .attribute {
        display: block;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        text-align: left;
        padding: 0px 0px 15px 35px;
        position: relative;
        margin: 0; }
        .attributes .attribute::after {
          clear: both;
          content: "";
          display: table; }
        .attributes .attribute:last-child {
          margin-right: 0; } }
    .attributes .attribute i {
      color: #BBBBBB;
      vertical-align: middle; }
      @media screen and (max-width: 600px) {
        .attributes .attribute i {
          margin: 0;
          position: absolute;
          left: -4px;
          top: 5px; } }
    .attributes .attribute span {
      padding-top: 8px;
      display: block;
      font-size: 13px;
      color: rgba(0, 0, 0, 0.5);
      text-shadow: 0 1px 0 #fff; }
      @media screen and (max-width: 600px) {
        .attributes .attribute span {
          font-size: 12px;
          text-align: left; } }

.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem; }
  .gallery::after {
    clear: both;
    content: "";
    display: table; }
  .gallery::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 600px) {
    .gallery {
      margin-top: 1.5rem; } }
  .gallery .gallery-photo {
    margin-right: 0;
    float: left;
    width: 20%;
    padding: 0;
    height: auto; }
    @media screen and (max-width: 600px) {
      .gallery .gallery-photo {
        width: 33%; }
        .gallery .gallery-photo:nth-child(2), .gallery .gallery-photo:nth-child(3), .gallery .gallery-photo:nth-child(4), .gallery .gallery-photo:nth-child(5) {
          display: none; } }
    .gallery .gallery-photo img {
      width: 100%;
      height: auto; }
      @media screen and (max-width: 600px) {
        .gallery .gallery-photo img {
          padding: 0; } }
      .gallery .gallery-photo img:hover {
        opacity: .8;
        transition: all .2s; }

.menu-container {
  max-width: 96rem;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  padding: 5rem 8rem;
  margin: 0 auto 8rem auto;
  text-align: left; }
  .menu-container::after {
    clear: both;
    content: "";
    display: table; }
  .menu-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 600px) {
    .menu-container {
      border-radius: 3px;
      padding: 2rem;
      margin: 10px 10px 0; } }
  .menu-container h2 {
    font-family: "adelle", Georgia, serif;
    font-size: 3rem;
    font-weight: 800; }
  .menu-container .underline {
    display: none; }
  .menu-container .menu-nav {
    text-transform: uppercase;
    font-size: 1.3rem; }
    .menu-container .menu-nav li {
      font-weight: 800;
      display: inline-block;
      margin: 2rem 3rem 1rem 0;
      position: relative;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.5); }
      .menu-container .menu-nav li.active {
        color: #99C758; }
        .menu-container .menu-nav li.active:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 2px;
          bottom: -10px;
          left: 0;
          color: #99C758;
          border-bottom: 2px solid #99C758; }
    @media screen and (max-width: 600px) {
      .menu-container .menu-nav {
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch; } }
  .menu-container .menu-data .menu-section {
    margin-top: 5rem; }
    .menu-container .menu-data .menu-section::after {
      clear: both;
      content: "";
      display: table; }
    .menu-container .menu-data .menu-section:first-child {
      margin-top: 3rem; }
    .menu-container .menu-data .menu-section .section-name {
      text-transform: uppercase;
      font-size: 1.7rem;
      font-family: "adelle", Georgia, serif;
      font-weight: 800;
      color: rgba(0, 0, 0, 0.75); }
      @media screen and (max-width: 600px) {
        .menu-container .menu-data .menu-section .section-name {
          font-size: 1.4rem; } }
    .menu-container .menu-data .menu-section .section-description {
      font-size: 1.5rem;
      color: rgba(0, 0, 0, 0.5);
      padding: 10px 0; }
      @media screen and (max-width: 600px) {
        .menu-container .menu-data .menu-section .section-description {
          font-size: 13px; } }
    .menu-container .menu-data .menu-section .menu-item {
      width: 100%;
      margin-top: 1.5rem; }
      .menu-container .menu-data .menu-section .menu-item::after {
        clear: both;
        content: "";
        display: table; }
      .menu-container .menu-data .menu-section .menu-item .item {
        display: inline;
        float: left;
        width: 45%;
        padding: 10px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 600px) {
          .menu-container .menu-data .menu-section .menu-item .item {
            width: 100%; } }
        .menu-container .menu-data .menu-section .menu-item .item:nth-child(odd) {
          margin-right: 10%; }
          @media screen and (max-width: 600px) {
            .menu-container .menu-data .menu-section .menu-item .item:nth-child(odd) {
              margin: 0; } }
        .menu-container .menu-data .menu-section .menu-item .item .item-name {
          color: #4E595D;
          font-size: 1.7rem;
          float: left;
          width: 75%; }
          @media screen and (max-width: 600px) {
            .menu-container .menu-data .menu-section .menu-item .item .item-name {
              font-size: 15px; } }
        .menu-container .menu-data .menu-section .menu-item .item .item-price {
          display: block;
          float: right;
          width: 25%;
          font-size: 1.7rem;
          color: #000000;
          text-align: right; }
          @media screen and (max-width: 600px) {
            .menu-container .menu-data .menu-section .menu-item .item .item-price {
              font-size: 15px; } }
        .menu-container .menu-data .menu-section .menu-item .item .item-description {
          display: block;
          color: #999999;
          font-size: 1.5rem;
          clear: both;
          width: 90%; }
          @media screen and (max-width: 600px) {
            .menu-container .menu-data .menu-section .menu-item .item .item-description {
              font-size: 12px; } }
        .menu-container .menu-data .menu-section .menu-item .item .item-option-group {
          padding-left: 20px; }
        .menu-container .menu-data .menu-section .menu-item .item .item-option-group-text {
          display: block;
          color: #999999;
          font-size: 1.5rem;
          margin: 1rem 0;
          font-weight: bold; }
        .menu-container .menu-data .menu-section .menu-item .item .item-option-name {
          padding-left: 15px;
          border-left: 1px dashed rgba(0, 0, 0, 0.1);
          color: #4E595D;
          font-size: 1.5rem;
          width: 100%;
          float: right; }
          .menu-container .menu-data .menu-section .menu-item .item .item-option-name .item-option-price {
            float: right;
            font-size: 1.7rem;
            color: rgba(0, 0, 0, 0.5); }
  .menu-container .all-menu {
    font-size: 1.7rem;
    color: #FFFFFF;
    font-family: "adelle", Georgia, serif;
    font-weight: 800;
    background: #99C758;
    margin: 5rem auto 2rem;
    border: 1px solid rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    text-align: center;
    display: block;
    width: 20rem;
    padding: 8px;
    transition: .1s all ease-in; }
    .menu-container .all-menu:hover {
      position: relative;
      top: 1px;
      opacity: .9;
      box-shadow: 0 3px 0 rgba(0, 0, 0, 0.25); }
    .menu-container .all-menu:active {
      top: 5px;
      box-shadow: none; }

.hours-title {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 2rem;
  display: inline-block;
  padding-right: 1.5rem;
  font-weight: 100; }

.badge {
  color: #fff;
  display: inline-block;
  font-family: "adelle", Georgia, serif;
  font-weight: 800;
  font-size: 1.2rem;
  padding: .3rem 1rem .1rem;
  text-transform: uppercase; }
  .badge.open {
    background-color: #66B984; }
  .badge.closed {
    background-color: #CD4556; }

.item {
  margin-top: 1rem;
  font-size: 1.5rem; }
  .item::after {
    clear: both;
    content: "";
    display: table; }
  .item .day {
    width: 20%;
    float: left;
    color: #4E595D; }
    .item .day.today {
      color: #4E595D; }
  .item .time {
    width: 60%;
    float: right;
    margin-right: 4.5rem; }
    .item .time.closed {
      color: #CD4556; }
  .item .time:first-child {
    opacity: .1; }

footer {
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  text-align: center; }
  footer::after {
    clear: both;
    content: "";
    display: table; }
  footer .footer-container .social-icons {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    list-style-type: none;
    -webkit-overflow-scrolling: touch; }
    footer .footer-container .social-icons li {
      display: inline-block;
      padding: 0 1.5rem; }
      footer .footer-container .social-icons li a {
        color: #99C758; }
        footer .footer-container .social-icons li a i {
          font-size: 2.5rem; }
        footer .footer-container .social-icons li a.trpadv svg {
          display: inline-block;
          width: 35px;
          position: relative;
          top: 1px;
          left: 5px;
          height: 25px; }
          footer .footer-container .social-icons li a.trpadv svg path {
            fill: #99C758; }
  footer .footer-container .footer-info {
    padding-top: 4rem;
    font-size: 1.4rem; }
    footer .footer-container .footer-info p:first-child {
      color: rgba(0, 0, 0, 0.75);
      font-family: "adelle", Georgia, serif;
      font-weight: 400; }
  footer .footer-container .footer-branding {
    margin: 3.5rem auto; }
    footer .footer-container .footer-branding p {
      text-align: center;
      font-size: 1.4rem; }
      footer .footer-container .footer-branding p a {
        font-size: inherit;
        text-decoration: none;
        color: #000000; }
        footer .footer-container .footer-branding p a:focus, footer .footer-container .footer-branding p a:hover {
          outline: none;
          text-decoration: none;
          color: #000000; }
  footer .footer-container .chain {
    max-width: 96rem;
    margin-left: auto;
    margin-right: auto;
    background: white;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-color: rgba(0, 0, 0, 0.25);
    padding: 5rem 6rem;
    margin: 6.5rem auto;
    text-align: left; }
  footer .footer-container .chain-heading {
    color: black;
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 0rem;
    font-family: "adelle", Georgia, serif; }
  footer .footer-container .chain-items li {
    width: 31%;
    margin: 1%;
    display: inline-block;
    background-color: #fff;
    border-bottom: 3px solid rgba(153, 199, 88, 0.3); }
    @media screen and (max-width: 960px) {
      footer .footer-container .chain-items li {
        width: 100%; } }
  footer .footer-container .chain-items a {
    padding: 2rem 0;
    display: block;
    font-size: 1.6rem;
    color: #000; }
    footer .footer-container .chain-items a:focus, footer .footer-container .chain-items a:hover {
      color: #000;
      opacity: 0.5;
      transition: 0.1s all ease; }
    footer .footer-container .chain-items a:visited {
      color: #000; }

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