@charset "UTF-8";
/*
Theme Name: Pho Restaurants
Theme URI: http://underscores.me/
Author: Kota creative
Author URI: http://kotacreative.co.uk
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pho
Domain Path: /languages/
Tags:
*/
.button--full, button, input[type="submit"], .button {
  background-color: #a4dac8;
  border-radius: 3px;
  border: none;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0;
  border-radius: 0; }
  .button--full:hover:not(:disabled), button:hover:not(:disabled), input[type="submit"]:hover:not(:disabled), .button:hover:not(:disabled) {
    background-color: #b4e3d4;
    cursor: pointer; }
  .button--full:active:not(:disabled), button:active:not(:disabled), input[type="submit"]:active:not(:disabled), .button:active:not(:disabled), .button--full:focus:not(:disabled), button:focus:not(:disabled), input[type="submit"]:focus:not(:disabled), .button:focus:not(:disabled) {
    background-color: #95cfbc;
    cursor: pointer; }
  .button--full:disabled, button:disabled, input[type="submit"]:disabled, .button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button--full {
  display: block;
  width: 100%; }

body {
  color: #333;
  font-family: 'MyriadPro', helvetica, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'MyriadPro', helvetica, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #e62742;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:hover {
    color: #ad142a; }
  a:active, a:focus {
    color: #ad142a;
    outline: none; }

hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #DDD;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #DDD;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #DDD;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input, label, select {
  display: block;
  font-family: 'MyriadPro', helvetica, sans-serif;
  font-size: 1em; }

label {
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], select[multiple=multiple] {
  box-sizing: border-box;
  transition: border-color;
  background-color: white;
  border-radius: 0;
  border: 1px solid #888;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: 'MyriadPro', helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
    border-color: #aaaaaa;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(157, 157, 157, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #888;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #DDD;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

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

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

* {
  box-sizing: border-box; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1921px */
@font-face {
  font-family: KGTangled;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/KGTangledUpInYou.eot');
  src: url('fonts/KGTangledUpInYou.eot?#iefix') format('embedded-opentype'), url('fonts/KGTangledUpInYou.woff') format('woff'), url('fonts/KGTangledUpInYou.ttf') format('truetype'), url('fonts/KGTangledUpInYou.svg#KGTangled') format('svg'); }

@font-face {
  font-family: LondonBetween;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/londonbetween.eot');
  src: url('fonts/londonbetween.eot?#iefix') format('embedded-opentype'), url('fonts/londonbetween.woff') format('woff'), url('fonts/londonbetween.ttf') format('truetype'), url('fonts/londonbetween.svg#LondonBetween') format('svg'); }

@font-face {
  font-family: ProxN;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/proximanovaexcn-sbold-webfont.eot');
  src: url('fonts/proximanovaexcn-sbold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/proximanovaexcn-sbold-webfont.woff') format('woff'), url('fonts/proximanovaexcn-sbold-webfont.ttf') format('truetype'), url('fonts/proximanovaexcn-sbold-webfont.svg#ProxN') format('svg'); }

@font-face {
  font-family: MyriadPro;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/MyriadPro-Regular.eot');
  src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg#MyriadPro') format('svg'); }

@font-face {
  font-family: KG HAPPY Solid;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/KGHAPPYSolid.eot');
  src: url('fonts/KGHAPPYSolid.eot?#iefix') format('embedded-opentype'), url('fonts/KGHAPPYSolid.woff') format('woff'), url('fonts/KGHAPPYSolid.ttf') format('truetype'), url('fonts/KGHAPPYSolid.svg#KG HAPPY Solid') format('svg'); }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 100%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 100%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 100%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 95.78479%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 95.78479%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 95.78479%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 91.56958%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 91.56958%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 91.56958%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 87.35436%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 87.35436%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 87.35436%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 83.13915%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 83.13915%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 83.13915%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 78.92394%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 78.92394%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 78.92394%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 74.70873%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 74.70873%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 74.70873%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 70.49352%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 70.49352%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 70.49352%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 66.2783%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 66.2783%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 66.2783%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 62.06309%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 62.06309%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 62.06309%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 57.84788%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 57.84788%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 57.84788%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 53.63267%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 53.63267%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 53.63267%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 49.41745%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 49.41745%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 49.41745%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 45.20224%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 45.20224%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 45.20224%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 40.98703%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 40.98703%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 40.98703%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 36.77182%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 36.77182%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 36.77182%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 32.55661%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 32.55661%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 32.55661%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 28.34139%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 28.34139%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 28.34139%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 24.12618%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 24.12618%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 24.12618%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 19.91097%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 19.91097%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 19.91097%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 15.69576%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 15.69576%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 15.69576%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 11.48055%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 11.48055%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 11.48055%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 7.26533%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 7.26533%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 7.26533%; } }

@media only screen and (min-width:40.63em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 3.05012%; } }

@media only screen and (min-width:50.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 3.05012%; } }

@media only screen and (min-width:64.063em) {
   {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 3.05012%; } }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.pho-finder--header .pho-finder__form {
  *zoom: 1; }
  .pho-finder--header .pho-finder__form:before, .pho-finder--header .pho-finder__form:after {
    content: " ";
    display: table; }
  .pho-finder--header .pho-finder__form:after {
    clear: both; }

.button--geolocation {
  font-weight: 100; }

.page-404 {
  margin-bottom: -7px; }

.page-404 img {
  margin-top: -12px; }

.hidden, .js-hidden {
  display: none !important; }

.hide-small {
  display: none; }
  @media only screen and (min-width:50.063em) {
    .hide-small {
      display: initial; } }

body {
  background-color: #ece2d3;
  background: #ece2d3 url(img/background-sm.jpg) repeat top center;
  font-family: 'MyriadPro', helvetica, sans-serif; }
  @media only screen and (min-width:40.63em) {
    body {
      background: #ece2d3 url(img/background-xl.jpg) repeat top center; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif; }

.site {
  max-width: 71.3125rem;
  margin-left: auto;
  margin-right: auto; }
  .site:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .site {
      padding: 0 2em; } }
  @media only screen and (min-width:90.063em) {
    .site {
      padding: 0; } }
  .site__main {
    padding: 1em 1em 0 1em; }
    @media only screen and (min-width:40.63em) {
      .site__main {
        padding: 0; } }

.page__banner picture {
  width: 100%;
  display: block; }
  .page__banner picture img {
    width: 100%;
    display: block; }

.header__strip__back {
  background: red;
  height: 20px;
  width: 100%;
  margin-bottom: 1.8rem;
  background: url("img/strip2.jpg") top left no-repeat;
  display: none; }
  @media only screen and (min-width:40.63em) {
    .header__strip__back {
      display: block; } }

.page-banner {
  width: 100%;
  display: none;
  margin-bottom: 0; }
  @media only screen and (min-width:40.63em) {
    .page-banner {
      display: block; } }
  .page-banner__image {
    width: 100%;
    display: block; }

.faq__form h2, .pho-to-go__header, .contact-us__form__wrap h2, .wwu__form h2 {
  height: 6rem;
  max-width: 20rem;
  margin: 0 auto;
  position: relative;
  margin: 0 auto 2rem auto; }

.restaurant__title:after, .our-menu__sidebar__header:after, .pho-to-go__header:after, .contact-us__form__wrap h2:after {
  width: 100%;
  content: '';
  display: block;
  height: 15px;
  background: url("img/pattern-dot-white2.png") repeat-x top left;
  background-size: contain;
  max-width: 19.5rem;
  margin: 0 auto;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.contact-us__form__input.wpcf7-not-valid {
  border: 1px solid red !important; }

.wpcf7-response-output {
  display: none !important; }

#thanks {
  display: none; }

#thanks span {
  color: #4a4a4a;
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 30px;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif; }

#thanks strong {
  font-size: 16px;
  line-height: 19px; }

.share-infographic {
  width: 100%;
  overflow: hidden;
  float: left;
  border: 1px solid red;
  text-align: center; }

.share-infographic img {
  margin: 0 20px;
  opacity: 0.9; }

.share-infographic img:hover {
  opacity: 1; }

video {
  display: block;
  width: 100%;
  height: auto; }

.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.youtube-container iframe, .youtube-container object, .youtube-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.site-header {
  display: block;
  width: 100%;
  z-index: 500;
  position: relative;
  overflow: hidden;
  padding: 0 1rem; }
  .site-header:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 40.63em) {
    .site-header {
      max-height: 80px;
      transition: max-height .7s ease-in-out; }
      .site-header.js-open {
        max-height: 1100px; } }
  @media only screen and (min-width:40.63em) {
    .site-header {
      position: static;
      background: none;
      padding: 0;
      margin-top: .7em;
      max-height: inherit;
      height: 9.525rem;
      padding-bottom: 1.4rem;
      background: url("img/background-clouds.png") no-repeat;
      background-position: 97% 100%; } }

.header__logo {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 49.41745%;
  height: 80px; }
  .header__logo:last-child {
    margin-right: 0; }
  @media only screen and (min-width:40.63em) {
    .header__logo {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 11.48055%; }
      .header__logo:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .header__logo {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 7.26533%; }
      .header__logo:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .header__logo {
      height: 100%;
      position: relative; } }
  .header__logo a {
    display: block;
    width: 100%;
    height: 100%; }
    @media only screen and (min-width:40.63em) {
      .header__logo a {
        position: absolute;
        bottom: 0; } }
  @media only screen and (min-width:40.63em) {
    .header__logo img {
      height: 130px;
      width: auto; } }
  .header__logo--small {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 74.70873%;
    max-height: 80px;
    width: auto;
    padding: 1em 0; }
    .header__logo--small:last-child {
      margin-right: 0; }
    @media only screen and (min-width:40.63em) {
      .header__logo--small {
        display: none; } }
  .header__logo--large {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .header__logo--large {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 100%; }
        .header__logo--large:last-child {
          margin-right: 0; } }
.header__strip {
  display: none;
  width: 100%;
  height: 25px;
  background: blue;
  background: url("img/pattern-strip-dot.png") repeat-x; }
  @media only screen and (min-width:40.63em) {
    .header__strip {
      display: block; } }

.pho-finder--header {
  width: 100%;
  display: none;
  height: 100%;
  position: relative; }
  @media only screen and (min-width:40.63em) {
    .pho-finder--header {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 24.12618%; }
      .pho-finder--header:last-child {
        margin-right: 0; } }
  .pho-finder--header .social-icons {
    display: block;
    float: right; }
    .pho-finder--header .social-icons:after {
      content: "";
      display: table;
      clear: both; }
    .pho-finder--header .social-icons li {
      display: block;
      float: left;
      width: 30px;
      height: 30px;
      margin-right: .3rem; }
  .pho-finder--header .pho-finder__submit {
    border-left: 0;
    padding: 0; }
  .pho-finder--header [class^=social-icon-] {
    height: 100%;
    width: 100%;
    display: block; }

/*@keyframes navBump {
  0%, 100% { padding-top: 0.3rem }
  50% { padding-top: 0rem }
}*/
.nav__toggle {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 49.41745%;
  margin-right: 0;
  text-align: right;
  height: 80px;
  float: right;
  height: 30px;
  width: 34px;
  margin: 25px 0 25px 25px;
  border-top: 18px double #e62742;
  border-bottom: 6px solid #e62742;
  font-size: 0; }
  .nav__toggle:last-child {
    margin-right: 0; }
  @media only screen and (min-width:40.63em) {
    .nav__toggle {
      display: none; } }

