@charset "UTF-8";
/***************************
Max-min height and width (Fallbacks for IE8)
****************************/

/***************************
Global Wrapper
****************************/

/***************************
Media Query (min-width)
Should be min-width by default to adhere to mobile first principles.
****************************/

/***************************
Media Query (max-width)
****************************/

/* line 2, ../scss/tools/_placeholders.scss */

.list__header ul:after,
.list__content:after,
.list-tags__wrapper .list-tags:after,
.social-button__list:after,
.form__parent:after,
.archive__figure:after,
.archive--tagged__figure:after,
.archive--tagged__header:after,
.archive--tagged__item:after,
.archive--tagged__link--tags:after,
.article-grid__item:after,
.article-grid--featured__item:after,
.article-grid__list:after,
.article-grid--restaurant__list:after,
.hero--recipe__figure:after,
.new-restaurants:after,
.pagination__list:after,
.recent-reviews-widget__list:after,
.restaurants-grid__list:after,
.title-card__list:after,
.user-review__body__article__header div:after,
.user-review__body__article__body__rating:after,
.venue__figure:after,
.venue__list--info__wrapper:after,
.venue__list--contact:after,
.venue__item--contact:after,
.aside__newsletter__body__form:after,
.aside__recent-review__blockquote__footer:after,
.aside__review__header:after,
.section__header:after,
.content__wrapper:after,
.footer__container:after,
.footer__list--sub:after,
.footer__container--secondary__list:after,
.site__container:after,
.header__wrapper:after,
.header__topbar__wrapper:after,
.header__wrapper__list:after,
.navigation__list:after,
.search-input__wrapper .search-input__form:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, ../scss/tools/_placeholders.scss */

.aside__newsletter__body__label__text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 31, ../scss/tools/_placeholders.scss */