.primary-nav {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%;
  margin-right: 0;
  padding: 1rem 0;
  border-top: 4px solid #b6a073;
  border-bottom: 4px solid #b6a073; }
  .primary-nav:last-child {
    margin-right: 0; }
  @media only screen and (min-width:40.63em) {
    .primary-nav {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 62.06309%; }
      .primary-nav:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .primary-nav {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 66.2783%; }
      .primary-nav:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .primary-nav {
      text-align: center;
      vertical-align: bottom;
      height: 100%;
      border: none;
      padding: 0; } }
  .primary-nav__list {
    display: block;
    height: 100%; }
    .primary-nav__list:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width:40.63em) {
      .primary-nav__list {
        display: block;
        bottom: 0;
        border: none; } }
    @media only screen and (min-width:64.063em) {
      .primary-nav__list {
        padding-left: 1.5rem; } }
    .primary-nav__list > .nav__menu__item:not(:last-child) {
      margin-bottom: 1rem; }
    @media only screen and (min-width:40.63em) {
      .primary-nav__list > .nav__menu__item {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 19.91097%; }
        .primary-nav__list > .nav__menu__item:last-child {
          margin-right: 0; } }
    .primary-nav__list > .nav__menu__item:nth-child(9n) {
      margin-right: 0; }
    .primary-nav__list > .nav__menu__item:nth-child(9n+1) {
      clear: left; }
    @media only screen and (min-width:40.63em) {
      .primary-nav__list > .nav__menu__item {
        height: 100%; } }
    @media only screen and (min-width: 40.63em) {
      .primary-nav__list > .nav__menu__item {
        width: 18.91097% !important; } }
    .primary-nav__list > .nav__menu__item:hover .nav__menu__item__image {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .primary-nav__list > .nav__menu__item:hover .nav__menu__item__text {
      color: #e62742; }
    .primary-nav__list > .nav__menu__item > a {
      display: block;
      text-transform: uppercase; }
      @media only screen and (min-width:40.63em) {
        .primary-nav__list > .nav__menu__item > a {
          height: 100%; } }
      .primary-nav__list > .nav__menu__item > a:hover {
        color: #e62742; }
    .primary-nav__list > .nav__menu__item .nav__menu__item__text {
      font-size: 2.3em;
      color: #4a4a4a; }
      @media only screen and (min-width:40.63em) {
        .primary-nav__list > .nav__menu__item .nav__menu__item__text {
          font-size: 1.5em; } }
      @media only screen and (min-width:64.063em) {
        .primary-nav__list > .nav__menu__item .nav__menu__item__text {
          font-size: 2.05em; } }
    .primary-nav__list > .nav__menu__item.has-sub-menu {
      max-height: 2em;
      overflow: hidden; }
      @media only screen and (max-width: 40.63em) {
        .primary-nav__list > .nav__menu__item.has-sub-menu {
          transition: max-height .7s ease-in-out; } }
      @media only screen and (min-width:40.63em) {
        .primary-nav__list > .nav__menu__item.has-sub-menu {
          overflow: visible;
          max-height: 100%; } }
      .primary-nav__list > .nav__menu__item.has-sub-menu.js-open {
        max-height: 1000px; }
    @media only screen and (min-width:40.63em) {
      .primary-nav__list > .nav__menu__item.has-sub-menu:hover .sub-menu {
        display: block; }
      .primary-nav__list > .nav__menu__item.has-sub-menu:hover .nav__menu__item__text {
        background: #fdfcf5;
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 1px;
        border-top-color: #ccc;
        border-right-color: #ccc;
        border-left-color: #ccc; } }
    .primary-nav__list .nav__menu__item {
      font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
      list-style: none; }
      @media only screen and (min-width:40.63em) {
        .primary-nav__list .nav__menu__item--mob {
          display: none !important; } }
      .primary-nav__list .nav__menu__item--large {
        display: none !important; }
        @media only screen and (min-width:40.63em) {
          .primary-nav__list .nav__menu__item--large {
            display: block !important; } }
      @media only screen and (min-width:40.63em) {
        .primary-nav__list .nav__menu__item a {
          width: 100%;
          color: #444;
          position: relative; } }
      @media only screen and (min-width:40.63em) {
        .primary-nav__list .nav__menu__item__text {
          position: absolute;
          left: 0;
          bottom: -0.74rem;
          width: 100%;
          z-index: 100;
          text-align: center;
          padding: .6rem 0 .7rem 0;
          transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); } }
      @media only screen and (min-width:40.63em) {
        .primary-nav__list .nav__menu__item__text__prepend {
          display: none; } }
      @media only screen and (min-width:64.063em) {
        .primary-nav__list .nav__menu__item__text__prepend {
          display: inline; } }
      .primary-nav__list .nav__menu__item__image {
        display: none; }
        @media only screen and (min-width:40.63em) {
          .primary-nav__list .nav__menu__item__image {
            display: block;
            height: auto;
            max-width: 100%;
            margin: 0 auto;
            padding-top: 0.3rem;
            transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
            transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); } }
      .primary-nav__list .nav__menu__item.js-open .sub-menu {
        display: block; }
      .primary-nav__list .nav__menu__item--locations .sub-menu {
        padding: .3rem 0; }
        @media only screen and (min-width:40.63em) {
          .primary-nav__list .nav__menu__item--locations .sub-menu {
            padding: 1.1rem 1rem .3rem 1rem; } }
        @media only screen and (min-width:64.063em) {
          .primary-nav__list .nav__menu__item--locations .sub-menu {
            padding-right: 10rem;
            background: #fdfcf5 url("img/background-navlocations-char.png") no-repeat bottom right;
            background-size: contain;
            background-position: 104%; } }
      .primary-nav__list .nav__menu__item--locations .nav__menu__item {
        height: auto; }
        .primary-nav__list .nav__menu__item--locations .nav__menu__item:nth-child(9n) {
          margin-right: 0; }
        .primary-nav__list .nav__menu__item--locations .nav__menu__item:nth-child(9n+1) {
          clear: left; }
        .primary-nav__list .nav__menu__item--locations .nav__menu__item:not(:last-child) {
          margin-bottom: .55rem;
          /*@include breakpoint(medium) {
            	margin-bottom: 0;
            }*/ }
        .primary-nav__list .nav__menu__item--locations .nav__menu__item a {
          margin-bottom: .8rem;
          color: #8a8a8a; }
          @media only screen and (min-width:40.63em) {
            .primary-nav__list .nav__menu__item--locations .nav__menu__item a {
              color: #4a4a4a;
              text-transform: uppercase;
              font-size: 1.3em; } }
          @media only screen and (min-width:64.063em) {
            .primary-nav__list .nav__menu__item--locations .nav__menu__item a {
              font-size: 1.6em; } }
        @media only screen and (min-width:40.63em) {
          .primary-nav__list .nav__menu__item--locations .nav__menu__item {
            text-align: left; } }
        @media only screen and (min-width:40.63em) {
          .primary-nav__list .nav__menu__item--locations .nav__menu__item {
            float: left;
            display: block;
            margin-right: 1.16509%;
            width: 24.12618%; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item:nth-child(3n) {
              margin-right: 1.16509%; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item:nth-child(3n+1) {
              clear: none; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item:last-child {
              margin-right: 0; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item:nth-child(4n) {
              margin-right: 0; } }
        @media only screen and (min-width:50.063em) {
          .primary-nav__list .nav__menu__item--locations .nav__menu__item {
            float: left;
            display: block;
            margin-right: 1.16509%;
            width: 15.69576%; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item:nth-child(4n) {
              margin-right: 1.16509%; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item:nth-child(4n+1) {
              clear: none; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item:last-child {
              margin-right: 0; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item:nth-child(6n) {
              margin-right: 0; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item:nth-child(6n+2) {
              width: 15.69576%; } }
        @media only screen and (min-width:40.63em) {
          .primary-nav__list .nav__menu__item--locations .nav__menu__item a {
            padding: .4rem .5rem .5rem .5rem; }
            .primary-nav__list .nav__menu__item--locations .nav__menu__item a:hover {
              color: white;
              background: #e62742; } }
    @media only screen and (min-width:40.63em) {
      .primary-nav__list .sub-menu {
        display: none;
        width: 100%;
        position: absolute;
        left: 50%;
        margin-top: .5rem;
        margin-top: .7rem;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 20;
        background: #fdfcf5;
        border: 1px solid #ccc; } }
    @media only screen and (min-width:40.63em) {
      .primary-nav__list .sub-menu {
        max-width: calc(100% - 4rem); } }
    @media only screen and (min-width:64.063em) {
      .primary-nav__list .sub-menu {
        max-width: calc(71.3125rem - 4rem); } }
    @media only screen and (min-width:90.063em) {
      .primary-nav__list .sub-menu {
        width: 71.3125rem;
        max-width: 71.3125rem; } }
    .primary-nav__list .sub-menu a:hover {
      color: #e62742; }
    .primary-nav__list .sub-menu .nav__menu__item {
      font-size: 1.8em; }
      @media only screen and (min-width:40.63em) {
        .primary-nav__list .sub-menu .nav__menu__item {
          font-size: 1em; } }
      .primary-nav__list .sub-menu .nav__menu__item__dash {
        display: inline; }
        @media only screen and (min-width:40.63em) {
          .primary-nav__list .sub-menu .nav__menu__item__dash {
            display: none; } }

.pho-finder__form:after {
  content: "";
  display: table;
  clear: both; }
@media only screen and (min-width:40.63em) {
  .pho-finder--header .pho-finder__form {
    position: absolute;
    bottom: 0;
    width: 100%; } }
.pho-finder h2 {
  text-align: right; }
.pho-finder__search {
  height: 100%;
  margin: 0;
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  height: 35px;
  padding-right: 0 !important; }
  .primary-nav .pho-finder__search {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 74.70873%; }
    .primary-nav .pho-finder__search:last-child {
      margin-right: 0; }
  .pho-finder--header .pho-finder__search {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 66.2783%; }
    .pho-finder--header .pho-finder__search:last-child {
      margin-right: 0; }
    @media only screen and (min-width:40.63em) {
      .pho-finder--header .pho-finder__search {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 78.92394%; }
        .pho-finder--header .pho-finder__search:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .pho-finder--header .pho-finder__search {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 74.70873%; }
        .pho-finder--header .pho-finder__search:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .pho-finder--header .pho-finder__search {
        margin-left: 8.43042%; } }
  .pho-finder__search.js-error::-webkit-input-placeholder {
    color: #e62742; }
  .pho-finder__search.js-error::-moz-placeholder {
    color: #e62742; }
  .pho-finder__search.js-error:-ms-input-placeholder {
    color: #e62742; }
  .pho-finder__search.js-error::placeholder {
    color: #e62742; }
.pho-finder__submit {
  height: 100%;
  border-left: none !important;
  height: 100%;
  height: 35px;
  text-transform: uppercase; }
  .primary-nav .pho-finder__submit {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 24.12618%; }
    .primary-nav .pho-finder__submit:last-child {
      margin-right: 0; }
  .pho-finder--header .pho-finder__submit {
    font-size: 1.6em;
    color: #444;
    font-weight: 100; }
    @media only screen and (min-width:40.63em) {
      .pho-finder--header .pho-finder__submit {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 19.91097%; }
        .pho-finder--header .pho-finder__submit:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .pho-finder--header .pho-finder__submit {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 15.69576%; }
        .pho-finder--header .pho-finder__submit:last-child {
          margin-right: 0; } }
.pho-finder__text {
  background: url('img/text-findapho.png') no-repeat top center;
  background-size: contain;
  font: 0/0 a;
  text-shadow: none;
  color: transparent; }
  .home__mobile-links .pho-finder__text {
    height: 100px;
    width: 100%;
    margin-bottom: 0.5rem; }
  .pho-finder--header .pho-finder__text {
    margin-right: 5px;
    background-position: top right;
    margin-bottom: -5px;
    height: 43px; }
    @media only screen and (min-width:50.063em) {
      .pho-finder--header .pho-finder__text {
        height: 50px;
        margin-bottom: -10px; } }
    @media only screen and (min-width:64.063em) {
      .pho-finder--header .pho-finder__text {
        height: 65px;
        margin-right: 20px; } }

.footer {
  width: 100%; }
  .footer__main {
    width: 100%;
    display: block; }
    .footer__main:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width:40.63em) {
      .footer__main {
        background: rgba(255, 255, 255, 0.7);
        padding: 1em;
        padding-bottom: .5em;
        margin-bottom: 1rem;
        overflow: hidden; } }
    @media only screen and (min-width:64.063em) {
      .footer__main {
        background: rgba(255, 255, 255, 0.7) url("img/pattern-strip-dot.png") repeat-x;
        padding: 3em 1em 1em 1em;
        height: 237px; } }
    .footer__main:before, .footer__main:after {
      content: "";
      display: block;
      background: red;
      height: 20px;
      background: url("img/pattern-strip-dot-trans.png") repeat-x;
      margin: 1.2rem auto;
      max-width: 85%;
      width: 100%; }
      @media only screen and (min-width:40.63em) {
        .footer__main:before, .footer__main:after {
          display: none; } }
  .footer__social-icons {
    width: 65%;
    margin: 0 auto;
    overflow: hidden; }
    @media only screen and (min-width:40.63em) {
      .footer__social-icons {
        width: 100%; } }
  .footer__copyright {
    color: #9c968c;
    margin: 20px auto;
    text-align: center;
    font-size: .9em; }
  .footer .kota {
    display: none; }
  @media only screen and (min-width:40.63em) {
    .footer .kota {
      /* ...and now for the proper property */
      transition: .7s;
      display: block;
      float: right;
      max-width: 65px;
      height: auto;
      opacity: 0.7; }
    .footer .kota:hover {
      opacity: 1; } }
  .footer .kota-logo {
    display: block;
    height: 1.875rem;
    width: 1.1875rem; }
  .footer .mailing-list {
    display: none;
    width: 100%;
    margin-top: -0.8em; }
    @media only screen and (min-width:40.63em) {
      .footer .mailing-list {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 32.55661%; }
        .footer .mailing-list:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .footer .mailing-list {
        margin-top: -.6em; } }
    @media only screen and (min-width:64.063em) {
      .footer .mailing-list {
        margin-top: -.6em; } }
    .footer .mailing-list__image {
      display: none;
      padding: 0 .5em;
      max-height: 185px; }
      @media only screen and (min-width:64.063em) {
        .footer .mailing-list__image {
          float: left;
          display: block;
          margin-right: 3.16844%;
          width: 42.6842%; }
          .footer .mailing-list__image:last-child {
            margin-right: 0; } }
    .footer .mailing-list__title, .footer .mailing-list__subtitle {
      width: 100%;
      margin-right: 0;
      margin-right: 0 !important;
      text-transform: uppercase;
      font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
      font-weight: 100;
      text-align: center; }
      @media only screen and (min-width:64.063em) {
        .footer .mailing-list__title, .footer .mailing-list__subtitle {
          float: left;
          display: block;
          margin-right: 3.16844%;
          width: 54.14736%; }
          .footer .mailing-list__title:last-child, .footer .mailing-list__subtitle:last-child {
            margin-right: 0; } }
    .footer .mailing-list__title {
      margin-bottom: -9px; }
      @media only screen and (min-width:40.63em) {
        .footer .mailing-list__title {
          font-size: 2.2em; } }
      @media only screen and (min-width:50.063em) {
        .footer .mailing-list__title {
          font-size: 2.8em; } }
      @media only screen and (min-width:64.063em) {
        .footer .mailing-list__title {
          font-size: 2.1em; } }
      @media only screen and (min-width:90.063em) {
        .footer .mailing-list__title {
          font-size: 2.45em; } }
    .footer .mailing-list__subtitle {
      margin: 0;
      margin-bottom: 5px; }
      @media only screen and (min-width:40.63em) {
        .footer .mailing-list__subtitle {
          font-size: 1.2em; } }
      @media only screen and (min-width:50.063em) {
        .footer .mailing-list__subtitle {
          font-size: 1.5em;
          margin-bottom: 5px; } }
      @media only screen and (min-width:64.063em) {
        .footer .mailing-list__subtitle {
          font-size: 1.1em; } }
      @media only screen and (min-width:90.063em) {
        .footer .mailing-list__subtitle {
          font-size: 1.3em; } }
    .footer .mailing-list__form {
      width: 100%;
      margin-right: 0; }
      @media only screen and (min-width:64.063em) {
        .footer .mailing-list__form {
          float: left;
          display: block;
          margin-right: 3.16844%;
          width: 54.14736%; }
          .footer .mailing-list__form:last-child {
            margin-right: 0; } }
    .footer .mailing-list__email, .footer .mailing-list__submit {
      height: 35px;
      margin-bottom: 0.5rem; }
    .footer .mailing-list__email {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 66.2783%; }
      .footer .mailing-list__email:last-child {
        margin-right: 0; }
      @media only screen and (min-width:50.063em) {
        .footer .mailing-list__email {
          float: left;
          display: block;
          margin-right: 1.16509%;
          width: 74.70873%; }
          .footer .mailing-list__email:last-child {
            margin-right: 0; } }
      @media only screen and (min-width:64.063em) {
        .footer .mailing-list__email {
          float: left;
          display: block;
          margin-right: 1.16509%;
          width: 100%; }
          .footer .mailing-list__email:last-child {
            margin-right: 0; } }
      .footer .mailing-list__email.js-error {
        border: 1px solid #e62742; }
        .footer .mailing-list__email.js-error::-webkit-input-placeholder {
          color: #e62742; }
        .footer .mailing-list__email.js-error::-moz-placeholder {
          color: #e62742; }
        .footer .mailing-list__email.js-error:-ms-input-placeholder {
          color: #e62742; }
        .footer .mailing-list__email.js-error::placeholder {
          color: #e62742; }
    .footer .mailing-list__submit {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 32.55661%; }
      .footer .mailing-list__submit:last-child {
        margin-right: 0; }
      @media only screen and (min-width:50.063em) {
        .footer .mailing-list__submit {
          float: left;
          display: block;
          margin-right: 1.16509%;
          width: 24.12618%; }
          .footer .mailing-list__submit:last-child {
            margin-right: 0; } }
      @media only screen and (min-width:40.63em) {
        .footer .mailing-list__submit {
          font-size: 1.3em;
          padding: 0 .5em;
          font-weight: lighter;
          color: #444;
          text-transform: uppercase; } }
      @media only screen and (min-width:64.063em) {
        .footer .mailing-list__submit {
          width: auto;
          float: right; }
          .footer .mailing-list__submit:after {
            content: "";
            display: table;
            clear: both; } }
    .footer .mailing-list__success {
      display: none;
      font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
      color: #e62742;
      font-size: 2em;
      line-height: 1em;
      text-align: center; }
      @media only screen and (min-width:64.063em) {
        .footer .mailing-list__success {
          font-size: 2.5em; } }
      .footer .mailing-list__success.js-active {
        display: block; }
  .footer__social {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 .5rem;
    margin: auto;
    float: none; }
    .footer__social:last-child {
      margin-right: 0; }
    @media only screen and (min-width:40.63em) {
      .footer__social {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 32.55661%; }
        .footer__social:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:40.63em) {
      .footer__social {
        padding: 0 2rem; } }
    @media only screen and (min-width:40.63em) {
      .footer__social {
        background: url("img/background-footer-divider.png") no-repeat, url("img/background-footer-divider.png") no-repeat;
        background-position: 5% 0%, 95% 0%; } }
    .footer__social__text {
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      background: url("img/text-phosocial.png") no-repeat top center;
      background-size: contain;
      height: 75px;
      width: 85%;
      margin: 0 auto .5rem auto; }
      @media only screen and (min-width:40.63em) {
        .footer__social__text {
          height: 50px;
          width: 100%;
          margin-bottom: .2rem; } }
      @media only screen and (min-width:50.063em) {
        .footer__social__text {
          height: 55px; } }
      @media only screen and (min-width:64.063em) {
        .footer__social__text {
          height: 70px;
          margin-bottom: 1rem; } }
    .footer__social [class^=social-icon-] {
      height: 40px; }
      @media only screen and (min-width:40.63em) {
        .footer__social [class^=social-icon-] {
          height: 35px; } }
      @media only screen and (min-width:50.063em) {
        .footer__social [class^=social-icon-] {
          height: 35px; } }
      @media only screen and (min-width:64.063em) {
        .footer__social [class^=social-icon-] {
          height: 40px; } }
  .footer__jobs {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .footer__jobs {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 32.55661%; }
        .footer__jobs:last-child {
          margin-right: 0; } }
    .footer__jobs img {
      max-width: 100%;
      height: auto; }
  .footer .footer-nav {
    display: none;
    text-align: left;
    margin-bottom: 1rem; }
    @media only screen and (min-width:40.63em) {
      .footer .footer-nav {
        display: block; } }
    .footer .footer-nav .menu-item {
      display: inline;
      text-transform: uppercase;
      font-size: .8em; }
      .footer .footer-nav .menu-item:not(:last-of-type) {
        margin-right: .15rem;
        padding-right: .4rem;
        border-right: 1px solid #777; }
        @media only screen and (min-width:64.063em) {
          .footer .footer-nav .menu-item:not(:last-of-type) {
            margin-right: .7rem;
            padding-right: 1rem; } }
      .footer .footer-nav .menu-item a {
        color: #666; }

.home__hero {
  display: none;
  position: relative; }
  @media only screen and (min-width:40.63em) {
    .home__hero {
      display: block;
      width: 100%;
      margin-bottom: 1.5rem; }
      .home__hero:after {
        content: "";
        display: table;
        clear: both; } }
  @media only screen and (min-width:64.063em) {
    .home__hero {
      padding: 0 0 1.2rem 0;
      background: url("img/pattern-strip-teal.png") repeat-x;
      background-position: bottom left; } }

.pho-ho-ho {
  max-width: 290px;
  position: absolute;
  right: -4%;
  top: -5%;
  width: 26%;
  z-index: 2; }
  @media (max-width: 650px) {
    .pho-ho-ho {
      display: none; } }

.home__instagram {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .home__instagram {
      display: block; } }
  .home__instagram .slick-prev{
    display:none!important;
  }
  .home__instagram .slick-next{
    display:none!important;
  }
  .home__instagram li {
    opacity: 0.9;
    width: 16.66667%;
    float: left; }
  .home__instagram li:hover {
    opacity: 1; }

.home__promo--primary {
  display: block;
  margin-bottom: 1rem; }
  .home__promo--primary:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .home__promo--primary {
      margin-bottom: 2rem; } }
.home__promo--secondary {
  display: block; }
  .home__promo--secondary:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .home__promo--secondary {
      margin-bottom: 3rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
.home__promo--mobile img {
  display: block; }
  @media only screen and (min-width:40.63em) {
    .home__promo--mobile img {
      margin-bottom: 1rem; } }
.home__promo--mobile img:first-child {
  margin-bottom: .8rem !important; }
@media only screen and (min-width:40.63em) {
  .home__promo--mobile {
    display: none; } }
.home__promo--med--right img, .home__promo--small--right img {
  float: right; }
  .home__promo--med--right img:after, .home__promo--small--right img:after {
    content: "";
    display: table;
    clear: both; }
.home__promo--med {
  width: 100%; }
  @media only screen and (min-width:40.63em) {
    .home__promo--med {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 49.41745%; }
      .home__promo--med:last-child {
        margin-right: 0; } }
.home__promo--small {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%; }
  .home__promo--small:last-child {
    margin-right: 0; }
  @media only screen and (min-width:40.63em) {
    .home__promo--small {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 32.55661%; }
      .home__promo--small:last-child {
        margin-right: 0; } }
.home__promo__img {
  display: block; }
  .home__promo__img img {
    display: block; }
    @media only screen and (max-width: 40.63em) {
      .home__promo__img img {
        width: 100%; } }
    @media only screen and (min-width:40.63em) {
      .home__promo__img img {
        max-width: 100%;
        width: 100%; } }
  .home__promo__img--sm-hidden {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .home__promo__img--sm-hidden {
        display: block; } }

.home__promo--med.home__promo--med--left {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .home__promo--med.home__promo--med--left {
      display: block; } }

.instagram__hashtag-banner {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .instagram__hashtag-banner {
      display: block; } }
  @media only screen and (min-width:40.63em) {
    .instagram__hashtag-banner {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      margin-bottom: 1rem; }
      .no-flexbox .instagram__hashtag-banner {
        display: block; }
        .no-flexbox .instagram__hashtag-banner:after {
          content: "";
          display: table;
          clear: both; } }
  .instagram__hashtag-banner__symbol {
    font-family: 'MyriadPro', helvetica, sans-serif; }
  .instagram__hashtag-banner__left, .instagram__hashtag-banner__right {
    background: url("img/pattern-strip-teal.png") repeat-x;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .no-flexbox .instagram__hashtag-banner__left, .no-flexbox .instagram__hashtag-banner__right {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 32.55661%;
      height: 20px;
      margin: 0; }
      .no-flexbox .instagram__hashtag-banner__left:last-child, .no-flexbox .instagram__hashtag-banner__right:last-child {
        margin-right: 0; }
  .instagram__hashtag-banner__left {
    margin-right: 20px; }
  .instagram__hashtag-banner__right {
    margin-left: 20px; }
  .instagram__hashtag-banner__center {
    text-align: center;
    position: relative;
    -webkit-transform: translateY(-10%);
        -ms-transform: translateY(-10%);
            transform: translateY(-10%); }
    .no-flexbox .instagram__hashtag-banner__center {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 32.55661%; }
      .no-flexbox .instagram__hashtag-banner__center:last-child {
        margin-right: 0; }
    .instagram__hashtag-banner__center a {
      font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
      font-size: 2.5em; }
      @media only screen and (min-width:64.063em) {
        .instagram__hashtag-banner__center a {
          padding: 0 50px; }
          .instagram__hashtag-banner__center a:before, .instagram__hashtag-banner__center a:after {
            width: 30px;
            height: 30px;
            content: '';
            display: inline-block;
            vertical-align: middle;
            background: url("img/icon-social-instagram.png") no-repeat top center;
            background-size: contain;
            position: absolute;
            top: -15%; }
          .instagram__hashtag-banner__center a:before {
            left: 0; }
          .instagram__hashtag-banner__center a:after {
            right: 0; } }

@media only screen and (min-width:40.63em) {
  .home__mobile-links {
    display: none; } }
.home__mobile-links .button--geolocation, .home__mobile-links .location-select, .home__mobile-links .pho-finder__form {
  margin-bottom: 0.5rem;
  height: 50px; }
.home__mobile-links .button--geolocation, .home__mobile-links .location-select__dropdown, .home__mobile-links .pho-finder__submit {
  color: white;
  font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 100; }
  .home__mobile-links .button--geolocation:hover, .home__mobile-links .location-select__dropdown:hover, .home__mobile-links .pho-finder__submit:hover {
    background-color: #3d3d3d; }
.home__mobile-links .button--geolocation, .home__mobile-links .location-select__dropdown {
  background: #565656;
  padding: 1rem 0 0 1.5rem;
  font-size: 2em;
  line-height: 2em;
  padding-top: 0; }
.home__mobile-links .location-select {
  padding-top: 0; }
  .home__mobile-links .location-select__dropdown {
    height: 50px; }
  .home__mobile-links .location-select:after {
    color: white;
    right: 2em;
    top: 1.2rem;
    border-top-width: 1rem;
    border-right-width: 0.8rem;
    border-left-width: 0.8rem;
    border-top-color: #f2e9da; }
.home__mobile-links .button--geolocation {
  background-image: url("img/button-bg-nearme.png");
  background-size: auto 35px;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.02em) 7px; }
.home__mobile-links .pho-finder__search {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 78.92394%;
  height: 40px; }
  .home__mobile-links .pho-finder__search:last-child {
    margin-right: 0; }
.home__mobile-links .pho-finder__submit {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 19.91097%;
  width: 21%;
  height: 40px;
  border-left: none;
  font-size: 1.5em;
  color: #444;
  padding-top: .5em; }
  .home__mobile-links .pho-finder__submit:last-child {
    margin-right: 0; }

.home__mobile-link--locations {
  width: 100%; }
  .home__mobile-link--locations select {
    width: 100%; }

.slick-slide {
  margin: 0 0.5em;
  opacity: .8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.slick-disabled {
  opacity: 0.6; }

.slick-slide:hover {
  opacity: 1; }

.slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  left: -15px;
  width: 46px;
  height: 47px;
  background: url("img/insta-arrow-left.png") no-repeat;
  border: 0 none;
  text-indent: -9999px;
  outline: none;
  opacity: 0.8; }

.slick-prev:hover {
  opacity: 1; }

button.slick-prev:hover:not(:disabled), button.slick-next:hover:not(:disabled), button.slick-next:active:not(:disabled), button.slick-prev:active:not(:disabled), button.slick-prev:focus:not(:disabled), button.slick-next:focus:not(:disabled) {
  background-color: transparent; }

.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  right: -15px;
  width: 46px;
  height: 47px;
  background: url("img/insta-arrow-right.png") no-repeat;
  border: 0 none;
  text-indent: -9999px;
  outline: none; }

#popUp {
  width: 32.5rem;
  height: 16.4rem;
  background: url("img/popup.png") no-repeat;
  position: fixed;
  bottom: -40%;
  right: 8%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 100000; }
  @media (max-width: 650px) {
    #popUp {
      display: none; } }

#signup25 {
  position: relative;
  margin: 0 3rem 0 1.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  #signup25 h2 {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: normal; }
    #signup25 h2 span {
      color: #e01e3b; }
  #signup25 p {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif; }
  #signup25 input {
    padding: 0.35rem 0.5rem 0.15rem; }
  #signup25 button {
    width: 7rem;
    width: 5.7rem;
    height: 2.2rem;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 0;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }

#signupClose {
  position: absolute;
  right: -3rem;
  top: -2.25rem;
  background: #ffffff;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 4px 3px rgba(24, 24, 24, 0.15);
  padding: 0.55rem 0.67rem;
  color: #e01e3b;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: 'ProxN', 'Arial Narrow', Arial, Helvetica, sans-serif;
  opacity: 0.9;
  transition: opacity 0.25s; }
  #signupClose:hover {
    opacity: 1; }

#group_32 {
  display: none; }

#success25 {
  position: absolute;
  top: 2rem;
  visibility: hidden;
  opacity: 0; }
  #success25 p {
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 2.3rem;
    line-height: 1em;
    text-align: center;
    width: 290px;
    text-align: left; }
    #success25 p:last-child {
      color: #e62742;
      font-size: 1.5rem; }

#email-error {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #email-error p {
    font-size: 1rem;
    color: #e62742;
    width: 67%; }

.videotemp video {
  width: 100%; }

.videotemp {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .videotemp {
      display: block;
      padding: 0 0 .7rem 0;
      background: url("/wp-content/themes/pho-restaurants/img/pattern-strip-teal.png") repeat-x;
      background-position: bottom left;
      margin-bottom: 1rem; } }

.home__promo--primary {
  margin-bottom: 0; }
  @media only screen and (min-width: 40.63em) {
    .home__promo--primary {
      margin-bottom: 2rem; } }

#two-link-banner {
  display: none;
  width: 100%;
  padding-top: 63.84745%;
  /*background: url("/wp-content/themes/pho-restaurants/img/New-Dishes.jpg") no-repeat;*/
  background: url("/wp-content/themes/pho-restaurants/img/Mobile_LFGF_CTA.jpg") no-repeat;
  /*background: url("/wp-content/themes/pho-restaurants/img/3-Hangover-Kits.jpg") no-repeat;*/
  background-size: contain;
  position: relative; }
  @media only screen and (min-width: 40.63em) {
    #two-link-banner {
      display: block; } }
  #two-link-banner a {
    width: 100%;
    height: 100%; }

@media only screen and (min-width:40.63em) {
  .page--locations {
    padding: 1.5rem 1.5rem 0 1.5rem; } }

.restaurant__list {
  display: block; }
  .restaurant__list:after {
    content: "";
    display: table;
    clear: both; }
  .restaurant__list__results, .restaurant__list__map {
    width: 100%;
    margin-bottom: 1rem; }
    @media only screen and (min-width:64.063em) {
      .restaurant__list__results, .restaurant__list__map {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 49.41745%; }
        .restaurant__list__results:last-child, .restaurant__list__map:last-child {
          margin-right: 0; } }
  @media only screen and (min-width:50.063em) {
    .restaurant__list__results {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 53.63267%; }
      .restaurant__list__results:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:50.063em) {
    .restaurant__list__map {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 45.20224%; }
      .restaurant__list__map:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .restaurant__list .restaurant__card__info {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 74.70873%; }
      .restaurant__list .restaurant__card__info:last-child {
        margin-right: 0; } }
  .restaurant__list .restaurant__card__phone {
    display: block; }
  .restaurant__list .restaurant__card__distance {
    width: 30%;
    float: right;
    text-align: right;
    width: auto;
    font-size: .8em; }
  @media only screen and (max-width: 40.63em) {
    .restaurant__list .restaurant__card__image {
      display: none; }
      @media only screen and (min-width:64.063em) {
        .restaurant__list .restaurant__card__image {
          display: block; } }
    .restaurant__list .restaurant__card__header {
      font-size: 1.8em;
      margin-bottom: .3rem; }
      .restaurant__list .restaurant__card__header .restaurant__card__phone, .restaurant__list .restaurant__card__header .restaurant__card__distance {
        line-height: 1.2em; }
      .restaurant__list .restaurant__card__header .restaurant__card__phone {
        font-size: .8em;
        color: #4a4a4a;
        letter-spacing: 0.05rem; }
      .restaurant__list .restaurant__card__header .restaurant__card__distance {
        font-size: .8em;
        line-height: 1.3em;
        float: right;
        display: inline;
        margin: 0; }
    .restaurant__list .restaurant__card__address, .restaurant__list .restaurant__card__details {
      font-size: .9em; }
    .restaurant__list .restaurant__card__subheading {
      font-size: 1.2em;
      font-weight: bold; }
    .restaurant__list .restaurant__card:last-of-type {
      margin-bottom: 3rem; } }
  .restaurant__list__header {
    font-size: 4em;
    line-height: .6em;
    margin-bottom: 1.5rem;
    color: #e62742;
    text-transform: uppercase;
    font-weight: 100; }
    @media only screen and (max-width: 40.63em) {
      .restaurant__list__header {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
        background: url('img/text-searchresults.png') no-repeat top center;
        background-size: contain;
        height: 4.5rem; } }
    .restaurant__list__header span {
      text-transform: initial;
      display: block;
      color: #444;
      line-height: 1em;
      font-size: .75em;
      padding-top: .5rem; }
  @media only screen and (max-width: 40.63em) {
    .restaurant__list__results .restaurant__card__more {
      font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
      font-size: 1.5em;
      line-height: 1.3em;
      float: right; } }
  @media only screen and (min-width:40.63em) {
    .restaurant__list__results .restaurant__card__more {
      position: absolute;
      bottom: -.7rem;
      right: 1rem; } }
  .restaurant__list .pho-finder__form .button--geolocation {
    display: block;
    background: #4a4a4a;
    color: white;
    padding-top: .5em;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    padding-bottom: .5em;
    background-image: url('img/button-bg-nearme.png');
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.02em) 8px;
    margin-bottom: .5rem; }
    @media only screen and (min-width:40.63em) {
      .restaurant__list .pho-finder__form .button--geolocation {
        display: none; } }
  .restaurant__list .pho-finder__label {
    width: 100%;
    text-transform: uppercase;
    color: #e62742;
    font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 2em;
    margin-bottom: 0;
    height: 40px;
    line-height: 1.5em;
    text-align: center; }
    @media only screen and (min-width:64.063em) {
      .restaurant__list .pho-finder__label {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 36.77182%; }
        .restaurant__list .pho-finder__label:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .restaurant__list .pho-finder__label {
        font-size: 1.5em;
        line-height: 2em;
        font-size: 2em;
        line-height: 1.5em; } }
    @media only screen and (min-width:64.063em) {
      .restaurant__list .pho-finder__label {
        text-align: right;
        margin-left: 12.64564%; } }
  .restaurant__list .pho-finder__search {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 83.13915%; }
    .restaurant__list .pho-finder__search:last-child {
      margin-right: 0; }
    @media only screen and (min-width:64.063em) {
      .restaurant__list .pho-finder__search {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 40.98703%; }
        .restaurant__list .pho-finder__search:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:64.063em) {
      .restaurant__list .pho-finder__search {
        margin-left: 5px; } }
  .restaurant__list .pho-finder__submit {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 15.69576%;
    padding: 0;
    font-size: 1.5em;
    width: 16.69576%; }
    .restaurant__list .pho-finder__submit:last-child {
      margin-right: 0; }
    @media only screen and (min-width:64.063em) {
      .restaurant__list .pho-finder__submit {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 7.26533%; }
        .restaurant__list .pho-finder__submit:last-child {
          margin-right: 0; } }
  .restaurant__list__map {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .restaurant__list__map {
        display: block; } }
    @media only screen and (min-width:64.063em) {
      .restaurant__list__map {
        padding-left: 1.5rem; } }
    .restaurant__list__map__embed {
      border: 1px solid black;
      width: 100%;
      padding-top: 100%; }
      .restaurant__list__map__embed img {
        max-width: none; }
  .restaurant__list__all {
    display: block;
    padding: 0 .5rem;
    margin: 0 0 1.2rem 0; }
    .restaurant__list__all:after {
      content: "";
      display: table;
      clear: both; }
    .restaurant__list__all:before {
      background: url('img/pattern-dot-white2.png') repeat-x bottom left;
      height: 10px;
      background-size: contain;
      width: 95%;
      display: block;
      float: none;
      margin: .5em auto 1.7em;
      content: ''; }
    .restaurant__list__all .restaurant__card {
      background: url('img/button-bg.jpg') !important; }
      .restaurant__list__all .restaurant__card--small {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 49.41745%;
        background: url('img/button-bg.jpg');
        border: 1px solid black;
        margin-bottom: 1rem;
        font-size: 1em; }
        .restaurant__list__all .restaurant__card--small:last-child {
          margin-right: 0; }
        .restaurant__list__all .restaurant__card--small:nth-child(2n) {
          margin-right: 0; }
        @media only screen and (min-width:40.63em) {
          .restaurant__list__all .restaurant__card--small {
            font-size: 1.5em; } }
        @media only screen and (min-width:50.063em) {
          .restaurant__list__all .restaurant__card--small {
            font-size: .95em;
            float: left;
            display: block;
            margin-right: 1.16509%;
            width: 15.69576%; }
            .restaurant__list__all .restaurant__card--small:nth-child(2n) {
              margin-right: 1.16509%; }
            .restaurant__list__all .restaurant__card--small:nth-child(2n+1) {
              clear: none; }
            .restaurant__list__all .restaurant__card--small:last-child {
              margin-right: 0; }
            .restaurant__list__all .restaurant__card--small:nth-child(6n) {
              margin-right: 0; } }
        @media only screen and (min-width:64.063em) {
          .restaurant__list__all .restaurant__card--small {
            font-size: 1.4em; } }

.page--restaurant {
  display: block; }
  .page--restaurant:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .page--restaurant {
      padding: 0; } }
  .page--restaurant.js-hidden {
    display: none; }

@media only screen and (min-width:50.063em) {
  .restaurant__intro {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 55.74027%; }
    .restaurant__intro:last-child {
      margin-right: 0; } }
@media only screen and (min-width:40.63em) {
  .restaurant__intro {
    background: url("img/contact_bg.jpg") top left;
    padding: 0.5em 1.8em;
    margin-bottom: 2em; } }

.restaurant__main {
  padding: 0; }
  @media only screen and (min-width:40.63em) {
    .restaurant__main {
      padding: 0 2em; }
      .restaurant__main:after {
        content: "";
        display: table;
        clear: both; } }
.restaurant__description {
  color: #525252;
  font-size: 1em;
  line-height: 1.3em; }
  @media only screen and (min-width:40.63em) {
    .restaurant__description {
      font-size: 1.1em;
      line-height: 1.4em; } }
.restaurant__right {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 40.98703%;
  float: right;
  margin-right: 0;
  position: relative; }
  .restaurant__right:last-child {
    margin-right: 0; }
.restaurant__button {
  background-color: #4294f0;
  border-radius: 3px;
  border: none;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  text-align: center;
  margin-bottom: 10px;
  background-color: #868686;
  border-radius: 0;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 1.9em;
  line-height: 1.6em;
  text-transform: uppercase;
  font-weight: normal !important;
  color: white; }
  .restaurant__button:hover:not(:disabled) {
    background-color: #56a1f5;
    cursor: pointer; }
  .restaurant__button:active:not(:disabled), .restaurant__button:focus:not(:disabled) {
    background-color: #2f87ea;
    cursor: pointer; }
  .restaurant__button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  @media only screen and (min-width:40.63em) {
    .restaurant__button {
      display: none; } }
  .restaurant__button:hover:not(:disabled), .restaurant__button.js-active {
    color: white;
    background-color: #71a098; }
  .restaurant__button--menu, .restaurant__button--togo, .restaurant__button--jobs, .restaurant__button--info {
    width: 48.7%; }
  .restaurant__button--menu {
    float: left; }
  .restaurant__button--togo, .restaurant__button--jobs {
    float: right; }
  .restaurant__button--map {
    text-align: left;
    background-color: #565656;
    background-image: url("img/button-bg-nearme.png");
    background-size: auto 35px;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.02em) 45%; }
    .restaurant__button--map:hover {
      background-color: #3d3d3d; }
.restaurant__slider {
  width: 100%;
  margin-bottom: .3em; }
  .restaurant__slider picture, .restaurant__slider img {
    width: 100%; }
.restaurant__info {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%;
  display: block;
  margin: 1em 0; }
  .restaurant__info:last-child {
    margin-right: 0; }
  @media only screen and (min-width:40.63em) {
    .restaurant__info {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 100%; }
      .restaurant__info:last-child {
        margin-right: 0; } }
  .restaurant__info:after {
    content: "";
    display: table;
    clear: both; }
.restaurant__title {
  color: #e62742;
  width: 100%;
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 0;
  margin: 0 0 2rem 0;
  font-weight: 100;
  position: relative; }
  @media (min-width: 700px) {
    .restaurant__title {
      font-size: 4em; } }
  .restaurant__title--small {
    display: block; }
    @media only screen and (min-width:40.63em) {
      .restaurant__title--small {
        display: none; } }
  .restaurant__title--large {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .restaurant__title--large {
        display: block; } }
  .restaurant__title:after {
    max-width: 100%; }
.restaurant__info__card {
  display: block;
  background: #fcf8f2;
  border: 1px solid #676766;
  padding: 1.8em;
  margin-bottom: 1rem; }
  .restaurant__info__card:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:50.063em) {
    .restaurant__info__card {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 55.74027%; }
      .restaurant__info__card:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .restaurant__info__card {
      margin-bottom: 1rem;
      background: url("img/button-bg.jpg");
      min-height: 345px;
      border: 1px solid #4a4a4a;
      margin-bottom: 1em; } }
  .restaurant__info__card__section {
    margin-bottom: 1rem; }
    @media only screen and (min-width:40.63em) {
      .restaurant__info__card__section {
        margin-bottom: 0; } }
.restaurant__image {
  display: none;
  max-width: 326px;
  margin-right: 0 !important;
  max-height: 348px; }
  @media only screen and (min-width:40.63em) {
    .restaurant__image {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 100%; }
      .restaurant__image:last-child {
        margin-right: 0; } }
.restaurant__contact {
  font-style: normal;
  height: 100%;
  float: left;
  padding: 0 0 0 1.8em;
  width: 80%; }
  @media only screen and (min-width:40.63em) {
    .restaurant__contact {
      width: 40%; } }
  .restaurant__contact .locality {
    margin-bottom: 0.5rem; }
  .restaurant__contact .opening-hours {
    display: block;
    margin-bottom: .5rem; }
    .restaurant__contact .opening-hours:last-of-type {
      margin-bottom: 1rem; }
      @media only screen and (min-width:40.63em) {
        .restaurant__contact .opening-hours:last-of-type {
          margin-bottom: 0; } }
  .restaurant__contact__phone, .restaurant__contact__email {
    color: #4a4a4a;
    font-size: 1.4em;
    font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif; }
    @media only screen and (min-width:40.63em) {
      .restaurant__contact__phone, .restaurant__contact__email {
        font-size: 1.4em; } }
  .restaurant__contact__phone {
    font-size: 1.8em;
    margin-bottom: 0.3em;
    display: block; }
    @media only screen and (min-width:40.63em) {
      .restaurant__contact__phone {
        font-size: 1.6em;
        margin-bottom: 0; } }
    .restaurant__contact__phone__tel {
      display: none; }
      @media only screen and (min-width:40.63em) {
        .restaurant__contact__phone__tel {
          display: inline; } }
  .restaurant__contact__email--small {
    display: block;
    color: #e62742;
    font-size: 2em; }
    @media only screen and (min-width:40.63em) {
      .restaurant__contact__email--small {
        display: none; } }
  .restaurant__contact__email--large {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .restaurant__contact__email--large {
        display: block; } }
  .restaurant__contact .restaurant__subheading {
    font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #e62742;
    margin: 0;
    font-weight: 100; }
    @media only screen and (min-width:40.63em) {
      .restaurant__contact .restaurant__subheading {
        font-size: 2.6em;
        font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
        font-size: 2em;
        margin-bottom: .3em; } }
    .restaurant__contact .restaurant__subheading--phone {
      display: block; }
      @media only screen and (min-width:50.063em) {
        .restaurant__contact .restaurant__subheading--phone {
          display: none; } }
    .restaurant__contact .restaurant__subheading--contact {
      font-size: 2.8em; }
      @media only screen and (min-width:40.63em) {
        .restaurant__contact .restaurant__subheading--contact {
          font-size: 2.6em; } }
    .restaurant__contact .restaurant__subheading__small--days {
      font-size: 1.1em;
      color: #4a4a4a; }
  .restaurant__contact h4 {
    font-size: 1.5em;
    font-family: 'MyriadPro', helvetica, sans-serif;
    font-weight: 600;
    color: #e62742; }
    @media only screen and (min-width:40.63em) {
      .restaurant__contact h4 {
        font-size: 1.1em; } }
  .restaurant__contact span {
    font-size: 1.1em;
    line-height: 1.3em; }
  .restaurant__contact .street-address, .restaurant__contact .locality, .restaurant__contact .postal-code {
    display: block; }
.restaurant__map {
  width: 100%;
  height: auto;
  margin-bottom: 2rem; }
  @media only screen and (min-width:40.63em) {
    .restaurant__map {
      border: 1px solid #090a0a;
      height: 25rem; } }
.restaurant__map__button {
  background-color: #4294f0;
  border-radius: 3px;
  border: none;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  text-align: center;
  width: 100%;
  margin-bottom: 1rem; }
  .restaurant__map__button:hover:not(:disabled) {
    background-color: #56a1f5;
    cursor: pointer; }
  .restaurant__map__button:active:not(:disabled), .restaurant__map__button:focus:not(:disabled) {
    background-color: #2f87ea;
    cursor: pointer; }
  .restaurant__map__button:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  @media only screen and (min-width:40.63em) {
    .restaurant__map__button {
      display: none; } }
.restaurant__map__embed {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .restaurant__map__embed {
      display: block;
      height: 100%; } }
  .restaurant__map__embed img {
    max-width: none; }
.restaurant__spotify {
  display: none; }
  @media only screen and (min-width:64.063em) {
    .restaurant__spotify {
      display: block; } }
  .restaurant__spotify__description {
    float: right;
    width: 43%;
    margin-top: 0.7em;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 2.3em;
    line-height: 1em;
    color: #4a4a4a;
    margin-bottom: 1rem; }
    .restaurant__spotify__description em {
      font-style: normal;
      color: #e62742; }
  .restaurant__spotify #outerWidgetContainer {
    width: 100% !important; }
.restaurant__insta-promo {
  display: none;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  position: absolute;
  top: -130px;
  right: 46px;
  width: 400px;
  height: 200px;
  text-align: center;
  font-size: 3.2em;
  font-weight: bold;
  background: url(img/hash.png) 0 100% no-repeat;
  padding-top: 1rem; }
  @media only screen and (min-width:64.063em) {
    .restaurant__insta-promo {
      display: block; } }
  .restaurant__insta-promo__location {
    font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #e62742; }
    .restaurant__insta-promo__location:before {
      content: '';
      display: inline-block;
      width: 3rem;
      height: 3.5rem;
      background: url("img/icon-location-pin.png") no-repeat;
      background-size: contain;
      -webkit-transform: translateY(0.7rem);
          -ms-transform: translateY(0.7rem);
              transform: translateY(0.7rem); }

@media only screen and (min-width:40.63em) {
  .img__holder {
    overflow: hidden;
    background: url("img/button-bg.jpg");
    float: left;
    max-width: 60%; } }

.restaurant__slider {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .restaurant__slider {
      display: block; } }

.page--restaurant .restaurant__mob {
  display: block;
  margin-bottom: 1rem; }
  @media only screen and (min-width:40.63em) {
    .page--restaurant .restaurant__mob {
      display: none; } }

.restaurant__mob img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 1065px) {
  .restaurant__right {
    display: none; }
  .restaurant__intro {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 49.41745%; }
    .restaurant__intro:last-child {
      margin-right: 0; }
  .restaurant__info__card {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 49.41745%; }
    .restaurant__info__card:last-child {
      margin-right: 0; }
  .page--restaurant .food__subnav__list--secondary .food__subnav__item {
    font-size: 1.7em !important; }
  .restaurant__contact {
    padding-left: 1em; } }

@media only screen and (max-width: 1100px) {
  .restaurant__intro {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 100%; }
    .restaurant__intro:last-child {
      margin-right: 0; }
  .restaurant__info__card {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 53.63267%;
    padding: 0.7em; }
    .restaurant__info__card:last-child {
      margin-right: 0; }
  .restaurant__right {
    display: block; }
  .img__holder {
    width: 45%; }
  .restaurant__contact {
    width: 50%; } }

@media only screen and (max-width: 795px) {
  .restaurant__contact {
    width: 55%;
    margin: 0; }
  .restaurant__info__card {
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 100%; }
    .restaurant__info__card:last-child {
      margin-right: 0; }
  .restaurant__right {
    display: none; } }

@media only screen and (max-width: 600px) {
  .restaurant__contact {
    width: 100%;
    padding-left: .5em; } }

.mob-nav {
  float: left;
  width: 100%; }
  @media only screen and (min-width:40.63em) {
    .mob-nav {
      display: none; } }

.page--restaurant .food__subnav {
  background: none; }
  .page--restaurant .food__subnav__list--secondary {
    position: static;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
    width: 100%;
    background: url("img/pattern-strip-teal.png") repeat-x;
    background-position: 0 50%;
    padding-left: 2em;
    margin-top: -24px; }
    .page--restaurant .food__subnav__list--secondary .food__subnav__item {
      margin-right: 3.5%;
      font-size: 2.1em;
      padding: .2em 0 .3em;
      width: 21.7%; }
      .page--restaurant .food__subnav__list--secondary .food__subnav__item:last-child {
        margin-right: 0; }
      .page--restaurant .food__subnav__list--secondary .food__subnav__item--disabled {
        background: url("img/button-bg.jpg");
        display:none;
        pointer-events: none; }
        .page--restaurant .food__subnav__list--secondary .food__subnav__item--disabled:hover {
          background: url("img/button-bg.jpg");
          background-position: 0 -20px; }
        .page--restaurant .food__subnav__list--secondary .food__subnav__item--disabled a {
          color: rgba(99, 155, 137, 0.5); }
          .page--restaurant .food__subnav__list--secondary .food__subnav__item--disabled a:hover {
            color: rgba(99, 155, 137, 0.5); }
      .page--restaurant .food__subnav__list--secondary .food__subnav__item.active {
        background: #639b89; }
        .page--restaurant .food__subnav__list--secondary .food__subnav__item.active a {
          color: white; }

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

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

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

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

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg); }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg); } }

.loading-spinner {
  position: absolute;
  left: 50%;
  height: 20rem;
  display: none; }
  .loading-spinner.js-active {
    display: block; }
  .loading-spinner__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }
  .loading-spinner__circle {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    stroke: #222;
    -webkit-animation: dash 2s ease-in-out infinite;
            animation: dash 2s ease-in-out infinite; }

.restaurant__spotify iframe {
  float: left; }

.restaurant__spotify {
  text-align: left; }
  @media (max-width: 1100px) {
    .restaurant__spotify {
      display: none; } }

#whatsPlayingHead {
  color: #e62742;
  font-size: 2.65rem;
  line-height: 0.75em;
  margin-bottom: 0;
  margin: 0.25rem 0 1.4rem 0;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
  display: inline-block; }

#whatsPlayingTape {
  width: 100px; }

#secretDj {
  width: 68px; }

.albumCover {
  width: 53px; }

.songListItem {
  text-align: left;
  position: relative;
  height: 53px;
  margin-bottom: 5px;
  background: rgba(255, 255, 255, 0.7); }

.songSummary {
  display: inline-block;
  position: absolute;
  margin-left: 0.5rem; }

.songName {
  display: block;
  line-height: 0.8;
  color: #504f4d;
  font-size: 0.9rem;
  font-family: 'MyriadPro', helvetica, sans-serif; }

.artistName {
  margin-top: 0.3rem;
  margin-bottom: 0.25rem;
  display: block;
  color: #504f4d;
  font-size: 1.1rem;
  font-family: 'MyriadPro', helvetica, sans-serif;
  font-weight: bold; }

.restaurant__map {
  margin-bottom: 1rem; }

#poweredBy {
  float: right; }

#poweredBy p {
  font-weight: bold;
  font-size: 0.75rem;
  display: inline-block; }

#flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

#Manchester50 {
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 1.5rem; }
  @media (min-width: 651px) {
    #Manchester50 {
      background: url("img/contact_bg.jpg") no-repeat;
      padding: 1.8rem 1rem 1.8rem;
      margin-bottom: 2.5rem; } }
  @media only screen and (min-width: 1091px) {
    #Manchester50 {
      padding: 3rem 1rem; } }
  #Manchester50 h2 {
    text-align: center;
    font-size: 2.75rem;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 0.6rem;
    font-weight: normal;
    color: #545454; }
    @media only screen and (min-width: 651px) {
      #Manchester50 h2 {
        font-size: 2.25rem; } }
    @media only screen and (min-width: 1091px) {
      #Manchester50 h2 {
        font-size: 43px; } }
    #Manchester50 h2 span {
      color: #e62742; }
      @media only screen and (min-width: 1091px) {
        #Manchester50 h2 span {
          font-size: 64px; } }
  #Manchester50 p {
    text-align: center;
    font-size: 1.5rem;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    line-height: 0.85;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: #545454; }
    @media only screen and (max-width: 780px) {
      #Manchester50 p {
        font-size: 1.25rem; } }

#ManchesterSignup {
  background: url("img/contact_bg.jpg") no-repeat; }
  @media only screen and (max-width: 650px) {
    #ManchesterSignup {
      background: none; } }
  #ManchesterSignup form {
    position: relative;
    padding: 2rem;
    text-align: right;
    color: #3e3e3e; }
    @media only screen and (max-width: 650px) {
      #ManchesterSignup form {
        padding: 0 0.5rem;
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 913px) and (min-width: 650px) {
      #ManchesterSignup form {
        padding: 1rem; } }
  #ManchesterSignup label {
    font-size: 1.85rem;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    line-height: 0.85;
    text-transform: uppercase;
    text-align: left;
    color: #3e3e3e;
    margin-bottom: 0.5rem; }
    @media only screen and (max-width: 1442px) {
      #ManchesterSignup label {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 650px) {
      #ManchesterSignup label {
        margin-bottom: 0.25rem; } }
  #ManchesterSignup input {
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    padding: 0.3rem;
    margin-bottom: 1.2rem;
    text-align: left;
    color: #3e3e3e; }
    @media only screen and (max-width: 1442px) {
      #ManchesterSignup input {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 650px) {
      #ManchesterSignup input {
        margin-bottom: 0.75rem; } }
  #ManchesterSignup select {
    width: 100%;
    font-size: 1.55rem;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    margin: 0.25rem 0 1.25rem;
    border-radius: 0;
    text-align: left;
    color: #3e3e3e;
    padding: 0.3rem; }
    @media only screen and (max-width: 1442px) {
      #ManchesterSignup select {
        font-size: 1.5rem; } }
    @media only screen and (max-width: 650px) {
      #ManchesterSignup select {
        margin: 0.5rem 0 0.75rem; } }
  #ManchesterSignup option {
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    text-align: left;
    color: #3e3e3e; }
  #ManchesterSignup button {
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    display: inline-block;
    padding: 0.5rem;
    line-height: 0.6;
    color: #423c3d; }

.restaurant__description a {
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  color: #e62742; }

.restaurantIntroComingSoon {
  position: relative;
  box-shadow: 6px 6px 0px 0px rgba(24, 24, 24, 0.15); }
  @media only screen and (min-width: 650px) and (max-width: 1100px) {
    .restaurantIntroComingSoon {
      width: 55.74027%; } }
  @media only screen and (max-width: 650px) {
    .restaurantIntroComingSoon {
      padding: 0 0.5rem;
      box-shadow: inherit; } }

@media only screen and (min-width: 650px) {
  .restaurantIntroComingSoon:after {
    background: url("img/plaster.png") no-repeat;
    bottom: -50px;
    right: -50px; }
  .restaurantIntroComingSoon:before {
    background: url("img/plaster.png") no-repeat; }
  .restaurantIntroComingSoon:before {
    top: -20px;
    left: -20px; }
  .restaurantIntroComingSoon:before, .restaurantIntroComingSoon:after {
    display: block;
    width: 100px;
    height: 100px;
    content: '';
    position: absolute; } }

.infoCardComingSoon {
  background: none !important;
  border: none !important;
  text-align: center;
  width: 53.63267%;
  min-height: inherit !important;
  padding: 0; }
  @media only screen and (max-width: 650px) {
    .infoCardComingSoon {
      display: none; } }

.rightComingsoon {
  display: block; }
  @media only screen and (max-width: 650px) {
    .rightComingsoon {
      width: inherit; } }

@media only screen and (max-width: 650px) {
  .carouselDesktopComingSoon {
    display: none; } }

.carouselMobComingSoon {
  display: block; }
  @media only screen and (min-width: 650px) {
    .carouselMobComingSoon {
      display: none; } }

.subnavComingSoon {
  margin: 0 !important; }

#mancSuccess {
  visibility: hidden;
  opacity: 0;
  display: none; }
  #mancSuccess h2 {
    text-align: center;
    color: #e62742;
    font-size: 3.5rem;
    font-weight: normal; }
    @media only screen and (max-width: 1100px) {
      #mancSuccess h2 {
        font-size: 3rem; } }
  #mancSuccess p {
    text-align: center;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 1.1; }
    @media only screen and (max-width: 1100px) {
      #mancSuccess p {
        font-size: 1.75rem; } }

#mancError {
  visibility: hidden;
  opacity: 0;
  display: none; }
  #mancError h2 {
    text-align: center;
    color: #e62742;
    font-size: 3.5rem;
    font-weight: normal; }
    @media only screen and (max-width: 1100px) {
      #mancError h2 {
        font-size: 3rem; } }
  #mancError p {
    text-align: center;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 1.1; }
    @media only screen and (max-width: 1100px) {
      #mancError p {
        font-size: 1.75rem; } }

.restaurant__description a:last-of-type {
  font-family: 'MyriadPro', helvetica, sans-serif;
  font-size: 1.1rem;
  font-weight: bold; }

.restaurant__button--map {
  width: 100%; }

.book_a_table_book_now {
  display: block;
  background-color: #e62742;
  color: #ffffff;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 7px 18px;
  font-weight: 600;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 1.9em;
  line-height: 1.6em;
  text-align: center;
  border: 1px solid black;
  margin-bottom: 10px;
  font-weight: normal !important; }
  @media only screen and (min-width: 40.63em) {
    .book_a_table_book_now {
      padding: 0.1em 0 0.1em 0;
      width: 30%;
      font-size: 1.7em;
      line-height: 1.4em; } }

.book_a_table_book_now:hover {
  color: #ffffff; }

#group_512 {
  display: none !important; }