.social-button__link img,
.social-button__link--twitter img,
.social-button__link--facebook img,
.social-button__link--googleplus img,
.social-button__link--pinterest img,
.social-button__link span,
.social-button__link--twitter span,
.social-button__link--facebook span,
.social-button__link--googleplus span,
.social-button__link--pinterest span,
.venue__item--contact img,
.venue__item--contact span {
  display: inline-block;
  vertical-align: middle;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
* 1. Set default  family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

/* line 8, ../../bower_components/modularized-normalize-scss/base/_html.scss */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 12, ../../bower_components/modularized-normalize-scss/base/_html.scss */

html {
  -family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  font-size: initial;
}

/* line 21, ../../bower_components/modularized-normalize-scss/base/_html.scss */

ul {
  margin: 0;
  padding: 0;
}

/* line 26, ../../bower_components/modularized-normalize-scss/base/_html.scss */

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 32, ../../bower_components/modularized-normalize-scss/base/_html.scss */

input {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 39, ../../bower_components/modularized-normalize-scss/base/_html.scss */

input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* line 40, ../../bower_components/modularized-normalize-scss/base/_html.scss */

input:focus:-moz-placeholder {
  color: transparent;
}

/* FF 4-18 */

/* line 41, ../../bower_components/modularized-normalize-scss/base/_html.scss */

input:focus::-moz-placeholder {
  color: transparent;
}

/* FF 19+ */

/* line 43, ../../bower_components/modularized-normalize-scss/base/_html.scss */

a {
  color: #ed1b23;
  text-decoration: none;
}

/* line 91, ../scss/tools/_mixins.scss */

a:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

a:visited {
  color: #ed1b23;
}

/**
* Remove default margin.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/base/_body.scss */

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.
*/

/* line 7, ../../bower_components/modularized-normalize-scss/html5/_blocks.scss */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
*/

/* line 6, ../../bower_components/modularized-normalize-scss/html5/_inline-blocks.scss */

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.
*/

/* line 6, ../../bower_components/modularized-normalize-scss/html5/_audio.scss */

audio:not([controls]) {
  display: none;
  height: 0;
}

/*
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/

/* line 6, ../../bower_components/modularized-normalize-scss/html5/_hidden.scss */

[hidden],
template {
  display: none;
}

/* Links
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/links/_fix-background.scss */

a {
  background: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/links/_fix-outline.scss */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */

/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/text-level/_abbr.scss */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/text-level/_fix-bolder.scss */

b,
strong {
  -weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/text-level/_dfn.scss */

dfn {
  -style: italic;
}

/**
* Address variable `h1` -size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

/* line 6, ../../bower_components/modularized-normalize-scss/text-level/_headings.scss */

h1 {
  -size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/text-level/_mark.scss */

mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable  size in all browsers.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/text-level/_small.scss */

small {
  -size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/text-level/_sub-and-sup.scss */

sub,
sup {
  -size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 13, ../../bower_components/modularized-normalize-scss/text-level/_sub-and-sup.scss */

sup {
  top: -0.5em;
}

/* line 17, ../../bower_components/modularized-normalize-scss/text-level/_sub-and-sup.scss */

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */

/**
* Remove border when inside `a` element in IE 8/9/10.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/embed/_img.scss */

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/**
* Correct overflow not hidden in IE 8/9/10/11.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/embed/_svg.scss */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */

/**
* Address margin not present in IE 8/9 and Safari.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/grouping/_figure.scss */

figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/grouping/_hr.scss */

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/grouping/_pre.scss */

pre {
  overflow: auto;
}

/**
* Address odd `em`-unit  size rendering in all browsers.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/grouping/_fix-monospace.scss */

code,
kbd,
pre,
samp {
  -family: monospace, monospace;
  -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  properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

/* line 8, ../../bower_components/modularized-normalize-scss/forms/_fix-.scss */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  :inherit ;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/forms/_fix-overflow.scss */

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.
*/

/* line 8, ../../bower_components/modularized-normalize-scss/forms/_fix-text-transform.scss */

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.
*/

/* line 9, ../../bower_components/modularized-normalize-scss/forms/_buttons.scss */

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.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/forms/_disabled.scss */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/forms/_fix-focus-inner.scss */

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.
*/

/* line 6, ../../bower_components/modularized-normalize-scss/forms/_fix-line-height.scss */

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.
*/

/* line 9, ../../bower_components/modularized-normalize-scss/forms/_checkbox-and-radio.scss */

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

/* line 7, ../../bower_components/modularized-normalize-scss/forms/_number.scss */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/

/* line 7, ../../bower_components/modularized-normalize-scss/forms/_search.scss */

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

/* line 17, ../../bower_components/modularized-normalize-scss/forms/_search.scss */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/forms/_fieldset.scss */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  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.
*/

/* line 6, ../../bower_components/modularized-normalize-scss/forms/_legend.scss */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/forms/_textarea.scss */

textarea {
  overflow: auto;
}

/**
* Don't inherit the `-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

/* line 6, ../../bower_components/modularized-normalize-scss/forms/_optgroup.scss */

optgroup {
  -weight: bold;
}

/* Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

/* line 5, ../../bower_components/modularized-normalize-scss/tables/_fix-cell-spacing.scss */

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

/* line 10, ../../bower_components/modularized-normalize-scss/tables/_fix-cell-spacing.scss */

th,
td {
  padding: 0;
}

/*!
TYPEPLATE
URL ........... http://typeplate.com
VERSION ....... 1.1.4
Github ........ https://github.com/typeplate/bower
AUTHORS ....... Dennis Gaebel (@gryghostvisuals) & Zachary Kain (@zakkain)
LICENSE ....... Creative Commmons Attribution 3.0 (http://creativecommons.org/licenses/by/3.0)
LICENSE URL ... https://github.com/typeplate/bower/blob/master/license.txt
*/

@-face {
  -family: "Ampersand";
  src: local("Georgia"), local("Garamond"), local("Palatino"), local("Book Antiqua");
  unicode-range: U+0026;
}

@-face {
  -family: "Ampersand";
  src: local("Georgia");
  unicode-range: U+270C;
}

/* line 401, ../scss/base/_typekit.scss */

body {
  word-wrap: break-word;
}

/* line 405, ../scss/base/_typekit.scss */

pre code {
  word-wrap: normal;
}

/**
* Dropcap Sass @include
* Use the following Sass @include with any selector you feel necessary.
*
@include dropcap($dropcap-float-position, $dropcap--size, $dropcap--family, $dropcap-txt-indent, $dropcap-margin, $dropcap-padding, $dropcap-color, $dropcap-line-height, $dropcap-bg);
*
* Extend this object into your custom stylesheet. Let the variables do the work.
*
*/

/* line 530, ../scss/base/_typekit.scss */

html {
  :normal100%/1.65"open sans",sans-serif ;
}

/* line 538, ../scss/base/_typekit.scss */

body {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  color: #595959;
}

/* line 549, ../scss/base/_typekit.scss */

small {
  -size: 65%;
}

/* line 573, ../scss/base/_typekit.scss */

h1,
.h1,
h2,
.h2,
.hero__h3,
.hero--recipe__h3,
.recent-reviews-widget__header__h4,
.article__header__title,
h3,
.h3,
.archive__header__h2,
.archive--tagged__header__h2,
.article-grid--restaurant__header__h2,
.venue__header__h2,
.restaurants-grid__data__h3,
.title-card__link h3,
.venue__filter__link,
.aside__widget__header__h4,
.footer__container--secondary__h2,
h4,
.h4,
.article-grid__h3,
.aside__review__body__h5,
.aside__review__body__def__key,
.aside__review__body__def__value,
.section__wrapper__notice,
.ss-header-text,
.ss-result-title,
h5,
.h5,
.section__wrapper__title,
.section__wrapper__title--center,
.section__wrapper__subtitle,
h6,
.h6 {
  text-rendering: optimizeLegibility;
  line-height: 1;
  margin-top: 0;
  display: block;
  font-family: "Playfair Display", serif;
}

/* line 591, ../scss/base/_typekit.scss */

.tera {
  -size: 75.757px;
  -size: 4.73481rem;
  margin-bottom: 5.57572px;
  margin-bottom: 0.34848rem;
}

/* line 591, ../scss/base/_typekit.scss */

.giga {
  -size: 56.832px;
  -size: 3.552rem;
  margin-bottom: 7.43243px;
  margin-bottom: 0.46453rem;
}

/* line 591, ../scss/base/_typekit.scss */

.mega {
  -size: 42.635px;
  -size: 2.66469rem;
  margin-bottom: 9.90735px;
  margin-bottom: 0.61921rem;
}

/* line 591, ../scss/base/_typekit.scss */

.alpha,
h1,
.h1,
h2,
.h2,
.hero__h3,
.hero--recipe__h3,
.recent-reviews-widget__header__h4,
.article__header__title {
  size: 32px;
  margin-bottom: 15px;
}

/* line 591, ../scss/base/_typekit.scss */

.beta,
h3,
.h3,
.archive__header__h2,
.archive--tagged__header__h2,
.article-grid--restaurant__header__h2,
.venue__header__h2,
.restaurants-grid__data__h3,
.title-card__link h3,
.venue__filter__link,
.aside__newsletter__body__p,
.aside__widget__header__h4,
.footer__container--secondary__h2 {
  -size: 23.994px;
  -size: 1.49963rem;
  margin-bottom: 17.6044px;
  margin-bottom: 1.10028rem;
}

/* line 591, ../scss/base/_typekit.scss */

.aside__h3 {
  font-size: 24px;
}

.gamma,
h4,
.h4,
.article-grid__h3,
.aside__review__body__h5,
.aside__review__body__def__key,
.aside__review__body__def__value,
.section__wrapper__notice,
.article-grid--featured__h3,
.ss-header-text,
.ss-result-title {
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 591, ../scss/base/_typekit.scss */

@media only screen and (min-width: 600px) {
  .gamma,
  h4,
  .h4,
  .article-grid__h3,
  .aside__review__body__h5,
  .aside__review__body__def__key,
  .aside__review__body__def__value,
  .section__wrapper__notice,
  .article-grid--featured__h3,
  .ss-header-text,
  .ss-result-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.delta {
  -size: 13.504px;
  -size: 0.844rem;
  margin-bottom: 31.27962px;
  margin-bottom: 1.95498rem;
}

/* line 591, ../scss/base/_typekit.scss */

.epsilon,
h5,
.h5,
.section__wrapper__title,
.section__wrapper__title--center,
.section__wrapper__subtitle {
  -size: 10.13px;
  -size: 0.63313rem;
  margin-bottom: 41.69793px;
  margin-bottom: 2.60612rem;
}

/* line 591, ../scss/base/_typekit.scss */

.zeta,
h6,
.h6 {
  -size: 10.13px;
  -size: 0.63313rem;
  margin-bottom: 41.69793px;
  margin-bottom: 2.60612rem;
}

@media only screen and (min-width: 600px) {
  /* line 597, ../scss/base/_typekit.scss */
  h1,
  .h1 {
    -size: 2.3686rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 606, ../scss/base/_typekit.scss */
  h2,
  .h2,
  .hero__h3,
  .hero--recipe__h3,
  .recent-reviews-widget__header__h4,
  .article__header__title {
    -size: 1.77689rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 615, ../scss/base/_typekit.scss */
  h3,
  .h3,
  .archive__header__h2,
  .archive--tagged__header__h2,
  .article-grid--restaurant__header__h2,
  .venue__header__h2,
  .restaurants-grid__data__h3,
  .title-card__link h3,
  .venue__filter__link,
  .aside__newsletter__body__p,
  .aside__widget__header__h4,
  .footer__container--secondary__h2 {
    -size: 1.33333rem;
    margin-bottom: 1rem;
  }
}

/* line 625, ../scss/base/_typekit.scss */

h4,
.h4,
.article-grid__h3,
.aside__review__body__h5,
.aside__review__body__def__key,
.aside__review__body__def__value,
.section__wrapper__notice,
.ss-header-text,
.ss-result-title {
  margin-bottom: 0.5rem;
  color: #858585;
}

@media only screen and (min-width: 600px) {
  /* line 625, ../scss/base/_typekit.scss */
  h4,
  .h4,
  .article-grid__h3,
  .aside__review__body__h5,
  .aside__review__body__def__key,
  .aside__review__body__def__value,
  .section__wrapper__notice,
  .ss-header-text,
  .ss-result-title {
    -size: 1rem;
  }
}

/* line 650, ../scss/base/_typekit.scss */

p {
  margin: auto auto 1.5em;
}

/* line 673, ../scss/base/_typekit.scss */

abbr,
acronym,
blockquote,
code,
dir,
kbd,
listing,
plaintext,
q,
samp,
tt,
var,
xmp {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

/* line 693, ../scss/base/_typekit.scss */

pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
}

/* line 698, ../scss/base/_typekit.scss */

pre {
  white-space: pre;
}

/* line 702, ../scss/base/_typekit.scss */

code {
  white-space: pre;
  -family: monospace;
}

/**
* Abbreviations Markup
*
<abbr title="hyper text markup language">HMTL</abbr>
*
* Extend this object into your markup.
*
*/

/* line 718, ../scss/base/_typekit.scss */

abbr {
  -variant: small-caps;
  -weight: 600;
  text-transform: lowercase;
  color: gray;
}

/* line 720, ../scss/base/_typekit.scss */

abbr[title]:hover {
  cursor: help;
}

/* line 729, ../scss/base/_typekit.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202020;
}

/* line 744, ../scss/base/_typekit.scss */

p + .drop-cap {
  text-indent: 0;
  margin-top: 0;
}

/* line 432, ../scss/base/_typekit.scss */

.drop-cap:first-letter {
  float: left;
  margin: inherit;
  padding: inherit;
  -size: 4em;
  -family: inherit;
  line-height: 1;
  text-indent: 0;
  background: transparent;
  color: inherit;
}

/**
* Lining Definition Style Markup
*
<dl class="lining">
<dt><b></b></dt>
<dd></dd>
</dl>
*
* Extend this object into your markup.
*
*/

/* line 470, ../scss/base/_typekit.scss */

.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

/* line 478, ../scss/base/_typekit.scss */

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

/* line 486, ../scss/base/_typekit.scss */

.lining dd + dd:before {
  content: ", ";
}

/* line 490, ../scss/base/_typekit.scss */

.lining dd:before {
  content: ": ";
  margin-left: -0.2rem;
}

/**
* Dictionary Definition Style Markup
*
<dl class="dictionary-style">
<dt><b></b></dt>
  <dd></dd>
</dl>
*
* Extend this object into your markup.
*
*/

/* line 498, ../scss/base/_typekit.scss */

.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

/* line 502, ../scss/base/_typekit.scss */

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2rem;
}

/* line 508, ../scss/base/_typekit.scss */

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

/* line 511, ../scss/base/_typekit.scss */

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/**
* Blockquote Markup
*
<figure>
  <blockquote cite="">
    <p></p>
  </blockquote>
  <figcaption>
    <cite>
      <small><a href=""></a></small>
    </cite>
  </figcaption>
</figure>
*
* Extend this object into your markup.
*
*/

/**
* Pull Quotes Markup
*
<aside class="pull-quote">
<blockquote>
  <p></p>
</blockquote>
</aside>
*
* Extend this object into your custom stylesheet.
*
*/

/* line 828, ../scss/base/_typekit.scss */

.pull-quote {
  position: relative;
  padding: 1em;
}

/* line 372, ../scss/base/_typekit.scss */

.pull-quote:before,
.pull-quote:after {
  height: 1em;
  opacity: 0.5;
  position: absolute;
  -size: 4em;
  color: #dc976e;
}

/* line 380, ../scss/base/_typekit.scss */

.pull-quote:before {
  content: "“";
  top: 0;
  left: 0;
}

/* line 385, ../scss/base/_typekit.scss */

.pull-quote:after {
  content: "”";
  bottom: 0;
  right: 0;
}

/**
* Figures Markup
*
<figure>
<figcaption>
  <strong>Fig. 4.2 | </strong>Type Anatomy, an excerpt from Mark Boulton's book<cite title="http://designingfortheweb.co.uk/book/part3/part3_chapter11.php">"Designing for the Web"</cite>
</figcaption>
</figure>
*
* Extend this object into your markup.
*
*/

/**
* Footnote Markup : Replace 'X' with your unique number for each footnote
*
<article>
<p><sup><a href="#fn-itemX" id="fn-returnX"></a></sup></p>
<footer>
  <ol class="foot-notes">
    <li id="fn-itemX"><a href="#fn-returnX">↩</a></li>
  </ol>
</footer>
</article>
*
* Extend this object into your markup.
*
*/

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

/* line 35, ../scss/atoms/_animations.scss */

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/* line 38, ../scss/atoms/_buttons.scss */

.button {
  border: 0;
  outline: 0;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background: #ed1b23;
  text-decoration: none;
  display: block;
  font-family: "Playfair Display", serif;
  -style: normal;
  -size: 1.1rem;
  -weight: 800;
  letter-spacing: 0.05rem;
  position: relative;
  text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 600px) {
  /* line 38, ../scss/atoms/_buttons.scss */
  .button {
    -size: 0.9rem;
    display: inline-block;
    padding: 0.7rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .button:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.button:active {
  background: #fbed1c;
}

/* line 1, ../scss/atoms/_definition.scss */

.definition__list {
  display: inline-block;
  width: 100%;
  margin: 0;
  vertical-align: bottom;
  padding: 1rem;
}

@media only screen and (min-width: 1000px) {
  /* line 1, ../scss/atoms/_definition.scss */
  .definition__list {
    padding: 0.5rem 1rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 12, ../scss/atoms/_definition.scss */
  .definition__list:first-of-type {
    padding-top: 1rem;
  }
}

/* line 19, ../scss/atoms/_definition.scss */

.definition__list:last-of-type .definition__term {
  width: auto;
}

/* line 25, ../scss/atoms/_definition.scss */

.definition__term {
  float: left;
  width: 100%;
  text-transform: uppercase;
  padding-right: 1rem;
}

@media only screen and (min-width: 1000px) {
  /* line 25, ../scss/atoms/_definition.scss */
  .definition__term {
    width: 35%;
  }
}

/* line 37, ../scss/atoms/_definition.scss */

.definition__description {
  display: block;
  width: 100%;
  margin-left: 0;
}

/* line 42, ../scss/atoms/_definition.scss */

.definition__description:first-of-type {
  margin-left: 0;
}

@media only screen and (min-width: 1000px) {
  /* line 37, ../scss/atoms/_definition.scss */
  .definition__description {
    width: 65%;
    float: right;
  }
}

/* line 1, ../scss/atoms/_list.scss */

.list__item {
  position: relative;
}

/* line 5, ../scss/atoms/_list.scss */

.list__header {
  position: absolute;
  right: 0;
  top: 0;
  color: #000;
  display: none !important;
}

/* line 15, ../scss/atoms/_list.scss */

.list__header li {
  float: left;
  margin-left: 0.5rem;
  -size: 0.8rem;
  -weight: 700;
  padding: 0.25rem 0.5rem;
  background: #ed1b23;
}

@media only screen and (min-width: 600px) {
  /* line 29, ../scss/atoms/_list.scss */
  .list__desc {
    width: 50%;
    float: left;
    padding-right: 2%;
  }
}

@media only screen and (min-width: 600px) {
  /* line 37, ../scss/atoms/_list.scss */
  .list-tags__wrapper {
    width: 30%;
    float: left;
    padding-top: 1.5rem;
  }
}

/* line 44, ../scss/atoms/_list.scss */

.list-tags__wrapper .list-tags {
  display: block;
  -size: 0.8rem;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

/* line 52, ../scss/atoms/_list.scss */

.list-tags__wrapper .venue__item--key {
  padding-right: 0.5rem;
  display: block;
  clear: both;
}

/* line 58, ../scss/atoms/_list.scss */

.list-tags__wrapper .venue__item--value {
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/* line 64, ../scss/atoms/_list.scss */

.list__item--hero {
  text-transform: uppercase;
}

/* line 69, ../scss/atoms/_list.scss */

.list__link,
.list__item--hero {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0.5rem;
}

/* line 91, ../scss/tools/_mixins.scss */

.list__link:hover,
.list__item--hero:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.list__link:visited,
.list__item--hero:visited {
  color: #000;
}

/* line 75, ../scss/atoms/_list.scss */

.list__link--active {
  -webkit-box-shadow: inset 0 0 2px 1px #e6e6e6;
  box-shadow: inset 0 0 2px 1px #e6e6e6;
  background: #f9f9f9;
}

@media only screen and (min-width: 1000px) {
  /* line 75, ../scss/atoms/_list.scss */
  .list__link--active {
    -webkit-box-shadow: inset -1px 0 2px 1px #e6e6e6;
    box-shadow: inset -1px 0 2px 1px #e6e6e6;
  }
}

/* line 86, ../scss/atoms/_list.scss */

.list__content__cta .archive--tagged__figure__button {
  margin: 0px;
}

/* line 87, ../scss/atoms/_list.scss */

.list__content .archive--tagged__figure__p {
  margin-bottom: 1rem;
}

/* line 89, ../scss/atoms/_list.scss */

.restaurants-grid__wrapper {
  display: block;
  clear: both;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #e6e7e8;
}

/* line 90, ../scss/atoms/_list.scss */

@media only screen and (min-width: 600px) {
  .restaurants-grid__wrapper {
    margin: 0 0 40px 0;
  }
}

.restaurants-grid__wrapper .archive__header,
.restaurants-grid__wrapper .archive--tagged__header {
}

/* line 91, ../scss/atoms/_list.scss */

.archive__header__h2 a,
.archive--tagged__header__h2 a,
.article-grid--restaurant__header__h2 a,
.venue__header__h2 a {
  color: #111111 !important;
  text-transform: none;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px 0;
}

.archive__header__h2 a span,
.archive--tagged__header__h2 a span,
.article-grid--restaurant__header__h2 a span,
.venue__header__h2 a span {
  color: #ed1b23 !important;
}

@media all and (max-width: 900px) {
  .archive__header__h2 a,
  .archive--tagged__header__h2 a,
  .article-grid--restaurant__header__h2 a,
  .venue__header__h2 a {
    font-weight: 600;
  }
}

.restaurants-grid__wrapper .archive__header__h2,
.restaurants-grid__wrapper .archive--tagged__header__h2,
.restaurants-grid__wrapper .article-grid--restaurant__header__h2,
.restaurants-grid__wrapper .venue__header__h2 {
  color: #111111;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 45, ../scss/atoms/_loader.scss */

.loader {
  -size: 10px;
  position: relative;
  z-index: 11;
  text-indent: -9999em;
  border-top: 0.75rem solid #000;
  border-right: 0.75rem solid #000;
  border-bottom: 0.75rem solid #000;
  border-left: 0.75rem solid #ed1b23;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

/* line 16, ../scss/atoms/_loader.scss */

.loader:after {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

/* Magnific Popup CSS */

/* line 2, ../scss/atoms/_magnific.scss */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #141619;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 14, ../scss/atoms/_magnific.scss */

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 24, ../scss/atoms/_magnific.scss */

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 36, ../scss/atoms/_magnific.scss */

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 42, ../scss/atoms/_magnific.scss */

.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 45, ../scss/atoms/_magnific.scss */

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 53, ../scss/atoms/_magnific.scss */

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 57, ../scss/atoms/_magnific.scss */

.mfp-ajax-cur {
  cursor: progress;
}

/* line 60, ../scss/atoms/_magnific.scss */

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 65, ../scss/atoms/_magnific.scss */

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 71, ../scss/atoms/_magnific.scss */

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 74, ../scss/atoms/_magnific.scss */

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 79, ../scss/atoms/_magnific.scss */

.mfp-loading.mfp-figure {
  display: none;
}

/* line 82, ../scss/atoms/_magnific.scss */

.mfp-hide {
  display: none !important;
}

/* line 85, ../scss/atoms/_magnific.scss */

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

/* line 95, ../scss/atoms/_magnific.scss */

.mfp-preloader a {
  color: #cccccc;
}

/* line 97, ../scss/atoms/_magnific.scss */

.mfp-preloader a:hover {
  color: white;
}

/* line 100, ../scss/atoms/_magnific.scss */

.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 103, ../scss/atoms/_magnific.scss */

.mfp-s-error .mfp-content {
  display: none;
}

/* line 106, ../scss/atoms/_magnific.scss */

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 118, ../scss/atoms/_magnific.scss */

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 122, ../scss/atoms/_magnific.scss */

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 12px;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: white;
  font-size: 24px;
}

/* line 138, ../scss/atoms/_magnific.scss */

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 141, ../scss/atoms/_magnific.scss */

.mfp-close:active {
  top: 1px;
}

/* line 144, ../scss/atoms/_magnific.scss */

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 147, ../scss/atoms/_magnific.scss */

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 154, ../scss/atoms/_magnific.scss */

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  -size: 12px;
  line-height: 18px;
}

/* line 162, ../scss/atoms/_magnific.scss */

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

/* line 173, ../scss/atoms/_magnific.scss */

.mfp-arrow:active {
  margin-top: -54px;
}

/* line 175, ../scss/atoms/_magnific.scss */

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 178, ../scss/atoms/_magnific.scss */

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

/* line 189, ../scss/atoms/_magnific.scss */

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

/* line 193, ../scss/atoms/_magnific.scss */

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

/* line 198, ../scss/atoms/_magnific.scss */

.mfp-arrow-left {
  left: 0;
}

/* line 200, ../scss/atoms/_magnific.scss */

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

/* line 203, ../scss/atoms/_magnific.scss */

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 207, ../scss/atoms/_magnific.scss */

.mfp-arrow-right {
  right: 0;
}

/* line 209, ../scss/atoms/_magnific.scss */

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

/* line 212, ../scss/atoms/_magnific.scss */

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 215, ../scss/atoms/_magnific.scss */

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 218, ../scss/atoms/_magnific.scss */

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

/* line 222, ../scss/atoms/_magnific.scss */

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 225, ../scss/atoms/_magnific.scss */

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

/* line 230, ../scss/atoms/_magnific.scss */

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */

/* line 241, ../scss/atoms/_magnific.scss */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

/* line 254, ../scss/atoms/_magnific.scss */

.mfp-figure {
  line-height: 0;
}

/* line 256, ../scss/atoms/_magnific.scss */

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

/* line 269, ../scss/atoms/_magnific.scss */

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  -size: 12px;
  line-height: 14px;
}

/* line 274, ../scss/atoms/_magnific.scss */

.mfp-figure figure {
  margin: 0;
}

/* line 277, ../scss/atoms/_magnific.scss */

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 285, ../scss/atoms/_magnific.scss */

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 292, ../scss/atoms/_magnific.scss */

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 295, ../scss/atoms/_magnific.scss */

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  /* line 302, ../scss/atoms/_magnific.scss */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 305, ../scss/atoms/_magnific.scss */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  /* line 307, ../scss/atoms/_magnific.scss */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  /* line 310, ../scss/atoms/_magnific.scss */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  /* line 313, ../scss/atoms/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 323, ../scss/atoms/_magnific.scss */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  /* line 325, ../scss/atoms/_magnific.scss */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  /* line 328, ../scss/atoms/_magnific.scss */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  /* line 340, ../scss/atoms/_magnific.scss */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 343, ../scss/atoms/_magnific.scss */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 346, ../scss/atoms/_magnific.scss */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 349, ../scss/atoms/_magnific.scss */
  .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 353, ../scss/atoms/_magnific.scss */

.mfp-ie7 .mfp-img {
  padding: 0;
}

/* line 355, ../scss/atoms/_magnific.scss */

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 361, ../scss/atoms/_magnific.scss */

.mfp-ie7 .mfp-container {
  padding: 0;
}

/* line 363, ../scss/atoms/_magnific.scss */

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

/* line 365, ../scss/atoms/_magnific.scss */

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**
* Simple fade transition,
*/

/* line 4, ../scss/atoms/_magnific-fade.scss */

.mfp-fade.mfp-bg {
  opacity: 0.001;
  /* Chrome opacity transition bug */
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 10, ../scss/atoms/_magnific-fade.scss */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* line 13, ../scss/atoms/_magnific-fade.scss */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* line 17, ../scss/atoms/_magnific-fade.scss */

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* line 23, ../scss/atoms/_magnific-fade.scss */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 26, ../scss/atoms/_magnific-fade.scss */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* padding-bottom and top for image */

/* line 3, ../scss/atoms/_magnific-zoom.scss */

.mfp-no-margins img.mfp-img {
  padding: 0;
}

/* position of shadow behind the image */

/* line 7, ../scss/atoms/_magnific-zoom.scss */

.mfp-no-margins .mfp-figure:after {
  top: 0;
  bottom: 0;
}

/* padding for main container */

/* line 12, ../scss/atoms/_magnific-zoom.scss */

.mfp-no-margins .mfp-container {
  padding: 0;
}

/*

for zoom animation
uncomment this part if you haven't added this code anywhere else

*/

/* line 24, ../scss/atoms/_magnific-zoom.scss */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0.001;
  /* chrome opacity transition bug */
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 34, ../scss/atoms/_magnific-zoom.scss */

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

/* line 37, ../scss/atoms/_magnific-zoom.scss */

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 41, ../scss/atoms/_magnific-zoom.scss */

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 5, ../scss/atoms/_social-button.scss */

.social-button__list {
  padding-bottom: 0.5rem;
}

/* line 10, ../scss/atoms/_social-button.scss */

.social-button__item {
  float: left;
  padding: 0 0.5rem 0.5rem 0;
}

/* line 15, ../scss/atoms/_social-button.scss */

.social-button__link,
.social-button__link--twitter,
.social-button__link--facebook,
.social-button__link--googleplus,
.social-button__link--pinterest {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  width: 100%;
  background: #000;
}

/* line 91, ../scss/tools/_mixins.scss */

.social-button__link:hover,
.social-button__link--twitter:hover,
.social-button__link--facebook:hover,
.social-button__link--googleplus:hover,
.social-button__link--pinterest:hover {
  color: #fff;
}

/* line 98, ../scss/tools/_mixins.scss */

.social-button__link:visited,
.social-button__link--twitter:visited,
.social-button__link--facebook:visited,
.social-button__link--googleplus:visited,
.social-button__link--pinterest:visited {
  color: #fff;
}

/* line 22, ../scss/atoms/_social-button.scss */

.social-button__link img,
.social-button__link--twitter img,
.social-button__link--facebook img,
.social-button__link--googleplus img,
.social-button__link--pinterest img {
  width: 25px !important;
  padding: 5px;
  margin: 0 !important;
}

@media only screen and (min-width: 600px) {
  /* line 22, ../scss/atoms/_social-button.scss */
  .social-button__link img,
  .social-button__link--twitter img,
  .social-button__link--facebook img,
  .social-button__link--googleplus img,
  .social-button__link--pinterest img {
    width: 40px !important;
    padding: 0.5rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 22, ../scss/atoms/_social-button.scss */
  .social-button__link img,
  .social-button__link--twitter img,
  .social-button__link--facebook img,
  .social-button__link--googleplus img,
  .social-button__link--pinterest img {
    width: 30px !important;
  }
}

/* line 39, ../scss/atoms/_social-button.scss */

.social-button__link span,
.social-button__link--twitter span,
.social-button__link--facebook span,
.social-button__link--googleplus span,
.social-button__link--pinterest span {
  padding: 5px;
  line-height: 1;
  font-size: 13px;
  position: relative;
  left: -6px;
}

@media only screen and (min-width: 600px) {
  /* line 39, ../scss/atoms/_social-button.scss */
  .social-button__link span,
  .social-button__link--twitter span,
  .social-button__link--facebook span,
  .social-button__link--googleplus span,
  .social-button__link--pinterest span {
    display: inline-block;
    padding: 0.5rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 39, ../scss/atoms/_social-button.scss */
  .social-button__link span,
  .social-button__link--twitter span,
  .social-button__link--facebook span,
  .social-button__link--googleplus span,
  .social-button__link--pinterest span {
    -size: 0.9rem;
  }
}

/* line 58, ../scss/atoms/_social-button.scss */

.social-button__link--twitter {
  background: #55acee;
}

/* line 63, ../scss/atoms/_social-button.scss */

.social-button__link--facebook {
  background: #3b5995;
}

/* line 68, ../scss/atoms/_social-button.scss */

.social-button__link--googleplus {
  background: #dd4b39;
}

/* line 73, ../scss/atoms/_social-button.scss */

.social-button__link--pinterest {
  background: #c9222a;
}

/* line 1, ../scss/atoms/_utilities.scss */

.left {
  float: right !important;
}

/* line 5, ../scss/atoms/_utilities.scss */

.right {
  float: right !important;
}

/* line 9, ../scss/atoms/_utilities.scss */

.hide {
  display: none !important;
}

/* line 13, ../scss/atoms/_utilities.scss */

.noVerticalPadding {
  padding: 0 1rem;
  background: #f4f4f4;
}

/* line 18, ../scss/atoms/_utilities.scss */

.browsehappy {
  text-align: center;
  display: block;
  color: #fff;
  background: #ed1b23;
  margin: 0;
  padding: 0.25rem;
}

/* line 36, ../scss/atoms/_utilities.scss */

.error {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 40, ../scss/atoms/_utilities.scss */

.error * input[type="email"],
.error * input[type="text"],
.error * input[type="password"] {
  background: #ca3333;
  color: #fff;
}

/* line 44, ../scss/atoms/_utilities.scss */

.error * input[type="email"]::-webkit-input-placeholder,
.error * input[type="text"]::-webkit-input-placeholder,
.error * input[type="password"]::-webkit-input-placeholder {
  color: #fff;
}

/* line 48, ../scss/atoms/_utilities.scss */

.error * input[type="email"]:-moz-placeholder,
.error * input[type="text"]:-moz-placeholder,
.error * input[type="password"]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

/* line 52, ../scss/atoms/_utilities.scss */

.error * input[type="email"]::-moz-placeholder,
.error * input[type="text"]::-moz-placeholder,
.error * input[type="password"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

/* line 56, ../scss/atoms/_utilities.scss */

.error * input[type="email"]:-ms-input-placeholder,
.error * input[type="text"]:-ms-input-placeholder,
.error * input[type="password"]:-ms-input-placeholder {
  color: #fff;
}

@media only screen and (min-width: 1000px) {
  /* line 1, ../scss/atoms/forms/_input.scss */
  .form__wrapper {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 11, ../scss/atoms/forms/_input.scss */
  .form__parent {
    padding: 1rem;
  }
}

/* line 19, ../scss/atoms/forms/_input.scss */

.form__entry {
  display: block;
  margin-bottom: 0.5rem;
}

/* line 23, ../scss/atoms/forms/_input.scss */

.form__entry:last-child {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

@media only screen and (min-width: 1000px) {
  /* line 19, ../scss/atoms/forms/_input.scss */
  .form__entry {
    width: 50%;
    float: left;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }

  /* line 34, ../scss/atoms/forms/_input.scss */
  .form__entry:last-child {
    width: auto;
    float: right;
    padding: 2rem 1rem;
  }
}

/* line 42, ../scss/atoms/forms/_input.scss */

.form__input {
  -weight: 300;
  -style: italic;
  background: #fff;
  outline: 0;
  padding: 0.45rem;
  line-height: 1;
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 0;
  border: 1px solid #d3d3d3;
  color: #aaa;
  -webkit-appearance: none;
}

/* line 57, ../scss/atoms/forms/_input.scss */

.form__input.error {
  background: red;
}

/* line 61, ../scss/atoms/forms/_input.scss */

.form__input::-webkit-input-placeholder {
  line-height: 1.2;
}

/* line 65, ../scss/atoms/forms/_input.scss */

.form__input:-moz-placeholder {
  /* Firefox 18- */
  line-height: 1.2;
}

/* line 69, ../scss/atoms/forms/_input.scss */

.form__input::-moz-placeholder {
  /* Firefox 19+ */
  line-height: 1.2;
}

/* line 73, ../scss/atoms/forms/_input.scss */

.form__input:-ms-input-placeholder {
  line-height: 1.2;
}

/* line 78, ../scss/atoms/forms/_input.scss */

.form__label {
  width: 100%;
  display: block;
}

/* line 82, ../scss/atoms/forms/_input.scss */

.form__label span {
  display: none;
}

/* line 88, ../scss/atoms/forms/_input.scss */

.form__submit {
  -style: normal;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  background: #333333;
}

@media only screen and (min-width: 1000px) {
  /* line 88, ../scss/atoms/forms/_input.scss */
  .form__submit {
    padding: 0.5rem 1rem;
  }
}

/* line 100, ../scss/atoms/forms/_input.scss */

.form__watcher {
  display: none !important;
}

/* line 104, ../scss/atoms/forms/_input.scss */

.form__textfield {
  display: block;
  width: 100%;
}

/* line 108, ../scss/atoms/forms/_input.scss */

.form__textfield textarea {
  height: auto;
}

/* line 116, ../scss/atoms/forms/_input.scss */

.form__select__wrapper {
  position: relative;
}

/* line 120, ../scss/atoms/forms/_input.scss */

.form__select__icon {
  max-width: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
  pointer-events: none;
}

@media \0screen {
  /* line 120, ../scss/atoms/forms/_input.scss */
  .form__select__icon {
    width: 20px;
  }
}

/* line 129, ../scss/atoms/forms/_input.scss */

.newsletter--success {
  text-align: center;
  background: #fff;
  padding: 1rem;
}

/* line 134, ../scss/atoms/forms/_input.scss */

.newsletter--success .big-green-tick {
  padding: 0;
  width: 75px;
  height: 75px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 1rem;
}

/* line 143, ../scss/atoms/forms/_input.scss */

.newsletter--success a {
  color: #fff;
  text-decoration: none;
  display: block;
  border: 1px solid #ed1b23;
  border-radius: 4px;
}

/* line 91, ../scss/tools/_mixins.scss */

.newsletter--success a:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.newsletter--success a:visited {
  color: #fff;
}

/* line 150, ../scss/atoms/forms/_input.scss */

.newsletter--success p {
  margin-bottom: 0;
  -style: italic;
}

/* line 155, ../scss/atoms/forms/_input.scss */

.newsletter--success figcaption {
  color: #fff;
  line-height: 1;
  background: #ed1b23;
  padding: 0.5rem;
  text-transform: uppercase;
}

/* line 164, ../scss/atoms/forms/_input.scss */

.newsletter--success--item {
  padding: 0.5rem;
  max-width: 120px;
  display: inline-block;
}

@media \0screen {
  /* line 164, ../scss/atoms/forms/_input.scss */
  .newsletter--success--item {
    width: 120px;
  }
}

@media only screen and (min-width: 600px) {
  /* line 164, ../scss/atoms/forms/_input.scss */
  .newsletter--success--item {
    padding: 1rem;
    max-width: 150px;
  }
}

/* line 175, ../scss/atoms/forms/_input.scss */

.newsletter--success--icon {
  display: block;
  padding: 1rem 1.4rem;
}

@media only screen and (min-width: 600px) {
  /* line 175, ../scss/atoms/forms/_input.scss */
  .newsletter--success--icon {
    padding: 1rem 2rem;
  }
}

/* Made by Jimmy Gillam */

/* Checkmark style starts */

@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }

  100% {
    height: 10px;
  }
}

@keyframes dothabottomcheck {
  0% {
    height: 0;
  }

  100% {
    height: 10px;
  }
}

@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: 24px;
  }
}

@keyframes dothatopcheck {
  0% {
    height: 0;
  }

  50% {
    height: 0;
  }

  100% {
    height: 24px;
  }
}

/* line 22, ../scss/atoms/forms/_checkbox.scss */

.form__checkbox {
  position: relative;
}

/* line 26, ../scss/atoms/forms/_checkbox.scss */

input[type="checkbox"] {
  display: none;
}

/* line 30, ../scss/atoms/forms/_checkbox.scss */

.check-box {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 2px;
  position: relative;
  display: inline-block;
  -webkit-transition: border-color ease 0.125s;
  transition: border-color ease 0.125s;
  cursor: pointer;
}

/* line 41, ../scss/atoms/forms/_checkbox.scss */

.check-box::before,
.check-box::after {
  position: absolute;
  height: 0;
  width: 2px;
  background-color: #ed1b23;
  display: inline-block;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-radius: 2px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  transition: opacity ease 0.5;
}

/* line 53, ../scss/atoms/forms/_checkbox.scss */

.check-box::before {
  top: 14.4px;
  left: 8.2px;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* line 60, ../scss/atoms/forms/_checkbox.scss */

.check-box::after {
  top: 7.4px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 67, ../scss/atoms/forms/_checkbox.scss */

input[type="checkbox"]:checked + .check-box,
.check-box.checked {
  border-color: #ed1b23;
}

/* line 71, ../scss/atoms/forms/_checkbox.scss */

input[type="checkbox"]:checked + .check-box::after,
.check-box.checked::after {
  height: 10px;
  -webkit-animation: dothabottomcheck 0.125s ease 0s forwards;
  animation: dothabottomcheck 0.125s ease 0s forwards;
}

/* line 76, ../scss/atoms/forms/_checkbox.scss */

input[type="checkbox"]:checked + .check-box::before,
.check-box.checked::before {
  height: 24px;
  -webkit-animation: dothatopcheck 0.25s ease 0s forwards;
  animation: dothatopcheck 0.25s ease 0s forwards;
}

/* line 82, ../scss/atoms/forms/_checkbox.scss */

.check-box + span {
  position: absolute;
  left: 2.5rem;
  top: 2px;
  width: auto;
  line-height: 1;
}

/* line 1, ../scss/widgets/_archive.scss */

.archive__wrapper,
.archive--tagged__wrapper {
  display: inline-block;
}

/* line 6, ../scss/widgets/_archive.scss */

.archive__item,
.archive--tagged__item {
  margin-bottom: 15px;
  position: relative;
  padding-top: 0;
  border-top: none;
}

/* line 12, ../scss/widgets/_archive.scss */

@media only screen and (min-width: 600px) {
  .archive__item,
  .archive--tagged__item {
    margin-bottom: 1rem;
    position: relative;
    /*padding-top: 1rem;*/
    /*border-top: 1px solid #f5f6f7;*/
  }
}

.archive__item:last-of-type,
.archive--tagged__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 18, ../scss/widgets/_archive.scss */

.article-grid__wrapper {
  margin: 0 0 50px 0;
}

.archive__header img.mb__logo {
  width: 40px;
  height: auto;
  float: right;
}

.archive__header__h2,
.archive--tagged__header__h2,
.article-grid--restaurant__header__h2,
.venue__header__h2 {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  .archive__header__h2,
  .archive--tagged__header__h2,
  .article-grid--restaurant__header__h2,
  .venue__header__h2 {
    margin-bottom: 30px;
  }
}

.archive__header__h2 span,
.article-grid--restaurant__header__h2 span,
.venue__header__h2 span {
  font-size: 22px;
  display: block;
  color: #111111;
  text-transform: none;
  margin: 0;
}

/* line 29, ../scss/widgets/_archive.scss */

@media only screen and (min-width: 600px) {
  .archive__header__h2 span,
  .article-grid--restaurant__header__h2 span,
  .venue__header__h2 span {
    font-size: 38px;
    margin: 0 0 10px 0;
  }

  .archive__header__h2,
  .archive--tagged__header__h2,
  .article-grid--restaurant__header__h2,
  .venue__header__h2 {
    font-size: 18px;
  }
}

.archive__header__h2 a,
.archive--tagged__header__h2 a,
.article-grid--restaurant__header__h2 a,
.venue__header__h2 a {
  color: #ed1b23;
}

.archive__figure,
.archive--tagged__figure {
  display: table;
}

/* line 34, ../scss/widgets/_archive.scss */

.archive__figure__image,
.archive--tagged__figure__image {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding-right: 15px;
}

@media only screen and (min-width: 600px) {
  /* line 34, ../scss/widgets/_archive.scss */
  .archive__figure__image,
  .archive--tagged__figure__image {
    width: 30%;
    padding-right: 20px;
    vertical-align: top;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 34, ../scss/widgets/_archive.scss */
  .archive__figure__image,
  .archive--tagged__figure__image {
    width: 34%;
  }
}

/* line 47, ../scss/widgets/_archive.scss */

.archive__figure__image img,
.archive--tagged__figure__image img {
  border-radius: 3px;
}

/* line 52, ../scss/widgets/_archive.scss */

.archive__caption,
.archive--tagged__caption {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (min-width: 600px) {
  /* line 52, ../scss/widgets/_archive.scss */
  .archive__caption,
  .archive--tagged__caption {
    width: 70%;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 52, ../scss/widgets/_archive.scss */
  .archive__caption,
  .archive--tagged__caption {
    width: 66%;
  }
}

/* line 67, ../scss/widgets/_archive.scss */

.archive__figure__h3,
.archive--tagged__figure__h3 {
  font-family: "Playfair Display", serif;
  line-height: 1.4;
  margin-top: -2px;
  margin-bottom: 0.5rem;
}

/* line 75, ../scss/widgets/_archive.scss */

.archive__figure__p,
.archive--tagged__figure__p {
  display: none;
  margin-bottom: 0.25rem;
}

@media only screen and (min-width: 600px) {
  /* line 75, ../scss/widgets/_archive.scss */
  .archive__figure__p,
  .archive--tagged__figure__p {
    display: block;
    -size: 0.8rem;
  }
}

/* line 85, ../scss/widgets/_archive.scss */

.archive__figure__button,
.archive--tagged__figure__button {
  color: #000;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  color: #000 !important;
  background: #f5f6f7;
  text-decoration: none;
  display: block;
  font-family: "Playfair Display", serif;
  -style: normal;
  -size: 1.1rem;
  -weight: 800;
  letter-spacing: 0.05rem;
  position: relative;
  text-rendering: optimizeLegibility;
  -size: 1rem;
  display: none !important;
}

/* line 91, ../scss/tools/_mixins.scss */

.archive__figure__button:hover,
.archive--tagged__figure__button:hover {
  color: #000;
}

/* line 98, ../scss/tools/_mixins.scss */

.archive__figure__button:visited,
.archive--tagged__figure__button:visited {
  color: #000;
}

@media only screen and (min-width: 600px) {
  /* line 85, ../scss/widgets/_archive.scss */
  .archive__figure__button,
  .archive--tagged__figure__button {
    -size: 0.9rem;
    display: inline-block;
    padding: 0.7rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .archive__figure__button:hover,
  .archive--tagged__figure__button:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.archive__figure__button:active,
.archive--tagged__figure__button:active {
  background: #dadada;
}

@media only screen and (min-width: 600px) {
  /* line 85, ../scss/widgets/_archive.scss */
  .archive__figure__button,
  .archive--tagged__figure__button {
    position: relative;
    -size: 0.8rem;
  }
}

/***************************
Recipes
****************************/

/* line 106, ../scss/widgets/_archive.scss */

.archive--tagged__header {
}

/* line 114, ../scss/widgets/_archive.scss */

.archive--tagged__header__h2 {
  color: #111111;
  text-align: left;
  margin: 0 0 20px 0;
}

@media only screen and (min-width: 600px) {
  /* line 114, ../scss/widgets/_archive.scss */
  .archive--tagged__header__h2 {
    float: left;
    text-align: left;
    margin: 0 0 20px 0;
  }
}

/* line 125, ../scss/widgets/_archive.scss */

.archive--tagged__header__h2 + .form__entry {
  padding: 0;
  margin-top: 0.5rem;
}

@media only screen and (min-width: 600px) {
  /* line 125, ../scss/widgets/_archive.scss */
  .archive--tagged__header__h2 + .form__entry {
    float: right;
    margin-top: 0;
  }
}

/* line 141, ../scss/widgets/_archive.scss */

.archive--tagged__figure {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* line 141, ../scss/widgets/_archive.scss */
  .archive--tagged__figure {
    width: 100%;
    float: left;
  }
}

/* line 155, ../scss/widgets/_archive.scss */

.archive--tagged__caption {
  width: 80%;
}

/* line 170, ../scss/widgets/_archive.scss */

.archive--tagged__list--tags {
  display: none !important;
}

@media only screen and (min-width: 600px) {
  /* line 170, ../scss/widgets/_archive.scss */
  .archive--tagged__list--tags {
    display: block;
    float: left;
    width: 30%;
    display: none !important;
  }
}

/* line 184, ../scss/widgets/_archive.scss */

.archive--tagged__item--tags {
  text-align: right;
}

/* line 189, ../scss/widgets/_archive.scss */

.archive--tagged__link--tags {
  display: inline-block;
}

/* line 193, ../scss/widgets/_archive.scss */

.archive--tagged__link--tags span {
  display: block;
}

/* line 196, ../scss/widgets/_archive.scss */

.archive--tagged__link--tags span:nth-of-type(1) {
  width: 12px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}

@media \0screen {
  /* line 196, ../scss/widgets/_archive.scss */
  .archive--tagged__link--tags span:nth-of-type(1) {
    width: 1rem;
  }
}

/* line 202, ../scss/widgets/_archive.scss */

.archive--tagged__link--tags span:nth-of-type(2) {
  color: #777;
  text-decoration: none;
  padding-left: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  left: -2px;
}

/* line 91, ../scss/tools/_mixins.scss */

.archive--tagged__link--tags span:nth-of-type(2):hover {
  color: #000;
  text-decoration: underline;
}

/* line 98, ../scss/tools/_mixins.scss */

.archive--tagged__link--tags span:nth-of-type(2):visited {
  color: #000;
}

/* line 5, ../scss/widgets/_article-grid.scss */

@media only screen and (min-width: 600px) {
  /* line 14, ../scss/widgets/_article-grid.scss */
  .article-grid__item:nth-of-type(odd),
  .article-grid--featured__item:nth-of-type(odd) {
    padding-right: 1rem;
    margin-bottom: 2rem;
  }

  /* line 19, ../scss/widgets/_article-grid.scss */
  .article-grid__item:nth-of-type(even),
  .article-grid--featured__item:nth-of-type(even) {
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
}

/* line 30, ../scss/widgets/_article-grid.scss */

.article-grid__figure,
.article-grid--featured__figure,
.article-grid--restaurant__figure {
  height: 100%;
}

/* line 35, ../scss/widgets/_article-grid.scss */

.article-grid__figcaption,
.article-grid--featured__figcaption,
.article-grid--restaurant__figcaption {
  display: block;
  padding: 10px 0 0 0;
}

.article-grid__figcaption {
  display: block;
  padding: 0 0 10px 0;
}

@media only screen and (min-width: 600px) {
  .article-grid__figcaption {
    display: block;
    padding: 10px 0;
  }
}

/* line 39, ../scss/widgets/_article-grid.scss */

.article-grid__figure a {
  line-height: 0;
}

.article-grid__figcaption .article-grid__button,
.article-grid--featured__figcaption .article-grid__button,
.article-grid--restaurant__figcaption .article-grid__button {
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 5px 12px 6px 12px;
  text-align: center;
  color: #ffffff !important;
  background: #111111;
  border-radius: 1px;
  text-decoration: none;
  display: block;
  position: relative;
  text-rendering: optimizeLegibility;
  display: none !important;
}

.feed_cat_logo {
  display: block;
  text-align: center;
  padding: 0;
}

.feed_cat_logo img {
  width: auto;
  margin: 0 auto;
  max-height: 38px;
}

/* line 91, ../scss/tools/_mixins.scss */

.article-grid__figcaption .article-grid__button:hover,
.article-grid--featured__figcaption .article-grid__button:hover,
.article-grid--restaurant__figcaption .article-grid__button:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.article-grid__figcaption .article-grid__button:visited,
.article-grid--featured__figcaption .article-grid__button:visited,
.article-grid--restaurant__figcaption .article-grid__button:visited {
  color: #000;
}

@media only screen and (min-width: 600px) {
  /* line 39, ../scss/widgets/_article-grid.scss */
  .article-grid__figcaption .article-grid__button,
  .article-grid--featured__figcaption .article-grid__button,
  .article-grid--restaurant__figcaption .article-grid__button {
    display: inline-block;
  }

  .feed_cat_logo {
    display: inline-block;
    float: right;
    padding: 0;
  }

  .feed_cat_logo img {
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .article-grid__figcaption .article-grid__button:hover,
  .article-grid--featured__figcaption .article-grid__button:hover,
  .article-grid--restaurant__figcaption .article-grid__button:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.article-grid__figcaption .article-grid__button:active,
.article-grid--featured__figcaption .article-grid__button:active,
.article-grid--restaurant__figcaption .article-grid__button:active {
  background: #dadada;
}

/* line 45, ../scss/widgets/_article-grid.scss */

.article-grid__h3 {
  font-family: "Playfair Display", serif;
  weight: 400;
  style: normal;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

/* line 53, ../scss/widgets/_article-grid.scss */

.article-grid__h3 + p:first-of-type {
  margin-bottom: 1rem;
}

/* line 58, ../scss/widgets/_article-grid.scss */

.article-grid__p,
.article-grid--featured__p,
.article-grid--restaurant__p {
  color: #595959;
  display: none;
}

/* line 62, ../scss/widgets/_article-grid.scss */

@media only screen and (min-width: 600px) {
  .article-grid__p,
  .article-grid--featured__p,
  .article-grid--restaurant__p {
    display: block;
  }
}

.article-grid__copy-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
  max-height: 130px;
}

@media \0screen {
  /* line 62, ../scss/widgets/_article-grid.scss */
  .article-grid__copy-wrapper {
    height: 9rem;
  }
}

/* line 69, ../scss/widgets/_article-grid.scss */

.article-grid__copy-wrapper:before {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  content: "";
  height: 70px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(70%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, white, rgba(255, 255, 255, 0) 70%);
  background: linear-gradient(to top, white, rgba(255, 255, 255, 0) 70%);
  display: none !important;
}

/***************************
Featured Blocks
****************************/

/* line 89, ../scss/widgets/_article-grid.scss */

.article-grid--featured__item .article-grid__copy-wrapper:before {
  background: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), color-stop(70%, rgba(238, 238, 238, 0)));
  background: -webkit-linear-gradient(bottom, #eeeeee, rgba(238, 238, 238, 0) 70%);
  background: linear-gradient(to top, #eeeeee, rgba(238, 238, 238, 0) 70%);
}

/* line 100, ../scss/widgets/_article-grid.scss */

.article-grid--featured__figure {
  border: 0;
}

/* line 109, ../scss/widgets/_article-grid.scss */

.article-grid--featured__figcaption .article-grid--featured__button {
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 5px 12px 6px 12px;
  text-align: center;
  color: #ffffff !important;
  background: #111111;
  border-radius: 1px;
  text-decoration: none;
  display: block;
  position: relative;
  text-rendering: optimizeLegibility;
  display: none !important;
}

/* line 91, ../scss/tools/_mixins.scss */

.article-grid--featured__figcaption .article-grid--featured__button:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.article-grid--featured__figcaption .article-grid--featured__button:visited {
  color: #ed1b23;
}

@media only screen and (min-width: 600px) {
  /* line 109, ../scss/widgets/_article-grid.scss */
  .article-grid--featured__figcaption .article-grid--featured__button {
    display: inline-block;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .article-grid--featured__figcaption .article-grid--featured__button:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.article-grid--featured__figcaption .article-grid--featured__button:active {
  background: black;
}

/* line 115, ../scss/widgets/_article-grid.scss */

.article-grid--featured__category {
  background: #ed1b23;
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

/* line 127, ../scss/widgets/_article-grid.scss */

.article-grid--featured__h3 {
  -weight: 300;
  line-height: 1.4;
  margin-top: -5px;
  margin-bottom: 0.5rem;
}

/* line 133, ../scss/widgets/_article-grid.scss */

.article-grid--featured__h3 + p:first-of-type {
  margin-bottom: 1rem;
}

/***************************
Featured Restaurants
****************************/

/* line 146, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__wrapper {
  max-width: 1020px;
}

@media only screen and (min-width: 1000px) {
  /* line 146, ../scss/widgets/_article-grid.scss */
  .article-grid--restaurant__wrapper {
    margin: 0 auto;
    padding: 0 30px 30px 30px !important;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 146, ../scss/widgets/_article-grid.scss */
  .article-grid--restaurant__wrapper {
    padding: 0;
  }
}

/* line 154, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__wrapper p > a {
  color: #000;
  text-decoration: none;
}

/* line 91, ../scss/tools/_mixins.scss */

.article-grid--restaurant__wrapper p > a:hover {
  color: #000;
}

/* line 98, ../scss/tools/_mixins.scss */

.article-grid--restaurant__wrapper p > a:visited {
  color: #000;
}

/* line 159, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__header,
.venue__header {
  width: 100%;
}

/* line 164, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__header__h2 {
  margin: 0 0 15px 0;
}

@media only screen and (min-width: 600px) {
  .article-grid--restaurant__header__h2 {
    margin: 0 0 40px 0;
  }
}

.venue__header__h2 {
  margin: 0 0 15px 0;
}

.article-grid--restaurant__item {
  width: 48%;
  margin-bottom: 1rem;
  float: left;
  margin: 0 4% 0 0;
}

.article-grid--restaurant__item:nth-of-type(even) {
  margin: 0;
}

/* line 178, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__item a {
  display: block;
  color: #000;
  text-decoration: none;
}

/* line 91, ../scss/tools/_mixins.scss */

.article-grid--restaurant__item a:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.article-grid--restaurant__item a:visited {
  color: #000;
}

@media only screen and (min-width: 600px) {
  .article-grid--restaurant__list {
    margin: 0 -15px;
  }

  /* line 174, ../scss/widgets/_article-grid.scss */
  .article-grid--restaurant__item {
    width: 33.33336%;
    float: left;
    padding: 0 15px;
    margin: 0 0 20px 0;
  }
}

/* line 200, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__figure {
  border: 0;
  background: #ffffff;
  margin: 0 0 20px 0;
}

/* line 206, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__figure__span {
  display: block;
  position: relative;
  line-height: 0;
  margin: 0 0 10px 0;
}

@media only screen and (min-width: 600px) {
  /* line 206, ../scss/widgets/_article-grid.scss */
  .article-grid--restaurant__figure__span {
    max-height: 232px;
    margin: 0 0 15px 0;
    overflow: hidden;
  }
}

/* line 216, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__stars {
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  padding: 8px 10px;
}

/* line 225, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__stars--active {
  color: #fff;
}

/* line 229, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__stars--inactive {
  color: #777;
}

/* line 234, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__figcaption {
  padding: 0;
}

/* line 238, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__figcaption .article-grid--restaurant__button {
  color: #ed1b23;
  text-decoration: none;
  border: 0;
  outline: 0;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  color: #ed1b23 !important;
  background: #000;
  text-decoration: none;
  display: block;
  font-family: "Playfair Display", serif;
  -style: normal;
  -size: 1.1rem;
  -weight: 800;
  letter-spacing: 0.05rem;
  position: relative;
  text-rendering: optimizeLegibility;
}

/* line 91, ../scss/tools/_mixins.scss */

.article-grid--restaurant__figcaption .article-grid--restaurant__button:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.article-grid--restaurant__figcaption .article-grid--restaurant__button:visited {
  color: #ed1b23;
}

@media only screen and (min-width: 600px) {
  .article-grid--restaurant__stars {
    padding: 12px 15px;
  }

  /* line 238, ../scss/widgets/_article-grid.scss */
  .article-grid--restaurant__figcaption .article-grid--restaurant__button {
    -size: 0.9rem;
    display: inline-block;
    padding: 0.7rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .article-grid--restaurant__figcaption .article-grid--restaurant__button:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.article-grid--restaurant__figcaption .article-grid--restaurant__button:active {
  background: black;
}

/* line 244, ../scss/widgets/_article-grid.scss */

.article-grid--restaurant__h3 {
  line-height: 1.3;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
}

/* line 255, ../scss/widgets/_article-grid.scss */

@media only screen and (min-width: 600px) {
  .article-grid--restaurant__h3 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

.article-grid--restaurant__p {
  margin-bottom: 0;
}

/* line 1, ../scss/widgets/_breadcrumbs.scss */

.breadcrumbs__wrapper {
  line-height: 1;
  margin-bottom: 30px;
}

/* line 6, ../scss/widgets/_breadcrumbs.scss */

.breadcrumbs__item {
  display: inline-block;
}

/* line 10, ../scss/widgets/_breadcrumbs.scss */

.breadcrumbs__link {
  color: #595959;
  display: none;
}

/* line 91, ../scss/tools/_mixins.scss */

.breadcrumbs__link:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.breadcrumbs__link:visited {
  color: #595959;
}

@media only screen and (min-width: 600px) {
  /* line 10, ../scss/widgets/_breadcrumbs.scss */
  .breadcrumbs__link {
    width: auto;
    -size: 0.9rem;
    display: inline-block;
  }
}

@media only screen and (min-width: 600px) {
  /* line 20, ../scss/widgets/_breadcrumbs.scss */
  .breadcrumbs__link:after {
    content: "→";
    padding: 0 0.25rem 0 0.5rem;
    color: #999;
  }
}

/* line 28, ../scss/widgets/_breadcrumbs.scss */

/* line 32, ../scss/widgets/_breadcrumbs.scss */

.breadcrumbs__link.last:before {
  content: "←";
  color: #999;
}

@media only screen and (min-width: 600px) {
  /* line 32, ../scss/widgets/_breadcrumbs.scss */
  .breadcrumbs__link.last:before {
    content: "";
  }
}

@media only screen and (min-width: 600px) {
  /* line 41, ../scss/widgets/_breadcrumbs.scss */
  .breadcrumbs__link.last:after {
    content: "";
  }
}

/***************************
Comments
****************************/

/* line 4, ../scss/widgets/_comments.scss */

.commentlist {
  padding: 0px;
}

/* line 5, ../scss/widgets/_comments.scss */

.commentlist li.comment {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

/* line 6, ../scss/widgets/_comments.scss */

.commentlist li.comment .comment-author {
  float: left;
  max-width: 115px;
  max-height: 115px;
  margin-right: 10px;
}

/* line 7, ../scss/widgets/_comments.scss */

.commentlist li.comment cite {
  position: relative;
  top: -5px;
  -size: 16px;
  -weight: 700;
  -style: normal;
}

/* line 8, ../scss/widgets/_comments.scss */

.commentlist li.comment .date {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #999;
  -size: 12px;
}

/* line 9, ../scss/widgets/_comments.scss */

.commentlist li.comment .comment-meta p {
  margin-bottom: 10px;
  -size: 13px;
}

/* line 10, ../scss/widgets/_comments.scss */

.commentlist li.comment .reply {
  -size: 13px;
  -weight: 600;
}

/* line 11, ../scss/widgets/_comments.scss */

.commentlist li.comment .reply a {
  color: #000;
}

/* line 13, ../scss/widgets/_comments.scss */

#comments .comments-title,
#comments #reply-title {
  color: #111111;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  #comments .comments-title,
  #comments #reply-title {
    margin-bottom: 20px;
  }
}

/***************************
Comment Form
****************************/

/* line 27, ../scss/widgets/_comments.scss */

.venue__comments {
  border-radius: 5px;
  background-color: #f6f7f8;
  padding: 20px 20px 10px 20px;
}

@media only screen and (min-width: 600px) {
  .venue__comments {
    padding: 30px 30px 20px 30px;
  }
}

#comments input[type="text"] {
  width: 100%;
  max-width: 300px;
  height: 35px;
  padding: 8px;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
}

/* line 36, ../scss/widgets/_comments.scss */

#comments textarea {
  width: 100%;
  max-width: 600px;
  height: 150px;
  padding: 8px;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
}

/* line 45, ../scss/widgets/_comments.scss */

#comments label {
  margin-bottom: 5px;
  display: block;
  -size: 14px;
  -weight: 700;
  color: #000;
}

/* line 53, ../scss/widgets/_comments.scss */

#commentform p {
  margin-bottom: 20px;
}

/* line 57, ../scss/widgets/_comments.scss */

#comments input[type="submit"] {
  padding: 10px 15px;
  background: #000;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

/***************************
Filterbox
****************************/

/* line 4, ../scss/widgets/_filters.scss */

.archive--tagged__header.store-header {
  margin-bottom: 0px;
}

/* line 5, ../scss/widgets/_filters.scss */

.filterboxes {
  padding: 1rem;
  background: #ebebeb;
  overflow: hidden;
  margin-bottom: 1rem;
}

/* line 6, ../scss/widgets/_filters.scss */

.filterboxes .searchfilter {
  float: left;
  width: 33.3333%;
  padding-right: 10px;
}

/* line 7, ../scss/widgets/_filters.scss */

.filterboxes .searchfilter:last-child {
  padding-right: 0px;
}

/* line 8, ../scss/widgets/_filters.scss */

.filterboxes label {
  display: block;
  -size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 9, ../scss/widgets/_filters.scss */

.filterboxes .form__select__wrapper {
  background: #fff;
  border: 1px solid #eee;
  padding: 0.45rem;
}

/* line 10, ../scss/widgets/_filters.scss */

.filterboxes .facetwp-facet {
  margin-bottom: 0px;
}

/* line 11, ../scss/widgets/_filters.scss */

.filterboxes .facetwp-facet select {
  width: 100%;
  border: none;
  background: none;
  -webkit-appearance: none;
  -style: italic;
  color: #aaa;
}

/* line 12, ../scss/widgets/_filters.scss */

.facetwp-facet select:focus {
  outline: none;
}

/***************************
Review Filter
****************************/

/* line 18, ../scss/widgets/_filters.scss */

.archive--tagged__header.review-header {
  margin-bottom: 0px;
}

/* line 19, ../scss/widgets/_filters.scss */

#reviewfilter {
  padding: 1rem;
  background: #ebebeb;
  overflow: hidden;
  margin-bottom: 1rem;
}

/* line 22, ../scss/widgets/_filters.scss */

.input-radio li {
  float: left;
  width: 33.333%;
  padding-right: 1rem;
}

/* line 23, ../scss/widgets/_filters.scss */

.input-radio li:last-child {
  padding-right: 0px;
}

/* line 24, ../scss/widgets/_filters.scss */

.input-radio input[type="radio"] {
  display: none;
}

/* line 25, ../scss/widgets/_filters.scss */

.input-radio input[type="radio"] + label {
  width: 100%;
  height: 50px;
  display: inline-block;
  padding: 0px;
  margin-bottom: 0;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  text-transform: uppercase;
  line-height: 50px;
}

/* line 26, ../scss/widgets/_filters.scss */

.input-radio input[type="radio"]:checked + label {
  background-image: none;
  outline: 0;
  background-color: #ed1b23;
}

/* line 28, ../scss/widgets/_filters.scss */

#radio-submit {
  width: 100%;
  height: 50px;
  background: #000;
  color: #fff;
}

/* line 1, ../scss/widgets/_hero.scss */

.widget-container {
  margin-bottom: 3rem;
}

.hero__wrapper,
.hero--recipe__wrapper {
  background: #f5f6f7;
  margin-bottom: 2rem !important;
}

/* line 6, ../scss/widgets/_hero.scss */

.hero__wrapper .hero__figure a {
  line-height: 0;
}

.hero__figcaption,
.hero--recipe__figcaption {
  display: block;
  padding: 1rem 0 0 0;
  background: #ffffff;
}

/* line 12, ../scss/widgets/_hero.scss */

.hero__h3,
.hero--recipe__h3 {
  line-height: 1.4;
  margin-top: -5px;
  margin-bottom: 0.75rem;
  font-weight: bold;
  font-size: 24px;
}

/* line 19, ../scss/widgets/_hero.scss */

@media only screen and (min-width: 600px) {
  .hero__h3,
  .hero--recipe__h3 {
    line-height: 1.4;
    margin-top: -5px;
    margin-bottom: 0.75rem;
    font-weight: bold;
    font-size: 34px;
  }
}

.hero__h3 + .hero__p:first-of-type,
.hero--recipe__h3 + .hero__p:first-of-type,
.hero__h3 + .hero--recipe__p:first-of-type,
.hero--recipe__h3 + .hero--recipe__p:first-of-type {
  margin-bottom: 0;
}

/* line 24, ../scss/widgets/_hero.scss */

.hero__button,
.hero--recipe__button {
  border: 0;
  outline: 0;
  text-align: center;
  color: #ffffff !important;
  background: #000;
  text-decoration: none;
  display: block;
  position: relative;
}

@media only screen and (min-width: 600px) {
  /* line 24, ../scss/widgets/_hero.scss */
  .hero__button,
  .hero--recipe__button {
    display: inline-block;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .hero__button:hover,
  .hero--recipe__button:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.hero__button:active,
.hero--recipe__button:active {
  background: black;
}

@media only screen and (min-width: 600px) {
  /* line 37, ../scss/widgets/_hero.scss */
  .hero--recipe__figure img {
    width: 50%;
    float: left;
  }
}

@media only screen and (min-width: 600px) {
  /* line 44, ../scss/widgets/_hero.scss */
  .hero--recipe__figcaption {
    width: 50%;
    float: left;
    padding: 15px;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 1, ../scss/widgets/_list.scss */
  .list__content {
    float: left;
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 8, ../scss/widgets/_list.scss */
  .list-tags__wrapper {
    float: left;
    width: 50%;
  }
}

/* line 1, ../scss/widgets/_new-restaurants.scss */

.cta-container a {
  display: block;
  padding: 25px 10px;
  background-color: #333333;
  margin: 0 0 7px 0;
  text-align: center;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.new-restaurants {
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f3f4f5;
  border-radius: 4px;
}

/* line 9, ../scss/widgets/_new-restaurants.scss */

.new-restaurants .more-new-restaurants {
  clear: both;
  padding: 20px 0 0 0;
}

.new-restaurants .more-new-restaurants a {
  display: block;
  background-color: #222222;
  border-radius: 30px;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}

.new-restaurants__left h3 {
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

@media only screen and (min-width: 600px) {
  .new-restaurants .more-new-restaurants {
    padding: 50px 0 0 0;
  }

  .new-restaurants .more-new-restaurants a {
    display: inline-block;
  }
}

.new-restaurants__left h3 span {
  font-size: 14px;
  display: block;
  margin: 4px 0 0 0;
  color: #ed1b23;
}

@media only screen and (min-width: 600px) {
  .new-restaurants {
    padding: 40px 40px 60px 40px;
  }

  .new-restaurants__left h3 {
    font-size: 28px;
    margin: 0 0 40px 0;
  }

  .new-restaurants__left h3 span {
    font-size: 16px;
    margin: 8px 0 0 0;
  }
}

@media only screen and (min-width: 600px) {
  /* line 9, ../scss/widgets/_new-restaurants.scss */
  .new-restaurants__left {
  }
}

/* line 19, ../scss/widgets/_new-restaurants.scss */

.new-restaurants__right {
}

@media only screen and (min-width: 600px) {
  /* line 30, ../scss/widgets/_new-restaurants.scss */
  .new-restaurants__right {
  }
}

/* line 40, ../scss/widgets/_new-restaurants.scss */

.restaurants__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.new-restaurants__item {
  position: relative;
  float: left;
  display: inline-block;
  list-style: none;
  width: 100%;
  margin: 0 0 0 0;
  border-bottom: solid 1px #f2f3f4;
  border-radius: 3px;
}

.new-restaurants__item a {
  padding: 10px 15px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #676869;
}

.new-restaurants__item a:hover {
  text-decoration: none !important;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.03);
}

@media only screen and (min-width: 600px) {
  /* line 40, ../scss/widgets/_new-restaurants.scss */
  .new-restaurants__item {
    width: 48%;
    margin: 0 2% 2% 0;
  }

  .new-restaurants__item a {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.03);
    border: none;
  }
}

/* line 52, ../scss/widgets/_new-restaurants.scss */

.new-restaurants__link {
  display: inline-block;
  width: 100%;
}

/* line 59, ../scss/widgets/_new-restaurants.scss */

.restaurant_banners {
  overflow: hidden;
  margin-bottom: 1rem;
}

/* line 60, ../scss/widgets/_new-restaurants.scss */

.restaurant_banner {
  float: left;
  width: 50%;
  padding-right: 1rem;
}

/* line 61, ../scss/widgets/_new-restaurants.scss */

.restaurant_banner:nth-child(2) {
  padding-right: 0px;
}

/* line 1, ../scss/widgets/_pagination.scss */

.pagination__list {
  width: 100%;
  text-align: center;
  border-top: 1px solid #f6f7f8;
  margin: 0 auto;
}

@media only screen and (min-width: 600px) {
  /* line 1, ../scss/widgets/_pagination.scss */
  .pagination__list {
    padding-top: 1rem;
    margin: 0 auto 40px auto;
  }
}

/* line 26, ../scss/widgets/_pagination.scss */

.pagination__item,
.pagination__list li,
.pagination__item.prev,
.pagination__list li.pagination__item:first-of-type,
.pagination__item.next,
.pagination__list li.pagination__item:last-of-type {
  display: none;
  width: auto;
  margin: 0 5px;
}

/* line 30, ../scss/widgets/_pagination.scss */

.pagination__item.prev,
.pagination__list li.prev,
.pagination__list li:first-of-type {
  display: inline-block;
}

/* line 36, ../scss/widgets/_pagination.scss */

.pagination__item.next,
.pagination__list li.next {
  float: right;
}

.pagination__item.next,
.pagination__list li.next,
.pagination__list li:last-of-type {
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  /* line 26, ../scss/widgets/_pagination.scss */
  .pagination__item,
  .pagination__list li,
  .pagination__item.prev,
  .pagination__list li.pagination__item:first-of-type,
  .pagination__item.next,
  .pagination__list li.pagination__item:last-of-type {
    display: inline-block;
    width: auto;
  }
}

/* line 54, ../scss/widgets/_pagination.scss */

.pagination__link,
.pagination__link--active {
  color: #777 !important;
  text-decoration: none;
  min-width: 44px;
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  background: #f2f3f4;
  border-radius: 3px;
  border: none;
}

/* line 91, ../scss/tools/_mixins.scss */

.pagination__link:hover,
.pagination__link--active:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

@media \0screen {
  /* line 54, ../scss/widgets/_pagination.scss */
  .pagination__link,
  .pagination__link--active {
    width: 44px;
  }
}

/* line 64, ../scss/widgets/_pagination.scss */

.pagination__link--active.active {
  color: #fff !important;
  text-decoration: none;
  background: #222;
}

/* line 91, ../scss/tools/_mixins.scss */

.recent-reviews-widget__header__h4 {
  -weight: 300;
  margin-bottom: 0.25rem;
}

/* line 19, ../scss/widgets/_recent-reviews-article-widget.scss */

.recent-reviews-widget__item {
  width: 50%;
  float: left;
}

@media only screen and (min-width: 600px) {
  /* line 1, ../scss/widgets/_restaurants-3grid.scss */
  .restaurants-grid {
    height: 340px;
  }
}

/* line 12, ../scss/widgets/_restaurants-3grid.scss */

.restaurants-grid__image-wrapper {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 1000px) {
  /* line 12, ../scss/widgets/_restaurants-3grid.scss */
  .restaurants-grid__image-wrapper {
    max-height: 149px;
  }
}

/* line 22, ../scss/widgets/_restaurants-3grid.scss */

.restaurants-grid__item {
  position: relative;
  float: left;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  /* line 22, ../scss/widgets/_restaurants-3grid.scss */
  .restaurants-grid__item {
    width: 33.3333333333334%;
    padding: 0;
    margin-bottom: 1rem;
  }

  /* line 33, ../scss/widgets/_restaurants-3grid.scss */
  .restaurants-grid__item:nth-of-type(3n + 1) {
    padding-right: 0.66667rem;
  }

  /* line 37, ../scss/widgets/_restaurants-3grid.scss */
  .restaurants-grid__item:nth-of-type(3n + 2) {
    padding: 0 0.33333rem;
  }

  /* line 41, ../scss/widgets/_restaurants-3grid.scss */
  .restaurants-grid__item:nth-of-type(3n + 3) {
    padding-left: 0.66667rem;
  }
}

/* line 51, ../scss/widgets/_restaurants-3grid.scss */

.restaurants-grid__data,
.restaurants-grid__data-padding {
  -size: 0.9rem;
}

@media only screen and (min-width: 600px) {
  /* line 51, ../scss/widgets/_restaurants-3grid.scss */
  .restaurants-grid__data,
  .restaurants-grid__data-padding {
    display: table;
    width: 100%;
  }
}

/* line 93, ../scss/widgets/_restaurants-3grid.scss */

.restaurants-grid__button {
  border: 0;
  outline: 0;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background: #000;
  text-decoration: none;
  display: block;
  font-family: "Playfair Display", serif;
  -style: normal;
  -size: 1.1rem;
  -weight: 800;
  letter-spacing: 0.05rem;
  position: relative;
  text-rendering: optimizeLegibility;
  text-align: center;
  display: block;
  padding: 1rem;
  border-top: 1px solid #858585;
}

@media only screen and (min-width: 600px) {
  /* line 93, ../scss/widgets/_restaurants-3grid.scss */
  .restaurants-grid__button {
    -size: 0.9rem;
    display: inline-block;
    padding: 0.7rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .restaurants-grid__button:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.restaurants-grid__button:active {
  background: black;
}

/* line 1, ../scss/widgets/_review.scss */

.restaurants-grid__data__h3 {
  line-height: 24px;
  font-size: 18px;
  margin: 0 0 5px 0;
}

.review__header {
  margin-bottom: 1rem;
  background: #ed1b23;
  overflow: hidden;
}

/* line 2, ../scss/widgets/_review.scss */

.review__header__left {
  float: left;
  width: 35%;
  border-right: 1px solid #000;
  text-align: right;
}

/* line 3, ../scss/widgets/_review.scss */

.review__header__left img {
  float: right;
  padding: 0.5rem;
  max-width: 45px;
}

/* line 4, ../scss/widgets/_review.scss */

.review__header__right {
  float: right;
  width: 65%;
  border-right: 0;
  text-align: left;
}

/* line 5, ../scss/widgets/_review.scss */

.review__header__h4 {
  -weight: 300;
  margin-bottom: 0;
  line-height: 2.8rem;
  text-transform: uppercase;
  -size: 1.2rem;
  padding-left: 1rem;
}

/* line 6, ../scss/widgets/_review.scss */

.review__header__h4 a,
.review__header__h4 a:visited {
  color: #000;
}

/* line 8, ../scss/widgets/_review.scss */

.archive--tagged__figure__h3.review-title {
  margin-bottom: 1rem;
  -size: 1.4rem;
}

/* line 9, ../scss/widgets/_review.scss */

.review-content .copy {
  overflow: hidden;
}

/* line 10, ../scss/widgets/_review.scss */

.review-icon {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  padding: 7px;
  background: #ed1b23;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
}

/* line 11, ../scss/widgets/_review.scss */

.review-venue {
  margin-bottom: 1rem;
}

/* line 12, ../scss/widgets/_review.scss */

.review-date {
  margin-bottom: 0px;
  -weight: 700;
  -size: 14px;
}

/* line 13, ../scss/widgets/_review.scss */

.review-text {
  margin-bottom: 0.5rem;
}

/* line 14, ../scss/widgets/_review.scss */

a.report-review-button {
  color: #000;
}

/* line 15, ../scss/widgets/_review.scss */

.review-user {
  -size: 14px;
  margin-top: 5px;
}

/* line 1, ../scss/widgets/_search.scss */

#search-page-container {
  width: 100%;
  background: #ebebeb;
  margin-bottom: 1rem;
  float: left;
}

.page-id-88654 div#search-page-container .archive--tagged__header {
  padding: 15px 15px 0;
}

/* line 2, ../scss/widgets/_search.scss */

.search-checkbox-filter label {
  -size: 0.8rem;
  margin-right: 20px;
}

/* line 4, ../scss/widgets/_search.scss */

#filter-holder {
  position: relative;
  display: block;
  clear: both;
}

/* line 6, ../scss/widgets/_search.scss */

#search-form {
  padding: 0 1rem;
}

/* line 8, ../scss/widgets/_search.scss */

#search-form a.button {
  display: block;
  background: #fff;
  color: #000 !important;
  -size: 0.75rem;
  -weight: bold;
  padding: 0.46rem;
  border: 1px solid #c5c5c5;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  -family: "Open Sans", sans-serif;
  position: relative;
  line-height: 1rem;
}

/* line 10, ../scss/widgets/_search.scss */

#search-form a.button_active {
  background: #333333;
  color: #fff !important;
  border: none;
}

/* line 12, ../scss/widgets/_search.scss */

#search-form #ambience_filter_label {
  position: relative;
}

/* line 13, ../scss/widgets/_search.scss */

#search-form .dropdown-arrow {
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px solid #c5c5c5;
  width: 30px;
  height: 30px;
}

/* line 15, ../scss/widgets/_search.scss */

#search-form .dropdown-arrow:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c5c5c5;
  position: absolute;
  top: 12px;
  right: 8px;
}

/* line 17, ../scss/widgets/_search.scss */

#search-form a.button_active .dropdown-arrow {
  display: none;
}

/* line 19, ../scss/widgets/_search.scss */

.text-input-search {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  margin: 0px 0px 1rem 0px;
}

/* line 21, ../scss/widgets/_search.scss */

#search-form p {
  margin: 0px 0px 0.5rem 0px;
}

/* line 22, ../scss/widgets/_search.scss */

#search-form .holder-dropdown #price_filter_label {
  margin-right: 0px;
}

/* line 24, ../scss/widgets/_search.scss */

#search-form input[type="checkbox"] {
  display: inline-block;
}

/* line 25, ../scss/widgets/_search.scss */

#search-form input[type="radio"] {
  -webkit-appearance: radio;
}

/* line 27, ../scss/widgets/_search.scss */

.search-checkbox-filter {
  display: block;
  margin-bottom: 1rem;
}

/* line 28, ../scss/widgets/_search.scss */

.search-checkbox-filter label {
  -size: 0.8rem;
  -weight: bold;
}

/* line 30, ../scss/widgets/_search.scss */

#search-form .checkbox--list label {
  -weight: normal;
  -size: 0.75rem;
}

/* line 35, ../scss/widgets/_search.scss */

.checkbox--list {
  background: #c9c9c9;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  display: none;
}

/* line 44, ../scss/widgets/_search.scss */

.checkbox--list_active {
  max-height: 52em;
  position: absolute;
  top: 31px;
  left: 0px;
  width: 100%;
  min-width: 595px;
  background: #333333;
  z-index: 99999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 1em;
  padding-right: 0;
  display: block;
}

/* line 61, ../scss/widgets/_search.scss */

.holder-dropdown-price .checkbox--list_active {
  right: 0;
  left: auto;
}

/* line 62, ../scss/widgets/_search.scss */

.holder-dropdown-city .checkbox--list_active {
  width: 100% !important;
}

/* line 65, ../scss/widgets/_search.scss */

ul.checkbox--list li {
  float: left;
  margin-right: 3%;
  width: 31%;
}

/* line 70, ../scss/widgets/_search.scss */

ul.checkbox--list li:nth-child(3n + 3) {
  margin-right: 0;
}

/* line 72, ../scss/widgets/_search.scss */

.button-search-bottom {
  width: 100%;
  height: 37px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: #333333;
  color: #ffffff;
  margin: 1rem 0px;
  text-transform: uppercase;
}

/* line 73, ../scss/widgets/_search.scss */

.holder-dropdown {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}

/* line 74, ../scss/widgets/_search.scss */

.holder-dropdown:last-child {
  margin-right: 0px;
}

/* line 75, ../scss/widgets/_search.scss */

.holder-dropdown-city {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}

/* line 76, ../scss/widgets/_search.scss */

.holder-dropdown-price {
  position: relative;
  float: left;
  width: 23.5%;
  margin-right: 0;
}

/* line 80, ../scss/widgets/_search.scss */

#search-page-container label:hover,
#search-page-container input.checkbox-search:hover {
  cursor: pointer;
}

/* line 85, ../scss/widgets/_search.scss */

#search-page-container form {
  padding: 0 1em;
  position: relative;
}

/* line 90, ../scss/widgets/_search.scss */

#search-page-container .text-input-search {
  display: block;
  width: 100%;
  height: 45px;
  border: 0;
}

/* line 97, ../scss/widgets/_search.scss */

#search-page-container .required {
  border: 1px solid red;
}

/* line 101, ../scss/widgets/_search.scss */

#search-page-container input.checkbox-search {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 0;
  border-radius: 0;
  margin: 0px 13px -6px 0;
}

/* line 113, ../scss/widgets/_search.scss */

#search-page-container [type="checkbox"]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff url("../img/png/search-input-checked.png") no-repeat;
  background-position: 0px 0px;
  background-size: 100%;
}

/* line 124, ../scss/widgets/_search.scss */

#search-page-container select {
  float: left;
  width: 30.5%;
  padding: 0.7em 2em;
  background: #bbbbbb url("images/down-arrow-normal.png") no-repeat 150px 12px;
  color: #333333;
  -size: 0.9em;
  -weight: bold;
  margin-top: 3%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
}

/* line 140, ../scss/widgets/_search.scss */

#search-page-container select:hover {
  color: #fcf100;
  background: #333333 url("images/down-arrow-hover.png") no-repeat 150px 12px;
  text-decoration: none !important;
  cursor: pointer;
}

/* line 147, ../scss/widgets/_search.scss */

#search-page-container .last-select {
  margin-right: 0px;
}

/* line 151, ../scss/widgets/_search.scss */

#search-page-container .button-search {
  position: absolute;
  top: 28px;
  right: 30px;
  background: url("images/search.jpg");
  border: 0;
  text-indent: -9999px;
  width: 99999;
  width: 25px;
  height: 22px;
}

/* line 163, ../scss/widgets/_search.scss */

#search-page-container .button-search:hover {
  cursor: pointer;
}

/* line 171, ../scss/widgets/_search.scss */

.checkbox-label {
  display: inline-block;
  -size: 0.9em;
  line-height: 1.4em;
  color: #ffffff;
  position: relative;
}

/* line 179, ../scss/widgets/_search.scss */

.checkbox-label:hover {
  cursor: pointer;
}

/* line 183, ../scss/widgets/_search.scss */

input[type="checkbox"].checkbox {
  opacity: 0;
  position: absolute;
}

/* line 188, ../scss/widgets/_search.scss */

input[type="checkbox"] + .checkbox-label:before {
  -family: "iconicfill", sans-serif;
  content: "";
  -size: 1em;
  background: #ffffff;
  border: 1px solid #ccc;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
}

/* line 203, ../scss/widgets/_search.scss */

input[type="checkbox"]:checked + .checkbox-label:before {
  content: "\2713";
  color: #333333;
}

/* line 208, ../scss/widgets/_search.scss */

input[type="checkbox"]:focus + .checkbox-label:before {
  outline: none;
  border-color: #fdf100;
}

/* line 213, ../scss/widgets/_search.scss */

input[type="checkbox"] + .checkbox-label:empty:before {
  margin-right: 0;
}

/* line 217, ../scss/widgets/_search.scss */

.checkbox-label,
.radio-label {
  padding: 0.5em;
}

/* line 222, ../scss/widgets/_search.scss */

.city_filter ul.city_filter {
  height: 330px;
  left: inherit;
  overflow-x: hidden;
  overflow-y: scroll;
  right: 0;
  width: 184px;
}

/* line 231, ../scss/widgets/_search.scss */

.city_filter ul.city_filter li {
  float: none;
  width: 100%;
  color: #fff;
}

/* line 237, ../scss/widgets/_search.scss */

.builder-module-outer-wrapper {
  overflow: visible !important;
}

/* line 241, ../scss/widgets/_search.scss */

.help-bottom-text {
  clear: both;
  margin-top: 1.7em !important;
  display: block;
  margin-bottom: 1.5em !important;
  float: left;
}

/* line 9, ../scss/widgets/_title-card-3grid.scss */

.title-card {
  width: 50%;
  float: left;
  padding-bottom: 0.5rem;
}

.title-card__link {
  display: block;
  background-color: #f5f6f7;
  border-radius: 4px;
  padding: 12px 15px 15px 15px;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  /* line 15, ../scss/widgets/_title-card-3grid.scss */
  .title-card:nth-of-type(2n + 1) {
    padding-right: 0.25rem;
  }

  /* line 19, ../scss/widgets/_title-card-3grid.scss */
  .title-card:nth-of-type(2n + 2) {
    padding-left: 0.25rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 9, ../scss/widgets/_title-card-3grid.scss */
  .title-card {
    width: 33.3333333333334%;
    padding-bottom: 1rem;
  }

  /* line 28, ../scss/widgets/_title-card-3grid.scss */
  .title-card:nth-of-type(3n + 1) {
    padding-right: 0.66667rem;
  }

  /* line 32, ../scss/widgets/_title-card-3grid.scss */
  .title-card:nth-of-type(3n + 2) {
    padding: 0 0.33333rem;
  }

  /* line 36, ../scss/widgets/_title-card-3grid.scss */
  .title-card:nth-of-type(3n + 3) {
    padding-left: 0.66667rem;
  }
}

/* line 42, ../scss/widgets/_title-card-3grid.scss */

.title-card__wrapper {
  margin: 0 0 30px 0;
  padding: 0;
  border-bottom: 1px solid #e6e7e8;
}

.title-card__link h3 {
  margin: 0;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (min-width: 600px) {
  .title-card__link h3 {
    font-weight: 400;
    font-size: 18px;
  }
}

.title-card__link p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #666666;
  margin: 0 0 3px 0;
  font-weight: 400;
}

/* line 1, ../scss/widgets/_user-reviews.scss */

.user-review__body__item {
  padding-bottom: 1rem;
}

/* line 5, ../scss/widgets/_user-reviews.scss */

.user-review__body__item--reply {
  padding-left: 2rem;
}

/* line 9, ../scss/widgets/_user-reviews.scss */

.user-review__body__item--reply .user-review__body__article__header time {
  margin-top: -0.35rem;
}

/* line 14, ../scss/widgets/_user-reviews.scss */

.user-review__body__item--reply .user-review__body__article__body {
  padding-top: 1.5rem;
}

/* line 17, ../scss/widgets/_user-reviews.scss */

.user-review__body__item--reply .user-review__body__article__body p:last-of-type {
  margin-bottom: 0;
}

/* line 24, ../scss/widgets/_user-reviews.scss */

.user-review__body__article {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f5f6f7;
}

/* line 29, ../scss/widgets/_user-reviews.scss */

.user-review__header {
  border-bottom: 1px solid #f5f6f7;
  margin-bottom: 1rem;
}

/* line 34, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__header {
  position: relative;
}

/* line 37, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__header div {
  display: block;
}

/* line 42, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__header time {
  position: absolute;
  margin-top: -1rem;
  -size: 0.8rem;
  color: #858585;
}

/* line 50, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__header__h4 {
  float: left;
  font-family: "Playfair Display", serif;
}

/* line 55, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__header__reply {
  float: right;
  border: 0;
  outline: 0;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background: #858585;
  text-decoration: none;
  display: block;
  font-family: "Playfair Display", serif;
  -style: normal;
  -size: 1.1rem;
  -weight: 800;
  letter-spacing: 0.05rem;
  position: relative;
  text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 600px) {
  /* line 55, ../scss/widgets/_user-reviews.scss */
  .user-review__body__article__header__reply {
    -size: 0.9rem;
    display: inline-block;
    padding: 0.7rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .user-review__body__article__header__reply:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.user-review__body__article__header__reply:active {
  background: #787878;
}

/* line 61, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__body {
  padding-top: 1rem;
}

@media only screen and (min-width: 1000px) {
  /* line 61, ../scss/widgets/_user-reviews.scss */
  .user-review__body__article__body {
    -size: 0.9rem;
  }
}

/* line 69, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__body__rating {
  width: 100%;
}

/* line 73, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__body__rating li {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {
  /* line 73, ../scss/widgets/_user-reviews.scss */
  .user-review__body__article__body__rating li {
    width: auto;
    float: left;
    margin-bottom: 0;
    padding-right: 2rem;
  }
}

/* line 86, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__body__rating h5 {
  -size: 1rem;
  margin-bottom: 0.5rem;
}

/* line 91, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__body__rating .aside__recent-review__blockquote__stars {
  padding: 0;
  float: none;
}

/* line 95, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__body__rating .aside__recent-review__blockquote__stars .aside__recent-review__blockquote__stars--active {
  color: #000;
}

/* line 99, ../scss/widgets/_user-reviews.scss */

.user-review__body__article__body__rating .aside__recent-review__blockquote__stars .aside__recent-review__blockquote__stars--inactive {
  color: #d4d4d4;
}

/* line 13, ../scss/widgets/_venue.scss */

.venue__figure__featured {
  margin-bottom: 1rem;
  display: block;
}

/* line 17, ../scss/widgets/_venue.scss */

.venue__figure__featured a {
  display: block;
}

@media only screen and (min-width: 600px) {
  /* line 13, ../scss/widgets/_venue.scss */
  .venue__figure__featured {
    width: 32%;
    float: left;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 13, ../scss/widgets/_venue.scss */
  .venue__figure__featured {
    width: 33%;
    margin-bottom: 0;
  }
}

/* line 32, ../scss/widgets/_venue.scss */

.venue__figure__featured__cta {
  border: 0;
  outline: 0;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background: #000;
  text-decoration: none;
  display: block;
  font-family: "Playfair Display", serif;
  -style: normal;
  -size: 1.1rem;
  -weight: 800;
  letter-spacing: 0.05rem;
  position: relative;
  text-rendering: optimizeLegibility;
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* line 32, ../scss/widgets/_venue.scss */
  .venue__figure__featured__cta {
    -size: 0.9rem;
    display: inline-block;
    padding: 0.7rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .venue__figure__featured__cta:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.venue__figure__featured__cta:active {
  background: black;
}

@media only screen and (min-width: 600px) {
  /* line 37, ../scss/widgets/_venue.scss */
  .venue__figcaption {
    width: 68%;
    float: right;
    padding-left: 1rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 37, ../scss/widgets/_venue.scss */
  .venue__figcaption {
    width: 67%;
  }
}

/* line 50, ../scss/widgets/_venue.scss */

.venue__figcaption__h2 {
  -weight: 300;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}

@media only screen and (min-width: 1000px) {
  /* line 50, ../scss/widgets/_venue.scss */
  .venue__figcaption__h2 {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

/***************************
Venue List Info
****************************/

/* line 67, ../scss/widgets/_venue.scss */

.venue__list--info__wrapper {
  float: left;
  width: 100%;
  border-top: 2px solid #f5f6f7;
  border-bottom: 2px solid #f5f6f7;
}

@media only screen and (min-width: 600px) {
  /* line 76, ../scss/widgets/_venue.scss */
  .venue__list--info {
    float: left;
    padding-right: 2rem;
  }
}

/* line 83, ../scss/widgets/_venue.scss */

.venue__item--key {
  color: #000;
  -weight: 700;
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  /* line 83, ../scss/widgets/_venue.scss */
  .venue__item--key {
    display: block;
  }
}

/* line 93, ../scss/widgets/_venue.scss */

.venue__item--value {
  margin: 0;
  display: inline-block;
}

@media only screen and (min-width: 600px) {
  /* line 93, ../scss/widgets/_venue.scss */
  .venue__item--value {
    display: block;
  }
}

/***************************
Venu List Contact
****************************/

/* line 107, ../scss/widgets/_venue.scss */

.venue__body p > a {
  color: #000;
  text-decoration: none;
  text-decoration: underline;
}

/* line 91, ../scss/tools/_mixins.scss */

.venue__body p > a:hover {
  color: #000;
}

/* line 98, ../scss/tools/_mixins.scss */

.venue__body p > a:visited {
  color: #000;
}

/* line 117, ../scss/widgets/_venue.scss */

.venue__item--contact {
  border-top: 1px solid #f5f6f7;
  padding: 0.5rem 0;
  float: left;
  width: 100%;
  line-height: 1.3;
}

@media only screen and (min-width: 600px) {
  /* line 117, ../scss/widgets/_venue.scss */
  .venue__item--contact {
    width: 50%;
    -size: 0.8rem;
  }
}

/* line 130, ../scss/widgets/_venue.scss */

.venue__item--contact img {
  max-width: 40px;
  width: 20%;
  padding: 0.5rem;
  background: #ed1b23;
  border-radius: 2rem;
}

@media \0screen {
  /* line 130, ../scss/widgets/_venue.scss */
  .venue__item--contact img {
    width: 40px;
  }
}

/* line 139, ../scss/widgets/_venue.scss */

.venue__item--contact span {
  width: 80%;
  padding-left: 1rem;
}

@media only screen and (min-width: 1000px) {
  /* line 139, ../scss/widgets/_venue.scss */
  .venue__item--contact span {
    width: 70%;
  }
}

/***************************
Venue Filter Navigation
***************************/

/* line 155, ../scss/widgets/_venue.scss */

.venue__filter {
  margin: 0 30px 30px 0;
  background: #ffffff;
  border-bottom: 1px solid #222;
  display: inline-block;
  width: 100%;
}

/* line 163, ../scss/widgets/_venue.scss */

.venue__filter__item {
  display: inline-block;
  float: left;
}

.venue__filter__link {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 10px 14px;
  margin: 0;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px 2px 0 0;
}

/* line 91, ../scss/tools/_mixins.scss */

.venue__filter__link:hover {
  color: #ffffff;
}

/* line 98, ../scss/tools/_mixins.scss */

.venue__filter__link:visited {
  color: #222;
}

@media only screen and (max-width: 600px) {
  /* line 163, ../scss/widgets/_venue.scss */
  .venue__body {
    overflow: visible;
  }

  .venue__filter {
    margin: 0 -15px 20px -15px;
    display: block;
    width: auto;
    border-radius: 0;
  }

  .venue__filter__list {
    white-space: nowrap;
    overflow: scroll;
  }

  .venue__filter__item {
    float: none;
  }

  .venue__filter__item:first-child {
    margin: 0 0 0 15px;
  }

  .venue__filter__item:last-child {
    margin: 0 15px 0 0;
  }

  .venue__filter__link {
    margin: 0 2px 0 0;
    padding: 12px 16px;
  }
}

/* line 180, ../scss/widgets/_venue.scss */

.venue__filter__link:hover {
  color: #ffffff;
  background: #222;
}

/* line 185, ../scss/widgets/_venue.scss */

.venue__filter__link.active {
  background: #222;
  color: #ffffff;
}

/* line 192, ../scss/widgets/_venue.scss */

.venue__content--reviews {
  display: none;
}

/* line 195, ../scss/widgets/_venue.scss */

.venue__content--reviews.active {
  display: block;
}

/***************************
NEWS / VENUE
***************************/

/* line 205, ../scss/widgets/_venue.scss */

.venue__content .post_image {
  float: left;
  max-width: 207px;
  height: auto;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* line 207, ../scss/widgets/_venue.scss */

.copy ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

/* line 208, ../scss/widgets/_venue.scss */

.copy ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

/* line 209, ../scss/widgets/_venue.scss */

.copy hr {
  margin: 30px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #e6e7e8;
}

.post_title {
  weight: 300;
  font-size: 26px;
  line-height: 32px;
  margin: 0 0 30px 0;
}

/* line 210, ../scss/widgets/_venue.scss */

@media only screen and (min-width: 600px) {
  .post_title {
    font-size: 40px;
    line-height: 48px;
  }
}

#win-header {
  margin: 0 0 20px 0;
}

.post-edit-link {
  display: inline-block;
  margin: 0 0 20px 0;
  background-color: #e2e3e4;
  border-radius: 2px;
  padding: 6px 10px;
  text-decoration: none !important;
  display: none !important;
  /* Todo: Remove display none */
}

.venue__content .social-buttons li {
  list-style-type: none;
}

.venue__content [id^="instagram-embed"] {
  max-width: 100% !important;
  width: 100%;
}

/* line 211, ../scss/widgets/_venue.scss */

#venue-register-form {
  border-bottom: solid 1px #e6e7e8;
  padding: 0 0 30px 0;
}

.social-button__list.social-buttons {
  margin: 0 0 20px 0;
  padding: 0;
}

.social-buttons {
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

/* line 213, ../scss/widgets/_venue.scss */

.ingredients_list {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}

/* line 214, ../scss/widgets/_venue.scss */

.ingredients_list label {
  display: block;
  -weight: bold;
  margin-bottom: 5px;
}

/* line 215, ../scss/widgets/_venue.scss */

.ingredient {
  margin-bottom: 5px;
}

/* line 218, ../scss/widgets/_venue.scss */

p.recipe-abstract {
  margin-bottom: 5px;
}

/* line 219, ../scss/widgets/_venue.scss */

p.recipe-serves {
  -weight: 700;
  margin-bottom: 15px;
}

/* line 220, ../scss/widgets/_venue.scss */

.archive--tagged__list--tags.recipe-tags {
  width: 100%;
}

/* line 221, ../scss/widgets/_venue.scss */

.archive--tagged__list--tags.recipe-tags .archive--tagged__item--tags {
  text-align: left;
}

/* line 222, ../scss/widgets/_venue.scss */

.recipe-tags .archive--tagged__link--tags span:nth-of-type(2) {
  padding-left: 0px;
}

/* line 223, ../scss/widgets/_venue.scss */

.recipe-ingredients,
.recipe-method {
  padding-top: 1.5rem;
  border-top: 2px solid #ecebec;
}

/* line 1, ../scss/widgets/aside/_aside-social.scss */

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}

/* line 9, ../scss/widgets/aside/_aside-social.scss */

ul.tabs li {
  float: left;
  margin: 0;
  width: 33.3333333333%;
  cursor: pointer;
  padding: 1rem 0rem;
  background-color: #666;
  color: #ccc;
  overflow: hidden;
  position: relative;
  text-align: center;
}

/* line 24, ../scss/widgets/aside/_aside-social.scss */

ul.tabs li.active {
  display: block;
}

/* line 28, ../scss/widgets/aside/_aside-social.scss */

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

/* line 37, ../scss/widgets/aside/_aside-social.scss */

.tab_content {
  padding: 3px;
  display: none;
}

/* line 42, ../scss/widgets/aside/_aside-social.scss */

.tabs .social-icon {
  max-width: 22px;
  height: auto;
  margin: 0 auto;
}

/* line 44, ../scss/widgets/aside/_aside-social.scss */

ul.tabs li.twitter-tab,
.twitter-tab_content {
  background: #ebebeb;
}

/* line 45, ../scss/widgets/aside/_aside-social.scss */

ul.tabs li.instagram-tab,
.instagram-tab_content {
  background: #3f729b;
}

/* line 46, ../scss/widgets/aside/_aside-social.scss */

ul.tabs li.facebook-tab,
.facebook-tab_content {
  background: #3b5995;
}

/* line 1, ../scss/widgets/aside/_newsletter.scss */

.aside__newsletter__wrapper {
  background-image: url("../img/png/aside-newsletter-bg.png");
  background-repeat: no-repeat;
  background-position: 200px 0px;
  border-radius: 5px;
  background-color: #f5f6f7;
}

/* line 8, ../scss/widgets/aside/_newsletter.scss */

.aside__newsletter--footer__wrapper {
  border: 2px solid #858585;
  background: #858585;
}

/* line 15, ../scss/widgets/aside/_newsletter.scss */

.aside__newsletter__header {
}

/* line 19, ../scss/widgets/aside/_newsletter.scss */

.aside__newsletter__header__h3 {
  margin-bottom: 0;
  padding: 20px 20px 5px 20px;
  font-family: "Montserrat", sans-serif;
}

/* line 24, ../scss/widgets/aside/_newsletter.scss */

.aside__newsletter__body {
  padding: 5px 10px 20px 20px;
}

/* line 28, ../scss/widgets/aside/_newsletter.scss */

.aside__newsletter__body__p {
  color: #000;
  margin-bottom: 20px;
  line-height: 22px;
  padding-right: 80px;
}

@media only screen and (min-width: 1000px) {
  /* line 28, ../scss/widgets/aside/_newsletter.scss */
  .aside__newsletter__body__p {
    -size: 1rem;
  }
}

/* line 43, ../scss/widgets/aside/_newsletter.scss */

.aside__newsletter__body__label {
  width: 65%;
  float: left;
  padding-right: 0.5rem;
}

/* line 53, ../scss/widgets/aside/_newsletter.scss */

.aside__newsletter__body__input {
  width: 100%;
  padding: 8px;
  border: 1px solid #e7e8e9;
  display: block;
  font-size: 12px;
  height: 30px;
}

.aside__newsletter__body__submit {
  border: 0;
  outline: 0;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background: #000;
  text-decoration: none;
  display: block;
  font-size: 13px;
  text-transform: none;
  letter-spacing: -0.4px;
  position: relative;
  text-rendering: optimizeLegibility;
  padding: 1rem;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  height: 30px;
}

@media only screen and (min-width: 600px) {
  /* line 66, ../scss/widgets/aside/_newsletter.scss */
  .aside__newsletter__body__submit {
    -size: 0.9rem;
    display: inline-block;
    padding: 0.7rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .aside__newsletter__body__submit:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.aside__newsletter__body__submit:active {
  background: black;
}

@media only screen and (min-width: 600px) {
  /* line 66, ../scss/widgets/aside/_newsletter.scss */
  .aside__newsletter__body__submit {
    padding: 0.5rem;
    text-transform: capitalize;
    width: 30%;
    float: left;
    border-left: 1px solid #000;
  }
}

/* line 1, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__body {
  margin-top: 1rem;
  background: #000;
}

/* line 6, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote {
  margin: 0 0 calc(1em + 24px) 0;
}

/* line 10, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__q {
  display: block;
  color: #fff;
  -weight: 300;
  padding: 1rem 1rem 0.5rem 1rem;
  margin-bottom: 0;
}

/* line 17, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__q:before {
  margin-left: -4px;
}

/* line 22, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__footer {
  background: #fff;
  background: #000;
}

/* line 28, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__stars {
  -family: "Open Sans", sans-serif;
  -size: 1.2rem;
  line-height: 1;
  padding: 0.5rem 1rem 1rem 1rem;
  float: left;
}

/* line 36, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__stars--active {
  color: #ed1b23;
}

/* line 40, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__stars--inactive {
  color: #858585;
}

/* line 45, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__cta {
  color: #f5f6f7;
  text-decoration: none;
  -size: 0.8rem;
  text-decoration: underline;
  display: inline-block;
  text-align: right;
  float: right;
  padding: 0.5rem 1rem 1rem 1rem;
}

/* line 91, ../scss/tools/_mixins.scss */

.aside__recent-review__blockquote__cta:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.aside__recent-review__blockquote__cta:visited {
  color: #f5f6f7;
}

/* line 55, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__cite {
  position: relative;
  background: #fff;
  float: left;
  width: 100%;
}

/* line 61, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__cite a {
  display: block;
  position: absolute;
  top: 0;
  left: 3rem;
  color: #000;
  text-decoration: none;
}

/* line 91, ../scss/tools/_mixins.scss */

.aside__recent-review__blockquote__cite a:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.aside__recent-review__blockquote__cite a:visited {
  color: #000;
}

/* line 69, ../scss/widgets/aside/_recent-review.scss */

.aside__recent-review__blockquote__cite:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  display: block;
  width: 0;
  border-width: 1.5rem 0 0 1.5rem;
  border-style: solid;
  border-color: #000 #fff;
}

/***************************
Review Widget
****************************/

/* line 9, ../scss/widgets/aside/_review.scss */

.aside__review__header {
  background: #ed1b23;
}

/* line 14, ../scss/widgets/aside/_review.scss */

.aside__review__header__left,
.aside__review__header__right {
  max-width: 45px;
  width: 15%;
  padding: 0.5rem;
  float: left;
  border-right: 1px solid black;
}

@media \0screen {
  /* line 14, ../scss/widgets/aside/_review.scss */
  .aside__review__header__left,
  .aside__review__header__right {
    width: 45px;
  }
}

/* line 22, ../scss/widgets/aside/_review.scss */

.aside__review__header__right {
  max-width: 100%;
  width: 85%;
  border-right: 0;
}

@media \0screen {
  /* line 22, ../scss/widgets/aside/_review.scss */
  .aside__review__header__right {
    width: 100%;
  }
}

/* line 29, ../scss/widgets/aside/_review.scss */

.aside__review__header__h4 {
  -weight: 300;
  margin-bottom: 0;
  line-height: 1.8rem;
  text-transform: uppercase;
  -size: 1.2rem;
  padding-left: 0.25rem;
}

/* line 37, ../scss/widgets/aside/_review.scss */

.aside__review__header__h4 a {
  color: #000;
  text-decoration: none;
}

/* line 91, ../scss/tools/_mixins.scss */

.aside__review__header__h4 a:hover {
  color: #000;
}

/* line 98, ../scss/tools/_mixins.scss */

.aside__review__header__h4 a:visited {
  color: #000;
}

/* line 43, ../scss/widgets/aside/_review.scss */

.aside__review__body {
  background: #f5f6f7;
  padding: 1rem;
}

/* line 48, ../scss/widgets/aside/_review.scss */

.aside__review__body__h5,
.aside__review__body__def__key,
.aside__review__body__def__value {
  font-family: "Playfair Display", serif;
  -weight: 300;
  text-align: center;
  margin-bottom: 1rem;
}

/* line 56, ../scss/widgets/aside/_review.scss */

.aside__review__body__bar {
  background: #000;
  height: 0.85rem;
  border: 2px solid #000;
  border-radius: 0.4rem;
  overflow: hidden;
}

/* line 64, ../scss/widgets/aside/_review.scss */

.aside__review__body__progress {
  float: left;
  height: 100%;
  width: 0%;
  border-radius: 0.25rem;
  background: #ed1b23;
  -webkit-transition: width 1.85s ease-in-out;
  transition: width 1.85s ease-in-out;
}

/* line 77, ../scss/widgets/aside/_review.scss */

.aside__review__body__def {
  margin: 1rem 0 0 0;
}

/* line 81, ../scss/widgets/aside/_review.scss */

.aside__review__body__def__key,
.aside__review__body__def__value {
  -size: 0.9rem;
  margin-bottom: 0.25rem;
  text-align: left;
}

/* line 88, ../scss/widgets/aside/_review.scss */

.aside__review__body__def__value {
  margin: 0;
  color: #000;
  -weight: 700;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #cecece;
}

/* line 97, ../scss/widgets/aside/_review.scss */

.aside__review__body__def__value:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

@media only screen and (min-width: 1000px) {
  /* line 1, ../scss/layouts/_section.scss */
  .section__wrapper {
    max-width: 660px;
    width: 100%;
    padding-right: 2rem;
    float: left;
  }
}

/* line 10, ../scss/layouts/_section.scss */

.section__wrapper__title,
.section__wrapper__title--center,
.section__wrapper__subtitle {
  margin-bottom: 0;
  text-align: left;
  padding: 0.8rem;
  color: #ed1b23;
  text-align: center;
}

@media only screen and (min-width: 1000px) {
  /* line 10, ../scss/layouts/_section.scss */
  .section__wrapper__title,
  .section__wrapper__title--center,
  .section__wrapper__subtitle {
    border-bottom: 1px solid #d3d3d3;
  }
}

/* line 23, ../scss/layouts/_section.scss */

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

/* line 28, ../scss/layouts/_section.scss */

.section__wrapper__notice {
  float: left;
  width: 85%;
  padding: 0.5rem 0;
  -size: 1.2rem;
  text-transform: inherit;
  -style: italic;
}

/* line 38, ../scss/layouts/_section.scss */

.section__wrapper__svg {
  float: left;
  width: 15%;
  padding: 0.5rem 0;
}

/* line 44, ../scss/layouts/_section.scss */

.section__wrapper__subtitle {
  -size: 0.85rem;
  padding: 0.6rem 0.8rem;
}

/* line 50, ../scss/layouts/_section.scss */

.section__header {
  display: block;
}

/* line 55, ../scss/layouts/_section.scss */

.section__body,
.fullwidth__body {
  padding: 25px 1rem;
}

@media only screen and (min-width: 600px) {
  .fullwidth__body {
    padding: 0;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 55, ../scss/layouts/_section.scss */
  .section__body {
    padding: 0 2rem 0 0;
    border-right: 1px solid #e6e7e8;
  }
}

/* line 65, ../scss/layouts/_section.scss */

.section__button {
  border: 0;
  outline: 0;
  padding: 0.8rem;
  line-height: 1;
  text-align: center;
  color: #fff !important;
  background: #000;
  text-decoration: none;
  display: block;
  font-family: "Playfair Display", serif;
  -style: normal;
  -size: 1.1rem;
  -weight: 800;
  letter-spacing: 0.05rem;
  position: relative;
  text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 600px) {
  /* line 65, ../scss/layouts/_section.scss */
  .section__button {
    -size: 0.9rem;
    display: inline-block;
    padding: 0.7rem;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .section__button:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.section__button:active {
  background: black;
}

/***************************
Section Widgets
****************************/

/* line 74, ../scss/layouts/_section.scss */

.section__widget,
.archive__wrapper,
.archive--tagged__wrapper,
.article-grid__item,
.article-grid--featured__item,
.hero__wrapper,
.hero--recipe__wrapper,
.new-restaurants,
.venue__list--info__wrapper,
.aside__newsletter__wrapper,
.aside__newsletter--footer__wrapper {
  width: 100%;
  margin: 0 0 2rem 0;
}

.archive__wrapper {
  margin: 0;
}

@media only screen and (min-width: 600px) {
  .archive__wrapper {
    margin: 0 0 2rem 0;
  }
}

.article-grid__item,
.article-grid--featured__item {
  width: 48%;
  margin: 0 4% 0.5rem 0;
  float: left;
}

.article-grid__item:nth-of-type(even),
.article-grid--featured__item:nth-of-type(even) {
  margin: 0 0 2rem 0;
}

/* line 1, ../scss/layouts/_aside.scss */

@media only screen and (min-width: 600px) {
  .article-grid__item,
  .article-grid--featured__item,
  .article-grid__item:nth-of-type(even) {
    width: 50%;
    margin: 0 0 3rem 0;
  }
}

.aside__wrapper {
  display: none;
}

@media only screen and (min-width: 1000px) {
  /* line 1, ../scss/layouts/_aside.scss */
  .aside__wrapper {
    display: block;
    width: 300px;
    float: right;
  }
}

/* line 11, ../scss/layouts/_aside.scss */

.aside__widget__wrapper,
.aside__review__wrapper,
.widget_ad2x_widget {
  margin-bottom: 2.5rem;
  width: 100%;
  display: block;
}

/* line 20, ../scss/layouts/_aside.scss */

.aside__widget__header,
.recent-reviews-widget__header {
  border-bottom: 2px solid #ed1b23;
}

/* line 24, ../scss/layouts/_aside.scss */

.aside__widget__header__h4 {
  -weight: 300;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

/* line 30, ../scss/layouts/_aside.scss */

.aside__widget__header__h4 a {
  color: #000;
  text-decoration: none;
}

/* line 91, ../scss/tools/_mixins.scss */

.aside__widget__header__h4 a:hover {
  color: #000;
}

/* line 98, ../scss/tools/_mixins.scss */

.aside__widget__header__h4 a:visited {
  color: #000;
}

/* line 39, ../scss/layouts/_aside.scss */

.aside__widget__item,
.recent-reviews-widget__item {
  border-bottom: 2px solid #f5f6f7;
  padding: 0.5rem 0;
  position: relative;
}

/* line 50, ../scss/layouts/_aside.scss */

.aside__widget__link,
.new-restaurants__link,
.recent-reviews-widget__link {
  color: #595959;
  text-decoration: none;
  -size: 0.8rem;
  text-decoration: none;
  padding-left: 1rem;
  display: inline-block;
}

/* line 91, ../scss/tools/_mixins.scss */

.aside__widget__link:hover,
.new-restaurants__link:hover,
.recent-reviews-widget__link:hover {
  color: #000;
}

/* line 98, ../scss/tools/_mixins.scss */

.aside__widget__link:before,
.new-restaurants__link:before,
.recent-reviews-widget__link:before {
}

/* line 66, ../scss/layouts/_aside.scss */

.aside__widget__footer {
  text-align: center;
}

/* line 70, ../scss/layouts/_aside.scss */

.aside__widget__footer__button {
  color: #000;
  text-decoration: none;
  text-align: center;
  -weight: 700;
  color: #000;
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
  padding: 0.5rem 1rem;
  background: #f5f6f7;
}

/* line 91, ../scss/tools/_mixins.scss */

.aside__widget__footer__button:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.aside__widget__footer__button:visited {
  color: #000;
}

/* line 1, ../scss/layouts/_banner.scss */

.banner__wrapper {
  width: 100%;
  background-color: white;
  text-align: center;
  display: none;
}

.banner__wrapper br {
  display: none;
}

@media \0screen {
  /* line 1, ../scss/layouts/_banner.scss */
  .banner__wrapper {
  }
}

@media only screen and (min-width: 1000px) {
  /* line 1, ../scss/layouts/_banner.scss */
  .banner__wrapper {
    padding: 0;
    background-color: transparent;
  }
}

/* line 1, ../scss/layouts/_content.scss */

.content__wrapper {
  background: #ffffff;
  border-radius: 2px;
}

@media \0screen {
  /* line 1, ../scss/layouts/_content.scss */
  .content__wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 1, ../scss/layouts/_content.scss */
  .content__wrapper {
    padding: 30px;
    max-width: 1020px;
    margin: 0 auto;
  }
}

/***************************
WP DEFAULT STYLES
***************************/

/* line 11, ../scss/layouts/_content.scss */

.wp-caption {
  text-align: center;
  background-color: #f0f0f0;
  padding: 0 0 10px 0px;
  margin-bottom: 10px;
  max-width: 100% !important;
}

/* line 12, ../scss/layouts/_content.scss */

.wp-caption.alignleft {
  margin: 0 10px 10px 0;
}

/* line 13, ../scss/layouts/_content.scss */

.wp-caption.alignright {
  margin: 0 0 10px 10px;
}

/* line 14, ../scss/layouts/_content.scss */

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 100% !important;
  max-width: 100% !important;
}

/* line 15, ../scss/layouts/_content.scss */

.wp-caption p.wp-caption-text {
  -size: 12px;
  line-height: 17px;
  padding: 10px !important;
  margin: 0;
}

/* line 16, ../scss/layouts/_content.scss */

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 18, ../scss/layouts/_content.scss */

.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 19, ../scss/layouts/_content.scss */

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 20, ../scss/layouts/_content.scss */

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 21, ../scss/layouts/_content.scss */

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 22, ../scss/layouts/_content.scss */

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 24, ../scss/layouts/_content.scss */

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 25, ../scss/layouts/_content.scss */

a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 26, ../scss/layouts/_content.scss */

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 27, ../scss/layouts/_content.scss */

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 1, ../scss/layouts/_footer.scss */

.footer__wrapper {
  background-color: #111111;
  background-repeat: no-repeat;
  background-position: 50px 60px;
  border-radius: 3px 3px 0 0;
  background-size: 180px 365px;
}

.footer__food24 {
  width: 100%;
  float: none;
  margin: 0;
  position: relative;
  padding: 20px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .footer__wrapper {
    background-position: 65% 220px;
    background-image: url("../img/png/fork.png");
  }

  .footer__food24 {
    width: 330px;
    float: right;
    margin: 0 0 50px 0;
    position: absolute;
    top: 0;
    padding: 40px;
    right: -10px;
    font-size: 21px;
    line-height: 28px;
  }
}

@media only screen and (min-width: 1000px) {
  .footer__wrapper {
    background-position: 60% 74px;
  }

  .footer__food24 {
    margin-top: 100px;
  }
}

.footer__food24 a {
  text-decoration: underline;
  display: block;
  margin: 10px 0 0 0;
}

.footer__food24 span {
  font-style: italic;
}

.footer__container {
  position: relative;
}

@media only screen and (min-width: 1000px) {
  /* line 5, ../scss/layouts/_footer.scss */
  .footer__container {
    padding: 40px 0 38px;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 5, ../scss/layouts/_footer.scss */
  .footer__container {
    max-width: 960px;
    margin: 0 auto;
  }
}

/* line 15, ../scss/layouts/_footer.scss */

.footer__list {
  padding: 1rem 0;
}

.footer__list--left {
  padding: 20px;
}

@media only screen and (min-width: 1000px) {
  /* line 20, ../scss/layouts/_footer.scss */
  .footer__list--left {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }

  .footer__list--flat li:not(#onnet-custom-menu-2):not(#onnet-custom-menu-6) {
    float: left;
    padding-top: 15px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 27, ../scss/layouts/_footer.scss */
  .footer__list--right {
    overflow: hidden;
    width: 100%;
  }
}

/* line 34, ../scss/layouts/_footer.scss */

.footer__list--sub {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 38, ../scss/layouts/_footer.scss */

.footer__list--sub.js {
  overflow: hidden;
  max-height: 0;
  background-color: #111111;
  width: 100%;
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 1000px) {
  /* line 38, ../scss/layouts/_footer.scss */
  .footer__list--sub.js {
    overflow: visible;
    max-height: inherit;
  }
}

/* line 49, ../scss/layouts/_footer.scss */

.footer__list--sub.active {
  max-height: 80rem;
}

/* line 55, ../scss/layouts/_footer.scss */

.footer__item {
  position: relative;
}

@media only screen and (min-width: 1000px) {
  /* line 55, ../scss/layouts/_footer.scss */
  .footer__item {
    float: left;
    text-align: left;
    line-height: 1.3;
    padding: 0 2rem 0 0;
  }

  .footer__item#onnet-custom-menu-5,
  .footer__item#onnet-custom-menu-2,
  .footer__item#onnet-custom-menu-6 {
    width: 100%;
  }
}

/* line 68, ../scss/layouts/_footer.scss */

.footer__item__h3 {
  color: #fff;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  -size: 0.9rem;
  color: #fff;
  margin-bottom: 0;
}

/* line 91, ../scss/tools/_mixins.scss */

.footer__item__h3:hover {
  color: #fff;
}

/* line 98, ../scss/tools/_mixins.scss */

.footer__item__h3:visited {
  color: #fff;
}

/* line 75, ../scss/layouts/_footer.scss */

.footer__item__h3 .footer__link--sub {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 1rem;
}

/* line 91, ../scss/tools/_mixins.scss */

.footer__item__h3 .footer__link--sub:hover {
  color: #fff;
}

/* line 98, ../scss/tools/_mixins.scss */

.footer__item__h3 .footer__link--sub:visited {
  color: #fff;
}

@media only screen and (min-width: 1000px) {
  /* line 75, ../scss/layouts/_footer.scss */
  .footer__item__h3 .footer__link--sub {
    padding: 0;
    -size: 1rem;
    margin-bottom: 0.5rem;
    border-bottom: 0;
  }
}

/* line 90, ../scss/layouts/_footer.scss */

.footer__item__h3 .footer__link--sub:after {
  content: "+";
  position: absolute;
  color: #777777;
  top: 9px;
  right: 9px;
  display: block;
  -size: 2rem;
  line-height: 1;
  padding: 0.35rem 0.5rem 0.5rem 0.5rem;
}

@media only screen and (min-width: 1000px) {
  /* line 90, ../scss/layouts/_footer.scss */
  .footer__item__h3 .footer__link--sub:after {
    content: "";
  }
}

/* line 106, ../scss/layouts/_footer.scss */

.footer__item__h3 .footer__link--sub.active:after {
  content: "-";
}

@media only screen and (min-width: 1000px) {
  /* line 106, ../scss/layouts/_footer.scss */
  .footer__item__h3 .footer__link--sub.active:after {
    content: "";
  }
}

.footer__app-download {
  display: flex;
  align-items: center;
  padding: 42px 20px;
  max-width: 100%;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  .footer__app-download {
    max-width: 50%;
  }
}

@media (min-width: 1000px) {
  .footer__app-download {
    padding: 64px 35px 42px;
    max-width: 435px;
  }
}

.footer__app-download img {
  margin-right: 20px;
  max-height: 126px;
}

.footer__app-download__text {
  flex-grow: 1;
  color: white;
}

.footer__app-download__text p {
  margin-bottom: 15px;
}

.footer__app-download__button {
  padding: 6px 12px;
  font-family: inherit;
  font-size: 14px;
  border-radius: 2px;
}

/* line 117, ../scss/layouts/_footer.scss */

.footer__link {
  color: #fff;
  text-decoration: none;
  -size: 0.9rem;
  -weight: 300;
  width: 100%;
  display: block;
  padding: 0.5rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  border-bottom: 1px solid #d3d3d3;
}

/* line 91, ../scss/tools/_mixins.scss */

.footer__link:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.footer__link:visited {
  color: #fff;
}

@media only screen and (min-width: 1000px) {
  /* line 117, ../scss/layouts/_footer.scss */
  .footer__link {
    color: #fff;
    text-decoration: none;
    border-bottom: 0;
  }

  /* line 91, ../scss/tools/_mixins.scss */
  .footer__link:hover {
    color: #ed1b23;
  }

  /* line 98, ../scss/tools/_mixins.scss */
  .footer__link:visited {
    color: #fff;
  }
}

/* line 135, ../scss/layouts/_footer.scss */

.footer__link--sub {
  color: #858585;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  background: rgba(40, 40, 40, 0.85);
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

/* line 91, ../scss/tools/_mixins.scss */

.footer__link--sub:hover {
  color: #858585;
  text-decoration: underline;
}

/* line 98, ../scss/tools/_mixins.scss */

.footer__link--sub:visited {
  color: #858585;
}

@media only screen and (min-width: 1000px) {
  /* line 135, ../scss/layouts/_footer.scss */
  .footer__link--sub {
    -size: 0.8rem;
    background: none;
    padding: 0.25rem 0;
    border-bottom: 0;
    display: inline-block;
  }
}

/***************************
Footer Sub
****************************/

/* line 157, ../scss/layouts/_footer.scss */

.footer__container--secondary {
  max-width: 100%;
  clear: both;
  background-color: #222;
}

@media \0screen {
  /* line 157, ../scss/layouts/_footer.scss */
  .footer__container--secondary {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 157, ../scss/layouts/_footer.scss */
  .footer__container--secondary {
    max-width: 100%;
    padding: 16px 35px;
  }
}

/* line 165, ../scss/layouts/_footer.scss */

.footer__container--secondary__h2__wrapper {
  display: block;
  text-align: center;
  position: relative;
  padding: 15px 40px;
  background-color: #222222;
  border-radius: 4px;
  margin: 0 0 10px 0;
}

@media only screen and (min-width: 600px) {
  /* line 165, ../scss/layouts/_footer.scss */
  .footer__container--secondary__h2__wrapper {
    border-bottom: 0;
    padding: 0;
    background: none;
  }
}

.footer__container--secondary__h2__wrapper:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  width: 100%;
  border-bottom: 1px solid #333333;
  display: none;
}

/* line 190, ../scss/layouts/_footer.scss */

@media only screen and (min-width: 1000px) {
  /* line 165, ../scss/layouts/_footer.scss */
  .footer__container--secondary__h2__wrapper {
    padding-bottom: 2rem;
  }

  .footer__container--secondary__h2__wrapper:after {
    display: inline-block;
  }
}

/* line 179, ../scss/layouts/_footer.scss */

.footer__container--secondary__h2 {
  position: relative;
  display: inline-block;
  color: #dddddd;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  z-index: 2;
  padding: 20px;
}

/* line 203, ../scss/layouts/_footer.scss */

@media only screen and (min-width: 1000px) {
  .footer__container--secondary__h2 {
    padding: 0;
    background-color: #111111;
  }
}

/* line 208, ../scss/layouts/_footer.scss */

.footer__container--secondary__item {
  display: inline-block;
  width: 100%;
  padding: 1rem;
  font-size: 14px;
  margin: 4px 30px 0 0;
  border-bottom: 1px solid #1f1f1f;
  float: left;
  color: #777777;
}

.footer__container--logo img {
  max-height: 46px;
}

/* line 216, ../scss/layouts/_footer.scss */

.footer__container--secondary__item:first-of-type {
}

/* line 224, ../scss/layouts/_footer.scss */

.footer__container--secondary__item:last-of-type {
  float: right;
  margin: 4px 0 0 0;
}

@media only screen and (min-width: 1000px) {
  /* line 208, ../scss/layouts/_footer.scss */
  .footer__container--secondary__item {
    width: auto;
    border-bottom: 0;
    padding: 0;
  }
}

/* line 234, ../scss/layouts/_footer.scss */

@media only screen and (min-width: 1000px) {
  .footer__container--secondary__item:not(.footer__container--logo),
  .footer__container--secondary__item:not(.footer__container--logo) a {
    line-height: 46px;
  }
}

.footer__container--secondary__item a {
  color: #777777;
  text-decoration: none;
  display: inline-block;
}

/* line 91, ../scss/tools/_mixins.scss */

.footer__container--secondary__item a:hover {
  color: #ffffff;
}

@media only screen and (min-width: 1000px) {
  /* line 234, ../scss/layouts/_footer.scss */
  .footer__container--secondary__item a {
    display: inline;
  }
}

/***************************
Footer Nav
****************************/

/* line 248, ../scss/layouts/_footer.scss */

.footer__navigation .footer__item__h3 {
  margin-bottom: 2px;
  color: #fff;
  text-decoration: none;
  display: none;
  padding: 0;
  -weight: 300;
}

/* line 249, ../scss/layouts/_footer.scss */

.footer__navigation .menu li.menu-item a {
  color: #858585;
  -size: 0.8rem;
  background: 0 0;
  padding: 0.3rem 0;
  border-bottom: 0;
  display: inline-block;
  line-height: 1rem;
}

/* line 250, ../scss/layouts/_footer.scss */

.footer__navigation .menu li.menu-item a:hover {
  text-decoration: underline;
}

/* line 251, ../scss/layouts/_footer.scss */

.footer__navigation .navigation__link {
  text-transform: none;
}

/* line 1, ../scss/layouts/_header.scss */

.site__container {
  background: #fff;
}

/* line 6, ../scss/layouts/_header.scss */

.header__wrapper__link {
  display: block;
  padding: 0.8rem;
  line-height: 0;
}

@media only screen and (min-width: 1000px) {
  /* line 12, ../scss/layouts/_header.scss */
  .header__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
}

/* line 26, ../scss/layouts/_header.scss */

.header__topbar__container {
  background: #000;
}

/* line 30, ../scss/layouts/_header.scss */

.header__topbar__wrapper {
  max-width: 100%;
  height: 58px;
  display: block;
}

@media \0screen {
  /* line 30, ../scss/layouts/_header.scss */
  .header__topbar__wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 30, ../scss/layouts/_header.scss */
  .header__topbar__wrapper {
    max-width: 1000px;
    height: 62px;
    margin: 0 auto;
  }
}

/* line 37, ../scss/layouts/_header.scss */

.header__menutoggle__wrapper,
.header__searchtoggle__wrapper {
  max-width: 74px;
  float: left;
  padding: 1rem 0.75rem;
}

.header__menutoggle__wrapper {
  width: 50px;
  height: 50px;
  position: relative;
  top: 4px;
  left: 3px;
  margin: 0 10px 0 0;
}

.header__menutoggle__wrapper span {
  background-color: #ffffff;
  display: inline-block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 14px;
  border-radius: 3px;
}

.header__menutoggle__wrapper span:nth-child(1) {
  top: 18px;
}

.header__menutoggle__wrapper span:nth-child(2) {
  top: 24px;
}

.header__menutoggle__wrapper span:nth-child(3) {
  top: 30px;
}

.header__menutoggle__wrapper.active span:nth-child(1) {
  top: 24px;
  transform: rotate(45deg);
}

.header__menutoggle__wrapper.active span:nth-child(2) {
  top: 24px;
  transform: rotate(135deg);
}

.header__menutoggle__wrapper.active span:nth-child(3) {
  display: none;
}

@media \0screen {
  /* line 37, ../scss/layouts/_header.scss */
  .header__menutoggle__wrapper,
  .header__searchtoggle__wrapper {
    width: 74px;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 37, ../scss/layouts/_header.scss */
  .header__menutoggle__wrapper,
  .header__searchtoggle__wrapper {
    display: none;
    padding: 1rem;
  }
}

/* line 49, ../scss/layouts/_header.scss */

.header__logo__wrapper {
  width: 120px;
  padding: 15px 0 10px 0;
  float: left;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (min-width: 1000px) {
  /* line 49, ../scss/layouts/_header.scss */
  .header__logo__wrapper {
    float: left;
    width: 150px;
    padding: 12px 0 10px 0;
  }
}

/* line 63, ../scss/layouts/_header.scss */

.header__searchtoggle__wrapper {
  float: right;
}

/* line 73, ../scss/layouts/_header.scss */

.header__searchtoggle__wrapper:hover {
  cursor: pointer;
}

@media only screen and (min-width: 1000px) {
  /* line 69, ../scss/layouts/_header.scss */
  .header__searchtoggle__wrapper {
    max-width: 98px;
    display: none;
  }
}

/* line 87, ../scss/layouts/_header.scss */

.header__wrapper__item {
  float: left;
  text-align: center;
}

/* line 92, ../scss/layouts/_header.scss */

.header__icon {
  display: inline-block;
  vertical-align: middle;
}

/* line 1, ../scss/layouts/_navigation.scss */

body {
  overflow-x: hidden;
  background: #f5f6f7;
  font-family: "Open Sans", sans-sans-serif;
  font-size: 15px;
  line-height: 22px;
}

/* line 6, ../scss/layouts/_navigation.scss */

body {
  position: relative;
}

/* line 10, ../scss/layouts/_navigation.scss */

.site-container {
  position: relative;
  margin: 0 auto;
  left: 0;
  z-index: 2;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

@media only screen and (min-width: 1000px) {
  /* line 10, ../scss/layouts/_navigation.scss */
  .site-container {
    padding-top: 250px;
  }
}

@media only screen and (min-width: 992px) {
  .site-container {
    transform: none !important;
    /* Interferes with sticky ad on venue desktop */
  }
}

.site-container.active {
  position: fixed;
  overflow-y: hidden;
  -webkit-transform: translate(12rem, 0);
  -ms-transform: translate(12rem, 0);
  transform: translate(12rem, 0);
}

@media only screen and (min-width: 1000px) {
  /* line 25, ../scss/layouts/_navigation.scss */
  .site-container.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* line 56, ../scss/layouts/_navigation.scss */

.navigation__wrapper,
.navigation__wrapper--offcanvas {
  overflow: hidden;
  width: 100%;
  position: relative;
}

/* line 61, ../scss/layouts/_navigation.scss */

.navigation__wrapper.js,
.js.navigation__wrapper--offcanvas {
  width: 12rem;
  position: absolute;
  top: 0;
  left: -12rem;
}

@media only screen and (min-width: 1000px) {
  /* line 61, ../scss/layouts/_navigation.scss */
  .navigation__wrapper.js,
  .js.navigation__wrapper--offcanvas {
    max-width: none;
    position: static;
    width: auto;
    float: right;
    border-right: 0;
  }
}

/* line 82, ../scss/layouts/_navigation.scss */

.navigation__wrapper--offcanvas.js {
  position: fixed;
  left: 0;
  z-index: 0;
  height: 100%;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition-delay: 0.25s;
  /* Safari */
  transition-delay: 0.25s;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.navigation__wrapper--offcanvas.js.active {
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
  opacity: 1;
}

@media only screen and (min-width: 1000px) {
  /* line 92, ../scss/layouts/_navigation.scss */
  .navigation__list {
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 101, ../scss/layouts/_navigation.scss */
  .navigation__item {
    float: left;
  }
}

/* line 108, ../scss/layouts/_navigation.scss */

.navigation__link {
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-size: 15px;
  line-height: 1;
  font-weight: normal;
  text-transform: capitalize;
  border-bottom: 1px solid #f5f6f7;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.navigation__link:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

@media only screen and (min-width: 1000px) {
  /* line 108, ../scss/layouts/_navigation.scss */
  .navigation__link {
    color: #fff;
    text-decoration: none;
  }

  .navigation__link:visited {
    color: #fff;
  }
}

/* line 124, ../scss/layouts/_navigation.scss */

.navigation__link img {
  margin-right: 0.5rem;
}

@media only screen and (min-width: 1000px) {
  /* line 124, ../scss/layouts/_navigation.scss */
  .navigation__link img {
    display: none;
  }
}

/* line 133, ../scss/layouts/_navigation.scss */

.navigation__link span {
  color: #000;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  -size: 1.1rem;
}

/* line 91, ../scss/tools/_mixins.scss */

.navigation__link span:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.navigation__link span:visited {
  color: #000;
}

.header__login__dropdown {
  float: right;
  line-height: 24px;
  position: relative;
  top: 13px;
  margin: 0 10px;
  font-size: 11px;
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background-color: #222222;
  border-radius: 30px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.header__login__dropdown span {
  color: #cccccc;
  display: inline-block;
  border-radius: 30px;
  padding: 4px 28px 4px 15px;
}

.header__login__dropdown.active .profile-navigation {
  display: block;
}

.header__login__dropdown .profile-navigation {
  position: absolute;
  top: 32px;
  right: 0;
  width: 120px;
  height: auto;
  padding: 10px 0;
  border-radius: 2px;
  background-color: #ffffff;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.1);
}

.header__login__dropdown::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #888888;
}

.header__login__dropdown.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #888888;
}

.header__login__dropdown .profile-navigation a {
  display: block;
  padding: 5px 20px;
  color: #111111;
  font-size: 15px;
  text-transform: none;
  font-family: "Open Sans";
  font-weight: normal;
}

.header__login {
  float: right;
  line-height: 24px;
  position: relative;
  top: 12px;
  margin: 0 10px;
  font-size: 11px;
  color: #cccccc;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  background-color: #222222;
  border-radius: 30px;
  cursor: pointer;
}

.header__login a {
  color: #cccccc;
  display: inline-block;
  border-radius: 30px;
  padding: 4px 15px;
}

@media only screen and (min-width: 1000px) {
  .header__login {
    margin: 0 0 0 10px;
    top: 14px;
  }

  /* line 133, ../scss/layouts/_navigation.scss */
  .navigation__link span {
    color: #fff;
    text-decoration: none;
    -size: 1rem;
  }

  /* line 91, ../scss/tools/_mixins.scss */
  .navigation__link span:hover {
    color: #ed1b23;
  }

  /* line 98, ../scss/tools/_mixins.scss */
  .navigation__link span:visited {
    color: #fff;
  }

  /* line 144, ../scss/layouts/_navigation.scss */
  .navigation__link span.active {
    color: #ed1b23;
    text-decoration: none;
  }

  /* line 91, ../scss/tools/_mixins.scss */
  .navigation__link span.active:hover {
    color: #ed1b23;
  }

  /* line 98, ../scss/tools/_mixins.scss */
  .navigation__link span.active:visited {
    color: #ed1b23;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 108, ../scss/layouts/_navigation.scss */
  .navigation__link {
    padding: 1.45rem 0.5rem 1.45rem 0.5rem;
    border-bottom: 0;
    letter-spacing: -0.5px;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
  }

  /* line 157, ../scss/layouts/_navigation.scss */
  .navigation__link span:hover {
    text-decoration: none;
  }

  /* line 162, ../scss/layouts/_navigation.scss */
  .navigation__link.active {
    /* padding: 0.7rem 0.5rem 0.7rem 1rem; */
  }
}

@media only screen and (min-width: 1000px) and (min-width: 1000px) {
  /* line 168, ../scss/layouts/_navigation.scss */
  .navigation__link.current span {
    color: #ed1b23;
    text-decoration: none;
  }
}

/* line 178, ../scss/layouts/_navigation.scss */

.navigation__link--menu {
  max-width: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

@media \0screen {
  /* line 178, ../scss/layouts/_navigation.scss */
  .navigation__link--menu {
    width: 0;
  }
}

/* line 184, ../scss/layouts/_navigation.scss */

.navigation__link--menu.active {
  max-width: 66px;
}

@media \0screen {
  /* line 184, ../scss/layouts/_navigation.scss */
  .navigation__link--menu.active {
    width: 66px;
  }
}

/* line 188, ../scss/layouts/_navigation.scss */

.navigation__link--menu img {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

/* line 194, ../scss/layouts/_navigation.scss */

.navigation__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}

@media only screen and (min-width: 1000px) {
  /* line 194, ../scss/layouts/_navigation.scss */
  .navigation__icon {
    display: none;
  }
}

/* line 204, ../scss/layouts/_navigation.scss */

.navigation__facebook {
  background: #3b5995;
}

/* line 209, ../scss/layouts/_navigation.scss */

.navigation__twitter {
  background: #55acee;
}

/* line 214, ../scss/layouts/_navigation.scss */

.navigation__youtube {
  background: #cc181f;
}

/* line 220, ../scss/layouts/_navigation.scss */

.navigation__facebook,
.navigation__twitter,
.navigation__youtube {
  color: #fff;
  border-bottom: 0;
}

@media only screen and (min-width: 1000px) {
  /* line 220, ../scss/layouts/_navigation.scss */
  .navigation__facebook,
  .navigation__twitter,
  .navigation__youtube {
    background: none;
  }

  /* line 226, ../scss/layouts/_navigation.scss */
  .navigation__facebook span,
  .navigation__twitter span,
  .navigation__youtube span {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 232, ../scss/layouts/_navigation.scss */
  a.menu__link {
    display: none;
  }
}

/* line 1, ../scss/layouts/_search.scss */

.search {
  position: relative;
}

/* line 5, ../scss/layouts/_search.scss */

.search-input__wrapper {
  background-color: #111111;
  background-image: url("../img/jpg/search_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-bottom: solid 2px #111111;
}

@media only screen and (min-width: 1000px) {
  /* line 5, ../scss/layouts/_search.scss */
  .search-input__wrapper {
    padding: 80px 0px;
  }
}

/* line 15, ../scss/layouts/_search.scss */

.search-input__wrapper .search-input__form {
  max-width: 100%;
  padding: 0.5rem;
  position: relative;
}

@media \0screen {
  /* line 15, ../scss/layouts/_search.scss */
  .search-input__wrapper .search-input__form {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 15, ../scss/layouts/_search.scss */
  .search-input__wrapper .search-input__form {
    width: 500px;
    margin: -35px 0 0 -250px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 15, ../scss/layouts/_search.scss */
  .search-input__wrapper .search-input__form {
    padding: 0.5rem 0;
  }
}

/* line 26, ../scss/layouts/_search.scss */

.search-input__wrapper .search-input__search,
.search-input__wrapper .search-input__submit {
  float: left;
}

/* line 30, ../scss/layouts/_search.scss */

.search-input__wrapper .search-input__search {
  height: 54px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 17px;
  font-family: "Playfair Display", serif;
}

@media \0screen {
  /* line 30, ../scss/layouts/_search.scss */
  .search-input__wrapper .search-input__search {
    height: 52px;
  }
}

.search-input__wrapper .search-input__submit {
  border: 0;
  outline: 0;
  background: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  position: absolute;
  top: 11px;
  right: 11px;
  height: 48px;
  color: #ffffff;
  border-radius: 50px;
  width: 48px;
  font-size: 0;
}

.search-input__wrapper .search-button {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 11px;
  right: 11px;
  text-align: center;
  line-height: 56px;
  pointer-events: none;
  border-radius: 50px;
}

@media only screen and (min-width: 600px) {
  /* line 41, ../scss/layouts/_search.scss */
  .search-input__wrapper .search-input__submit,
  .search-input__wrapper .search-button {
    right: 3px;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 26, ../scss/atoms/_buttons.scss */
  .search-input__wrapper .search-input__submit:hover {
    background: #333;
    color: #fff !important;
  }
}

/* line 33, ../scss/atoms/_buttons.scss */

.search-input__wrapper .search-input__submit:active {
  background: #fbed1c;
}

@media \0screen {
  /* line 41, ../scss/layouts/_search.scss */
  .search-input__wrapper .search-input__submit {
    height: 52px;
  }
}

@media only screen and (min-width: 600px) {
  /* line 41, ../scss/layouts/_search.scss */
  .search-input__wrapper .search-input__submit {
  }
}

/* line 55, ../scss/layouts/_search.scss */

.search-input__loader-wrapper {
  position: absolute;
  top: 26%;
  right: 35.5%;
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  -webkit-transition: 0.25s -webkit-transform ease-in-out;
  transition: 0.25s transform ease-in-out;
}

@media only screen and (min-width: 600px) {
  /* line 55, ../scss/layouts/_search.scss */
  .search-input__loader-wrapper {
    right: 12.5%;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 55, ../scss/layouts/_search.scss */
  .search-input__loader-wrapper {
    right: 11.5%;
  }
}

/* line 70, ../scss/layouts/_search.scss */

.search-input__loader-wrapper.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 75, ../scss/layouts/_search.scss */

.search-input__loader {
  -size: 10px;
  position: relative;
  z-index: 11;
  text-indent: -9999em;
  border-top: 0.5rem solid #000;
  border-right: 0.5rem solid #000;
  border-bottom: 0.5rem solid #000;
  border-left: 0.5rem solid #ed1b23;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

/* line 16, ../scss/atoms/_loader.scss */

.search-input__loader:after {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

/* line 79, ../scss/layouts/_search.scss */

.js .search-input__wrapper--closed {
  max-height: 0;
  border-bottom: 0;
  padding: 50px 0;
}

@media \0screen {
  /* line 79, ../scss/layouts/_search.scss */
  .js .search-input__wrapper--closed {
    height: 0;
  }
}

/***************************
Search Results
****************************/

/* line 89, ../scss/layouts/_search.scss */

.search-results__wrapper {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.85);
}

@media \0screen {
  /* line 89, ../scss/layouts/_search.scss */
  .search-results__wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1000px) {
  /* line 89, ../scss/layouts/_search.scss */
  .search-results__wrapper {
    max-width: 960px;
    margin: 0 auto;
  }
}

/* line 95, ../scss/layouts/_search.scss */

.ss-header {
  padding: 1rem 1rem 0.5rem 1rem;
}

/* line 99, ../scss/layouts/_search.scss */

.ss-header-text {
  color: #fff;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  display: inline-block;
  border-bottom: 3px solid #fff;
  width: 100%;
}

/* line 109, ../scss/layouts/_search.scss */

.ss-header-limit {
  display: none;
}

/* line 114, ../scss/layouts/_search.scss */

.ss-result-title {
  margin: 0;
  color: #ed1b23;
}

@media only screen and (min-width: 600px) {
  /* line 114, ../scss/layouts/_search.scss */
  .ss-result-title {
    -size: 1.33333rem;
  }
}

/* line 124, ../scss/layouts/_search.scss */

.ss-result {
  margin: 0;
}

/* line 127, ../scss/layouts/_search.scss */

.ss-result a {
  color: #ed1b23;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 91, ../scss/tools/_mixins.scss */

.ss-result a:hover {
  color: #ed1b23;
}

/* line 98, ../scss/tools/_mixins.scss */

.ss-result a:visited {
  color: #ed1b23;
}

/* line 134, ../scss/layouts/_search.scss */

.ss-result a:hover {
  background: #000;
}

@media only screen and (min-width: 600px) {
  /* line 127, ../scss/layouts/_search.scss */
  .ss-result a {
    padding: 1rem;
  }
}

/* line 143, ../scss/layouts/_search.scss */

.ss-result p {
  margin: 0;
  line-height: 0;
}

/* line 149, ../scss/layouts/_search.scss */

.ss-result-title {
  margin: 0;
  line-height: 1.4;
}

/* line 1, ../scss/layouts/_signup.scss */

tr,
td {
  border: 0;
  outline: 0;
}

/* line 6, ../scss/layouts/_signup.scss */

.copy .entry-title {
  display: block;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px 0;
  font-family: "Playfair Display", serif;
}

/* line 12, ../scss/layouts/_signup.scss */

.entry-content p {
  padding: 0 !important;
}

.copy h2,
.copy h3,
.copy h4,
.copy h5,
.copy h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  line-height: 1.2;
}

.copy blockquote {
  border-left: solid 4px #222222;
  font-size: 24px;
  line-height: 34px;
  color: #202020;
  font-family: "Playfair Display", serif;
  margin: 30px 0;
  padding: 0 0 0 30px;
}

/* line 16, ../scss/layouts/_signup.scss */

.stretch input {
  margin: 0;
  padding: 0.25em 0.5em;
  background: #ffffff;
  border: 1px solid #cecece;
  -webkit-appearance: none;
  border-radius: 0;
  line-height: inherit;
}

/* line 26, ../scss/layouts/_signup.scss */

div.el-content-wrapper input.public_button {
  padding: 10px 16px;
  margin-top: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: #333333 !important;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 1.5em;
  width: 100%;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
}

/* line 42, ../scss/layouts/_signup.scss */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="select"] {
  padding: 10px;
  width: 100%;
  max-width: 100% !important;
  border: solid 1px #e2e3e4;
  font-size: 15px;
}

select {
  width: 100% !important;
  margin: 0;
  background: #fff;
  color: #a9a9a9;
  border: 1px solid #e2e3e4;
  border-radius: 0;
  padding: 10px;
  font-size: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("../img/png/select-down-arrow.png");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 14px auto, 100%;
}

/* line 55, ../scss/layouts/_signup.scss */

label {
  display: inline-block;
}

/* line 59, ../scss/layouts/_signup.scss */

#item-form {
  border: none;
}

/* line 63, ../scss/layouts/_signup.scss */

#item-form table {
  border: none;
}

/* line 67, ../scss/layouts/_signup.scss */

#item-form table tr {
  border: none;
}

/* line 71, ../scss/layouts/_signup.scss */

#item-form table td {
  border: none;
}

/***************************
Developer changes to be merged with production.
Please comment thoroughly.
_m
****************************/

/* line 8, ../scss/layouts/_development.scss */

.loader-container {
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/* line 12, ../scss/layouts/_development.scss */

.loader {
  margin: 3rem auto;
  position: relative;
  z-index: 11;
  text-indent: -9999em;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  border-left: 2px solid #ed1b23;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

/* line 28, ../scss/layouts/_development.scss */

.loader:after {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 54, ../scss/layouts/_development.scss */

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

/* ----------- Swipe IX Styles -----------*/

.site-container {
  cursor: auto;
  z-index: 1;
  max-width: 1020px;
}

/* ---------------------------------------*/

/* ------------- Single Venue ------------*/

/* ---------------------------------------*/

body.page-template-template-covid-home .archive--tagged__header__h2{
  font-size: 36px;
  text-transform: capitalize;
}
body.page-template-template-covid-home .entry-content strong{
  color:#333;
}
body.page-template-template-covid-home .entry-content.copy a{
  color:#595959!important;
}
body.single-venue div#venue-details-container.covid-sub-page {
  margin-bottom: 0;
}
body.single-venue .covid-sub-page h1{
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
body.single-venue .covid-sub-page .staff-main-container {
  display: flex;
  flex-direction: row;
  margin: 0 -20px;
  flex-wrap: wrap;
}
body.single-venue .covid-sub-page .staff-main-container .staff-image{
  position: relative;
  padding:0 20px 30px;
  width: 20%;
}
body.single-venue .covid-sub-page .staff-main-container .staff-image .title{
  font-family: "Playfair Display", serif;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

body.single-venue .covid-sub-page .staff-main-container .staff-image .description{
  font-size: 14px;
}
body.single-venue .covid-sub-page .staff-main-container .thumbnail:before{
  content: "";
  display: block;
  padding-top: 100%;
}
body.single-venue .covid-sub-page .staff-main-container .thumbnail{
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}

body.single-venue .covid-sub-page .content-container{
  margin-bottom: 45px;
}
body.single-venue .covid-sub-page .content-container.staff{
  margin-bottom: 15px;
}
body.single-venue .covid-sub-page .content-container .link{
  background: #000;
  color: #ffffff !important;
  padding: 6px 15px;
  white-space: nowrap;
  display: inline-block;
}
body #venue-covid-19-header-section{
  background-color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
}
body #venue-covid-19-header-section .content__wrapper{
  padding: 0;
}
body #venue-covid-19-header-section .venue-covid-19-header{
  display: flex;
}
body #venue-covid-19-header-section .venue-covid-19-header .content{
  flex-grow: 1;
  padding-right: 15px;
}
body #venue-covid-19-header-section .venue-covid-19-header .link .our-covid-19-response-btn{
  background: #000;
  color: #ffffff !important;
  font-size: 16px;
  padding: 6px 15px;
  display: block;
  white-space: nowrap;
}
body.single-venue .banner__wrapper,
body.home .site-container.venue-closed .banner__wrapper {
  padding: 1.33rem 0;
}

body.single-venue .banner__wrapper br {
  display: none;
}

body.single-venue .site-container {
}

body.single-venue .site-container #container {
  padding: 1.33rem;
}

body.single-venue .site-container #container .divider-strip {
  border-top: 1px solid #f2f2f2;
  margin-top: -1.33rem;
}

body.single-venue .site-container #container .section__wrapper {
  padding-right: 1rem;
}

.col-full {
  width: 100%;
  float: left;
}

#venue-details-container .title-container,
#venue-details-container .venue--sub-details-container {
  display: flex;
  justify-content: space-between;
}

#venue-details-container .title-container {
  margin-bottom: 10px;
}

#venue-details-container .title-container h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0px;
  display: inline;
  margin: 0;
  line-height: 39px;
}

body.single-venue .book-now-btn {
  background: #4aaa0a;
  border-radius: 3px;
  padding: 10px 15px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 39px;
  display: block;
  white-space: nowrap;
}

#venue-details-container .title-container > span.inner {
  display: flex;
}

#venue-details-container .title-container .article-grid--restaurant__stars {
  position: unset;
  display: inline-block;
  background: transparent;
  padding: 8px 0 8px 15px;
  line-height: unset;
}

#venue-details-container .title-container .review-count {
  padding: 8px 0 8px 15px;
  font-size: 12px;
  line-height: 23px;
  text-decoration: underline;
  display: inline-block;
}

#venue-details-container .title-container .article-grid--restaurant__stars .article-grid--restaurant__stars--active {
  color: #ed1c23;
}

#venue-details-container .title-container .article-grid--restaurant__stars .article-grid--restaurant__stars--inactive {
  color: #d8d8d8;
}

#book-now-container {
  max-width: 749px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

div#book-now-container .mfp-close {
  top: 23px;
  right: 23px;
}

#book-now-container .app-online-bookings-container {
  padding: 20px;
  background: #fff;
}

.venue-sub-details-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.venue-sub-details-container span.icon {
  margin-right: 7px;
}

.venue-sub-details-container .venue-sub-details-top {
  margin-bottom: 10px;
}

.venue-sub-details-container .venue-sub-details-bottom {
  display: flex;
}

.venue-sub-details-container .venue-sub-details-bottom .telephone-container {
  min-width: 117px;
}

.venue-sub-details-container .venue-sub-details-bottom > span a,
.venue-sub-details-container .venue-sub-details-bottom > span a:visited {
  color: #595959;
}

.venue-sub-details-container .venue-sub-details-bottom .opening-hours-details.no-num {
  margin-left: 0;
}

.venue-sub-details-container .venue-sub-details-bottom .opening-hours-details {
  display: flex;
  margin-left: 30px;
  color: #595959;
  font-size: 14px;
}

.venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-full {
  display: none;
}

.venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-slim > span:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}

.venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-slim > span {
  border-left: 1px solid #595959;
  padding-left: 8px;
  margin-left: 5px;
}

.venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-slim > span > span {
  border-bottom: 1px dashed #999;
}

.venue-sub-details-container .venue-sub-details-bottom .opening-hours-details > span > p {
  margin: 0;
}

.venue-sub-details-container .social-icons-container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-width: 117px;
}

.venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list {
  padding-bottom: 0;
}

.venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list li.social-button__item {
  margin: 0 0 0 15px;
  padding: 0;
}

.venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list li.social-button__item a {
  background-color: transparent;
}

.venue-sub-details-container .social-icons-container a svg {
  width: 17px;
  height: auto;
}

.venue-sub-details-container .social-icons-container a.social-button__link--twitter svg {
  width: 19px;
}

.ui-tooltip,
.arrow:after {
  background: #fff;
}

.ui-tooltip {
  padding: 6px 15px;
  color: #595959;
  border-radius: 5px;
  text-transform: capitalize;
  font-family: Montserrat;
  font-size: 12px;
  box-shadow: 0 0 10px #666;
  opacity: 1;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #999;
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

body.single-venue #gallery-main-container {
  margin-bottom: 40px;
}

body.single-venue #gallery-main-container.no-gallery-images {
  display: flex;
}

body.single-venue #gallery-main-container.no-gallery-images #gallery-container {
  width: 100%;
}

body.single-venue #gallery-main-container.no-gallery-images #gallery-container,
body.single-venue #gallery-main-container.no-gallery-images #gallery-container .gallery-inner,
body.single-venue #gallery-main-container.no-gallery-images #gallery-container .gallery-inner .slide-container {
  height: 100%;
  min-height: 200px;
}

body.single-venue #gallery-container .slide-container {
  display: flex;
  overflow: hidden;
}

body.single-venue #gallery-container .slide-container > div {
  padding: 0 2.5px;
}

body.single-venue #gallery-container .slide-container > div > img {
  width: 100%;
}

body.single-venue #gallery-container.premium .slide-container .main-image-container {
  flex: 1 1 50%;
}

body.single-venue #gallery-container .slide-container .sub-image-container .img-block:first-child {
  margin-bottom: 5px;
}

body.single-venue #gallery-container.premium .slide-container > div:nth-child(3n + 2) {
  flex: 1 1 25%;
}

body.single-venue #gallery-container.premium .slide-container > div:nth-child(3n + 3) {
  flex: 1 1 25%;
  position: relative;
}

body.single-venue #gallery-container.premium .slide-container > div {
  display: flex;
  flex-direction: column;
}

body.single-venue #gallery-container.premium .slide-container > div .img-block {
  height: 100%;
  background: #eee;
}

body.single-venue #gallery-container.premium .slide-container > div .img-block img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

body.single-venue #gallery-container.free .slide-container .main-image-container {
  flex: 1 1 60%;
}

body.single-venue #gallery-container.free .slide-container > div:nth-child(3n + 2) {
  flex: 1 1 30%;
}

body.single-venue #gallery-container.free .slide-container > div:nth-child(3n + 3) {
  flex: 1 1 22%;
  display: flex;
  flex-direction: column;
  position: relative;
}

body.single-venue #gallery-container.free .slide-container .img-block {
  flex: 1;
  height: 49%;
  background-color: #eee;
}

body.single-venue #gallery-container.free .slide-container .main-image-container .img-block {
  height: 100%;
}

body.single-venue #gallery-container.free .slide-container .main-image-container .img-block img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-height: 250px;
}

body.single-venue #gallery-container .slide-container .main-image-container .img-block.first-image {
  position: relative;
}

body.single-venue #gallery-container .award-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  max-width: 80px;
}

body.single-venue #gallery-container.premium .slide-container .main-image-container .img-block img {
  max-height: 360px;
}

body.single-venue #gallery-container.premium .slide-container > div .img-block img {
  max-height: 177px;
}

body.single-venue #gallery-container.free .slide-container > div .img-block img {
  max-height: 122px;
}

body.single-venue #gallery-container.free .slide-container > div:nth-child(3n + 2) .img-block img,
body.single-venue #gallery-container.free .slide-container > div:nth-child(3n + 3) .img-block img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

body.single-venue div#venue-details-container {
  margin-bottom: 45px;
}