.info--default {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0; }
  @media only screen and (min-width: 40.6875rem) {
    .info--default {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin-bottom: 1.3rem; } }
  .info--default .restaurant__intro {
    float: none;
    margin-right: 0; }
    @media only screen and (min-width: 40.6875rem) {
      .info--default .restaurant__intro {
        width: 42%;
        -webkit-flex-grow: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; } }
    .info--default .restaurant__intro .restaurant__description p:not(:last-child) {
      margin-bottom: 1.4rem !important; }
    .info--default .restaurant__intro .restaurant__description p:last-child {
      margin-bottom: 0 !important; }
  .info--default .restaurant__calendar {
    width: 100%; }
    @media only screen and (min-width: 40.6875rem) {
      .info--default .restaurant__calendar {
        margin-left: 2rem;
        width: initial; } }
  .info--default .restaurant__spotify {
    width: 27%;
    vertical-align: top;
    line-height: 0; }
    .info--default .restaurant__spotify div:first-child {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      margin-bottom: 1rem; }
      .info--default .restaurant__spotify div:first-child a {
        line-height: 0; }
    .info--default .restaurant__spotify #whatsPlayingTape {
      height: 57px;
      width: 75px; }
    .info--default .restaurant__spotify #whatsPlayingHead {
      display: inline;
      font-size: 2.1rem;
      line-height: .9;
      margin: 0 !important;
      text-align: center; }
      @media only screen and (min-width: 90.1875rem) {
        .info--default .restaurant__spotify #whatsPlayingHead {
          font-size: 2.3rem;
          line-height: .9; } }
    .info--default .restaurant__spotify #secretDj {
      height: auto;
      margin-top: 0 !important;
      width: 60px; }
      @media only screen and (min-width: 90.1875rem) {
        .info--default .restaurant__spotify #secretDj {
          width: 69px; } }
    .info--default .restaurant__spotify .songSummary {
      line-height: 1; }
    .info--default .restaurant__spotify .artistName {
      font-size: 0.9rem; }
    .info--default .restaurant__spotify .songName {
      line-height: 1; }
    .info--default .restaurant__spotify iframe {
      width: 100%; }
  .info--default .spotify__default {
    width: 21%; }
    @media only screen and (min-width: 90.1875rem) {
      .info--default .spotify__default {
        width: 19%; } }
  .info--default .restaurant__map__video__container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media only screen and (min-width: 49.6875em) {
      .info--default .restaurant__map__video__container {
        height: initial;
        min-height: 100%;
        width: 39%; } }
    .info--default .restaurant__map__video__container .restaurant__video {
      margin-bottom: 2rem;
      border: solid 1px #000000; }
    .info--default .restaurant__map__video__container .restaurant__map {
      position: relative;
      margin-bottom: 0 !important;
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      width: 100%; }
      @media only screen and (min-width: 49.6875em) {
        .info--default .restaurant__map__video__container .restaurant__map {
          height: initial; } }
    .info--default .restaurant__map__video__container .restaurant__map__container {
      position: absolute;
      bottom: 1px;
      left: 1px;
      right: 1px;
      top: 1px; }
      @media (max-width: 649px) {
        .info--default .restaurant__map__video__container .restaurant__map__container {
          display: none; } }
    .info--default .restaurant__map__video__container .restaurant__button--map {
      margin-bottom: 0; }
  .info--default .restaurant__info__card {
    float: none; }
    @media only screen and (min-width: 49.6875em) {
      .info--default .restaurant__info__card {
        width: 52%;
        -webkit-flex-grow: 2;
            -ms-flex-positive: 2;
                flex-grow: 2; } }
  .info--default > section {
    margin: 1rem 0; }
    @media only screen and (min-width: 49.6875em) {
      .info--default > section {
        margin: 1rem !important; } }

@media only screen and (min-width: 49.6875em) {
  .manchester .restaurant__intro, .manchester .restaurant__calendar, .manchester .restaurant__map__video__container {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

@media only screen and (min-width: 49.6875em) {
  .birmingham .restaurant__intro, .birmingham .restaurant__calendar, .birmingham .restaurant__map__video__container, .birmingham .restaurant__spotify {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }

.strong-copy {
  color: #e62742;
  font-weight: bold;
  font-size: 1.2rem; }

iframe #outerWidgetContainer {
  width: 100% !important; }

#manchester-popup {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
      -ms-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  background-image: url(/wp-content/themes/pho-restaurants/img/popup_manchester.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  padding: 50% 46.5%; }
  @media (min-width: 717px) {
    #manchester-popup {
      width: 652px;
      height: 700px;
      padding: 0; } }
  #manchester-popup #close {
    cursor: pointer;
    background: url(/wp-content/themes/pho-restaurants/img/close.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    right: -1rem;
    width: 60px;
    height: 60px;
    top: -1.25rem;
    border-radius: 50%;
    right: -0.75rem;
    width: 40px;
    height: 40px;
    top: -1rem;
    opacity: 0.9;
    transition: opacity 0.35s; }
    #manchester-popup #close:hover {
      opacity: 1; }
    @media (min-width: 717px) {
      #manchester-popup #close {
        right: -1rem;
        width: 60px;
        height: 60px;
        top: -1.25rem; } }

#popup-overlay {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100000000;
  visibility: hidden;
  opacity: 0; }

#what-the-pho-prelaunch {
  cursor: pointer; }

.christmas-pack {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #e62742;
  color: #ffffff;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  line-height: 0.9;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem;
  max-width: 580px;
  margin: 0.75em auto 0;
  text-align: center;
  transition: .1s; }
  @media (min-width: 650px) {
    .christmas-pack {
      margin: 0.75em auto 0.75em 0; } }
  @media (min-width: 796px) {
    .christmas-pack {
      text-align: left;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .christmas-pack img {
    width: 1.8rem;
    line-height: 0;
    margin-right: 0.625rem; }
    @media (max-width: 795px) {
      .christmas-pack img {
        display: none; } }
  .christmas-pack:hover, .christmas-pack:active, .christmas-pack:focus {
    background-color: #639b89;
    color: #ffffff; }

.infoCardComingSoon h1 {
  font-family: "KG HAPPY Solid", 'Arial Narrow', Arial, Helvetica, sans-serif;
  letter-spacing: -2px;
  font-size: 32px;
  font-weight: normal;
  color: #e62742;
  margin-bottom: 0;
  line-height: 1.2; }
.infoCardComingSoon p {
  font-family: "KG HAPPY Solid", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -2px;
  max-width: 520px;
  margin: 0 auto; }

.ealing-IntroComingSoon {
  padding: 1rem 1.8rem; }
  @media (min-width: 1442px) {
    .ealing-IntroComingSoon {
      margin-bottom: 3rem; } }

@media (min-width: 651px) {
  .info__card__ealing {
    min-height: 0;
    width: 56%; } }
.info__card__ealing img {
  max-width: 254px; }

.postid-896 #Manchester50 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto; }
  @media (max-width: 651px) {
    .postid-896 #Manchester50 {
      padding: 0; } }
  @media (min-width: 651px) {
    .postid-896 #Manchester50 {
      margin: 1rem 0; } }
  @media (min-width: 795px) {
    .postid-896 #Manchester50 {
      margin: 1rem;
      width: 39%; } }
  .postid-896 #Manchester50 h2 {
    font-size: 2rem; }
    @media (min-width: 651px) {
      .postid-896 #Manchester50 h2 {
        font-size: 3rem; } }