.view-more {
  display: flex;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 42px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  top: 0px;
  pointer-events: none;
}

body.single-venue .article-grid--restaurant__wrapper {
  background-color: #fff;
  padding: 0 1.33rem !important;
}

.pos-rel {
  position: relative;
}

#venue-detail-blocks {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}

#venue-detail-blocks .block {
  background: #f4f5f6;
  border-radius: 4px;
  padding: 20px;
  height: 100%;
  font-family: "Open Sans";
  font-size: 14px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 130px;
}

#venue-detail-blocks .map-sponsor-inner-block {
  background-color: #f4f5f6;
  padding: 10px 10px 65px 10px;
  margin-top: 20px;
  border-radius: 4px;
}
#venue-detail-blocks .block h4 {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

#venue-detail-blocks .block strong {
  font-weight: normal;
}

#venue-detail-blocks .block a,
#venue-detail-blocks .block a.book-now-btn,
#venue-detail-blocks .block a:visited {
  color: #595959;
  text-decoration: underline;
  background: none;
  font-family: "Open Sans";
  font-size: 14px;
  padding: 0;
  display: inline;
}

#venue-detail-blocks .venue__list--info .venue__item--key {
  font-weight: 600;
  color: #595959;
}

.inner-details-block {
  float: left;
  width: 100%;
}

.view-more-details-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
}

.view-more-details-container a {
  margin-bottom: 12px;
}

.view-more-details-container a,
.view-more-details-container span {
  display: block;
}

.italic {
  font-style: italic;
}

#venue-details-popup {
  display: none;
}

.mfp-content #venue-details-popup {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  width: 100%;
  position: relative;
}

.mfp-content #venue-details-popup .mfp-close {
  top: 12px;
}

.mfp-content #venue-details-popup .venue__list--info {
  padding: 0;
  float: none;
  display: block;
  width: 100%;
}

.inner-map-block {
  margin-bottom: 20px;
}

.venue-location-details .address {
  margin-bottom: 15px;
}

.venue-location-details .sub-detail-container {
  margin-bottom: 15px;
}

.venue-location-details .sub-detail {
  float: left;
  width: 50%;
  display: block;
}

.venue-location-details .sub-detail-container {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}

body.single-venue #reviews-container #reviews-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e7e8;
}

body.single-venue #reviews-container #reviews-header h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 33px;
}

body.single-venue #reviews-container #reviews-header .user-review__body__article__body__rating {
  width: auto;
  margin: 0;
}

body.single-venue
  #reviews-container
  #reviews-header
  .user-review__body__article__body__rating
  .aside__recent-review__blockquote__stars
  .aside__recent-review__blockquote__stars--active {
  color: #ed1c23;
}