.restaurant_email_sign_up {
  background: url("img/button-bg.jpg");
  border: 1px solid #4a4a4a;
  color: #515151;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1rem 1rem;
  width: 100%; }
  .restaurant_email_sign_up img {
    min-width: 70px;
    width: 70px; }
    @media (max-width: 650px) {
      .restaurant_email_sign_up img {
        display: none; } }
  .restaurant_email_sign_up form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 651px) {
      .restaurant_email_sign_up form {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-left: 1rem; } }
  .restaurant_email_sign_up div {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (min-width: 650px) {
      .restaurant_email_sign_up div:first-child {
        padding-right: 1rem; } }
    @media (min-width: 900px) {
      .restaurant_email_sign_up div {
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .restaurant_email_sign_up div:not(:first-of-type) {
      margin: 1rem 0 0; }
      @media (min-width: 651px) {
        .restaurant_email_sign_up div:not(:first-of-type) {
          margin: 0 0 0 1rem; } }
  .restaurant_email_sign_up h3 {
    font-size: 28px;
    font-weight: normal; }
    @media (max-width: 900px) {
      .restaurant_email_sign_up h3 {
        margin-bottom: 1rem; } }
    @media (min-width: 1050px) {
      .restaurant_email_sign_up h3 {
        font-size: 33px; } }
    @media (min-width: 1500px) {
      .restaurant_email_sign_up h3 {
        font-size: 38px; } }
  .restaurant_email_sign_up .local {
    color: #e3213e;
    font-size: 35px; }
    @media (min-width: 1050px) {
      .restaurant_email_sign_up .local {
        font-size: 37px; } }
    @media (min-width: 1500px) {
      .restaurant_email_sign_up .local {
        font-size: 42px; } }
  .restaurant_email_sign_up input {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    margin-bottom: 0; }
    @media (min-width: 900px) {
      .restaurant_email_sign_up input {
        width: 45%; } }
    .restaurant_email_sign_up input:not(:first-of-type) {
      margin: 1rem 0 0; }
      @media (min-width: 900px) {
        .restaurant_email_sign_up input:not(:first-of-type) {
          margin: 0 0 0 1rem; } }
  .restaurant_email_sign_up .js-error {
    border: 1px solid #e62742; }
    .restaurant_email_sign_up .js-error::-webkit-input-placeholder {
      color: #e62742; }
    .restaurant_email_sign_up .js-error:-moz-placeholder {
      /* Firefox 18- */
      color: #e62742; }
    .restaurant_email_sign_up .js-error::-moz-placeholder {
      /* Firefox 19+ */
      color: #e62742; }
    .restaurant_email_sign_up .js-error:-ms-input-placeholder {
      color: #e62742; }
  .restaurant_email_sign_up .favpho {
    width: 100%; }
    @media (min-width: 900px) {
      .restaurant_email_sign_up .favpho {
        width: 60%; } }
    .restaurant_email_sign_up .favpho select {
      background: #64998d url("img/arrow-dropdown.png") no-repeat;
      background-size: 15px;
      background-position: 94% 50%;
      border: 1px solid #4a4a4a;
      position: relative;
      font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
      padding: .4rem 1rem;
      line-height: 28px;
      color: white;
      margin: 0;
      height: 38px;
      border-radius: 0;
      cursor: pointer;
      outline: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 100%;
      font-size: 26px;
      text-transform: uppercase; }
      @media (min-width: 900px) {
        .restaurant_email_sign_up .favpho select {
          background-position: 92% 50%; } }
  .restaurant_email_sign_up .submit {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 1rem 0 0 !important;
    width: 100%; }
    @media (min-width: 900px) {
      .restaurant_email_sign_up .submit {
        margin: 0 0 0 1rem !important;
        width: 30%; } }
    .restaurant_email_sign_up .submit input[type=submit] {
      border: 1px solid #4a4a4a;
      background-color: #989899;
      width: 100%;
      color: white;
      font-size: 26px;
      padding: .25rem 0;
      line-height: 1.1;
      font-weight: normal;
      height: 38px; }
  .restaurant_email_sign_up #restaurant__mailing-list__success {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #e62742;
    font-size: 2.5em;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1em;
    margin: 0 70px 0 0;
    text-align: center;
    width: 100%; }
  .restaurant_email_sign_up .js-active {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.info__card__cambridge {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  background: none !important;
  min-height: 0;
  padding: 0;
  width: 26% !important; }
  @media (max-width: 794px) {
    .info__card__cambridge {
      width: 100% !important; } }
  .info__card__cambridge img {
    display: block;
    width: 100%; }

.page--our-story {
  display: block;
  margin-bottom: 2rem; }
  .page--our-story:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:64.063em) {
    .page--our-story {
      margin-bottom: 2rem;
      padding: 0 2rem; } }
  @media only screen and (min-width:90.063em) {
    .page--our-story {
      margin-bottom: 0; } }

.story__illustration {
  display: none;
  position: relative;
  z-index: 5; }
  @media only screen and (min-width:50.063em) {
    .story__illustration {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 45.20224%; }
      .story__illustration:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .story__illustration {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 47.61501%; }
      .story__illustration:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:50.063em) {
    .story__illustration {
      display: block; } }
  @media only screen and (min-width:50.063em) {
    .story__illustration {
      -webkit-transform: translate(0em, -.5rem);
          -ms-transform: translate(0em, -.5rem);
              transform: translate(0em, -.5rem); } }
  @media only screen and (min-width:64.063em) {
    .story__illustration {
      -webkit-transform: translate(1.3em, -1.5rem);
          -ms-transform: translate(1.3em, -1.5rem);
              transform: translate(1.3em, -1.5rem); } }
  .story__illustration__image {
    display: block; }
  .story__illustration img {
    display: block; }
.story__content {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (min-width:50.063em) {
    .story__content {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 49.71041%; }
      .story__content:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .story__content {
      padding: 0 1rem; } }
  @media only screen and (min-width:50.063em) {
    .story__content {
      padding: 0;
      background: url('img/background-texture-paper.png');
      border: 3px solid #bcb29f;
      position: relative;
      margin: 50px 0 0 0;
      -webkit-transform: translate(-2.8em, 0);
          -ms-transform: translate(-2.8em, 0);
              transform: translate(-2.8em, 0); } }
  @media only screen and (min-width:64.063em) {
    .story__content:after {
      content: '';
      display: block;
      height: 78px;
      width: 107px;
      background: url('img/story-illustration-buckets.png') no-repeat;
      position: absolute;
      bottom: -2rem;
      right: -2rem; }
    .story__content:before {
      content: '';
      display: block;
      width: 101px;
      height: 185px;
      background: url('img/story-illustration-palmtree.png') no-repeat;
      position: absolute;
      top: .1rem;
      right: -6.4rem; } }
.story__title {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background: url('img/text-ourstory.png') no-repeat top center;
  background-size: contain;
  height: 6rem;
  display: block; }
  @media only screen and (min-width:40.63em) {
    .story__title {
      background: url('img/story-top-banner-ipad.png') no-repeat top center;
      background-size: contain;
      height: 11rem;
      width: 110%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 20;
      position: relative;
      height: 124px; } }
  @media only screen and (min-width:50.063em) {
    .story__title {
      background: url('img/story-top-banner.png') no-repeat top center;
      background-size: contain; } }
  @media only screen and (min-width:50.063em) {
    .story__title {
      width: 115%;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: -3rem; } }
.story__body {
  text-align: center;
  font-size: 2em;
  font-family: 'Loved by the King', cursive;
  line-height: 1.15em;
  padding: 0 .5rem; }
  @media only screen and (min-width:40.63em) {
    .story__body {
      border: 3px solid #bcb29f;
      background: url('img/background-texture-paper.png');
      margin-top: -5rem;
      z-index: 5;
      padding: 4rem 2rem 0 2rem; } }
  @media only screen and (min-width:50.063em) {
    .story__body {
      padding: 0;
      margin-top: 0;
      background: none;
      border: none;
      font-size: 1.9em;
      padding: 13% 1.8rem 0 1.8rem; } }
  @media only screen and (min-width:64.063em) {
    .story__body {
      padding: 13% 2.6rem 0 2.6rem; } }
  .story__body:before, .story__body:after {
    content: '';
    display: block;
    height: 15px;
    width: 16.2rem;
    background: url('img/pattern-dot-white2.png') repeat-x top left;
    background-size: contain;
    margin: 2rem auto; }
    @media only screen and (min-width:40.63em) {
      .story__body:before, .story__body:after {
        width: 18rem; } }
    @media only screen and (min-width:50.063em) {
      .story__body:before, .story__body:after {
        height: 10px;
        width: 19rem; } }
  .story__body p {
    margin-bottom: 0; }
    .story__body p:nth-child(1):after {
      width: 85%;
      padding-top: 55%;
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2);
      background: url('img/story-illustration-polaroids.png') no-repeat top center;
      background-size: contain;
      margin: 2rem auto; }
      @media only screen and (min-width:40.63em) {
        .story__body p:nth-child(1):after {
          height: 15rem;
          padding: 0; } }
      @media only screen and (min-width:50.063em) {
        .story__body p:nth-child(1):after {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          height: 20px;
          background: url('img/pattern-strip-dot-trans-row.png') no-repeat bottom center;
          background-size: 40%; } }
    .story__body p:nth-child(2):after {
      height: 20rem;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      background: url('img/story-illustration-cartoon.png') no-repeat top center;
      background-size: contain;
      margin: 2rem 0; }
      @media only screen and (min-width:40.63em) {
        .story__body p:nth-child(2):after {
          background-size: contain; } }
      @media only screen and (min-width:50.063em) {
        .story__body p:nth-child(2):after {
          height: 20px;
          background: url('img/pattern-strip-dot-trans-row.png') no-repeat bottom center;
          background-size: 40%; } }
    .story__body p:after {
      content: '';
      display: block; }
.story__footer {
  width: 100%;
  padding: 0 7rem;
  text-align: center;
  margin-bottom: 2rem;
  font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 1.6em;
  line-height: 1.2em;
  display: none; }
  @media only screen and (min-width:64.063em) {
    .story__footer {
      display: block; } }

.page--our-food {
  display: block; }
  .page--our-food:after {
    content: "";
    display: table;
    clear: both; }

.page--food__main {
  display: block; }
  .page--food__main:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .page--food__main {
      padding: 0 1.4rem;
      margin-top: 1rem; } }

.our-food__featured {
  width: 100%; }
  @media only screen and (min-width:40.63em) {
    .our-food__featured {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 66.2783%; }
      .our-food__featured:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .our-food__featured {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 72.75981%; }
      .our-food__featured:last-child {
        margin-right: 0; } }
  .no-js .our-food__featured__item {
    display: none; }
    .no-js .our-food__featured__item:target {
      background: yellow;
      display: block; }
  .js .our-food__featured__item {
    display: none; }
  .our-food__featured__item.js-active {
    display: block; }
  .our-food__featured__image {
    background: url("img/button-bg.jpg");
    width: 100%;
    display: block;
    padding: .5rem;
    border-radius: .1em; }
    @media only screen and (min-width:40.63em) {
      .our-food__featured__image {
        max-width: 100%; } }
  .our-food__featured__subheading {
    font-size: 3.5em;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    display: inline-block;
    text-transform: uppercase;
    color: #639b89;
    margin: .5rem 0;
    padding: .6rem;
    padding-top: .4rem;
    background: url("img/button-bg.jpg") 0 -20%;
    line-height: 0.7em;
    padding-bottom: .2em; }
    @media only screen and (min-width:40.63em) {
      .our-food__featured__subheading {
        margin: 0;
        font-size: 2.7em; }
        .our-food__featured__image ~ .our-food__featured__subheading {
          -webkit-transform: translate(1.2rem, -2rem);
              -ms-transform: translate(1.2rem, -2rem);
                  transform: translate(1.2rem, -2rem); } }
    @media only screen and (min-width:50.063em) {
      .our-food__featured__subheading {
        font-size: 3.5em; } }
  .our-food__featured .social-share {
    font-size: 1.4em;
    margin-top: 15px; }
  .our-food__featured__description {
    color: #4a4a4a;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 1em; }
    @media only screen and (min-width:40.63em) {
      .our-food__featured__description {
        padding: 0 1rem; }
        .our-food__featured__image ~ .our-food__featured__description {
          -webkit-transform: translateY(-1rem);
              -ms-transform: translateY(-1rem);
                  transform: translateY(-1rem); } }
    .our-food__featured__description em {
      font-style: normal;
      color: #e62742; }
.our-food__sidenav {
  width: 100%; }
  @media only screen and (min-width:40.63em) {
    .our-food__sidenav {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 32.55661%; }
      .our-food__sidenav:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .our-food__sidenav {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 26.66102%; }
      .our-food__sidenav:last-child {
        margin-right: 0; } }
  .our-food__sidenav__list {
    display: block;
    padding-left: 0.4rem; }
    .our-food__sidenav__list:after {
      content: "";
      display: table;
      clear: both; }
  .our-food__sidenav__item {
    margin-bottom: 0.5rem;
    transition: opacity .3s ease-in-out;
    float: left;
    display: block;
    margin-right: 1.16509%;
    width: 32.55661%; }
    .our-food__sidenav__item:nth-child(odd) {
      padding-right: 0.3rem;
      padding-bottom: 0.3rem; }
    .our-food__sidenav__item:nth-child(even) {
      padding-left: 0.3rem;
      padding-bottom: 0.3rem; }
    .our-food__sidenav__item:last-child {
      margin-right: 0; }
    .our-food__sidenav__item:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (min-width:40.63em) {
      .our-food__sidenav__item {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 49.41745%; }
        .our-food__sidenav__item:nth-child(3n) {
          margin-right: 1.16509%; }
        .our-food__sidenav__item:nth-child(3n+1) {
          clear: none; }
        .our-food__sidenav__item:last-child {
          margin-right: 0; }
        .our-food__sidenav__item:nth-child(2n) {
          margin-right: 0; } }
    .our-food__sidenav__item a {
      display: block;
      background: rgba(255, 255, 255, 0.9);
      padding: 0.3rem 0.4rem 0 0.4rem;
      opacity: 0.7; }
      .our-food__sidenav__item a:hover, .our-food__sidenav__item a.js-active {
        opacity: 1; }
    .our-food__sidenav__item img {
      width: 100%;
      display: block; }
    .our-food__sidenav__item__name {
      width: 100%;
      display: block;
      text-transform: uppercase;
      text-align: center;
      font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
      color: #639b89;
      font-size: 2em; }
      @media only screen and (min-width:40.63em) {
        .our-food__sidenav__item__name {
          font-size: 0.9em; } }
      @media only screen and (min-width:50.063em) {
        .our-food__sidenav__item__name {
          font-size: 1.3em;
          padding: .2rem 0; } }
      @media only screen and (min-width:64.063em) {
        .our-food__sidenav__item__name {
          padding: .3rem 0 .4rem 0;
          font-size: 1.5em; } }

@media only screen and (max-width: 985px) {
  .social-share__text {
    display: none; } }

@media only screen and (max-width: 650px) {
  .our-food__sidenav__list {
    padding-left: 0; }
  .our-food__sidenav__item {
    width: 30.33333%;
    margin: 1.5% !important;
    padding: 0 !important; }
  .our-food__sidenav__item__name {
    font-size: 1.6em;
    line-height: 1.3; } }

@media only screen and (max-width: 550px) {
  .our-food__sidenav__item {
    width: 47%; } }

.page--our-menu .food__subnav {
  margin-bottom: 2rem; }

.our-menu {
  display: block; }
  .our-menu:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .our-menu {
      margin-bottom: 2.5rem; } }
  .our-menu__sidebar {
    margin-bottom: 40px;
    width: 100%; }
    @media only screen and (min-width:40.63em) {
      .our-menu__sidebar {
        float: left;
        display: block;
        margin-right: 0.57917%;
        width: 30.85182%; }
        .our-menu__sidebar:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .our-menu__sidebar {
        float: left;
        display: block;
        margin-right: 0.57917%;
        width: 22.47022%; }
        .our-menu__sidebar:last-child {
          margin-right: 0; } }
    .our-menu__sidebar__header {
      width: 100%;
      margin-bottom: 1rem;
      position: relative;
      z-index: 20; }
      .our-menu__sidebar__header:after {
        max-width: 100%; }
        @media only screen and (min-width:40.63em) {
          .our-menu__sidebar__header:after {
            display: none; } }
      .our-menu__sidebar__header__image {
        display: block;
        margin: 0 auto 0;
        padding: 1em 0;
        width: 100%;
        max-width: 90%; }
        @media only screen and (min-width:40.63em) {
          .our-menu__sidebar__header__image {
            max-width: 18rem; } }
  .our-menu__subnav {
    margin: 0;
    padding: 1rem 0 0 0; }
    .our-menu__subnav li {
      line-height: .7em;
      font-size: .7em;
      margin-bottom: .8rem; }
      .our-menu__subnav li a {
        color: #868686;
        padding: 0 0 0 .8em;
        line-height: .9em; }
        @media only screen and (min-width:64.063em) {
          .our-menu__subnav li a {
            line-height: .7em; } }
        .our-menu__subnav li a.js-active {
          background: none;
          color: #e62742; }
      .our-menu__subnav li a:hover {
        color: #639b89; }
  .our-menu__sidenav {
    display: none;
    background: url("img/button-bg.jpg");
    border: 1px solid black;
    margin-bottom: 1rem;
    position: relative;
    z-index: 10; }
    @media only screen and (min-width:40.63em) {
      .our-menu__sidenav {
        display: block; } }
    .our-menu__sidenav__arrow {
      position: absolute;
      top: -3.8rem;
      right: 2rem;
      height: 93px;
      width: 88px;
      background: url("img/menu-arrow.png") no-repeat;
      z-index: 10; }
    .our-menu__sidenav__list {
      padding: 1.2rem 0.8rem; }
    .our-menu__sidenav__item {
      text-transform: uppercase;
      font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
      font-size: 1.9em; }
      .our-menu__sidenav__item:not(:last-child) {
        margin-bottom: 0.3rem; }
      .our-menu__sidenav__item.has-submenu {
        max-height: 1.2em;
        overflow: hidden;
        transition: max-height .8s ease-in-out; }
        .our-menu__sidenav__item.has-submenu.js-active {
          max-height: 50em; }
      .our-menu__sidenav__item a {
        padding: .7rem 0 0rem .5rem;
        display: block;
        color: #444; }
        .our-menu__sidenav__item a:hover {
          color: #e62742; }
        .our-menu__sidenav__item a.js-active {
          background: #e62742;
          color: white; }
  .our-menu__download--small {
    padding: 1rem;
    display: block; }
    @media only screen and (min-width:40.63em) {
      .our-menu__download--small {
        display: none; } }
  .our-menu__download--large {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .our-menu__download--large {
        display: block; } }
  .our-menu__download__disclaimer {
    font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0.5rem; }
  .our-menu__download__select {
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1.5em; }
    .our-menu__download__select:after {
      display: block !important;
      top: 1rem !important;
      border-top-width: 0.83333rem !important;
      border-right-width: 0.66667rem !important;
      border-left-width: 0.66667rem !important;
      border-top-color: #f2e9da !important; }
    .our-menu__download__select__dropdown {
      font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
      padding: .5rem 1rem 0 1rem;
      line-height: 1.5em;
      color: white;
      background: #639b89; }
  .our-menu__main {
    width: 100%; }
    @media only screen and (min-width:40.63em) {
      .our-menu__main {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 66.2783%; }
        .our-menu__main:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .our-menu__main {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 74.70873%; }
        .our-menu__main:last-child {
          margin-right: 0; } }
    .our-menu__main:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width:40.63em) {
      .our-menu__main {
        margin-left: 2.10761%;
        background: url("img/contact_bg.jpg");
        padding: 1.5rem 2rem;
        box-shadow: 6px 6px 0px 0px rgba(24, 24, 24, 0.15); } }
  @media only screen and (min-width:40.63em) {
    .js .our-menu__menu {
      display: none; }
    .our-menu__menu.js-active {
      display: block; } }

.menu {
  border-bottom: 5px solid #b6a073;
  margin-bottom: .5rem;
  padding-bottom: .3rem;
  max-height: 4em;
  overflow: hidden;
  transition: max-height .8s ease-in-out; }
  @media only screen and (min-width:40.63em) {
    .menu {
      border: none;
      margin: 0;
      padding: 0;
      max-height: 100%;
      overflow: initial; } }
  .menu.js-active {
    max-height: 100em; }
    .menu.js-active#drinks-menu {
      max-height: 300em; }
  .menu__accordion__toggle {
    display: block;
    line-height: 1em;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 3em;
    color: #646464; }
    @media only screen and (min-width:40.63em) {
      .menu__accordion__toggle {
        display: none; } }
  .menu__header {
    position: relative;
    margin-bottom: 0; }
    @media only screen and (min-width:40.63em) {
      .menu__header {
        margin-bottom: 1rem; } }
    .menu__header img {
      display: none;
      margin: 0 auto;
      margin-bottom: 1rem; }
      @media only screen and (min-width:40.63em) {
        .menu__header img {
          display: block; } }
    .menu__header .social-share {
      display: none;
      position: absolute;
      bottom: 0;
      right: 0;
      font-size: 1.5em; }
      @media only screen and (min-width:64.063em) {
        .menu__header .social-share {
          display: block; } }
      .menu__header .social-share li {
        margin-left: 0.5rem; }
  .menu__subheading {
    font-size: 1.5em;
    color: #e62742;
    font-family: 'MyriadPro', helvetica, sans-serif;
    margin-bottom: .4rem; }
  .menu__legend {
    float: right;
    font-weight: bold;
    color: #e62742; }
  @media only screen and (max-width: 40.63em) {
    .menu.js-active .menu__content {
      display: block; } }
  @media only screen and (min-width:40.63em) {
    .menu__content:before, .menu__content:after {
      content: '';
      display: block;
      height: 5px;
      background: url("img/reddot.png") repeat-x; }
    .menu__content:before {
      margin-bottom: 1.2rem; } }
  .js .menu__content--wines {
    display: none; }
  .menu__content--wines.js-active {
    display: block; }
  .menu__item {
    display: block;
    margin: 0; }
    .menu__item:after {
      content: "";
      display: table;
      clear: both; }
    .menu__content--regular .menu__item {
      margin-bottom: 1.4rem; }
    .menu__content--sub .menu__item, .menu__content--wines .menu__item {
      margin-bottom: .8rem; }
    .menu__item__name {
      margin: 0;
      float: left;
      color: #e62742;
      font-size: 1.4em; }
      .menu__content--regular .menu__item__name {
        width: 100%; }
        @media only screen and (min-width:50.063em) {
          .menu__content--regular .menu__item__name {
            float: left;
            display: block;
            margin-right: 1.16509%;
            width: 55.74027%; }
            .menu__content--regular .menu__item__name:last-child {
              margin-right: 0; } }
        @media only screen and (min-width:64.063em) {
          .menu__content--regular .menu__item__name {
            float: left;
            display: block;
            margin-right: 1.16509%;
            width: 74.70873%; }
            .menu__content--regular .menu__item__name:last-child {
              margin-right: 0; } }
      @media only screen and (min-width:64.063em) {
        .menu__item--hasvariations .menu__item__name {
          float: left;
          display: block;
          margin-right: 1.16509%;
          width: 40.98703%; }
          .menu__item--hasvariations .menu__item__name:last-child {
            margin-right: 0; } }
      .menu__content--sub .menu__item__name, .menu__content--wines .menu__item__name {
        font-size: 1.2em;
        color: #575757; }
        @media only screen and (min-width:50.063em) {
          .menu__content--sub .menu__item__name, .menu__content--wines .menu__item__name {
            margin-right: .5rem; } }
    .menu__item__description {
      float: left; }
      .menu__content--regular .menu__item__description {
        font-size: 1.12em;
        width: 100%; }
        @media only screen and (min-width:50.063em) {
          .menu__content--regular .menu__item__description {
            float: left;
            display: block;
            margin-right: 1.16509%;
            width: 55.74027%; }
            .menu__content--regular .menu__item__description:last-child {
              margin-right: 0; } }
        @media only screen and (min-width:64.063em) {
          .menu__content--regular .menu__item__description {
            float: left;
            display: block;
            margin-right: 1.16509%;
            width: 83.13915%; }
            .menu__content--regular .menu__item__description:last-child {
              margin-right: 0; } }
      .menu__content--sub .menu__item__description, .menu__content--wines .menu__item__description {
        color: #5c5c5c;
        width: 100%; }
        @media only screen and (min-width:64.063em) {
          .menu__content--sub .menu__item__description, .menu__content--wines .menu__item__description {
            width: auto; } }
      @media only screen and (min-width:64.063em) {
        .menu__item--hasvariations .menu__item__description {
          float: left;
          display: block;
          margin-right: 1.16509%;
          width: 66.2783%; }
          .menu__item--hasvariations .menu__item__description:last-child {
            margin-right: 0; } }
    .menu__item__prices {
      float: right; }
    .menu__item__price {
      font-weight: bold; }
      @media only screen and (min-width:50.063em) {
        .menu__item__price {
          font-size: 1.1em;
          text-align: right; } }
      @media only screen and (min-width:50.063em) {
        .menu__content--regular .menu__item__price {
          float: right; } }
      .menu__content--sub .menu__item__price, .menu__content--wines .menu__item__price {
        color: #5c5c5c;
        float: right; }
        .menu__content--sub .menu__item__price:after, .menu__content--wines .menu__item__price:after {
          content: "";
          display: table;
          clear: both; }
      .menu__content--wines .menu__item__price {
        float: left; }
  .menu__asterisk {
    color: #e62742; }
  .menu__footer {
    margin-bottom: 1rem;
    font-size: 1.1em; }

.menuVariation, .menuVariation-mobile {
  color: #e62742;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center; }

.menuVariation {
  display: none; }
  @media (min-width: 650px) {
    .menuVariation {
      display: block; } }

@media (min-width: 650px) {
  .menuVariation-mobile {
    display: none; } }

.menu__download--pdf {
  display: none;
  width: 100%;
  font-family: "ProxN", "Arial Narrow", Arial, Helvetica, sans-serif;
  padding: 0.5rem 1rem 0 1rem;
  line-height: 1.5em;
  color: white;
  background: #639b89;
  margin-top: 1rem;
  text-align: center; }

.menu__download--pdf:hover, .menu__download--pdf:active, .menu__download--pdf:focus {
  color: #ffffff; }

.our-menu__download__select__dropdown {
  cursor: default !important; }

.menu__item:first-of-type, .menu__subheading:first-of-type {
  margin-top: 1.4rem; }

.menuVariation + p {
  margin-top: 1.4rem; }

@media only screen and (min-width:40.63em) {
  .js .menu__content--sub {
    display: none; }
  .menu__content--sub.js-active {
    display: block; } }

.our-menu__download__select:after {
  display: none !important; }
.our-menu__download__select select {
  background: #64998d url("img/arrow-dropdown.png") no-repeat;
  background-size: 15px;
  background-position: 94% 50%; }

@media only screen and (min-width:40.63em) {
  .faq__main, .faq__description {
    margin-top: 1rem; } }

.page--faq {
  margin-bottom: 2rem;
  display: block; }
  .page--faq:after {
    content: "";
    display: table;
    clear: both; }

.faq__form {
  text-align: left; }
  @media only screen and (min-width:40.63em) {
    .faq__form h2 {
      min-width: 100%; } }
  .faq__form h3 {
    font-size: 2.8em;
    line-height: 1em;
    margin: auto;
    font-weight: 100;
    margin-bottom: 0.5em;
    max-width: 100%; }
    @media only screen and (min-width:40.63em) {
      .faq__form h3 {
        max-width: 95%; } }
    .faq__form h3 span {
      color: #2b8e7d;
      font-size: 1.05em; }
  .faq__form:before, .faq__form:after {
    display: block;
    width: 100px;
    height: 100px;
    content: '';
    position: absolute; }

@media only screen and (min-width:50.063em) {
  .faq__main {
    float: left;
    display: block;
    margin-right: 0.57917%;
    width: 53.90121%; }
    .faq__main:last-child {
      margin-right: 0; } }
.faq__panel--small {
  padding: 0;
  display: block; }
  @media only screen and (min-width:50.063em) {
    .faq__panel--small {
      display: none; } }
.faq__panel--large {
  display: none;
  padding: 1.5rem;
  background: url('img/contact_bg.jpg') top left; }
  @media only screen and (min-width:50.063em) {
    .faq__panel--large {
      display: block; } }
.faq__description {
  float: left;
  width: 100%;
  display: none;
  font-size: 1.2em;
  text-align: center; }
  @media only screen and (min-width:50.063em) {
    .faq__description {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 45.51962%; }
      .faq__description:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .faq__description {
      display: block; } }
  .faq__description .desc {
    font-size: .6em;
    line-height: 1.3em;
    font-family: 'MyriadPro', helvetica, sans-serif; }
  .faq__description img {
    margin-bottom: 0.3rem; }
.faq__form {
  width: 100%;
  position: relative;
  margin: 0 0 2rem 0; }
  @media only screen and (min-width:50.063em) {
    .faq__form {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 49.71041%; }
      .faq__form:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .faq__form {
      width: 100%; } }
  .faq__form h2 {
    background: url('img/get-in-touch.png') top center no-repeat;
    text-indent: -9999px;
    background-size: contain;
    width: 100%;
    height: 4em;
    margin: auto;
    line-height: 1em; }
    @media only screen and (min-width:40.63em) {
      .faq__form h2 {
        font-size: 4.2em;
        color: #e62742;
        text-align: left;
        font-weight: 100;
        background: none;
        height: inherit;
        text-indent: 0;
        margin-bottom: 0.2em; } }
    @media only screen and (min-width:64.063em) {
      .faq__form h2 {
        font-size: 6.5em; } }
  .faq__form__text {
    font-size: 1.2em; }
    @media only screen and (min-width:40.63em) {
      .faq__form__text {
        padding: 0 .8em; } }

.contact-us__form__faq {
  border: 1px solid red;
  background: url('img/faq-button.png') no-repeat;
  background-size: cover;
  text-transform: uppercase;
  padding: .4em;
  color: #454545;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: .5em;
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #000;
  font-size: 2em; }
  @media only screen and (min-width:64.063em) {
    .contact-us__form__faq {
      font-size: 2.1em; } }

.contact-us__form__faq:hover {
  color: #e62742 !important; }

.contact-us__form__faq:visited {
  color: inherit; }

.contact-us__form__faq:after {
  display: none; }
  @media only screen and (min-width:64.063em) {
    .contact-us__form__faq:after {
      display: block;
      background: url('img/arrow-left.png') no-repeat;
      position: absolute;
      top: .2em;
      right: .2em;
      width: 60px;
      height: 38px;
      content: "";
      background-size: contain; } }

* {
  outline: none; }

.contact-us__form__faq:before {
  display: none; }
  @media only screen and (min-width:64.063em) {
    .contact-us__form__faq:before {
      display: block;
      background: url('img/arrow-right.png') no-repeat;
      position: absolute;
      top: .2em;
      left: .2em;
      width: 60px;
      height: 38px;
      content: "";
      background-size: contain; } }

/*** Accordion ***/
/*	#Reset
//	================================================== */
.responsive-accordion {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none; }

.responsive-accordion li {
  margin: 0 0 15px 0;
  padding: 0;
  font-family: 'MyriadPro', helvetica, sans-serif; }

.responsive-accordion li:last-child {
  margin-bottom: 0; }

.responsive-accordion li .responsive-accordion-head {
  cursor: pointer; }

.responsive-accordion li .responsive-accordion-head.active {
  font-weight: bold; }

.responsive-accordion-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .responsive-accordion-head .faq-arrow {
    min-width: 1.28571em; }
  .responsive-accordion-head p {
    margin: 0;
    display: inline-block; }

/*	#Themes
//	================================================== */
.responsive-accordion-default.responsive-accordion li .responsive-accordion-head {
  padding: 12px 30px 12px 12px;
  background: #fffbf5;
  color: #515151;
  line-height: normal;
  position: relative;
  text-transform: uppercase;
  font-size: 1.5em;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-weight: 400;
  box-shadow: 0 0 3px #888; }

.fa {
  transition: all 0.25s;
  font-size: 20px;
  color: #e62742; }

.responsive-accordion-default.responsive-accordion li .responsive-accordion-panel {
  border: 1px solid #DDD;
  border-top: 0;
  padding: 20px;
  margin-top: 20px;
  background: url('img/contact_bg.jpg') top left; }

.responsive-accordion-panel ul li {
  margin: 0 0 10px 30px;
  position: relative; }

.responsive-accordion-panel ul li:before {
  content: "•";
  color: #e62742;
  width: 15px;
  height: 15px;
  font-size: 30px;
  position: absolute;
  top: 0;
  left: -25px; }

#menuKids {
  font-weight: bold; }

.page--hdyp {
  display: block;
  padding-top: 1rem; }
  .page--hdyp:after {
    content: "";
    display: table;
    clear: both; }

.hdyp__largeimg {
  margin: 1rem auto 2rem auto;
  display: block; }
.hdyp__intro {
  font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.2em;
  background: url('img/contact_bg.jpg');
  padding: .7rem 3rem;
  position: relative;
  margin: 0 auto 2rem auto;
  max-width: 61.3125rem;
  color: #4a4a4a;
  box-shadow: .5rem .5rem 0 0 rgba(74, 74, 74, 0.2); }
  .hdyp__intro:before, .hdyp__intro:after {
    background: url('img/plaster.png') no-repeat;
    display: block;
    width: 100px;
    height: 100px;
    content: "";
    position: absolute; }
  .hdyp__intro:before {
    top: -20px;
    left: -20px; }
  .hdyp__intro:after {
    bottom: -50px;
    right: -50px; }
  .hdyp__intro p {
    margin: 0; }
  .hdyp__intro em {
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #e62742;
    font-style: normal;
    font-size: 1.2em; }
.hdyp__lead {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  margin: 0 0 1.2em 0; }
.hdyp__content {
  width: 100%;
  text-align: center; }
.hdyp__item {
  float: left;
  text-align: left;
  width: 30%;
  min-height: 160px;
  margin: 0 2% 5% 1%; }
  @media only screen and (max-width: 1036px) {
    .hdyp__item {
      width: 40%;
      margin: 0 5% 5%; } }
  @media only screen and (max-width: 700px) {
    .hdyp__item {
      width: 100%;
      max-width: 500px;
      display: block;
      float: none;
      margin: 0 auto 0; } }
  .hdyp__item--fish img {
    margin: 7px 0 0 30px; }
  .hdyp__item--nuoc img {
    margin: 30px 10px 0 10px; }
  .hdyp__item--herbs img {
    margin: -2px 10px 0 10px; }
  .hdyp__item--pickle img {
    margin: 15px 10px 0 10px; }
  .hdyp__item--ricepapers img {
    margin: -1px 10px 0 10px; }
  .hdyp__item--noodles img {
    margin: -1px -5px 0 10px; }
  .hdyp__item--noodles p {
    font-size: .9em; }
  .hdyp__item__content {
    float: right;
    max-width: 55%; }
    .hdyp__item__content h2 {
      color: #e62742;
      font-size: 1.5em;
      font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif; }
    .hdyp__item__content p {
      color: #4a4a4a;
      font-weight: bold;
      line-height: 1.2em;
      font-size: .9em;
      margin: 0; }
  .hdyp__item img {
    float: left;
    max-width: 35%;
    height: auto; }

.page--what-is-pho {
  display: block; }
  .page--what-is-pho:after {
    content: "";
    display: table;
    clear: both; }

.what-is-pho__heading {
  text-indent: -9999px;
  width: 100%;
  height: auto; }
  @media only screen and (min-width:40.63em) {
    .what-is-pho__heading {
      border: 1px solid red; } }
.what-is-pho__header {
  color: red;
  font-weight: 100;
  text-align: center;
  margin: 0 0 0.3em 0;
  text-indent: 0;
  background: none;
  line-height: 1em;
  height: inherit; }
.what-is-pho__sub {
  width: 100%;
  padding-right: 3%; }
  @media only screen and (min-width:50.063em) {
    .what-is-pho__sub {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 49.71041%; }
      .what-is-pho__sub:last-child {
        margin-right: 0; } }
.what-is-pho__content {
  box-shadow: 6px 6px 0px 0px rgba(24, 24, 24, 0.15);
  position: relative;
  padding: 0 1.8rem 1.6rem;
  background: url('img/contact_bg.jpg') top left;
  margin: 0 0 2em 0;
  width: 100%; }
  @media only screen and (min-width:50.063em) {
    .what-is-pho__content {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 49.71041%; }
      .what-is-pho__content:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .what-is-pho__content {
      margin-bottom: 25px; } }
  .what-is-pho__content img {
    margin: 0 0 15px 0; }
  .no-js .what-is-pho__content__item {
    display: none; }
    .no-js .what-is-pho__content__item:target {
      background: yellow;
      display: block; }
  .js .what-is-pho__content__item {
    display: none; }
  .what-is-pho__content__item.js-active {
    display: block; }
  .what-is-pho__content__image {
    background: url('img/button-bg.jpg');
    width: 100%;
    display: block; }
    .what-is-pho__content__image img {
      display: block;
      width: 100%;
      padding: .5rem;
      border-radius: .1em; }
      @media only screen and (min-width:40.63em) {
        .what-is-pho__content__image img {
          max-width: 100%; } }
  .what-is-pho__content__subheading {
    font-size: 3.5em;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    display: inline-block;
    text-transform: uppercase;
    color: #639b89;
    margin: 0;
    padding: 0;
    margin: .5rem 0;
    padding: .6rem;
    background: url('img/button-bg.jpg') 0 -20%;
    line-height: 0.7em;
    padding-bottom: .2em; }
    @media only screen and (min-width:40.63em) {
      .what-is-pho__content__subheading {
        margin: 0;
        font-size: 4.5em; }
        .what-is-pho__featured__image ~ .what-is-pho__content__subheading {
          -webkit-transform: translate(1.2rem, -3.5rem);
              -ms-transform: translate(1.2rem, -3.5rem);
                  transform: translate(1.2rem, -3.5rem); } }
  .what-is-pho__content__description {
    color: #4d4d4d;
    font-weight: 600;
    line-height: 1.9em;
    font-size: 1em; }
    @media only screen and (min-width:40.63em) {
      .what-is-pho__content__description {
        padding: 0 1rem; }
        .what-is-pho__featured__image ~ .what-is-pho__content__description {
          -webkit-transform: translateY(-1.8rem);
              -ms-transform: translateY(-1.8rem);
                  transform: translateY(-1.8rem); } }
.what-is-pho__content p {
  margin: auto;
  font-size: 1.2em;
  line-height: 1.4em; }

.what-is-pho__header {
  color: #e62742;
  font-weight: 100;
  text-align: center;
  margin: 0 0 0.3em 0;
  text-indent: 0;
  background: none;
  line-height: 1em;
  height: inherit;
  font-size: 5em;
  line-height: 1.2em; }

.what-is-pho__header:after {
  display: block;
  background: url('img/pattern-dot-white2.png') repeat-x bottom left;
  height: 10px;
  background-size: contain;
  width: 85%;
  display: block;
  float: none;
  margin: 0 auto;
  content: ''; }

.page--what-is-pho .page--food__main {
  padding: 1.3em 1.3em 1.5em; }

.page--what-is-pho .what-is-pho__content:before {
  background: url('img/plaster.png') no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  top: -20px;
  left: -20px; }

.what-is-pho__content:after {
  background: url('img/plaster.png') no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  content: "";
  position: absolute;
  bottom: -45px;
  right: -45px; }

.what-is-pho__content p span {
  color: #e62742;
  font-size: 1.3em;
  font-weight: 600; }

.what-is-pho__sub img {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .what-is-pho__sub img {
      display: block; } }

@media only screen and (max-width: 940px) {
  .what-is-pho__header {
    font-size: 4em; } }

@media only screen and (max-width: 800px) {
  .what-is-pho__sub img {
    display: none; } }

@media only screen and (max-width: 600px) {
  .what-is-pho__header {
    font-size: 3em; } }

.page-id-62 .food__subnav {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .page-id-62 .food__subnav {
      display: block; } }

@media only screen and (min-width:40.63em) {
  .pho-to-go__main {
    padding: 0 0.5rem;
    margin-top: 1rem;
    padding: 0 2rem; } }
.pho-to-go__header {
  height: 6rem;
  max-width: 100%;
  background: url("img/pho-to-go-text.png") no-repeat top center;
  background-size: contain; }
  @media only screen and (max-width: 40.63em) {
    .pho-to-go__header {
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      margin-top: 1rem; } }
  @media only screen and (min-width:40.63em) {
    .pho-to-go__header {
      line-height: 3.1em;
      padding: 0;
      font-size: 4em;
      color: #e62742;
      font-weight: 100;
      text-align: center;
      margin-bottom: 1rem;
      background: none;
      line-height: 1em;
      height: inherit;
      max-width: 100%;
      height: auto; } }
  @media only screen and (min-width:64.063em) {
    .pho-to-go__header {
      font-size: 5em;
      line-height: 1.2em; } }
  .pho-to-go__header:after {
    width: 100%;
    max-width: 100%;
    margin-top: 1rem; }
    @media only screen and (min-width:40.63em) {
      .pho-to-go__header:after {
        margin: .5rem auto 1.5rem auto;
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
.pho-to-go__description {
  width: 100%;
  font-size: 1.1em;
  margin-right: 2em; }
  @media only screen and (min-width:50.063em) {
    .pho-to-go__description {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 41.32882%; }
      .pho-to-go__description:last-child {
        margin-right: 0; } }
  .pho-to-go__description p {
    text-align: center; }
    @media only screen and (min-width:40.63em) {
      .pho-to-go__description p {
        padding: 0 0.2rem 0 0.4rem; } }
    .pho-to-go__description p:first-of-type {
      display: none; }
      @media only screen and (min-width:50.063em) {
        .pho-to-go__description p:first-of-type {
          display: block; } }
  .pho-to-go__description img.bags {
    display: none; }
    @media only screen and (min-width:64.063em) {
      .pho-to-go__description img.bags {
        display: block;
        margin: auto;
        margin: 50px auto; } }
.pho-to-go__restaurants {
  width: 100%;
  padding-top: 0; }
  @media only screen and (min-width:50.063em) {
    .pho-to-go__restaurants {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 55.99661%; }
      .pho-to-go__restaurants:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:50.063em) {
    @media only screen and (min-width:40.63em) {
      .pho-to-go__restaurants {
        margin-left: 2.0954%; } } }
  .pho-to-go__restaurants .restaurant__card--large {
    position: relative;
    background: #fcf8f2;
    opacity: 0;
    max-height: 0rem;
    overflow: hidden; }
    @media only screen and (min-width:40.63em) {
      .pho-to-go__restaurants .restaurant__card--large {
        background: url("img/button-bg.jpg") top right no-repeat;
        margin-bottom: 1rem; } }
    .pho-to-go__restaurants .restaurant__card--large:not(.js-active) {
      border: none;
      padding: 0;
      margin-bottom: 0; }
    .pho-to-go__restaurants .restaurant__card--large.js-animate-height {
      transition: max-height .35s, margin-bottom .2s; }
    .pho-to-go__restaurants .restaurant__card--large.js-active {
      opacity: 1;
      transition: opacity 1s ease-in-out;
      border: 1px solid black;
      display: block;
      max-height: 20em;
      overflow: hidden; }
      @media only screen and (min-width:40.63em) {
        .pho-to-go__restaurants .restaurant__card--large.js-active {
          max-height: 15rem; } }
  .pho-to-go__restaurants .restaurant__card--small {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .pho-to-go__restaurants .restaurant__card--small {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 24.12618%;
        background: url("img/button-bg.jpg") top right no-repeat;
        margin-bottom: 1rem;
        font-size: 1.1rem;
        padding: .4em;
        display: block; }
        .pho-to-go__restaurants .restaurant__card--small:last-child {
          margin-right: 0; }
        .pho-to-go__restaurants .restaurant__card--small:nth-child(4n) {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .pho-to-go__restaurants .restaurant__card--small {
        font-size: .9rem; } }
    @media only screen and (min-width:64.063em) {
      .pho-to-go__restaurants .restaurant__card--small {
        font-size: 1.2rem; } }
  .pho-to-go__restaurants__all {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }

.pho-to-go__bg {
  width: 100%;
  position: relative; }
  @media only screen and (min-width:40.63em) {
    .pho-to-go__bg {
      padding: 0 1.5rem;
      background: url("img/contact_bg.jpg") top left;
      box-shadow: 6px 6px 0px 0px rgba(24, 24, 24, 0.15);
      margin-bottom: 1rem; }
      .pho-to-go__bg:before, .pho-to-go__bg:after {
        background: url("img/plaster.png") no-repeat;
        display: block;
        width: 100px;
        height: 100px;
        content: "";
        position: absolute; }
      .pho-to-go__bg:before {
        top: -20px;
        left: -20px; }
      .pho-to-go__bg:after {
        bottom: -50px;
        right: -50px; } }

.page--pho-to-go .restaurant__card__info {
  margin-right: 0 !important;
  padding-left: 0;
  float: none;
  width: 100%; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__info {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 83.13915%; }
      .page--pho-to-go .restaurant__card__info:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:50.063em) {
    .page--pho-to-go .restaurant__card__info {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 100%; }
      .page--pho-to-go .restaurant__card__info:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .page--pho-to-go .restaurant__card__info {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 74.70873%; }
      .page--pho-to-go .restaurant__card__info:last-child {
        margin-right: 0; } }
  .page--pho-to-go .restaurant__card__info:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__info {
      padding-left: 0.6rem; } }
.page--pho-to-go .restaurant__card__distance {
  float: none;
  display: block;
  margin: 0.3em 0 0.5em; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__distance {
      display: inline-block;
      margin: 0; } }
.page--pho-to-go .restaurant__card__bottom {
  width: 100%; }
  .page--pho-to-go .restaurant__card__bottom:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__bottom {
      position: static;
      padding-top: .5rem; }
      .page--pho-to-go .restaurant__card__bottom:after {
        content: "";
        display: table;
        clear: both; } }
  @media only screen and (min-width:64.063em) {
    .page--pho-to-go .restaurant__card__bottom {
      clear: both;
      -webkit-transform: translateY(-1em);
          -ms-transform: translateY(-1em);
              transform: translateY(-1em); } }
.page--pho-to-go .restaurant__card__more {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%;
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0.7em 0 0.2em 0;
  padding: 16px 0 0.2em 0;
  font-weight: 600;
  font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: .5rem; }

  .page--pho-to-go .restaurant__card__more:last-child {
    margin-right: 0; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__more {
      float: left;
      display: block;
      /*margin-right: 1.16509%;*/
      margin-right: 0;
      width: 49.41745%; }
    .page--pho-to-go .restaurant__card__more:last-child {
      margin-right: 0; } }
  @media only screen and (min-width:50.063em) {
    .page--pho-to-go .restaurant__card__more {
      float: left;
      display: block;
      /*margin-right: 1.16509%;*/
      margin-right: 0;
      width: 49.41745%; }
      .page--pho-to-go .restaurant__card__more:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__more {
      font-size: 1.1em;
      float: right;
      margin-bottom: 0; }
      .page--pho-to-go .restaurant__card__more:after {
        content: "";
        display: table;
        clear: both; } }
  @media only screen and (min-width:50.063em) {
    .page--pho-to-go .restaurant__card__more {
      font-size: 1em; }
      .page--pho-to-go .restaurant__card__more:after {
        content: "";
        display: table;
        clear: both; } }
  @media only screen and (min-width:64.063em) {
    .page--pho-to-go .restaurant__card__more {
      font-size: 1.4em;
      margin-right: 0; } }
.page--pho-to-go .restaurant__card__moreinfo {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%;
  text-align: right;
  font-weight: 600;
  font-size: 1.1em;
  color: #4a4a4a; }
  .page--pho-to-go .restaurant__card__moreinfo:last-child {
    margin-right: 0; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__moreinfo {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 40.98703%; }
      .page--pho-to-go .restaurant__card__moreinfo:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:50.063em) {
    .page--pho-to-go .restaurant__card__moreinfo {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 49.41745%; }
      .page--pho-to-go .restaurant__card__moreinfo:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .page--pho-to-go .restaurant__card__moreinfo {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 49.41745%; }
      .page--pho-to-go .restaurant__card__moreinfo:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__moreinfo {
      text-align: left;
      padding-top: .8rem; } }
  @media only screen and (min-width:50.063em) {
    .page--pho-to-go .restaurant__card__moreinfo {
      font-size: .9em;
      padding-top: 1.1rem; } }
  @media only screen and (min-width:64.063em) {
    .page--pho-to-go .restaurant__card__moreinfo {
      font-size: 1.1em; } }

.choose {
  text-align: center;
  margin-bottom: 1rem;
  margin: 0 0 .3em 0; }
  .choose__text {
    display: block;
    line-height: 1em;
    margin: 0.2em 0;
    font-weight: bold; }
    .choose__text--small {
      display: block;
      margin-bottom: 1rem; }
      @media only screen and (min-width:64.063em) {
        .choose__text--small {
          display: none; } }
    .choose__text--large {
      font-weight: normal;
      display: none;
      font-size: 2.6em;
      color: #639b89;
      text-transform: uppercase;
      font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif; }
      @media only screen and (min-width:64.063em) {
        .choose__text--large {
          display: block; } }
  .choose img {
    display: none;
    margin: 0 auto; }
    @media only screen and (min-width:64.063em) {
      .choose img {
        display: block; } }

.page--pho-to-go picture img {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go picture img {
      display: block; } }
@media only screen and (min-width:64.063em) {
  .page--pho-to-go .restaurant__card {
    padding-bottom: 0; } }
.page--pho-to-go .restaurant__card__subheading {
  font-weight: 600;
  margin: 0; }
.page--pho-to-go .restaurant__card h2 {
  width: 100%;
  margin: 0;
  line-height: 1.2em;
  font-size: 2.3em;
  font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif; }
  .page--pho-to-go .restaurant__card h2:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card h2 {
      font-size: 1.8em;
      margin: 0.2em 0 .3em 0; } }
  @media only screen and (min-width:50.063em) {
    .page--pho-to-go .restaurant__card h2 {
      font-size: 2em; } }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card h2 .restaurant__card__name {
      display: inline;
      float: left; } }
  @media only screen and (min-width:64.063em) {
    .page--pho-to-go .restaurant__card h2 .restaurant__card__name {
      font-size: 1.3em; } }
  .page--pho-to-go .restaurant__card h2 .restaurant__card__phone {
    color: #4a4a4a;
    font-size: .7em;
    line-height: 1em;
    display: block; }
    @media only screen and (min-width:40.63em) {
      .page--pho-to-go .restaurant__card h2 .restaurant__card__phone {
        font-size: .9em;
        float: right; } }
    @media only screen and (min-width:50.063em) {
      .page--pho-to-go .restaurant__card h2 .restaurant__card__phone {
        line-height: 1.4em;
        font-size: .9em; } }
.page--pho-to-go .restaurant__card__address, .page--pho-to-go .restaurant__card__details {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 100%;
  font-size: 1em;
  float: left;
  width: 100%;
  margin: 0 0 .5em 0; }
  .page--pho-to-go .restaurant__card__address:last-child, .page--pho-to-go .restaurant__card__details:last-child {
    margin-right: 0; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__address, .page--pho-to-go .restaurant__card__details {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 49.41745%; }
      .page--pho-to-go .restaurant__card__address:last-child, .page--pho-to-go .restaurant__card__details:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .page--pho-to-go .restaurant__card__address, .page--pho-to-go .restaurant__card__details {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 49.41745%; }
      .page--pho-to-go .restaurant__card__address:last-child, .page--pho-to-go .restaurant__card__details:last-child {
        margin-right: 0; } }
.page--pho-to-go .restaurant__card__address__steet, .page--pho-to-go .restaurant__card__address__postcode {
  display: block; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__address__steet, .page--pho-to-go .restaurant__card__address__postcode {
      display: inline; } }
.page--pho-to-go .restaurant__card__image {
  display: none; }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__image {
      display: block; } }
  @media only screen and (min-width:40.63em) {
    .page--pho-to-go .restaurant__card__image {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 15.69576%; }
      .page--pho-to-go .restaurant__card__image:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:50.063em) {
    .page--pho-to-go .restaurant__card__image {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 24.12618%; }
      .page--pho-to-go .restaurant__card__image:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:50.063em) {
    .page--pho-to-go .restaurant__card__image {
      display: none; } }
  @media only screen and (min-width:64.063em) {
    .page--pho-to-go .restaurant__card__image {
      display: block; }
      .page--pho-to-go .restaurant__card__image:after {
        content: "";
        display: table;
        clear: both; } }

.restaurant__button:active:not(:disabled), .restaurant__button:focus:not(:disabled) {
  background: #71a098 !important; }

.pho-to-go__restaurants .restaurant__card--large.js-active {
  max-height: 30em; }

@media (min-width: 40.63em) and (min-width: 50.063em) {
  .pho-to-go__restaurants {
    margin-left: 2%; 
  } 
}

.kota-clear:after {
  content: "";
  display: table;
  clear: both; }

.deliveroo {
  position: relative; 
}
@media only screen and (min-width: 64.063em) {
  .deliveroo {
    margin-top: 1rem; 
  } 
}

.deliveroo img {
  position: absolute;
  right: 0;
  top: -76px; 
}
.deliveroo--thirds .collection-buttons a {
  width: 32% !important;
  position: relative;
}
.deliveroo .deliveroo__icon {
  width: auto !important;
  position: static;
  /*top: -4px;
  left: -32px;*/
}
@media all and (max-width: 650px) {
  .deliveroo--thirds .collection-buttons a {
    width: 100% !important;
  }
}
.page--pho-to-go .restaurant__card__more--has-icon {
  padding: 10px 0 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
}
.page--pho-to-go .restaurant__card__more--has-icon > div {
  width: auto !important;
  margin-right: 10px !important;
}


@media only screen and (min-width:40.63em) {
  .collection-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media only screen and (min-width:40.63em) {
  .collection-buttons * {
    width: 49% !important; 
  } 
}

@media only screen and (min-width:40.63em) {
  .collection-buttons div {
    margin-right: 0 !important; } }

@media only screen and (min-width:40.63em) {
  .collection-buttons a:first-child {
    margin-right: 2% !important; } }

@media only screen and (min-width:40.63em) {
  /*.collection-buttons a:nth-child(2) {
    margin-left: 2% !important;
    margin-right: 0 !important; 
  }*/ 
}
@media only screen and (min-width: 40.63em) {
  .collection-buttons a.restaurant__card__more--ubereats {
    margin-left: 2%
  }
}
@media all and (max-width: 333px) {
  .deliveroo .ubereats-img {
    right: 70px;
  }
}

.kota-more-info {
  float: right !important;
  text-align: right !important; }
.deliveroo--thirds .restaurant__card__moreinfo.kota-more-info {
  width: 100% !important;
}

/*#westfield-card .collection-buttons, #stratford-card .collection-buttons {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }*/
  /*#westfield-card .collection-buttons a:first-child, #stratford-card .collection-buttons a:first-child {
    display: none; }
  */
  /*@media only screen and (min-width:40.63em) {
    #westfield-card .collection-buttons a:nth-child(2), #stratford-card .collection-buttons a:nth-child(2) {
      margin-left: 0 !important; } }
*/

.page--contact-us {
  display: block;
  margin-bottom: 2rem; }
  .page--contact-us:after {
    content: "";
    display: table;
    clear: both; }
  .page--contact-us .page__banner {
    display: block; }
    @media only screen and (min-width:40.63em) {
      .page--contact-us .page__banner {
        display: none; } }

@media only screen and (min-width:40.63em) {
  .contact-us__main {
    padding: 0 1rem; } }
.contact-us__panel, .faq__panel, .wwu__panel {
  margin-top: 1em;
  font-size: 1.7em;
  line-height: 1.1em;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-weight: 100;
  padding: 1rem 0 1rem 1rem;
  margin: auto; }
  @media only screen and (min-width:40.63em) {
    .contact-us__panel, .faq__panel, .wwu__panel {
      padding: 1.5rem;
      background: url("img/contact_bg.jpg") top left; } }
  .contact-us__panel p a, .faq__panel p a, .wwu__panel p a {
    font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1.1em; }
.contact-us__description {
  width: 100%;
  display: none;
  font-size: 1.2em;
  padding-right: 3rem; }
  @media only screen and (min-width:50.063em) {
    .contact-us__description {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 49.71041%; }
      .contact-us__description:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .contact-us__description {
      display: block; } }
  .contact-us__description .desc {
    font-size: .6em;
    line-height: 1.3em;
    font-family: 'MyriadPro', helvetica, sans-serif; }
  .contact-us__description img {
    width: 100%;
    margin-bottom: 20px; }
.contact-us__form {
  width: 100%; }
  @media only screen and (min-width:40.63em) {
    .contact-us__form {
      padding: 1.3rem;
      background: url("img/contact_bg.jpg") top left;
      border: 1px solid #000; } }
  .contact-us__form__wrap {
    width: 100%; }
    @media only screen and (min-width:50.063em) {
      .contact-us__form__wrap {
        float: left;
        display: block;
        margin-right: 0.57917%;
        width: 49.71041%; }
        .contact-us__form__wrap:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:40.63em) {
      .contact-us__form__wrap {
        margin: 0 0 2rem 0; } }
    .contact-us__form__wrap h2 {
      background: url("img/get-in-touch.png") top center no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 40.63em) {
        .contact-us__form__wrap h2 {
          font: 0/0 a;
          text-shadow: none;
          color: transparent; } }
      @media only screen and (min-width:40.63em) {
        .contact-us__form__wrap h2 {
          line-height: .7em;
          padding: 0;
          margin-bottom: 0;
          font-size: 4.2em;
          color: #e62742;
          text-align: center;
          font-weight: 100;
          background: none;
          height: inherit;
          text-indent: 0;
          max-width: 100%;
          height: auto; } }
      @media only screen and (min-width:64.063em) {
        .contact-us__form__wrap h2 {
          font-size: 5.5em; } }
      @media only screen and (min-width:40.63em) {
        .contact-us__form__wrap h2:after {
          margin: 1rem auto 1.5rem auto;
          position: static;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          max-width: 24.6rem; } }
  .contact-us__form__text a {
    font-weight: bold; }
  .contact-us__form__row:after {
    content: "";
    display: table;
    clear: both; }
  .contact-us__form__field {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: .5rem;
    margin-right: 0 !important; }
    @media only screen and (min-width:40.63em) {
      .contact-us__form__field {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 49.41745%; }
        .contact-us__form__field:last-child {
          margin-right: 0; } }
  .contact-us__form:before {
    display: block;
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    top: -20px;
    left: -20px; }
    @media only screen and (min-width:40.63em) {
      .contact-us__form:before {
        background: url("img/plaster.png") no-repeat; } }
  .contact-us__form p {
    padding: 0;
    font-size: 1em; }
  .contact-us__form__label {
    font-size: 1.7em;
    text-transform: uppercase;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #4a4a4a;
    margin: 0 0 .5rem 0; }
    @media only screen and (min-width:40.63em) {
      .contact-us__form__label {
        font-size: 1.4em; } }
    @media only screen and (min-width:64.063em) {
      .contact-us__form__label {
        font-size: 1.7em; } }
    .contact-us__form__label--pho span {
      margin: 0 0 0.3em 0;
      display: block; }
      @media only screen and (min-width:40.63em) {
        .contact-us__form__label--pho span {
          margin: 0; } }
    .contact-us__form__label--pho:after {
      border-top: 1rem solid #639b89 !important;
      border-right: 0.6rem solid transparent !important;
      border-left: 0.6rem solid transparent !important;
      bottom: 1.1rem !important;
      top: auto !important;
      right: 0; }
      @media only screen and (min-width:40.63em) {
        .contact-us__form__label--pho:after {
          bottom: 0.4rem !important; } }
    .contact-us__form__label--pho .location-select {
      background: #fffbf5;
      border: 1px #181818 solid;
      font-size: .8em; }
      @media only screen and (min-width:40.63em) {
        .contact-us__form__label--pho .location-select {
          margin-top: .5rem;
          height: 37px;
          padding: 0 0 0 .5rem; } }
  .contact-us__form select {
    width: 100%;
    padding: 10px; }
  .contact-us__form__input {
    background: #fffbf5 !important;
    border: 1px solid #181818 !important;
    margin: 0 !important; }
  .contact-us__form textarea {
    height: 7rem;
    resize: none; }
  .contact-us__form .contact-us__form__submit {
    background: #b6e1d3;
    float: right;
    font-size: 1.6em;
    padding: 5px 13px;
    margin: 10px 0 0 0;
    font-weight: 100; }

div.wpcf7-validation-errors {
  display: none !important; }

#thanks {
  text-align: center; }
  #thanks span {
    color: #e62742; }

.page--legal {
  margin-bottom: 2rem; }
  .page--legal__main {
    padding: 0 1rem; }
  .page--legal h3 {
    text-transform: uppercase;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #e62742;
    font-size: 2em;
    margin-top: 1rem;
    font-weight: 100; }
  .page--legal p {
    margin-bottom: .3rem; }
  .page--legal ul {
    list-style: initial;
    padding-left: 1rem; }

.page--nutrition {
  display: block;
  text-align: center; }
  .page--nutrition:after {
    content: "";
    display: table;
    clear: both; }
  .page--nutrition p {
    font-size: 1.4em;
    line-height: 1.2em;
    font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
    max-width: 85%;
    text-align: center;
    margin: 0 auto 30px; }
    .page--nutrition p span {
      color: #e62742; }

.nutrition__content {
  margin-bottom: 2rem; }
  .nutrition__content--top p:last-of-type {
    display: none; }
  .nutrition__content--bottom p:not(:last-of-type) {
    display: none; }
.nutrition__illustration {
  position: relative;
  margin-bottom: 1rem; }
.nutrition__quote {
  position: absolute; }
  .nutrition__quote--slice {
    width: 22%;
    height: 20%;
    top: 2%;
    left: 7%; }
  .nutrition__quote--stylist {
    width: 21%;
    height: 16%;
    bottom: 27%;
    left: 10%; }
  .nutrition__quote--standard {
    width: 47%;
    height: 17%;
    bottom: 4%;
    left: 30%; }
  .nutrition__quote--hungry {
    width: 18%;
    height: 36%;
    top: 1%;
    right: 7%; }
  .nutrition__quote--huffpo {
    width: 21%;
    height: 22%;
    bottom: 26%;
    right: 9%; }

.nutrition-title {
  display: none; }

.nutrition-mob {
  display: none; }

@media only screen and (max-width: 650px) {
  .nutrition__content--top {
    margin-top: 2rem; } }

.page--wwu {
  margin-bottom: 2rem;
  display: block; }
  .page--wwu:after {
    content: "";
    display: table;
    clear: both; }

@media only screen and (min-width:40.63em) {
  .wwu__form h2 {
    min-width: 100%; } }
@media only screen and (min-width:40.63em) {
  .wwu__form h2:after {
    content: '';
    display: block;
    background: url('img/pattern-dot-white2.png') repeat-x top left;
    height: 10px;
    background-size: contain;
    width: 70%;
    display: block;
    float: none;
    margin: 0 auto;
    margin-bottom: 1.5rem; } }
.wwu__form h3 {
  font-size: 2.8em;
  text-align: center;
  line-height: 1em;
  margin: auto;
  font-weight: 100;
  margin-bottom: 0.5em;
  max-width: 100%; }
  @media only screen and (min-width:40.63em) {
    .wwu__form h3 {
      max-width: 95%; } }
  .wwu__form h3 span {
    color: #2b8e7d;
    font-size: 1.05em; }
.wwu__form:before, .wwu__form:after {
  display: block;
  width: 100px;
  height: 100px;
  content: '';
  position: absolute; }
.wwu__form:before {
  top: -20px;
  left: -20px; }
  @media only screen and (min-width:40.63em) {
    .wwu__form:before {
      background: url('img/plaster.png') no-repeat; } }
.wwu__form:after {
  background: url('img/plaster.png') no-repeat;
  bottom: -50px;
  right: -50px; }

@media only screen and (min-width:40.63em) {
  .wwu__main {
    padding: 0 2rem; } }
.wwu__panel--small {
  padding: 0;
  display: block; }
  @media only screen and (min-width:50.063em) {
    .wwu__panel--small {
      display: none; } }
.wwu__panel--large {
  display: none;
  padding: 1.5rem;
  background: url('img/contact_bg.jpg') top left; }
  @media only screen and (min-width:50.063em) {
    .wwu__panel--large {
      display: block; } }
.wwu__description {
  width: 100%;
  display: none;
  font-size: 1.2em; }
  @media only screen and (min-width:50.063em) {
    .wwu__description {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 49.71041%; }
      .wwu__description:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:64.063em) {
    .wwu__description {
      display: block; } }
  @media only screen and (min-width:40.63em) {
    .wwu__description {
      padding-left: 2rem; } }
  .wwu__description .desc {
    font-size: .6em;
    line-height: 1.3em;
    font-family: 'MyriadPro', helvetica, sans-serif; }
  .wwu__description img {
    width: 100%;
    margin-bottom: 0.3rem; }
.wwu__form {
  width: 100%;
  position: relative;
  margin: .5rem 0 2rem 0;
  padding-top: 1rem; }
  @media only screen and (min-width:50.063em) {
    .wwu__form {
      float: left;
      display: block;
      margin-right: 0.57917%;
      width: 49.71041%; }
      .wwu__form:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .wwu__form {
      padding: 1.3rem;
      background: url('img/contact_bg.jpg') top left;
      box-shadow: 6px 6px 0px 0px rgba(24, 24, 24, 0.15); } }
  .wwu__form h2 {
    background: url('img/get-in-touch.png') top center no-repeat;
    text-indent: -9999px;
    background-size: contain;
    width: 100%;
    height: 4em;
    margin: auto; }
    @media only screen and (min-width:40.63em) {
      .wwu__form h2 {
        font-size: 4.2em;
        color: #e62742;
        text-align: center;
        font-weight: 100;
        background: none;
        height: inherit;
        text-indent: 0; } }
    @media only screen and (min-width:64.063em) {
      .wwu__form h2 {
        font-size: 5.5em; } }
  .wwu__form__text {
    font-size: 1.2em; }
    @media only screen and (min-width:40.63em) {
      .wwu__form__text {
        padding: 0 .8em; } }

#pho-video-container {
  position: relative; }

@media (min-width: 651px) {
  #what-the-pho {
    position: absolute;
    top: -6%;
    left: -3%;
    width: 25%;
    height: 34%;
    background: url(/wp-content/themes/pho-restaurants/img-restaurants/whatThePho.png) no-repeat;
    background-size: contain;
    z-index: 1; } }

#work-with-pho {
  background: url('img/contact_bg.jpg') top left;
  padding: 0.5em 7%;
  width: 80%;
  margin: 0 auto 2.5rem;
  position: relative;
  box-shadow: 6px 6px 0px 0px rgba(24, 24, 24, 0.15); }
  #work-with-pho h2 {
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
    color: #e62742; }
  #work-with-pho p {
    text-align: left;
    font-size: 1.1rem; }
    #work-with-pho p strong {
      color: #e62742;
      font-weight: bold;
      font-size: 1.25rem; }
  #work-with-pho:before {
    top: -20px;
    left: -20px; }
  #work-with-pho:after {
    bottom: -50px;
    right: -50px; }
  #work-with-pho:before, #work-with-pho:after {
    display: block;
    width: 100px;
    height: 100px;
    content: '';
    position: absolute;
    background: url('img/plaster.png') no-repeat; }
  #work-with-pho li:before {
    content: "• ";
    color: red;
    /* or whatever color you prefer */ }

#jobs-people {
  width: 80%;
  margin-bottom: 2rem; }

#jobs-location {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }
  #jobs-location h2 {
    display: none; }
    @media only screen and (min-width: 40.63em) {
      #jobs-location h2 {
        display: block;
        font-size: 3.5rem;
        min-width: inherit;
        margin: 0 1rem 0 0;
        width: auto; } }
  #jobs-location select {
    width: 100%;
    padding: 0.75rem 0 0.75rem 1rem;
    color: #fff;
    font-size: 2.3rem;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    border-radius: 0;
    margin-top: 0.4rem;
    background: #64998d url('img/arrow-dropdown.png') no-repeat;
    background-size: 18px;
    background-position: 94% 18px;
    cursor: pointer; }
    @media only screen and (min-width: 40.63em) {
      #jobs-location select {
        width: 14rem;
        font-size: 1.7rem;
        padding: 0.5rem 0 0.5rem 1.5rem;
        background-size: 8%;
        background-position: 191px 15px; } }
  #jobs-location .active {
    display: block; }

.jobs-list h5 {
  font-family: inherit;
  color: #e01e3b;
  margin: 0 0 1rem; }
  .jobs-list h5:nth-child(2) {
    margin-top: 1rem; }
.jobs-list > li {
  display: none; }
.jobs-list .active {
  display: block; }
.jobs-list li {
  margin-bottom: 10px !important; }
  .jobs-list li:before {
    font-size: 40px; }
.jobs-list ul {
  margin-bottom: 1rem; }
.jobs-list i {
  padding-top: 4px; }

.apply-for-job {
  background: #64998d;
  color: #fff;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  padding: 0.6rem 0.75rem;
  margin-top: 1rem;
  display: inline-block;
  transition: background 0.25s; }
  .apply-for-job:hover {
    color: #fff;
    background: #e01e3b; }

#jobs-mob-header {
  padding-bottom: 0.8rem; }
  @media only screen and (min-width: 40.63em) {
    #jobs-mob-header {
      display: none; } }

#jobs-mob-dots {
  width: 100%;
  content: '';
  display: block;
  height: 15px;
  background: url('img/pattern-dot-white2.png') repeat-x top left;
  background-size: contain;
  margin: 1.2rem auto 0; }
  @media only screen and (min-width: 40.63em) {
    #jobs-mob-dots {
      display: none; } }

#jobs-icon {
  padding-top: 1rem; }

.site__main:after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 40.63em) {
  #cocktail-mobile {
    display: none; } }

#cocktail-container {
  display: none;
  width: 100%;
  padding-top: 62.57669%;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 40.63em) {
    #cocktail-container {
      display: block; } }