body.single-venue #reviews-container #reviews-header .user-review__body__article__body__rating h5 {
  color: #595959;
  margin: 5px 0 0;
  font-family: "Open Sans";
}

body.single-venue div#user-reviews-venue {
  background-color: #f6f6f7;
  float: left;
  width: 100%;
  margin-top: 45px;
}

body.single-venue div#user-reviews-venue header.archive__header {
  float: left;
  width: 100%;
  padding: 25px 20px 0;
}

body.single-venue div#user-reviews-venue header.archive__header h2 {
  font-size: 15px;
  font-weight: bold;
  color: #595959;
  text-transform: unset;
}

body.single-venue div#user-reviews-venue div#review-popup {
  float: left;
  width: 100%;
  background-color: #f6f6f7;
  max-width: unset;
}

body.single-venue #user-reviews-single .user-review__body__article__body ul.user-review__body__article__body__rating {
  margin-top: 5px;
}

body.single-venue #user-reviews-single .user-review__body__article__body .review-body p {
  font-size: 14px;
  color: #595959;
  margin-bottom: 0;
  margin-top: 15px;
}

body.single-venue
  #user-reviews-single
  .user-review__body__article__body
  ul.user-review__body__article__body__rating
  span.aside__recent-review__blockquote__stars
  > span {
  font-size: 15px;
}

body.single-venue
  #user-reviews-single
  .user-review__body__article__body
  ul.user-review__body__article__body__rating
  span.aside__recent-review__blockquote__stars--active,
body.single-venue
  #user-reviews-single
  .user-review__body__article__body__rating
  .aside__recent-review__blockquote__stars
  .aside__recent-review__blockquote__stars--active {
  color: #ed1c23;
}

body.single-venue #user-reviews-single .user-review__body__article__body .time-container {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

body.single-venue #user-reviews-single .user-review__body__article__body .time-container .reply-to-review-btn,
body.single-venue #user-reviews-single .user-review__body__article__body .time-container time {
  font-size: 12px;
  color: #999;
}

body.single-venue #user-reviews-single .author_review_reply {
  margin: 15px 0 0 10px;
  padding-left: 10px;
  border-left: 2px solid #e6e7e8;
}

body.single-venue h3.venue__content__h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: Montserrat;
}

body.single-venue #user-reviews-single .user-review__body__article__header__h4,
body.single-venue .author_review_reply .author-name {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans";
}

body.single-venue .author_review_reply .venue-name {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
}

body.single-venue .author_review_reply .author-reply {
  font-size: 14px;
  color: #595959;
  margin-bottom: 0;
}

body.single-venue #more-critics,
body.single-venue #more-public {
  background: rgb(230, 231, 232);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  font-family: Montserrat;
  padding: 10px 15px;
  margin: 0 auto;
}

body.single-venue #more-critics:after,
body.single-venue #more-public:after {
  content: "View more";
  color: #595959;
}

body.single-venue #more-critics.active:after,
body.single-venue #more-public.active:after {
  content: "View less";
  color: #595959;
}

body.single-venue #user-reviews-single h3.venue__content__h3 {
  margin: 0;
  line-height: 35px;
}

body.single-venue #user-reviews-single header.user-review__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e7e8;
}

body.single-venue #user-reviews-single span.total-rating .article-grid--restaurant__stars {
  position: relative;
  background-color: transparent;
  padding: 0;
}

body.single-venue #user-reviews-single span.total-rating .article-grid--restaurant__stars .article-grid--restaurant__stars--inactive {
  color: #d4d4d4;
}

body.single-venue #user-reviews-single span.total-rating .article-grid--restaurant__stars .article-grid--restaurant__stars--active {
  color: #ed1c23;
}

body.single-venue #user-reviews-single span.total-rating .review-count {
  font-size: 12px;
}

.restaurants-grid__wrapper .article-grid--restaurant__header__h2,
.article-grid--restaurant__wrapper .article-grid--restaurant__header__h2 {
  color: #ed1c23;
  font-weight: bold;
  margin-bottom: 30px;
}

body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list {
  display: flex;
  margin: 0 -9px;
}

body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item {
  width: 25%;
  padding: 0 9px;
}

body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item:nth-of-type(3n + 1) {
  clear: none;
}

body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item:nth-of-type(3n + 2) {
}

body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item:nth-of-type(3n + 3) {
}

body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item .restaurants-grid__image-wrapper {
  border-radius: 4px 4px 0 0;
  max-height: unset;
}

body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item .restaurants-grid__data__h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  background: transparent;
  padding: 0 !important;
  margin-top: 15px;
  display: block;
}