#paper {
  background: url(img/paper.png) no-repeat;
  background-size: contain;
  width: 82.47152%;
  padding-top: 23.48565%;
  position: absolute;
  top: 3%;
  left: 9.6%; }

#cocktails {
  background: url(img/cocktails.png) no-repeat;
  background-size: contain;
  width: 75.81069%;
  padding-top: 59.30636%;
  position: absolute;
  top: 5%;
  left: 12%; }

#stars {
  background: url(img/stars.png) no-repeat;
  background-size: contain;
  width: 35.49518%;
  padding-top: 79.50617%;
  position: absolute;
  top: 23%;
  left: 32%; }

#arrowstitle {
  background: url(img/ArrowsTitle.png) no-repeat;
  background-size: contain;
  width: 69.58808%;
  padding-top: 37.90932%;
  position: absolute;
  top: 14%;
  left: 13%; }

#titles {
  background: url(img/titles.png) no-repeat;
  background-size: contain;
  width: 75.02191%;
  padding-top: 20.21028%;
  position: absolute;
  top: 6%;
  left: 12.5%; }

#description1 {
  background: url(img/description1.png) no-repeat;
  background-size: contain;
  width: 21%;
  padding-top: 11%;
  position: absolute;
  top: 78%;
  left: 13%; }

#description2 {
  background: url(img/description2.png) no-repeat;
  background-size: contain;
  width: 23%;
  padding-top: 11%;
  position: absolute;
  top: 76%;
  left: 39.2%; }

#description3 {
  background: url(img/description3.png) no-repeat;
  background-size: contain;
  width: 21.3%;
  padding-top: 12%;
  position: absolute;
  top: 76%;
  left: 66.2%; }

.page-template-page-love-pho-give-food {
  background-attachment: fixed;
  background-position: center; }

.love-pho-give-food {
  text-align: center; }
  @media (min-width: 651px) {
    .love-pho-give-food {
      background: url("img/contact_bg.jpg") repeat-y top left;
      margin: 2rem;
      padding: 2rem;
      background-size: 100%; } }
  .love-pho-give-food * {
    font-family: "KG HAPPY Solid", 'Arial Narrow', Arial, Helvetica, sans-serif;
    color: #59595a; }
  .love-pho-give-food .green {
    color: #7bc143 !important; }
  .love-pho-give-food .blue {
    color: #4376bb !important; }
  .love-pho-give-food .red {
    color: #e43f43 !important; }
  .love-pho-give-food h1, .love-pho-give-food h2, .love-pho-give-food p {
    letter-spacing: -0.15rem;
    text-align: center;
    max-width: 865px;
    margin: 0 auto; }
  .love-pho-give-food h1, .love-pho-give-food h2 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    line-height: 1.1;
    letter-spacing: -0.4rem; }
    @media (min-width: 950px) {
      .love-pho-give-food h1, .love-pho-give-food h2 {
        font-size: 4.1rem;
        margin-bottom: 2rem; } }
    .love-pho-give-food h1:after, .love-pho-give-food h2:after {
      width: 82%;
      content: '';
      display: block;
      height: 15px;
      background: url("img/pattern-dot-white2.png") repeat-x top left;
      background-size: contain;
      max-width: 20rem;
      margin: 0.8rem auto 0; }
      @media (min-width: 651px) {
        .love-pho-give-food h1:after, .love-pho-give-food h2:after {
          height: 10px;
          background: url("img/love-food-divider.png") no-repeat center;
          background-size: contain; } }
      @media (min-width: 900px) {
        .love-pho-give-food h1:after, .love-pho-give-food h2:after {
          width: 26rem;
          max-width: 100%;
          margin: 2rem auto 0; } }
  .love-pho-give-food h2 {
    font-size: 1.8rem;
    letter-spacing: -0.2rem; }
    @media (min-width: 1100px) {
      .love-pho-give-food h2 {
        font-size: 2.8rem; } }
  .love-pho-give-food p {
    font-size: 1.2rem;
    line-height: 1.6; }
    @media (min-width: 1100px) {
      .love-pho-give-food p {
        font-size: 1.3125rem; } }
  .love-pho-give-food p:nth-child(2) {
    margin: 0 auto 1rem; }
    @media (min-width: 651px) {
      .love-pho-give-food p:nth-child(2) {
        font-size: 1.3rem;
        margin: 0 auto 2rem; } }
    @media (min-width: 1100px) {
      .love-pho-give-food p:nth-child(2) {
        font-size: 1.5rem; } }
  .love-pho-give-food p:nth-child(3) {
    margin: 0 auto 1rem; }
    @media (min-width: 651px) {
      .love-pho-give-food p:nth-child(3) {
        margin: 0 auto 2rem;
        width: 95%; } }
  .love-pho-give-food a {
    font-size: 1rem;
    letter-spacing: -0.12rem; }
    @media (min-width: 850px) {
      .love-pho-give-food a {
        font-size: 1.1rem; } }
    @media (min-width: 1100px) {
      .love-pho-give-food a {
        font-size: 1.3125rem;
        letter-spacing: 0; } }
  .love-pho-give-food .registered-charity {
    font-size: 0.8rem;
    letter-spacing: -0.05rem; }
  .love-pho-give-food .action-hunger {
    width: 50%; }
    @media (min-width: 651px) {
      .love-pho-give-food .action-hunger {
        display: none; } }
  @media (min-width: 651px) {
    .love-pho-give-food .share-photo-container:after {
      content: "";
      display: table;
      clear: both; } }
  .love-pho-give-food .share-photo-container .image {
    text-align: center; }
    @media (min-width: 651px) {
      .love-pho-give-food .share-photo-container .image {
        width: 42%;
        float: left; } }
    @media (min-width: 850px) {
      .love-pho-give-food .share-photo-container .image {
        width: 48%; } }
    .love-pho-give-food .share-photo-container .image img {
      max-width: 25rem;
      width: 100%;
      height: auto; }
      @media (min-width: 651px) {
        .love-pho-give-food .share-photo-container .image img {
          max-width: 100%; } }
  @media (min-width: 651px) {
    .love-pho-give-food .share-photo-container h2, .love-pho-give-food .share-photo-container p {
      width: 58%;
      float: right;
      text-align: left;
      padding-left: 1%; } }
  @media (min-width: 850px) {
    .love-pho-give-food .share-photo-container h2, .love-pho-give-food .share-photo-container p {
      width: 50%; } }
  @media (min-width: 651px) {
    .love-pho-give-food .share-photo-container h2 {
      margin-top: 1.5%; } }
  @media (min-width: 651px) {
    .love-pho-give-food .share-photo-container h2:after {
      max-width: 100%;
      width: 18rem;
      margin: 0.8rem 0 0; } }
  @media (min-width: 1100px) {
    .love-pho-give-food .share-photo-container h2:after {
      width: 27rem;
      margin: 1.5rem 0 0; } }
  .love-pho-give-food .instagram {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    margin: 1rem 0; }
    @media (min-width: 651px) {
      .love-pho-give-food .instagram {
        margin: 2rem 0; } }
    .love-pho-give-food .instagram .hr {
      min-width: 1%;
      content: '\0020';
      display: none;
      height: 10px;
      background: url("img/love-food-divider.png") repeat-x center;
      background-size: contain;
      margin: 0;
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }
      @media (min-width: 651px) {
        .love-pho-give-food .instagram .hr {
          display: inline-block; } }
    .love-pho-give-food .instagram h2 {
      display: inline-block;
      margin: 0 auto;
      letter-spacing: -0.24rem; }
      @media (min-width: 651px) {
        .love-pho-give-food .instagram h2 {
          margin: 0 1rem; } }
      @media (min-width: 1100px) {
        .love-pho-give-food .instagram h2 {
          font-size: 2rem; } }
      .love-pho-give-food .instagram h2:after {
        display: none; }
  .love-pho-give-food #instafeed a {
    display: inline-block;
    margin: 4px;
    border: 1px solid #59595a;
    line-height: 0;
    width: 45%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    transition: opacity 0.2s; }
    @media (min-width: 651px) {
      .love-pho-give-food #instafeed a {
        width: 30%;
        margin: 6px;
        opacity: 0.7; } }
    @media (min-width: 900px) {
      .love-pho-give-food #instafeed a {
        width: 23%; } }
    @media (min-width: 1100px) {
      .love-pho-give-food #instafeed a {
        width: 18%; } }
    @media (min-width: 1442px) {
      .love-pho-give-food #instafeed a {
        width: 156px; } }
    .love-pho-give-food #instafeed a:hover {
      opacity: 1; }
    .love-pho-give-food #instafeed a img {
      height: auto;
      width: 100%; }
  .love-pho-give-food .no-wrap {
    white-space: nowrap; }

.give-food-banner {
  display: none;
  background: url("img/aah-thank-you.jpg") no-repeat center;
  background-size: contain; }
  @media (min-width: 651px) {
    .give-food-banner {
      display: block;
      padding-top: 28.922%; } }