#premium-socials-sidebar .twitter-follow-button-wrap {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e6e7e8;
  border-radius: 4px 4px 0 0;
  padding: 10px 13px 8px;
}

#premium-socials-sidebar .socials-sidebar-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat";
  line-height: 33px;
  margin-bottom: 20px;
}

#premium-socials-sidebar .twitter-heading-container > span {
  margin-right: 5px;
}

#premium-socials-sidebar .twitter-heading-container span.tweets {
  font-weight: normal;
  font-size: 20px;
  font-family: Arial;
  color: #2a2e33;
}

#premium-socials-sidebar .twitter-heading-container span.by {
  line-height: 28px;
  font-weight: normal;
  color: #999;
  font-size: 12px;
}

#premium-socials-sidebar .twitter-heading-container a.account {
  color: #2b7bb9;
  font-weight: normal;
  font-size: 12px;
  line-height: 28px;
}

#premium-socials-sidebar .obox-timeline {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e7e8;
  margin-bottom: 30px;
  height: 600px;
  overflow: scroll;
}

#premium-socials-sidebar .premium-facebook .social-content iframe {
  width: 100% !important;
}

.restaurants-grid__wrapper.single-venue header.archive__header h2.archive__header__h2 {
  font-size: 38px;
  display: block;
  margin: 0 0 30px 0;
  color: #111111;
  text-transform: none;
}

.restaurants-grid__wrapper.single-venue .restaurants-grid__image-wrapper {
  max-height: unset;
  border-radius: 3px;
}

.restaurants-grid__wrapper.single-venue figcaption.restaurants-grid__figcaption {
  background: transparent;
}

.restaurants-grid__wrapper.single-venue figcaption.restaurants-grid__figcaption h3.restaurants-grid__data__h3 {
  background: transparent;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  line-height: 23px;
  color: #202020;
  margin-top: 15px;
}

#premium-socials-sidebar #fb-root {
  display: none;
}

#premium-socials-sidebar .premium-facebook {
  text-align: center;
}

.display-mobi {
  display: none;
}

.display-desktop {
  display: none;
}

.fb-page {
  width: 100%;
  max-width: 500px;
}

body.single-venue #review-popup li.gfield.star {
  display: none;
}

body.single-venue #review-popup li.gfield,
body.single-venue #review-popup .gform_footer {
  float: left;
  width: 100%;
}

body.single-venue #review-popup li.gfield.form-title {
  float: left;
  width: auto;
  font-size: 15px;
  font-weight: bold;
  color: #595959;
}

body.single-venue #review-popup li.gfield.public-rating-field {
  float: right;
  width: auto;
}

body.single-venue #review-popup li.gfield.public-rating-field label.gfield_label,
body.single-venue #review-popup li.gfield.gform_hidden {
  display: none;
}

#review-popup .public-rating-field ul.gfield_radio li {
  display: inline-block;
  float: left;
  margin-right: 10px !important;
}

body.single-venue .public-rating-field ul.gfield_radio li input {
  display: none;
}

body.single-venue .public-rating-field ul.gfield_radio li input + label {
  width: 28px;
  height: 27px;
  background-image: url("../img/png/Star-Grey-big.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

body.single-venue .public-rating-field ul.gfield_radio li.checked label {
  background-image: url("../img/png/Star-Red-big.png");
}

body.single-venue #review-popup li.reviewform-review textarea {
  height: 100px;
  background: #f6f6f7;
  border-color: #c7c7c7;
}

body.single-venue #review-popup li.reviewform-review label {
  color: #595959;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}

body.single-venue #review-popup .public-rating-field ul.gfield_radio li {
  margin: 0 0 0 10px !important;
}

body.single-venue #review-popup .public-rating-field ul.gfield_radio li:first-child {
  margin-right: 0 !important;
}

body.single-venue #review-popup .gform_footer {
  margin-top: 0;
}

body.single-venue #review-popup .gform_footer .gform_button {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 17px;
  font-family: "Montserrat", sans-serif;
  border-radius: 3px;
}

body.single-venue .mobi-advert-container {
  margin-bottom: 30px;
  text-align: center;
}

body.single-venue .social-icons-container .sticky-header-container {
  display: none;
}

body.single-venue .social-icons-container.stick .sticky-header-container {
  display: block;
  width: 100%;
  padding-right: 140px;
}

body.single-venue .social-icons-container.stick .sticky-header-container + span.display-mobi {
  min-width: 114px;
  position: absolute;
  right: 0;
  top: 3px;
}

body.single-venue .social-icons-container.stick .social-button__wrapper,
body.single-venue .social-icons-container .sticky-header-container .review-count {
  display: none;
}

body.single-venue span.social-icons-container.stick {
  position: fixed;
  top: 180px;
  z-index: 4;
  background: #fff;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 12px 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

body.logged-in.admin-bar.single-venue span.social-icons-container.stick {
  top: 212px;
}

body.single-venue .social-icons-container .sticky-header-container h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: Montserrat;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  min-height: 21px;
  margin-bottom: 10px;
}

body.single-venue .social-icons-container .sticky-header-container h2 + span {
}

body.single-venue .social-icons-container .sticky-header-container h2 + span .article-grid--restaurant__stars {
  position: relative;
}

body.single-venue .social-icons-container.stick .sticky-header-container .article-grid--restaurant__stars {
  background: transparent;
  padding: 0;
}

body.single-venue .social-icons-container.stick .sticky-header-container .article-grid--restaurant__stars span.article-grid--restaurant__stars--active {
  color: #ed1c23;
}

body.single-venue .social-icons-container.stick .sticky-header-container .article-grid--restaurant__stars span.article-grid--restaurant__stars--inactive {
  color: #d4d4d4;
}

body.single-venue .not-allowed-review {
  padding: 10px;
  margin: 0;
}

#reply-to-review-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  padding: 25px;
}

#reply-to-review-container .reply-text #review-reply-text {
  width: 100%;
  height: 100px;
  border: 1px solid #c7c7c7;
  font-size: 12px;
  padding: 6px 10px;
}

#reply-to-review-container .submit-container button {
  background: #4aaa0a;
  border-radius: 3px;
  padding: 10px 15px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 39px;
  display: block;
  border: none;
  margin-top: 25px;
}

#reply-to-review-container .submit-container button.processing {
  background: #999;
}

body.single-venue #review-popup .gfield .validation_message,
body.single-venue #review-popup .validation_error {
  display: none;
}

body.single-venue #review-popup .gfield.gfield_error .validation_message {
  display: block;
}

body.single-venue #review-popup .validation_error {
  margin-bottom: 25px;
}

#nearby-restaurants-container {
}

#nearby-restaurants-container .restaurants-container__header {
}

#nearby-restaurants-container .restaurants-container__header .article-grid--restaurant__header__h2 {
  color: #ed1c23;
  font-weight: bold;
  margin-bottom: 30px;
}

#nearby-restaurants-container .restaurants-container__header .article-grid--restaurant__header__h2 span {
  font-size: 38px;
  margin: 0 0 10px 0;
}

#nearby-restaurants-container .inner-container {
  display: flex;
  flex-direction: row;
  margin: 0 -9px 40px;
  flex-flow: wrap;
}

#nearby-restaurants-container .inner-container .restaurant-container {
  flex: 1 1 25%;
  padding: 0 9px;
}

#nearby-restaurants-container .inner-container .restaurant-container .image {
  margin: 0 0 15px;
}

#nearby-restaurants-container .inner-container .restaurant-container .image img {
  width: 100%;
  border-radius: 4px 4px 0 0;
  min-height: 173px;
  max-height: 173px;
  object-fit: cover;
}

#nearby-restaurants-container .inner-container .restaurant-container .title {
}

#nearby-restaurants-container .inner-container .restaurant-container .title h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  margin: 15px 0 0 0;
  display: block;
  line-height: 25px;
}

#user-reviews-single .user-review__body ul.user-review__body__list li.user-review__body__item article.user-review__body__article .review-body.too-long {
  max-height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

#user-reviews-single
  .user-review__body
  ul.user-review__body__list
  li.user-review__body__item
  article.user-review__body__article
  .review-body.too-long.show-more {
  max-height: unset;
  overflow: visible;
  position: relative;
  margin-bottom: 60px;
}

#user-reviews-single .user-review__body ul.user-review__body__list li.user-review__body__item article.user-review__body__article .review-body.too-long:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 65%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  content: "Show more";
  height: 90px;
  width: 100%;
  line-height: 147px;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  left: 0;
  text-decoration: underline;
}

#user-reviews-single
  .user-review__body
  ul.user-review__body__list
  li.user-review__body__item
  article.user-review__body__article
  .review-body.show-more.too-long:after {
  content: "Show less";
  background: none !important;
  height: auto;
  bottom: -40px;
  line-height: unset;
}

body.single-venue #st-1 .st-btn[data-network="whatsapp"] {
  background-color: #595959;
  padding: 0;
  height: auto;
  line-height: unset;
}

body.single-venue #st-1 .st-btn > img {
  top: unset;
}

body.single-venue .review-count a {
  color: #000;
}

body.single-venue .social-icons-container.stick .sticky-header-container + span.display-mobi {
  display: block;
}

body.single-venue span.social-icons-container.stick .social-button__wrapper + div {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

#claim-container .user-cta {
  position: relative;
  display: flex;
  flex-direction: row;
}

#claim-container .user-cta .user-cta-content {
  width: 100%;
  text-align: left;
  padding-right: 15px;
}

#claim-container .user-cta .user-cta-content h4 {
  font-weight: bold;
  margin: 0;
}

#claim-container .user-cta .user-cta-button {
  min-width: 140px;
}

#claim-container .user-cta .user-cta-content p {
  font-size: 13px;
  margin: 0;
}

#header-search-container {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

#header-search {
  padding: 0;
  position: unset;
  top: unset;
  left: unset;
  width: 100%;
  margin: 0;
}

#header-search #food_types_select,
.top-cities-container #city_select,
#header-search #suburb_select,
#header-search #province_select {
  display: none;
}

#header-search .input-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#header-search .input-container .inner-search {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 50px;
  width: 617px;
}

#header-search .input-container .inner-search input {
  height: 23px;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  font-family: Montserrat;
  border: none;
  width: 100%;
  cursor: pointer;
}

#header-search .input-container .submit-container {
  margin-left: 30px;
}

#header-search .input-container .submit-container input[type="submit"] {
  background-color: #ed1c23;
  color: #fff;
  font-size: 18px;
  border-radius: 50px;
  padding: 18px;
  min-width: 142px;
}

.search-input__wrapper.header-search {
  padding: 50px 0;
  overflow: visible;
}

.search-input__wrapper.header-search.search-input__wrapper--closed {
  max-height: unset;
  padding: 30px 0;
}

.header-search-results .header-search-results-inner .results-block div#food-results.header-search-results-inner-block,
#header-search .input-container .inner-search .food-type-search-container {
  width: 325px;
  position: relative;
}

#header-search .input-container .inner-search .food-type-search-container .search-input__loader {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 18px;
  display: none;
  border-width: 5px;
}

#header-search .input-container .inner-search .food-type-search-container.searching .search-input__loader {
  display: block;
}

#header-search .input-container .inner-search .food-type-search-container,
#header-search .input-container .inner-search .location-search-container {
  display: flex;
  flex-direction: row;
  padding: 17px 18px;
}

#header-search .input-container .inner-search .location-search-container {
  padding: 17px 0 17px 18px;
}

#header-search .input-container .inner-search .location-submit-container {
  width: 100%;
  max-width: 288px;
}

#header-search .input-container .inner-search .location-search-container #location-search {
  background: transparent;
  position: relative;
  z-index: 3;
}

#header-search .input-container .inner-search .location-search-container #location-search::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
#header-search .input-container .inner-search .location-search-container #location-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
#header-search .input-container .inner-search .location-search-container #location-search:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
#header-search .input-container .inner-search .location-search-container #location-search:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

#header-search .input-container .inner-search .location-search-container {
  position: relative;
}

#header-search .input-container .inner-search .location-search-container:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 28px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ed1c23;
  right: 17px;
}

#header-search .input-container .inner-search .food-type-search-container img,
#header-search .input-container .inner-search .location-search-container img {
  vertical-align: sub;
}

#header-search .input-container .inner-search .spacer {
  border-right: 1px solid #e5e5e5;
  margin: 5px 0;
}

.header-search-results {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 159px;
  display: none;
}

.header-search-results.show {
  display: block;
  cursor: default;
}

.header-search-results .header-search-results-inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.header-search-results .header-search-results-inner .results-block {
  width: 617px;
  display: flex;
  flex-direction: row;
}

.header-search-results .header-search-results-inner .offset-block {
  margin-left: 30px;
  width: 142px;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block {
  padding: 30px 20px;
  /* opacity: 0; */
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .h-spacer {
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 25px;
  width: 100%;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container a {
  color: #595959;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container {
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container > div {
  min-width: 20px;
}

.header-search-results
  .header-search-results-inner
  .results-block
  #location-results.header-search-results-inner-block
  .result-item-container.sm-padding-bottom {
  padding-bottom: 15px;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container .result-item {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container img.icon {
  vertical-align: sub;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container .result-item.term-name,
.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container .result-item span.venue-name {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container .result-item span.venue-location {
  font-size: 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block,
.header-search-results .header-search-results-inner .offset-block .header-search-results-inner-block {
  visibility: hidden;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block.show,
.header-search-results .header-search-results-inner .offset-block .header-search-results-inner-block.show {
  visibility: visible;
}

.header-search-results .header-search-results-inner .results-block div#food-results.header-search-results-inner-block .food-results-container {
  display: none;
}

.header-search-results .header-search-results-inner .results-block div#food-results.header-search-results-inner-block.show .food-results-container {
  display: block;
}

.selected-food-type {
  text-transform: capitalize;
}

#location-results .city-suburb-items {
  display: none;
}

.header-search-results
  .header-search-results-inner
  .results-block
  #location-results.header-search-results-inner-block
  .city-suburb-items
  .result-item-container.sm-padding-bottom {
  padding-bottom: 8px;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .city-suburb-items .result-item-container .result-item {
  padding-left: 5px;
}

.header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .city-suburb-items .result-item-container img.icon {
  width: 13px;
  vertical-align: unset;
}

#location-results {
  max-width: 274px;
  width: 100%;
}

.city-suburb-items .filter-heading {
  font-weight: bold;
  padding-bottom: 10px;
}

body {
  background-position: center 43px !important;
}

body.logged-in.admin-bar {
  background-position: center 75px !important;
}

.venue__content--reviews--morepublicreviews {
  margin-top: 40px;
}

#header-search .input-container .submit-container.mobi {
  display: none;
}

.page-id-70690 .banner__wrapper {
  margin-bottom: 30px;
}

.page-id-70690 #search-page-container {
  background: #fff;
  margin-bottom: 50px;
}

.page-id-70690 #search-page-container form {
  padding: 0;
}

.page-id-70690 #search-page-container .form-header-container.no-restaurant {
  margin: 0;
}

.page-id-70690 #search-page-container .form-header-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.page-id-70690 #search-page-container .form-header-container .search-filters-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.page-id-70690 #search-page-container .form-header-container .search-title .title {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
  font-family: Montserrat;
}

.page-id-70690 #search-page-container .form-header-container .search-title .results {
  font-size: 14px;
}

.page-id-70690 #search-page-container .form-header-container .search-filters-container .clear-filters-btn-container {
  padding-right: 40px;
}

.page-id-70690 #search-page-container .form-header-container .search-filters-container .clear-filters-btn-container a.clear-filters-btn {
  font-size: 13px;
  color: #bbb;
  text-decoration: underline;
}

.page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container .show-me {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-right: 5px;
}

.page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container .search-checkbox-filter {
  margin-bottom: 0;
  display: flex;
}

.page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container .search-checkbox-filter input {
  display: none;
}

.page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container .search-checkbox-filter input + label {
  border: 1px solid #d9d9d9;
  padding: 4px 10px;
  border-radius: 3px;
  color: #a1a1a1;
  margin: 0 0 0 10px;
}

.page-id-70690
  #search-page-container
  .form-header-container
  .search-filters-container
  .search-post-type-container
  .search-checkbox-filter
  input:checked
  + label {
  border: 1px solid #000;
  color: #000;
}

#filters-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#filters-container .filter-block {
  flex: 1;
  position: relative;
}

#filters-container .filter-block .filter-inner-block.update-results {
  background: #000;
  min-width: 141px;
}

#filters-container .filter-block .filter-inner-block.update-results button.button-search-bottom {
  margin: 0;
  background-color: transparent;
  height: 34px;
  padding: 0;
}

#filters-container .filter-block:first-child .filter-inner-block {
  margin-left: 0;
}

#filters-container .filter-block .filter-inner-block {
  border-radius: 3px;
  border: 1px solid rgb(217, 217, 217);
  margin-left: 10px;
  position: relative;
}

#filters-container .filter-block .filter-inner-block .filter-name {
  font-size: 14px;
  padding: 6px 18px;
}

#filters-container .filter-block.active .filter-inner-block .filter-name {
  border-bottom: 1px solid #c7c7c7;
}

#filters-container .filter-block .filter-inner-block .filter-name span.count {
  color: #bbb;
}

#filters-container .filter-block .filter-inner-block:not(.update-results):not(.book-online):after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ed1c23;
  right: 10px;
}

#filters-container .filter-block.active .filter-inner-block:not(.update-results):not(.book-online):after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: none;
  border-bottom: 5px solid #ed1c23;
  right: 10px;
}

#filters-container .filter-block .filter-inner-block .filter-content-block {
  display: none;
  padding: 25px 0 25px 25px;
}

#filters-container .filter-block.active .filter-inner-block:not(.update-results):not(.book-online) .filter-content-block {
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

#filters-container .filter-block.active .filter-inner-block {
  position: absolute;
  left: 0;
  top: -18px;
  background: #fff;
  z-index: 3;
}

#filters-container .filter-block.active .filter-inner-block:not(.update-results):not(.book-online) .filter-content-block.cuisine {
  display: block;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

#filters-container .filter-block.active .filter-inner-block:not(.update-results):not(.book-online) .filter-content-block .filter-item {
  flex: 1 1 50%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 0 40px 6px 0;
  height: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

#filters-container .filter-block.active .filter-inner-block:not(.update-results):not(.book-online) .filter-content-block .filter-item label {
  white-space: nowrap;
  font-size: 14px;
}

#filters-container .filter-block.active .filter-inner-block:not(.update-results):not(.book-online) .filter-content-block .filter-item > input {
  background-color: rgb(231, 232, 233);
  border-radius: 3px;
  height: 24px;
  min-width: 24px;
  margin-right: 13px;
}

#filters-container .filter-block .filter-inner-block .filter-content-block.rating {
  max-width: 275px;
}

#filters-container .filter-inner-block.book-online .filter-name {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#filters-container .filter-inner-block.book-online .filter-name input {
  background-color: rgb(231, 232, 233);
  border-radius: 3px;
  height: 16px;
  min-width: 16px;
  width: 16px;
  margin-left: 13px;
}

#filters-container .filter-inner-block.book-online .filter-name label {
  white-space: nowrap;
}

#search__body .search-item-container {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}

#search__body .search-item-container .item-img-container {
  flex: 1 1 33.33%;
  position: relative;
  min-height: 156px;
}

#search__body .search-item-container .item-content-container {
  flex: 1 1 66.66%;
  padding: 0 20px;
}

#search__body .search-item-container .item-content-container .title-container {
}

#search__body .search-item-container .item-content-container .title-container h1 a {
  color: #000;
}

#search__body .search-item-container .item-content-container .title-container h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  margin: -2px 0 0 0;
  line-height: 1.4;
}

#search__body .search-item-container .item-img-container img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

#search__body .search-item-container .item-content-container .content-container {
  font-size: 14px;
  line-height: 19px;
}

#search__body .search-item-container .item-content-container .content-container .food-types {
  margin-bottom: 5px;
}

#search__body .search-item-container .item-content-container .ratings-container .venue-rating,
#search__body .search-item-container .item-content-container .content-container .post-content {
  margin: 15px 0 20px;
}

#search__body .search-item-container .item-content-container .ratings-container .venue-rating span.star {
  color: #d8d8d8;
}

#search__body .search-item-container .item-content-container .ratings-container .venue-rating span.star.active {
  color: #ed1c23;
}

#search__body .search-item-container.premium-listing .item-content-container {
  background-color: #fcf3f3;
  padding: 20px;
}

#search__body .search-item-container.premium-listing .item-img-container .premium-tag {
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 4px 10px;
  background-color: #ed1c23;
  color: #fff;
  font-size: 14px;
}

.pagination-container {
  border-top: 1px solid #e6e7e8;
  padding-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.pagination-container .page-numbers {
  color: #595959;
  background-color: #e6e7e8;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0 5px;
  border-radius: 3px;
  min-width: 35px;
  text-align: center;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-container .page-numbers.current {
  background-color: #222222;
  color: #fff;
}

.pagination-container .page-numbers.dots {
  background-color: transparent;
  margin: 0;
  min-width: unset;
}

#filters-container .filter-block.disabled .filter-inner-block {
  background-color: #ccc;
}

#filters-container .filter-block.disabled .filter-inner-block:not(.update-results):not(.book-online):after {
  border-top: 5px solid #999;
}

.mobi-refine-search {
  display: none;
}

.header__topbar__wrapper.search-mobi-icon {
  display: none;
}

.banner__wrapper {
  margin-bottom: 30px;
}

.search-results-pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e6e7e8;
  padding: 0 15px 15px;
  background: #fff;
  margin: 0 -15px 15px;
}

.search-results-pagination .text-container {
}

.search-results-pagination .text-container .text {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.search-results-pagination .text-container .back-btn a {
  font-size: 13px;
  text-decoration: underline;
  color: #595959;
}

.search-results-pagination .buttons .btn {
  width: 12px;
  height: 12px;
  background-position: center;
  padding: 0 11px;
}

.search-results-pagination .buttons .btn.disabled {
  opacity: 0.2;
}

.search-results-pagination .buttons .btn.prev {
  background: transparent url("../img/png/icon_previous.png") no-repeat;
  background-position: left;
}

.search-results-pagination .buttons .btn.next {
  background: transparent url("../img/png/icon_next.png") no-repeat;
  background-position: right;
}

#header-search .input-container .submit-container.desktop input[type="submit"] {
}

#header-search .input-container .submit-container.mobi input[type="submit"] {
}

#header-search .input-container input.submit-search[disabled] {
  opacity: 0.5;
}

#header-search .input-container .submit-container.desktop input[type="submit"].searching,
#header-search .input-container .submit-container.mobi input[type="submit"].searching {
  background-color: #cfcfcf;
}

body.home .archive__header__h2 a span {
  color: #111111 !important;
}

body.home .archive__header__h2 a {
  color: #ed1b23 !important;
}

body.logged-in.admin-bar .header__wrapper {
  top: 32px;
}

.mobi-whatsapp-btn {
  display: none;
}

/* ------------- SWIPEIX RESPONSIVE CSS ------------- */
@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 800px) {
  .display-desktop {
    display: block;
  }
}

@media only screen and (max-width: 1024px) {
  body.single-venue #venue-covid-19-header-section,
  body.home #venue-covid-19-header-section{
    padding: 20px;
  }
  .desktop-whatsapp-btn {
    display: none;
  }

  .mobi-whatsapp-btn {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .site-container {
    padding-top: 57px;
    transition: unset;
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: unset;
  }

  .header__wrapper {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
  }

  .header__wrapper .search {
    display: none;
    z-index: 2;
  }

  .header__wrapper .search.active {
    display: block;
    position: fixed;
    width: 100%;
  }

  body.logged-in .header__topbar__wrapper .search-mobi-icon {
    right: 120px;
    top: 14px;
  }

  .header__topbar__wrapper .search-mobi-icon {
    position: absolute;
    right: 100px;
    height: 31px;
    width: 31px;
    top: 14px;
    display: block;
    background: transparent url("../img/png/icon_mobile_search.png") no-repeat;
  }

  .header__topbar__wrapper .search-mobi-icon.active {
    background: transparent url("../img/png/icon_mobile_search_close.png") no-repeat;
  }

  .header__login {
    top: 13px;
    position: absolute;
    right: 10px;
  }

  .page-id-70690 #search-page-container {
    float: left;
  }

  .page-id-70690 #search-page-container .form-header-container {
    padding: 20px;
  }

  .page-id-70690 .banner__wrapper {
    padding: 30px 0;
    margin: 0;
  }

  .page-id-70690 #search-page-container .form-header-container {
    padding: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e7e8;
    background-color: #f4f5f6;
  }

  .page-id-70690 #search__body {
    float: left;
    width: 100%;
  }

  div#filters-container {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 999px) {
  body.single-venue span.social-icons-container.stick {
    top: 50px;
  }

  body.logged-in.admin-bar.single-venue span.social-icons-container.stick {
    top: 104px;
  }
}

@media only screen and (min-width: 1000px) {
  body.single-venue .site-container {
    padding-top: 221px;
  }

  body.single-venue #review-popup li.gfield.form-title {
    max-width: 400px;
  }

  .article-grid__wrapper.home-articles .article-grid__list .article-grid__item .article-grid__figure > a {
    display: block;
    max-height: 204px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 800px) {
  #premium-socials-sidebar .premium-facebook {
    margin-bottom: 30px;
  }

  /* ---------------------------------------*/
  /* ------------- Single Venue ------------*/
  /* ---------------------------------------*/
  body.single-venue {
    background-image: none !important;
  }

  body.single-venue .banner__wrapper {
    padding: 1.33rem 0;
  }

  body.single-venue .banner__wrapper br {
    display: none;
  }

  body.single-venue .site-container #container {
    padding: 1.33rem;
    max-width: 1000px;
  }

  body.single-venue .site-container #container .divider-strip {
    border-top: 1px solid #f2f2f2;
    margin-top: -1.33rem;
  }

  body.single-venue .site-container #container .section__wrapper {
    padding-right: 1rem;
  }

  #venue-details-container .title-container > span.inner {
    width: 82%;
    justify-content: space-between;
  }

  #venue-details-container .title-container h2 {
    max-width: 435px;
  }

  .col-full {
    width: 100%;
    float: left;
  }

  #venue-details-container .title-container,
  #venue-details-container .venue--sub-details-container {
    display: flex;
    justify-content: space-between;
  }

  #venue-details-container .title-container {
    margin-bottom: 10px;
  }

  body.single-venue #review-popup li.gfield.form-title {
    max-width: 490px;
  }

  #venue-details-container .title-container > span.inner {
    width: 100%;
    justify-content: space-between;
  }

  div#filters-container {
    padding: 0 14px 20px;
    position: relative;
  }

  .page-id-70690 #search-page-container {
    margin-bottom: 5px;
  }

  #filters-container .filter-block .filter-inner-block {
    margin: 0;
  }

  #filters-container .filter-block.dropdown {
    flex: 1 1 50%;
    padding: 0 6px;
    margin-bottom: 20px;
    position: unset;
  }

  #filters-container .filter-inner-block.book-online .filter-name {
    justify-content: space-between;
  }

  #filters-container .filter-block.filter-block-mobi {
    display: none;
  }

  #filters-container.active .filter-block.filter-block-mobi {
    display: block;
  }

  .page-id-70690 .section__wrapper {
    float: left;
    width: 100%;
  }

  .mobi-refine-search {
    display: flex;
    padding: 0 20px 16px;
    justify-content: space-between;
    align-items: center;
  }

  .mobi-refine-search .title {
    font-size: 14px;
    font-weight: normal;
    color: #000;
  }

  .mobi-refine-search .show-all-fitlers {
    font-size: 13px;
    color: #bbb;
    text-decoration: underline;
  }

  #filters-container .filter-block.active .filter-inner-block {
    top: 0;
    width: 100%;
  }

  #filters-container.mobi-active {
    margin: 0 20px;
  }

  #filters-container .filter-block.filter-block-mobi.submit-btn {
    padding: 0 6px;
  }

  #filters-container .filter-block .filter-inner-block.book-online .filter-name {
    padding-right: 6px;
  }

  #filters-container .filter-block.submit-btn {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 768px) {
  body.single-venue .covid-sub-page .staff-main-container .staff-image {
    width: 33.3%;
  }
  body.single-venue .site-container.venue-closed, 
  body.home .site-container.venue-closed{
    padding-top: 195px;
  }

  #header-search .input-container .inner-search .location-search-container:after {
    right: 25px;
  }

  .page-id-70690 .banner__wrapper {
    margin: 30px 0;
    float: left;
  }

  body.logged-in.admin-bar .header__wrapper {
    top: 46px;
  }
}