.banner-footer-pattern {
  display: none;
  background: url("img/banner-footer-pattern.jpg") repeat-x top left;
  height: 19px; }
  @media (min-width: 651px) {
    .banner-footer-pattern {
      display: block; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

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

.xmas-banner {
  background: url("img/christmas-2015/christmas_header_mobile.png") no-repeat center;
  background-size: contain;
  max-width: 936px;
  margin: 0 auto; }
  @media (min-width: 651px) {
    .xmas-banner {
      background: url("img/christmas-2015/christmas_header_desktop.png") no-repeat top;
      background-size: 100%;
      margin-top: 1%; } }
  .xmas-banner div {
    padding-top: 62.33333%; }
    @media (min-width: 651px) {
      .xmas-banner div {
        padding-top: 31.7%; } }

.xmas-banner-copy {
  font-family: "KG HAPPY Solid", 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: -2px;
  margin-top: 0.5rem;
  color: #e31936;
  text-align: center; }
  @media (min-width: 651px) {
    .xmas-banner-copy {
      display: none; } }

.xmas-top {
  width: 100%; }
  @media (min-width: 651px) {
    .xmas-top {
      position: absolute;
      top: -2px; } }
  .xmas-top div {
    background: url("img/christmas-2015/christmas_content_top_mobile.png") no-repeat center;
    background-size: contain;
    padding-top: 6.50407%;
    margin: 0 auto 1rem;
    max-width: 930px; }
    @media (min-width: 651px) {
      .xmas-top div {
        background: url("img/christmas-2015/christmas_content_top.png") no-repeat center;
        background-size: contain;
        padding-top: 2.56137%;
        margin-bottom: 0;
        width: 100%; } }

.xmas-bottom {
  width: 100%; }
  @media (min-width: 651px) {
    .xmas-bottom {
      position: absolute;
      bottom: -2px; } }
  .xmas-bottom div {
    background: url("img/christmas-2015/christmas_content_bot_mobile.png") no-repeat center;
    background-size: contain;
    padding-top: 6.50407%;
    margin: 1rem auto 0;
    max-width: 930px; }
    @media (min-width: 651px) {
      .xmas-bottom div {
        background: url("img/christmas-2015/christmas_content_bot.png") no-repeat center;
        background-size: contain;
        padding-top: 2.56137%;
        margin-top: 0;
        width: 100%; } }

.xmas-container {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 651px) {
    .xmas-container {
      width: 90%; } }
  @media (min-width: 1000px) {
    .xmas-container {
      width: 100%; } }

.xmas-2015 {
  margin: 0 auto;
  max-width: 830px; }
  @media (min-width: 651px) {
    .xmas-2015 {
      margin-bottom: 2rem;
      background: url("img/christmas-2015/papertexture.jpg") repeat left top; } }
  .xmas-2015 p {
    font-family: "KG HAPPY Solid", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: -2px;
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 651px) {
      .xmas-2015 p {
        padding: 3rem;
        max-width: 850px; } }
    @media (min-width: 1000px) {
      .xmas-2015 p {
        padding: 4rem;
        font-size: 21px; } }
  @media (min-width: 651px) {
    .xmas-2015 .big-text {
      font-size: 21px; } }
  @media (min-width: 1000px) {
    .xmas-2015 .big-text {
      font-size: 28px; } }
  .xmas-2015 .red {
    color: #e31936; }
  .xmas-2015 .courses {
    font-size: 22px;
    line-height: 1.5; }
    @media (min-width: 1000px) {
      .xmas-2015 .courses {
        font-size: 28px; } }
  .xmas-2015 .line {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 70%; }
    @media (min-width: 651px) {
      .xmas-2015 .line {
        width: 35%; } }
  .xmas-2015 .download, .xmas-2015 .booking {
    font-size: 20px; }
    @media (min-width: 1000px) {
      .xmas-2015 .download, .xmas-2015 .booking {
        font-size: 25px; } }
  @media (min-width: 651px) {
    .xmas-2015 .fwd-slash:after {
      content: ' /'; } }
  @media (min-width: 651px) {
    .xmas-2015 .hide-desktop {
      display: none; } }
  .xmas-2015 .xmas-button {
    display: inline-block;
    height: auto;
    width: 90%; }
    @media (min-width: 651px) {
      .xmas-2015 .xmas-button {
        width: 30%; } }
    .xmas-2015 .xmas-button:after {
      display: block;
      content: "";
      padding-top: 17%; }
  .xmas-2015 .and:after {
    content: "&"; }
    @media (min-width: 651px) {
      .xmas-2015 .and:after {
        content: "and \a "; } }
  @media (min-width: 651px) {
    .xmas-2015 .and:before {
      display: block;
      content: " "; } }
  @media (min-width: 651px) {
    .xmas-2015 .line-break:before {
      display: block;
      content: " "; } }
  .xmas-2015 .brighton {
    background: url(img/christmas-2015/brighton_sprite.png) no-repeat;
    background-position: left;
    background-size: 200%; }
    @media (max-width: 650px) {
      .xmas-2015 .brighton:active, .xmas-2015 .brighton:focus {
        background-position: right; } }
    @media (min-width: 651px) {
      .xmas-2015 .brighton:hover {
        background-position: right; } }
  .xmas-2015 .manchester {
    background: url(img/christmas-2015/manchester_sprite.png) no-repeat;
    background-position: left;
    background-size: 200%; }
    @media (max-width: 650px) {
      .xmas-2015 .manchester:active, .xmas-2015 .manchester:focus {
        background-position: right; } }
    @media (min-width: 651px) {
      .xmas-2015 .manchester:hover {
        background-position: right; } }
  .xmas-2015 .stpauls {
    background: url(img/christmas-2015/st_pauls_sprite.png) no-repeat;
    background-position: left;
    background-size: 200%; }
    @media (max-width: 650px) {
      .xmas-2015 .stpauls:active, .xmas-2015 .stpauls:focus {
        background-position: right; } }
    @media (min-width: 651px) {
      .xmas-2015 .stpauls:hover {
        background-position: right; } }

.restaurant__card {
  display: block;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid black;
  position: relative; }
  .restaurant__card:after {
    content: "";
    display: table;
    clear: both; }
  .restaurant__card:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width:40.63em) {
    .restaurant__card__image {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 19.91097%; }
      .restaurant__card__image:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .restaurant__card__info {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 78.92394%; }
      .restaurant__card__info:last-child {
        margin-right: 0; } }
  @media only screen and (min-width:40.63em) {
    .restaurant__card__info {
      padding-left: 0.6rem; } }
  .restaurant__card h2 {
    font-weight: 300;
    font-size: 2em; }
  .restaurant__card__subheading {
    font-family: 'MyriadPro', helvetica, sans-serif;
    font-weight: lighter;
    color: #e62742;
    font-size: 1em; }
  .restaurant__card__distance {
    color: #444; }
  .restaurant__card__address, .restaurant__card__details {
    width: 100%;
    font-size: 1.1em; }
    @media only screen and (min-width:40.63em) {
      .restaurant__card__address, .restaurant__card__details {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 49.41745%; }
        .restaurant__card__address:last-child, .restaurant__card__details:last-child {
          margin-right: 0; } }
  .restaurant__card__more {
    padding: .1rem 1rem;
    background: #639b89;
    border: 1px solid black;
    color: white; }
    .restaurant__card__more:hover {
      color: white;
      background: #4f7c6d; }
  .restaurant__card--small {
    text-align: center;
    font-weight: bold;
    background: white;
    color: #444;
    font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding: .8rem .8rem .4rem .8rem; }

.social-icons {
  margin: 0; }

[class^=social-icon-] {
  float: left;
  display: block;
  margin-right: 1.16509%;
  width: 19.55661%;
  background-color: white; }
  [class^=social-icon-]:last-child {
    margin-right: 0; }

.social-icon-facebook {
  background: url(img/icon-social-facebook.png) no-repeat top center;
  background-size: contain; }

.social-icon-instagram {
  background: url(img/icon-social-instagram.png) no-repeat top center;
  background-size: contain; }

.social-icon-twitter {
  background: url(img/icon-social-twitter.png) no-repeat top center;
  background-size: contain; }

.social-icon-google {
  background: url(img/icon-social-google.png) no-repeat top center;
  background-size: contain; }

.social-icon-snapchat {
  background: url(img/icon-social-snapchat.png) no-repeat top center;
  background-size: contain; }

.social-share__text {
  font-weight: 100;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #e62742;
  font-size: 1.1em; }
.social-share__icons {
  display: inline-block; }
.social-share__item {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3rem; }
.social-share__link {
  display: block;
  height: 100%;
  width: 100%; }

.social-share__item--facebook {
  background: url(img/icon-social-facebook.png) no-repeat top center;
  background-size: contain; }

.social-share__item--instagram {
  background: url(img/icon-social-instagram.png) no-repeat top center;
  background-size: contain; }

.social-share__item--twitter {
  background: url(img/icon-social-twitter.png) no-repeat top center;
  background-size: contain; }

.social-share__item--email {
  background: url(img/icon-social-email.png) no-repeat top center;
  background-size: contain; }

.food__subnav {
  text-transform: uppercase; }
  .food__subnav:after {
    content: "";
    display: table;
    clear: both; }
  .page--our-menu .food__subnav {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .page--our-menu .food__subnav {
        display: block; } }
  @media only screen and (min-width:40.63em) {
    .food__subnav {
      position: relative;
      background: url("img/pattern-strip-teal.png") repeat-x;
      background-position: 0 50%;
      margin: -.9rem 0 1rem 0; } }
  .food__subnav__list--main {
    width: 100%;
    display: block;
    margin-bottom: 0.5rem; }
    @media only screen and (min-width:40.63em) {
      .food__subnav__list--main {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 45.20224%; }
        .food__subnav__list--main:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .food__subnav__list--main {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 36.77182%; }
        .food__subnav__list--main:last-child {
          margin-right: 0; } }
    .food__subnav__list--main:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width:40.63em) {
      .food__subnav__list--main {
        margin-bottom: 0;
        padding-left: 1.4em; } }
    .food__subnav__list--main .food__subnav__item {
      background: url("img/button-bg.jpg");
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 49.41745%;
      padding: .5rem 0;
      font-size: 2em; }
      .food__subnav__list--main .food__subnav__item:last-child {
        margin-right: 0; }
      @media only screen and (min-width:64.063em) {
        .food__subnav__list--main .food__subnav__item {
          font-size: 2.5em;
          padding: .7rem 0; } }
      @media only screen and (min-width:40.63em) {
        .food__subnav__list--main .food__subnav__item:first-child {
          margin-right: 0;
          border-right: none; } }
  .food__subnav__list--secondary {
    display: none; }
    @media only screen and (min-width:40.63em) {
      .food__subnav__list--secondary {
        display: block; } }
    @media only screen and (min-width:40.63em) {
      .food__subnav__list--secondary {
        float: left;
        display: block;
        margin-right: 1.16509%;
        width: 49.41745%; }
        .food__subnav__list--secondary:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .food__subnav__list--secondary {
        float: left;
        display: block;
        margin-right: 0.57917%;
        width: 51.80581%; }
        .food__subnav__list--secondary:last-child {
          margin-right: 0; } }
    @media only screen and (min-width:50.063em) {
      .food__subnav__list--secondary {
        margin-left: 0%; } }
    @media only screen and (min-width:40.63em) {
      .food__subnav__list--secondary {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 0; } }
    .food__subnav__list--secondary .food__subnav__item {
      background: url("img/button-bg.jpg");
      display: block;
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 32.55661%;
      font-size: 1.2em;
      padding: .2rem 0; }
      .food__subnav__list--secondary .food__subnav__item:last-child {
        margin-right: 0; }
      @media only screen and (min-width:40.63em) {
        .food__subnav__list--secondary .food__subnav__item {
          font-size: 1.25em; } }
      @media only screen and (min-width:64.063em) {
        .food__subnav__list--secondary .food__subnav__item {
          padding: .5rem 0;
          font-size: 1.8em; } }
    .food__subnav__list--secondary .food__subnav__item:nth-child(2) {
      background-position: -10px 0; }
    .food__subnav__list--secondary .food__subnav__item:nth-child(3) {
      background-position: 0 -20px; }
  .food__subnav__item {
    background: white;
    font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
    text-align: center;
    border: 1px solid black; }
    .food__subnav__item a {
      display: block;
      color: #639b89; }
    .food__subnav__item.js-active, .food__subnav__item:hover {
      background: #639b89; }
      .food__subnav__item.js-active a, .food__subnav__item:hover a {
        color: white; }

.food__subnav__list--secondary:last-child {
  padding-right: 1.4em; }

.instagram-feed {
  display: none;
  margin-bottom: 1rem;
  clear: both; }
  @media only screen and (min-width:40.63em) {
    .instagram-feed {
      display: block; }
      .instagram-feed:after {
        content: "";
        display: table;
        clear: both; } }
  @media only screen and (min-width:50.063em) {
    .instagram-feed {
      padding-top: 1.5rem;
      padding-top: 0; } }
  .instagram-feed__list {
    display: block; }
    .instagram-feed__list:after {
      content: "";
      display: table;
      clear: both; }
  .instagram-feed__thumbnail {
    line-height: 0;
    margin-bottom: 1.16509%; }
    .instagram-feed__thumbnail--location:nth-child(n+8) {
      display: none !important; }
    .instagram-feed__thumbnail a {
      height: 100%;
      width: 100%;
      display: block; }
    .instagram-feed__thumbnail img {
      width: 100%; }
    .instagram-feed--3-col .instagram-feed__thumbnail {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 32.55661%; }
      .instagram-feed--3-col .instagram-feed__thumbnail:last-child {
        margin-right: 0; }
      .instagram-feed--3-col .instagram-feed__thumbnail:nth-child(3n) {
        margin-right: 0; }
    .instagram-feed--4-col .instagram-feed__thumbnail {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 24.12618%; }
      .instagram-feed--4-col .instagram-feed__thumbnail:last-child {
        margin-right: 0; }
      .instagram-feed--4-col .instagram-feed__thumbnail:nth-child(4n) {
        margin-right: 0; }
    .instagram-feed--5-col .instagram-feed__thumbnail {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 19.06793%; }
      .instagram-feed--5-col .instagram-feed__thumbnail:last-child {
        margin-right: 0; }
      .instagram-feed--5-col .instagram-feed__thumbnail:nth-child(5n) {
        margin-right: 0; }
    .instagram-feed--6-col .instagram-feed__thumbnail {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 15.69576%; }
      .instagram-feed--6-col .instagram-feed__thumbnail:last-child {
        margin-right: 0; }
      .instagram-feed--6-col .instagram-feed__thumbnail:nth-child(6n) {
        margin-right: 0; }
    .instagram-feed--7-col .instagram-feed__thumbnail {
      float: left;
      display: block;
      margin-right: 1.16509%;
      width: 13.28706%; }
      .instagram-feed--7-col .instagram-feed__thumbnail:last-child {
        margin-right: 0; }
      .instagram-feed--7-col .instagram-feed__thumbnail:nth-child(7n) {
        margin-right: 0; }
  .instagram-feed__disclaimer {
    margin-bottom: 0;
    text-align: center;
    color: #555;
    font-size: .8em;
    display: none; }

.tweet {
  padding: 0;
  border-left: 0;
  margin: 0; }
  .tweet__header a {
    color: #e62742;
    margin-right: .2em; }
  .tweet__body {
    margin: 0; }
    .tweet__body a {
      color: #4ab491; }

.tweet {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .7rem .7rem;
  line-height: 1.4em;
  margin-bottom: 1rem;
  font-size: .9em; }
  @media only screen and (min-width:50.063em) {
    .tweet {
      overflow: hidden;
      line-height: 1em;
      padding: .8rem 1rem;
      font-size: 1.3em; } }
  @media only screen and (min-width:64.063em) {
    .tweet {
      margin-bottom: 3rem;
      padding: 1.3rem 2.3rem;
      line-height: 1.2em;
      background: url('img/pattern-strip-dot-up.png') repeat-y, url('img/pattern-strip-dot-up.png') repeat-y;
      background-position: top left, top right;
      background-size: 6%;
      background-color: rgba(255, 255, 255, 0.8); } }
  .tweet__header {
    margin-bottom: .2em;
    font-size: 1.1em; }
    @media only screen and (min-width:50.063em) {
      .tweet__header {
        font-size: 1em; } }
  .tweet__name, .tweet__date {
    display: none; }
    @media only screen and (min-width:50.063em) {
      .tweet__name, .tweet__date {
        display: inline; } }
  .tweet__body {
    overflow: hidden; }
  @media only screen and (min-width:64.063em) {
    .tweet:after {
      content: "";
      position: absolute;
      left: 80px;
      bottom: 80px;
      width: 0;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.8) transparent;
      border-width: 30px 30px 0 0; } }

.home__promo--twitter {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  display: none; }
  @media only screen and (min-width:40.63em) {
    .home__promo--twitter {
      display: block; } }
  @media only screen and (min-width:40.63em) {
    .home__promo--twitter {
      position: relative; } }
  @media only screen and (min-width:64.063em) {
    .home__promo--twitter .home__promo__img {
      display: none; } }
  .home__promo--twitter .tweets {
    display: none;
    padding: 0 .5rem; }
    @media only screen and (min-width:64.063em) {
      .home__promo--twitter .tweets {
        display: block; } }
    .home__promo--twitter .tweets.js-center {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .home__promo--twitter .tweet a {
    font-weight: bold; }
  .home__promo--twitter__footer {
    display: none; }
    @media only screen and (min-width:50.063em) {
      .home__promo--twitter__footer {
        display: table-cell; } }
    @media only screen and (min-width:50.063em) {
      .home__promo--twitter__footer {
        text-align: center;
        color: #e62742;
        width: 1%;
        align: center;
        font-family: "ProxN", 'Arial Narrow', Arial, Helvetica, sans-serif;
        font-size: 2em; } }
    @media only screen and (min-width:64.063em) {
      .home__promo--twitter__footer {
        font-size: 2.5em; }
        .home__promo--twitter__footer:before {
          content: '';
          background: red;
          display: inline-block;
          vertical-align: middle;
          background: url('img/icon-twitter.png') no-repeat top center;
          background-size: contain;
          width: 60px;
          height: 60px;
          margin-right: .1em; } }

.wallop-slider {
  position: relative;
  width: 100%; }
  .wallop-slider__slide-wrap {
    overflow: hidden;
    position: relative; }
  .wallop-slider__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .wallop-slider__item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .wallop-slider__item img {
      display: block;
      width: 100%; }
    .wallop-slider__item--current {
      display: block;
      position: relative; }
  .wallop-slider--slide .wallop-slider__item--show-previous {
    -webkit-animation: slideFromLeft 1s 10ms ease both;
            animation: slideFromLeft 1s 10ms ease both; }
  .wallop-slider--slide .wallop-slider__item--show-next {
    -webkit-animation: slideFromRight 1s 10ms ease both;
            animation: slideFromRight 1s 10ms ease both; }
  .wallop-slider--slide .wallop-slider__item--hide-previous, .wallop-slider--slide .wallop-slider__item--hide-next {
    display: block; }
  .wallop-slider--slide .wallop-slider__item--hide-previous {
    -webkit-animation: slideToLeft 1s 10ms ease both;
            animation: slideToLeft 1s 10ms ease both; }
  .wallop-slider--slide .wallop-slider__item--hide-next {
    -webkit-animation: slideToRight 1s 10ms ease both;
            animation: slideToRight 1s 10ms ease both; }
  .wallop-slider__btn {
    position: absolute;
    top: 50%;
    display: none; }
    @media only screen and (min-width:40.63em) {
      .wallop-slider__btn {
        display: block; } }
    .home .wallop-slider__btn {
      background-size: contain;
      background-color: none !important;
      font: 0/0 a;
      text-shadow: none;
      color: transparent;
      width: 60px;
      height: 60px;
      display: block;
      border: none;
      -webkit-transform: 0.5s cubic-bezier(0.215, 0.61, 0.355, 2);
          -ms-transform: 0.5s cubic-bezier(0.215, 0.61, 0.355, 2);
              transform: 0.5s cubic-bezier(0.215, 0.61, 0.355, 2);
      cursor: hover;
      filter: alpha(opacity=100);
      /*position where
			enlarged image should offset horizontally */
      transition: all 0.2s ease-in-out; }
      @media only screen and (min-width:64.063em) {
        .home .wallop-slider__btn:hover {
          width: 72px;
          height: 72px; } }
      .home .wallop-slider__btn:hover, .home .wallop-slider__btn:focus {
        outline: 0 !important;
        border: 0 !important;
        background-color: transparent !important; }
    .wallop-slider__btn--previous {
      left: 0;
      background: url('img/icon-slider-arrow.png') no-repeat top center;
      -webkit-transform: translate(-40%, -50%) rotateY(0deg);
              transform: translate(-40%, -50%) rotateY(0deg); }
      .wallop-slider__btn--previous:hover {
        -webkit-transform: translate(-40%, -50%) rotateY(0deg);
                transform: translate(-40%, -50%) rotateY(0deg); }
    .wallop-slider__btn--next {
      right: 0;
      -webkit-transform: translate(40%, -50%) rotateY(0deg);
              transform: translate(40%, -50%) rotateY(0deg);
      background: url('img/right-arrow.png') no-repeat top center; }
      .wallop-slider__btn--next:hover {
        background-color: transparent; }

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

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

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

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

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

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

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

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

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

  99% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

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

  99% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

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

  99% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

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

  99% {
    opacity: 1; }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

.select {
  position: relative;
  display: inline-block;
  color: #555;
  margin: 0;
  width: 100%; }
  .select select {
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .select select:focus:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .select select::-ms-expand {
      display: none; }
  .select:after {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    margin-top: -.15rem;
    pointer-events: none;
    border-top: .35rem solid;
    border-right: .35rem solid transparent;
    border-bottom: .35rem solid transparent;
    border-left: .35rem solid transparent; }

@-moz-document url-prefix() {
  .select select {
    text-indent: 0.01px;
    text-overflow: '';
    padding-right: 1rem; }
  .select option {
    background-color: white; } }







.pho-to-go__faq {
    padding: 50px 10px 30px 10px;
}
.pho-to-go__faq h2.pho-to-go__header{
  font-size:3em;
  line-height: 1em;
}
.pho-to-go__faq.mobile{
  display:none;
}
@media only screen and (max-width:800px) {
  .pho-to-go__faq{
    display:none;
  }
  .pho-to-go__faq.mobile{
    display:block;
  }
  .pho-to-go__faq.mobile .mobile-header{
      color: #e62742;
      font-weight: 100;
      text-align: center;
      margin-bottom: 1rem;
      font-size: 3em;
      line-height: 1em;
      font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  }
}
.pho-to-go__faq p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 12px;
}

/*Generic popup styles*/
body.no-scroll{
  overflow:hidden;
}
.popup{
    opacity:0px;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0px;
    top:-999px;
    left: 0px;
    padding: 50px;
    background-color: rgba(0,0,0,0);
    z-index: 999;
    transition:background .3s ease;
}
.popup.active{
  top: 0px;
  background-color: rgba(0,0,0,.3);
}
.popup-close{
  position: absolute;
  right: 0px;
  padding: 15px;
  color: #515151;
  top: -5px;
  transition:all .3s ease;
  cursor:pointer;
  z-index:999;
}
.popup-close:hover{
  color: #e3213e;
}


/*Restaurant location page newsletter signup*/
.popup .restaurant_email_sign_up{
  transform:translateY(-999px);
  transition:transform .4s ease;
  max-width: 450px;
  margin: 0 auto;
}
.popup.active .restaurant_email_sign_up{
  transform:translateY(0px);
}
.popup .restaurant_email_sign_up form{
  display: block;
  text-align: center; 
  margin-left: 0px;
}
.popup .restaurant_email_sign_up form div:first-child{
  padding-right: 0px;
}
.popup .restaurant_email_sign_up div h3{
  margin-bottom: 10px;
}
.restaurant_email_sign_up form div:not(:first-of-type){
      margin: 20px 0px 0px 0px;
}







.pho-to-go__faq {
    padding: 50px 10px 30px 10px;
}
.pho-to-go__faq h2.pho-to-go__header{
  font-size:3em;
  line-height: 1em;
}
.pho-to-go__faq.mobile, .pho-to-go__faq p.mobile-header{
  display:none;
}
@media only screen and (max-width:800px) {
  .pho-to-go__faq{
    display:none;
  }
  .pho-to-go__faq.mobile{
    display:block;
  }
  .pho-to-go__faq p.mobile-header{
      color: #e62742;
      font-weight: 100;
      text-align: center;
      margin-bottom: 1rem;
      font-size: 3em;
      display:block;
      line-height: 1em;
      font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  }
}
.pho-to-go__faq p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 12px;
}

/*Generic popup styles*/
body.no-scroll{
  overflow:hidden;
}
.popup{
    opacity:0px;
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0px;
    top:-9999px;
    left: 0px;
    padding: 50px;
    background-color: rgba(0,0,0,0);
    z-index: 999;
    transition:background .3s ease;
}
.popup.active{
  top: 0px;
  background-color: rgba(0,0,0,.3);
}
.popup-close{
  position: absolute;
  right: 0px;
  padding: 15px;
  color: #515151;
  top: -5px;
  transition:all .3s ease;
  cursor:pointer;
}
.popup-close:hover{
  color: #e3213e;
}
@media only screen and (max-width:550px) {
  .popup{
    padding:10px;
  }
}


/*Restaurant location page newsletter signup*/
.popup .restaurant_email_sign_up{
  transform:translateY(-999px);
  transition:transform .4s ease;
  max-width: 450px;
  margin: 0 auto;
}
.popup.active .restaurant_email_sign_up{
  transform:translateY(0px);
}
.popup .restaurant_email_sign_up form{
  display: block;
  text-align: center; 
  margin-left: 0px;
}
.popup .restaurant_email_sign_up form div:first-child{
  padding-right: 0px;
}
.popup .restaurant_email_sign_up div h3{
  margin-bottom: 10px;
}
.restaurant_email_sign_up form div:not(:first-of-type){
      margin: 20px 0px 0px 0px;
}












/* Hangover Cure Landing page */
@font-face {
  font-family: 'KG All of Me';
  src: url('fonts/hinted-KGAllofMe.eot');
  src: url('fonts/hinted-KGAllofMe.eot?#iefix') format('embedded-opentype'),
    url('fonts/hinted-KGAllofMe.woff') format('woff'),
    url('fonts/hinted-KGAllofMe.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.page-id-1249{
  background:#ece2d3 url(img/background-xxl.jpg) repeat top center;
}
.landing-page__hero{
  background-image:url('/wp-content/themes/pho-restaurants/img/landing-pages/hangover/hero-image.jpg');
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 600px;
}
.lp__top-text h2{
  font-family: 'KG All of Me';
  padding-top:50px;
  max-width:860px;
  text-align:center;
  font-size: 25px;
  font-weight: 100;
  margin: 0 auto;
}
.lp__enter-now{
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 50px 0px;
}
.hangover-999{
  margin: 0 auto;
  width: 400px;
  height: 400px;
  cursor:pointer;
  border-radius: 50%;
  box-shadow: 0px 20px 15px rgba(0,0,0,.3);
  transition:all .3s cubic-bezier(0.25, 0.1, 0.37, 1.37);
  z-index: 2;
  position: relative;
}
.hangover-999.unclicked:hover{
  transform:translateY(-5px);
  box-shadow: 0px 25px 10px rgba(0,0,0,.35);
}
.hangover-999.clicked{
  transform: translateY(10px);
  box-shadow: 0px 1px 0px rgba(0,0,0,.3);
}

.hangover-ambulance {
  position: absolute;
  width: 200px;
  height: 400px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top:0px;
  z-index:1;
}
.hangover-ambulance.left{
  left:0px;
}
.hangover-ambulance.right{
  right:0px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}


.lp__cures{
  padding:50px 0px;
}
.hangover-cures{
  width: 100%;
  height: 600px;
  background-image:url('/wp-content/themes/pho-restaurants/img/landing-pages/hangover/3-hangover-cures.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}



.lpv__title, .lpv__wrapper{
  display:inline-block;
  vertical-align:middle;
}
.lpv__title{
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 60%;
    height: 225px;
}
.lpv__wrapper{
  width:35%;
  transform: rotate(7deg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 59px 50px 50px 39px;
  max-width: 332px;
}
.lpv__wrapper iframe{
  width: 255px;
  height: 255px;
  margin: 0 auto;
}

.lp__tcs{
  max-width: 860px;
  text-align: center;
  margin: 20px auto 20px auto;
}
.lp__tcs p{
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#mc_embed_signup{
  background: url(img/button-bg.jpg);
  border: 1px solid #4a4a4a;
  color: #515151;
  padding: 0.5rem 1rem 1rem;
  width: 100%;
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
}
#mc_embed_signup form{
  padding: 20px 0px 20px 30px;
}
#mc_embed_signup .mc-field-group select{
      height: 35px;
}
#mc_embed_signup .mc-field-group{
  padding-bottom:5px;
}
#mc_embed_signup .mc-field-group.half{
    width: 45%;
    display: inline-block;
    margin-right: 3%;
}
#mc_embed_signup div.mce_inline_error{
  position:absolute;
}
#mc_embed_signup .button{
  margin: 0 auto!important;
  display: block!important;
  background-color: #e62742!important;
  font-size: 30px!important;
  padding: 5px 20px!important;
  height: auto!important;
}
@media only screen and (max-width:875px) {
  .landing-page__hero{
    background-image:url('/wp-content/themes/pho-restaurants/img/landing-pages/hangover/hero-image-mobile.jpg');
    height: 400px;
  }
  .lp__top-text h2{
    font-size:23px;
  }
  .lpv__title{
    width:100%;
  }
  .lpv__wrapper{
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .hangover-cures{
    background-image:url('/wp-content/themes/pho-restaurants/img/landing-pages/hangover/3-hangover-cures-mobile.jpg');
    height: 2000px;
  }
}
@media only screen and (max-width:550px) {
  .landing-page__hero{
    height: 250px;
  }
  .hangover-999{
    width: 300px;
    height: 300px;
    background-size: contain;
  }
  .hangover-ambulance{
    display:none;
  }
  .lpv__title{
    height:170px;
  }
  .lpv__wrapper{
    transform:rotate(0deg);
  }
  .hangover-cures{
    height:1620px;
  }
  #mc_embed_signup .mc-field-group.half{
    width:100%;
  }
  #mc_embed_signup .button{
    float:none!important;
    margin:0 auto!important;
  }
}
@media only screen and (max-width:350px) {
  .landing-page__hero{
    height: 200px;
  }
  .hangover-999 {
    width: 250px;
    height: 250px;
  }
  .hangover-cures {
      height: 1220px;
  }
  .lpv__wrapper{
    background-image:none;
    padding: 0px;
  }
}



body.page-id-1267 {
  background-size: cover;
}
.lp__winter-spice{
  text-align:center;
  padding:75px 0px 150px 0px;
  position:relative;
}
.lp__winter-spice img{
  vertical-align: middle;
  display: inline-block;
}
.lp__winter-spice .title{
  margin-bottom: 40px;
}
.lp__winter-spice .left{
  max-width:65%;
}
.lp__winter-spice .right{
  margin-left: 4%;
  max-width:30%;
  transform: rotate(3deg);
}
.lp__winter-spice a{
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  bottom: 50px;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  color: #fff;
  background-color:rgba(230,39,66,1);
  display: inline-block;
  width: 290px;
  font-size: 50px;
  line-height: 68px;
  transition:all .3s ease;
}
.lp__winter-spice a:hover{
  background-color: rgba(230,39,66,.75);
  color: #fff;
}

.lp__img-grid {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.lp__img-grid__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 20px;
}
.lp__img-grid__inner > div {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 20px;
  text-align: center;
}
.lp__img-grid__inner > div img {
  width: 100%;
} 
.lp__img-grid__btn {
  margin: 0 auto;
  text-align: center;
  font-family: "KGTangled", 'Arial Narrow', Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: rgba(230,39,66,1);
  display: inline-block;
  width: 290px;
  font-size: 50px;
  line-height: 68px;
  transition: all .3s ease;
}
.lp__img-grid__btn:focus,
.lp__img-grid__btn:hover {
  background-color: rgba(230,39,66,.75);
  color: #fff;
}
.lp__img-grid__btn-wrapper {
  text-align: center;
}
@media all and (max-width: 767px) {
  .lp__img-grid__inner > div {
    padding: 0 10px;
  }
  .lp__img-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (max-width: 600px) {
  .lp__img-grid__inner > div {
    width: 50%;
    margin-bottom: 5px;
  }
  .lp__top-text h2 {
    font-size: 21px;
    padding-top: 30px;
  }
  .lp__img-grid__inner {
    margin: 30px 0 20px;
  }
  .lp__christmas-party h3 {
    font-size: 21px;
    margin: 0 auto 10px auto;
  }
  .lp__christmas-party h2.red {
    font-size: 38px;
  }
  .lp__christmas-party {
    padding-top: 0px;
  }
  .lp__tcs p {
    line-height: 1.45;
  }
}

.lp__christmas-party{
  text-align:center;
  padding-top: 50px;
}
.lp__christmas-party h2.red{
  font-family: 'KG All of Me';
  font-size: 45px;
  font-weight: 100;
  color:#e62742;
  margin-bottom:20px;
}
.lp__christmas-party h3{
  font-family: 'KG All of Me';
  font-size: 25px;
  font-weight: 100;
  max-width: 650px;
  margin: 0 auto 50px auto;
}

.cp__locations a{
  display: inline-block;
  vertical-align: middle;
}
.cp__locations a.left{
  margin-right: 20px;
}
.cp__locations a.middle{
  margin-top:-25px;
}
.cp__locations a.right{
  margin-left:20px;
}

.cp__locations {
    margin-bottom: 80px;
}

.lp__promo{
  text-align:center;
  padding-top:75px;
}
/*.lp__promo img{
  margin-bottom:40px;
}*/
@media only screen and (max-width:875px) {
  .lp__winter-spice .left,
  .lp__winter-spice .right{
    max-width:100%;
  }
}
@media only screen and (max-width:550px) {
  .lp__winter-spice .right{
    display:none;
  }
  .cp__locations a{
    margin-left:0px;
    margin-right:0px;
    padding:10px 0px;
  }
  .lp__promo{
    padding-top:25px;
  }
  .lp__promo img{
    padding-bottom:5px;
  }
}