@media only screen and (max-width: 600px) {
  body.single-venue .site-container.venue-closed, 
  body.home .site-container.venue-closed{
    padding-top: 240px;
  }

  #wpadminbar {
    position: fixed;
  }

  #filters-container .filter-block.active .filter-inner-block:not(.update-results):not(.book-online) .filter-content-block.cuisine {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  #header-search .input-container .inner-search .location-search-container:after {
    top: 23px;
  }

  .header__wrapper.show {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }

  #nearby-restaurants-container .inner-container .restaurant-container .image img {
    min-height: 181px;
  }

  #claim-container .user-cta .user-cta-content p {
    font-size: 13px;
    margin: 10px 0 0;
    line-height: 15px;
  }

  .restaurants-grid__wrapper.single-venue ul.restaurants-grid__list li.restaurants-grid__item {
    width: 100%;
  }

  #venue-details-container .title-container h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0px;
    display: inline;
    margin: 0;
    line-height: 39px;
  }

  body.single-venue .book-now-btn {
    background: #4aaa0a;
    border-radius: 3px;
    padding: 10px 15px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    height: 39px;
    display: block;
    white-space: nowrap;
  }

  #venue-details-container .title-container > span.inner {
    display: flex;
  }

  #venue-details-container .title-container .article-grid--restaurant__stars {
    position: unset;
    display: inline-block;
    background: transparent;
    padding: 8px 0 8px 15px;
    line-height: unset;
  }

  #venue-details-container .title-container .review-count {
    padding: 8px 0 8px 15px;
    font-size: 12px;
    line-height: 23px;
    text-decoration: underline;
    display: inline-block;
  }

  #venue-details-container .title-container .article-grid--restaurant__stars .article-grid--restaurant__stars--active {
    color: #ed1c23;
  }

  #venue-details-container .title-container .article-grid--restaurant__stars .article-grid--restaurant__stars--inactive {
    color: #d8d8d8;
  }

  #book-now-container {
    max-width: 749px;
    margin: 0 auto;
    width: 100%;
  }

  #book-now-container .app-online-bookings-container {
    padding: 20px;
    background: #fff;
  }

  .venue-sub-details-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .venue-sub-details-container span.icon {
    margin-right: 7px;
    min-width: 12px;
  }

  .venue-sub-details-container .venue-sub-details-top {
    margin-bottom: 10px;
  }

  .venue-sub-details-container .venue-sub-details-bottom {
    display: flex;
  }

  .venue-sub-details-container .venue-sub-details-bottom > span a,
  .venue-sub-details-container .venue-sub-details-bottom > span a:visited {
    color: #595959;
  }

  .venue-carousel-mobi .owl-item img {
    max-height: 277px;
    object-fit: cover;
  }

  .venue-carousel-mobi.owl-carousel .owl-stage {
    left: -20%;
  }

  .venue-sub-details-container .venue-sub-details-bottom .opening-hours-details {
    display: flex;
    margin-left: 30px;
    color: #595959;
    font-size: 14px;
  }

  .venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-full {
    display: none;
  }

  .venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-slim > span:first-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }

  body.single-venue #review-popup li.gfield.form-title {
    max-width: 330px;
  }

  body.single-venue .review-sidebar-container {
    text-align: center;
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list {
    display: flex;
    flex-wrap: wrap;
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item {
    width: 50%;
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item .restaurants-grid__data__h3 {
    font-size: 16px;
    margin: 10px 0 30px;
  }

  body.single-venue .restaurants-grid__wrapper .article-grid--restaurant__header__h2 span,
  body.single-venue .article-grid--restaurant__wrapper .article-grid--restaurant__header__h2 span {
    margin-bottom: 10px;
  }

  body.single-venue #premium-restaurants .article-grid--restaurant__item {
    width: 100%;
  }

  body.single-venue #premium-restaurants .article-grid--restaurant__item .article-grid--restaurant__figure {
    margin-bottom: 30px;
  }

  body.single-venue #premium-restaurants .article-grid--restaurant__item .article-grid--restaurant__figure__span {
    margin: 0 0 15px 0;
  }

  body.single-venue #premium-restaurants .article-grid--restaurant__item .article-grid--restaurant__h3 {
    font-size: 20px;
    font-weight: bold;
  }

  body.single-venue #premium-restaurants .article-grid--restaurant__item .article-grid--restaurant__p {
    display: block;
  }

  body.single-venue .restaurants-grid__wrapper {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  body.single-venue #review-popup li.gfield.public-rating-field {
    float: left;
    width: auto;
  }

  #nearby-restaurants-container .inner-container .restaurant-container {
    flex: 1 1 50%;
    padding: 0 9px;
  }

  #nearby-restaurants-container .inner-container .restaurant-container:nth-of-type(1),
  #nearby-restaurants-container .inner-container .restaurant-container:nth-of-type(2) {
    margin-bottom: 30px;
  }

  #nearby-restaurants-container .inner-container .restaurant-container .title h3 {
    font-size: 16px;
  }

  .search .search-input__wrapper.header-search {
    padding: 30px 20px;
  }

  .header-search-results .header-search-results-inner .results-block div#food-results.header-search-results-inner-block,
  #header-search .input-container .inner-search .food-type-search-container,
  .header-search-results .header-search-results-inner .results-block {
    width: 100%;
  }

  .header-search-results {
    top: 170px !important;
  }

  .header-search-results .header-search-results-inner .offset-block,
  .header-search-results .header-search-results-inner .results-block .header-search-results-inner-block,
  .header-search-results .header-search-results-inner .offset-block .header-search-results-inner-block,
  #header-search .input-container .submit-container.desktop,
  #header-search .input-container .inner-search .spacer {
    display: none;
  }

  .header-search-results .header-search-results-inner .results-block .header-search-results-inner-block.show,
  .header-search-results .header-search-results-inner .offset-block .header-search-results-inner-block.show {
    display: block;
  }

  .header-search-results .header-search-results-inner .results-block .header-search-results-inner-block {
    padding: 15px 40px;
  }

  #header-search .input-container .submit-container.mobi {
    display: block;
  }

  #header-search .input-container .inner-search {
    background: transparent;
    border-radius: 0;
    flex-wrap: wrap;
  }

  #header-search .input-container .inner-search .food-type-search-container,
  #header-search .input-container .inner-search .location-search-container {
    background: #fff;
    border-radius: 50px;
  }

  #header-search .input-container .inner-search .food-type-search-container {
    margin-bottom: 20px;
  }

  #header-search .input-container .inner-search .location-submit-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: unset;
  }

  #header-search .input-container .inner-search .location-submit-container .submit-container input[type="submit"] {
    height: 100%;
    width: auto;
  }

  #header-search .input-container .inner-search .location-submit-container .location-search-container {
    width: 100%;
  }

  .header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container .result-item.term-name,
  .header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container .result-item span.venue-name {
    font-size: 14px;
  }

  .header-search-results .header-search-results-inner .results-block .header-search-results-inner-block .result-item-container {
    padding-bottom: 10px;
  }

  #location-results {
    max-width: 100%;
    width: 100%;
  }

  #header-search .input-container .submit-container {
    margin-left: 15px;
  }

  #header-search .input-container .submit-container input[type="submit"] {
    font-size: 16px;
    padding: 15px;
  }

  #header-search .input-container .inner-search input {
    font-size: 16px;
  }

  #header-search .input-container .inner-search .food-type-search-container,
  #header-search .input-container .inner-search .location-search-container {
    padding: 13px 18px;
  }

  #header-search .input-container .inner-search .food-type-search-container .search-input__loader {
    top: 13px;
  }

  .page-id-70690 #search-page-container .form-header-container {
    flex-direction: column;
  }

  .page-id-70690 #search-page-container .form-header-container .search-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
  }

  .page-id-70690 #search-page-container .form-header-container .search-filters-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container,
  .page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container .search-checkbox-filter {
    width: 100%;
  }

  .page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container .search-checkbox-filter {
    display: flex;
    justify-content: space-between;
  }

  .page-id-70690 #search-page-container .form-header-container .search-filters-container .clear-filters-btn-container,
  .page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container .show-me {
    display: none;
  }

  .page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container .search-checkbox-filter > div {
    flex: 1 1 33.33%;
    padding: 0 5px;
  }

  .page-id-70690 #search-page-container .form-header-container .search-filters-container .search-post-type-container .search-checkbox-filter input + label {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 2px 10px;
  }

  .page-id-70690 #search-page-container {
    border-bottom: 1px solid #e6e7e8;
  }

  .page-id-70690 #search__body {
    padding: 30px 1rem;
  }
}

@media only screen and (max-width: 568px) {
  .page-id-70690 #search-filter-wrapper {
    display: block;
  }

  #search__body .search-item-container .item-img-container {
    flex: 1 1 40%;
    position: relative;
  }

  #search__body .search-item-container .item-content-container {
    flex: 1 1 60%;
  }

  .page-id-70690 #search__body {
    padding: 30px 1rem !important;
  }

  #search__body .search-item-container .item-content-container .content-container {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  body.single-venue .covid-sub-page .staff-main-container .staff-image {
    width: 50%;
  }
  body #venue-covid-19-header-section .venue-covid-19-header{
    flex-direction: column;
  }
  body #venue-covid-19-header-section .venue-covid-19-header .content {
    padding: 0 0 15px;
    font-size: 14px;
    text-align: center
  } 
  body  #venue-covid-19-header-section .venue-covid-19-header .link {
    text-align: center
  } 
  body  #venue-covid-19-header-section .venue-covid-19-header .link .our-covid-19-response-btn{
    display: inline-block;
  }
}
@media only screen and (max-width: 414px) {

  body.single-venue .site-container.venue-closed, 
  body.home .site-container.venue-closed{
    padding-top: 265px;
  }
  div#filters-container {
    padding: 0 10px 20px;
    position: relative;
  }

  #filters-container.mobi-active {
    margin: 0px 16px;
  }

  #filters-container .filter-block .filter-inner-block .filter-content-block {
    display: none;
    padding: 15px 0 15px 15px;
  }

  #filters-container .filter-block .filter-inner-block .filter-content-block.rating {
    max-width: unset;
  }

  #filters-container.mobi-active .filter-block:nth-child(even) {
    margin-right: -16px;
  }

  #filters-container.mobi-active .filter-block:nth-child(odd) {
    margin-left: -16px;
  }

  div#filters-container.mobi-active .filter-block.submit-btn {
    margin: 0 -16px;
  }

  #filters-container .filter-block.active .filter-inner-block:not(.update-results):not(.book-online) .filter-content-block .filter-item label {
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #filters-container .filter-block.active .filter-inner-block:not(.update-results):not(.book-online) .filter-content-block .filter-item {
    padding: 0 10px 6px 0;
  }

  #venue-details-container .title-container h2 {
    float: left;
    margin-right: 20px;
  }

  #venue-details-container .title-container > span.inner {
    display: block;
  }

  #venue-details-container .title-container > span.inner > span {
    float: left;
  }

  #venue-details-container .title-container .review-count {
    padding: 8px 0 8px 0;
  }

  .venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-slim > span {
    border-left: 1px solid #595959;
    padding-left: 8px;
    margin-left: 5px;
  }

  .venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-slim > span > span {
    border-bottom: 1px dashed #999;
  }

  .venue-sub-details-container .venue-sub-details-bottom .opening-hours-details > span > p {
    margin: 0;
  }

  .venue-sub-details-container .social-icons-container {
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list {
    padding-bottom: 0;
  }

  .venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list li.social-button__item {
    margin: 0 0 0 15px;
    padding: 0;
  }

  .venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list li.social-button__item a {
    background-color: transparent;
  }

  .venue-sub-details-container .social-icons-container a svg {
    width: 17px;
    height: auto;
  }

  .venue-sub-details-container .social-icons-container a.social-button__link--twitter svg {
    width: 19px;
  }

  .ui-tooltip,
  .arrow:after {
    background: #fff;
  }

  .ui-tooltip {
    padding: 6px 15px;
    color: #595959;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: Montserrat;
    font-size: 12px;
    box-shadow: 0 0 10px #666;
    opacity: 1;
  }

  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }

  .arrow.top {
    top: -16px;
    bottom: auto;
  }

  .arrow.left {
    left: 20%;
  }

  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #999;
  }

  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

  body.single-venue #gallery-main-container {
    margin-bottom: 40px;
  }

  body.single-venue #gallery-container .slide-container {
    display: flex;
    overflow: hidden;
  }

  body.single-venue #gallery-container .slide-container > div {
    padding: 0 2.5px;
  }

  body.single-venue #gallery-container .slide-container > div > img {
    width: 100%;
  }

  body.single-venue #gallery-container.premium .slide-container .main-image-container {
    flex: 1 1 50%;
  }

  body.single-venue #gallery-container .slide-container .sub-image-container .img-block:first-child {
    margin-bottom: 5px;
  }

  body.single-venue #gallery-container.premium .slide-container > div:nth-child(3n + 2) {
    flex: 1 1 25%;
  }

  body.single-venue #gallery-container.premium .slide-container > div:nth-child(3n + 3) {
    flex: 1 1 25%;
    position: relative;
  }

  body.single-venue #gallery-container.premium .slide-container > div {
    display: flex;
    flex-direction: column;
  }

  body.single-venue #gallery-container.premium .slide-container > div .img-block {
    height: 100%;
  }

  body.single-venue #gallery-container.premium .slide-container > div .img-block img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }

  body.single-venue #gallery-container.free .slide-container .main-image-container {
    flex: 1 1 60%;
  }

  body.single-venue #gallery-container.free .slide-container > div:nth-child(3n + 2) {
    flex: 1 1 30%;
  }

  body.single-venue #gallery-container.free .slide-container > div:nth-child(3n + 3) {
    flex: 1 1 22%;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  body.single-venue #gallery-container.free .slide-container .img-block {
    flex: 1;
  }

  body.single-venue #gallery-container.free .slide-container .main-image-container .img-block {
    height: 100%;
  }

  body.single-venue #gallery-container.free .slide-container .main-image-container .img-block img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-height: 250px;
  }

  body.single-venue #gallery-container.premium .slide-container .main-image-container .img-block img {
    max-height: 360px;
  }

  body.single-venue #gallery-container.premium .slide-container > div .img-block img {
    max-height: 177px;
  }

  body.single-venue #gallery-container.free .slide-container > div .img-block img {
    max-height: 122px;
  }

  body.single-venue #gallery-container.free .slide-container > div:nth-child(3n + 2) .img-block img,
  body.single-venue #gallery-container.free .slide-container > div:nth-child(3n + 3) .img-block img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
  }

  .view-more {
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 42px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    top: 0px;
  }

  body.single-venue .article-grid--restaurant__wrapper {
    background-color: #fff;
    max-width: 1000px !important;
    padding: 0 1.33rem !important;
  }

  .pos-rel {
    position: relative;
  }

  #venue-detail-blocks {
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
  }

  #venue-detail-blocks .block {
    background: #f4f5f6;
    border-radius: 4px;
    padding: 20px;
    height: 100%;
    font-family: "Open Sans";
    font-size: 14px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 130px;
  }

  #venue-detail-blocks .block h4 {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
  }

  #venue-detail-blocks .block strong {
    font-weight: normal;
  }

  #venue-detail-blocks .block a,
  #venue-detail-blocks .block a:visited {
    color: #595959;
    text-decoration: underline;
  }

  #venue-detail-blocks .venue__list--info .venue__item--key {
    font-weight: 600;
    color: #595959;
  }

  .inner-details-block {
    float: left;
    width: 100%;
  }

  .view-more-details-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
  }

  .view-more-details-container a {
    margin-bottom: 12px;
  }

  .view-more-details-container a,
  .view-more-details-container span {
    display: block;
  }

  .italic {
    font-style: italic;
  }

  #venue-details-popup {
    display: none;
  }

  .mfp-content #venue-details-popup {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
    width: 100%;
  }

  .mfp-content #venue-details-popup .venue__list--info {
    width: 100%;
    padding: 0;
  }

  .inner-map-block {
    margin-bottom: 20px;
  }

  .venue-location-details .address {
    margin-bottom: 15px;
  }

  .venue-location-details .sub-detail-container {
    margin-bottom: 15px;
  }

  .venue-location-details .sub-detail {
    float: left;
    width: 50%;
    display: block;
  }

  .venue-location-details .sub-detail-container {
    margin-bottom: 10px;
    width: 100%;
    float: left;
  }

  body.single-venue #reviews-container #reviews-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e7e8;
  }

  body.single-venue #reviews-container #reviews-header h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat";
    line-height: 33px;
  }

  body.single-venue #reviews-container #reviews-header .user-review__body__article__body__rating {
    width: auto;
    margin: 0;
  }

  body.single-venue
    #reviews-container
    #reviews-header
    .user-review__body__article__body__rating
    .aside__recent-review__blockquote__stars
    .aside__recent-review__blockquote__stars--active {
    color: #ed1c23;
  }

  body.single-venue #reviews-container #reviews-header .user-review__body__article__body__rating h5 {
    color: #595959;
    margin: 5px 0 0;
    font-family: "Open Sans";
  }

  body.single-venue div#user-reviews-venue {
    background-color: #f6f6f7;
    float: left;
    width: 100%;
  }

  body.single-venue div#user-reviews-venue header.archive__header {
    float: left;
    width: 100%;
    padding: 25px 20px 0;
  }

  body.single-venue div#user-reviews-venue header.archive__header h2 {
    font-size: 15px;
    font-weight: bold;
    color: #595959;
    text-transform: unset;
  }

  body.single-venue div#user-reviews-venue div#review-popup {
    float: left;
    width: 100%;
    background-color: #f6f6f7;
  }

  body.single-venue #user-reviews-single .user-review__body__article__body ul.user-review__body__article__body__rating {
    margin-top: 5px;
  }

  body.single-venue #user-reviews-single .user-review__body__article__body .review-body p {
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
    margin-top: 15px;
  }

  body.single-venue
    #user-reviews-single
    .user-review__body__article__body
    ul.user-review__body__article__body__rating
    span.aside__recent-review__blockquote__stars
    > span {
    font-size: 15px;
  }

  body.single-venue
    #user-reviews-single
    .user-review__body__article__body
    ul.user-review__body__article__body__rating
    span.aside__recent-review__blockquote__stars--active {
    color: #ed1c23;
  }

  body.single-venue #user-reviews-single .user-review__body__article__body .time-container {
    margin-top: 10px;
  }

  body.single-venue #user-reviews-single .user-review__body__article__body .time-container time {
    font-size: 12px;
    color: #999;
  }

  body.single-venue #user-reviews-single .author_review_replay {
    margin: 15px 0 0 10px;
    padding-left: 10px;
    border-left: 2px solid #e6e7e8;
  }

  body.single-venue h3.venue__content__h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat;
  }

  body.single-venue #user-reviews-single .user-review__body__article__header__h4,
  body.single-venue .author_review_replay .author-name {
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans";
  }

  body.single-venue .author_review_replay .venue-name {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
  }

  body.single-venue .author_review_replay .author-reply {
    font-size: 14px;
    color: #595959;
    margin-bottom: 0;
  }

  body.single-venue #more-critics,
  body.single-venue #more-public {
    background: rgb(230, 231, 232);
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    padding: 10px 15px;
    margin: 0 auto 45px;
  }

  body.single-venue #more-critics:after,
  body.single-venue #more-public:after {
    content: "View more";
    color: #595959;
  }

  body.single-venue #user-reviews-single h3.venue__content__h3 {
    margin: 0;
    line-height: 35px;
  }

  body.single-venue #user-reviews-single header.user-review__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e7e8;
  }

  body.single-venue #user-reviews-single span.total-rating .article-grid--restaurant__stars {
    position: relative;
    background-color: transparent;
    padding: 0;
  }

  body.single-venue #user-reviews-single span.total-rating .article-grid--restaurant__stars .article-grid--restaurant__stars--inactive {
    color: #d4d4d4;
  }

  body.single-venue #user-reviews-single span.total-rating .article-grid--restaurant__stars .article-grid--restaurant__stars--active {
    color: #ed1c23;
  }

  body.single-venue #user-reviews-single span.total-rating .review-count {
    font-size: 12px;
  }

  body.single-venue .restaurants-grid__wrapper .article-grid--restaurant__header__h2,
  body.single-venue .article-grid--restaurant__wrapper .article-grid--restaurant__header__h2 {
    color: #ed1c23;
    font-weight: bold;
    margin-bottom: 30px;
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list {
    display: flex;
    margin: 0 -9px;
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item {
    width: 25%;
    padding: 0 9px;
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item:nth-of-type(3n + 1) {
    clear: none;
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item:nth-of-type(3n + 2) {
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item:nth-of-type(3n + 3) {
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item .restaurants-grid__image-wrapper {
    border-radius: 4px 4px 0 0;
    max-height: unset;
  }

  body.single-venue .restaurants-grid__wrapper.four-grid ul.restaurants-grid__list li.restaurants-grid__item .restaurants-grid__data__h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    background: transparent;
    padding: 0 !important;
    margin-top: 15px;
    display: block;
  }

  #premium-socials-sidebar .twitter-follow-button-wrap {
    display: flex;
    justify-content: space-between;
    border: 1px solid #e6e7e8;
    border-radius: 4px 4px 0 0;
    padding: 10px 13px 8px;
  }

  #premium-socials-sidebar .socials-sidebar-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat";
    line-height: 33px;
    margin-bottom: 20px;
  }

  body.single-venue #review-popup li.gfield.form-title {
    max-width: unset;
  }

  body.single-venue #review-popup li.gfield.public-rating-field {
    margin-bottom: 30px;
  }

  #premium-socials-sidebar .twitter-heading-container > span {
    margin-right: 5px;
  }

  #premium-socials-sidebar .twitter-heading-container span.tweets {
    font-weight: normal;
    font-size: 20px;
    font-family: Arial;
    color: #2a2e33;
  }

  #premium-socials-sidebar .twitter-heading-container span.by {
    line-height: 28px;
    font-weight: normal;
    color: #999;
    font-size: 12px;
  }

  #premium-socials-sidebar .twitter-heading-container a.account {
    color: #2b7bb9;
    font-weight: normal;
    font-size: 12px;
    line-height: 28px;
  }

  #premium-socials-sidebar .obox-timeline {
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #e6e7e8;
    margin-bottom: 30px;
  }

  #premium-socials-sidebar .premium-facebook .social-content iframe {
    width: 100% !important;
  }

  .restaurants-grid__wrapper.single-venue header.archive__header h2.archive__header__h2 {
    font-size: 38px;
    display: block;
    margin: 0 0 30px 0;
    color: #111111;
    text-transform: none;
  }

  .restaurants-grid__wrapper.single-venue .restaurants-grid__image-wrapper {
    max-height: unset;
    border-radius: 3px;
  }

  .restaurants-grid__wrapper.single-venue figcaption.restaurants-grid__figcaption {
    background: transparent;
  }

  .restaurants-grid__wrapper.single-venue figcaption.restaurants-grid__figcaption h3.restaurants-grid__data__h3 {
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
  }

  #premium-socials-sidebar #fb-root {
    display: none;
  }

  #premium-socials-sidebar .premium-facebook {
    text-align: center;
  }

  .display-mobi {
    display: none;
  }

  .display-desktop {
    display: none;
  }

  .fb-page {
    width: 100%;
    max-width: 500px;
  }

  #search__body .search-item-container .item-img-container {
    min-height: 110px;
  }

  #search__body .search-item-container .item-content-container .title-container h1 {
    font-size: 16px;
  }

  #search__body .search-item-container .item-content-container .ratings-container .venue-rating,
  #search__body .search-item-container .item-content-container .content-container .post-content {
    margin: 10px 0 15px;
  }
}

@media only screen and (max-width: 375px) {
  .search .search-input__wrapper.header-search {
    padding: 15px;
  }

  .header-search-results {
    top: 149px !important;
  }
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 800px) {
  .display-desktop {
    display: block;
  }
}

@media only screen and (min-width: 1000px) {
  body.single-venue .site-container {
    padding-top: 221px;
  }
  body.single-venue .site-container.venue-closed,
  body.home .site-container.venue-closed {
    padding-top: 308px;
  }
}

@media only screen and (max-width: 800px) {
  #premium-socials-sidebar .premium-facebook {
    margin-bottom: 30px;
  }

  .restaurants-grid__wrapper.single-venue figure.restaurants-grid {
    height: auto !important;
  }

  #venue-detail-blocks {
    flex-direction: column;
  }

  #venue-detail-blocks .block {
    margin-bottom: 30px;
    min-height: unset;
  }

  .view-more-details-container {
    position: relative;
    padding: 0;
  }

  #venue-details-container .title-container > span.inner {
    width: 80%;
  }

  #venue-details-container .title-container h2 {
    max-width: 400px;
  }
}

@media only screen and (max-width: 768px) {
  .display-mobi {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .restaurants-grid__wrapper.single-venue ul.restaurants-grid__list li.restaurants-grid__item {
    width: 100%;
  }

  .restaurants-grid__wrapper.single-venue ul.restaurants-grid__list li.restaurants-grid__item span.restaurants-grid__image-wrapper {
    height: auto !important;
  }

  #venue-details-container .title-container > span.inner {
    width: 100%;
  }

  #venue-details-container .title-container h2 {
    max-width: unset;
    font-size: 20px;
  }

  .venue-sub-details-container {
    flex-direction: column;
  }

  .venue-sub-details-container .social-icons-container {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
  }

  .venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list li.social-button__item:first-child {
    margin-left: 0;
  }

  body.single-venue #gallery-container .slide-container {
    margin: 0 -2.5px;
  }

  .venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list {
    vertical-align: middle;
    height: 100%;
  }

  .venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list li.social-button__item {
    height: 100%;
  }

  .venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list li.social-button__item a {
    height: 100%;
  }

  .venue-sub-details-container .social-icons-container .social-button__wrapper ul.social-button__list li.social-button__item a svg {
    height: 100%;
  }

  .venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-full {
    display: block;
  }

  .venue-sub-details-container .venue-sub-details-bottom .opening-hours-details .details-slim {
    display: none;
  }

  .venue-sub-details-container .venue-sub-details-bottom {
    flex-direction: column;
  }

  .venue-sub-details-container .venue-sub-details-bottom .opening-hours-details {
    margin: 15px 0 0;
  }

  .venue-carousel-mobi.owl-carousel .owl-stage {
    left: -20%;
  }

  .venue-carousel-mobi-container {
    position: relative;
  }

  .venue-carousel-mobi-container .overlay {
    position: absolute;
    height: 100%;
    width: 19%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    pointer-events: none;
  }
}

@media only screen and (max-width: 414px) {
  #venue-details-container .title-container h2 {
    line-height: unset;
  }

  #venue-details-container .title-container > span.inner {
    flex-direction: column;
  }

  #venue-details-container .title-container .article-grid--restaurant__stars {
    padding: 8px 15px 8px 0;
  }

  body.single-venue #reviews-container #reviews-header {
    flex-direction: column;
  }

  body.single-venue #reviews-container #reviews-header .user-review__body__article__body__rating {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  #venue-detail-blocks {
    margin-bottom: 0;
  }
}

.our-covid-19-response-btn-new {
  background: rgb(80,80,80);
  color: #ffffff !important;
  font-size: 16px;
  padding: 6px 15px;
  display: block;
  white-space: nowrap;
  width: 167px;
}

.covid19-pic-box {
  float: right;
  height: 220px;
  display: block;
  margin-top: 10px;
  margin-right: 20px;
}

.covid19-txt-box {
  float: left;
  height: 210px;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
}

.covid19-txt-box > p {
  width: 300px;
}


@media only screen and (max-width: 600px) {
.covid19-pic-box {
  float: left;
  display: inline-block;
  margin-left: 20px;
  }

.covid19-txt-box > p {
  width: 90%;
}
}
