@charset "UTF-8";
html {
  box-sizing: border-box; }

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

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #0777b3;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
    background-color: #065f8f;
    color: #fff; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
      background-color: #0777b3; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  [type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
    border-color: #a3a3a3; }
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
    border-color: #0777b3;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(6, 103, 154, 0.7);
    outline: none; }
  [type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    [type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #ccc; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

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

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

html {
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

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

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

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

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

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

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

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

body {
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #0777b3;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #055986; }

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

/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }

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

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

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

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

body {
  margin: 0; }

#wpadminbar {
  display: none; }

.no-display {
  display: none; }

a button {
  border-radius: 0;
  width: 120px;
  height: 35px;
  line-height: 14px;
  font-size: 16px;
  margin-bottom: 38px;
  background: #0193aa;
  transition: background 0.1s linear; }
  a button:hover {
    background: #000; }
a .external {
  display: block;
  float: left;
  background: url("../../src/img/external_link.gif");
  width: 20px;
  margin-left: -4px;
  margin-right: 5px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.mobile-tablet-item {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-tablet-item {
      display: block; } }

.desktop-item {
  display: block; }
  @media screen and (max-width: 767px) {
    .desktop-item {
      display: none; } }

@media screen and (min-width: 767px) and (max-width: 850px) {
  #application #filters .mobile-tablet-item {
    display: block; }
  #application #filters .desktop-item {
    display: none; }
  #application #filters .cuisines .gluten,
  #application #filters .cuisines .vegan,
  #application #filters .cuisines .vegetarian {
    display: block !important; }
  #application #filters .cuisines h5 {
    display: block !important; }
  #application #filters .neighborhoods .filter-item {
    width: 48% !important; }
  #application #filters button {
    font-size: 11px;
    margin-right: 2px;
    padding-left: 4px;
    padding-right: 22px; }
  #application #filters .cToggle:before {
    content: "More filters" !important; }
  #application #filters .nToggle:after,
  #application #filters .cToggle:after,
  #application #filters .mToggle:after {
    color: #000; }
  #application #filters .nToggle {
    float: left;
    min-width: 82px;
    width: 41%;
    margin: 0 1%;
    margin-left: 0; }
  #application #filters .mToggle {
    float: left;
    min-width: 48px;
    width: 22%;
    margin: 0 1%; }
  #application #filters .cToggle {
    float: right;
    min-width: 82px;
    width: 32%;
    margin: 0 1%;
    margin-right: 0; }

  #twitter-widget-0 {
    min-width: 175px !important; } }
@media screen and (max-width: 767px) {
  .single-post .cycloneslider,
  .page .cycloneslider,
  .home .cycloneslider {
    display: none; } }
/* Wordpress Overrides */
.customize-control-image .container {
  background: #aaa;
  background-image: linear-gradient(45deg, #555 25%, transparent 25%, transparent), linear-gradient(-45deg, #555 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #555 75%), linear-gradient(-45deg, transparent 75%, #555 75%);
  background-size: 10px 10px; }

#searchform label {
  display: none !important; }
#searchform input {
  display: block;
  float: left;
  width: 100%; }
#searchform #searchsubmit {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto;
  width: 150px; }

.clearfix::after {
  display: block;
  content: "";
  clear: both; }

.search-results .search-container {
  margin: 9px auto 0; }
  .search-results .search-container .search-page-title {
    font-family: "urw-din-condensed" !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 28px !important;
    line-height: 28px;
    text-align: left;
    display: block;
    margin-bottom: 8px !important; }
  .search-results .search-container .search-page-results {
    border-top: 1px solid #ddd; }
    .search-results .search-container .search-page-results ul li {
      padding: 15px 0;
      border-bottom: 1px solid #ddd; }
      .search-results .search-container .search-page-results ul li .search-post-image {
        width: 15%;
        float: left;
        display: inline-block; }
      .search-results .search-container .search-page-results ul li .search-post-content {
        width: 83%;
        margin-left: 2%;
        float: left;
        display: inline-block; }
        .search-results .search-container .search-page-results ul li .search-post-content .search-post-title {
          font-family: "urw-din-condensed";
          font-weight: 600;
          font-style: normal;
          font-size: 1.8em !important;
          line-height: 1.2;
          text-transform: uppercase;
          margin-top: 8px;
          margin-bottom: 8px; }
        .search-results .search-container .search-page-results ul li .search-post-content .search-post-link {
          font-size: 12px;
          line-height: 18px;
          text-align: left;
          display: block; }
        .search-results .search-container .search-page-results ul li .search-post-content .search-post-excerpt {
          font-size: 14px;
          font-weight: 400;
          line-height: 18px;
          text-align: left;
          display: block; }
          .search-results .search-container .search-page-results ul li .search-post-content .search-post-excerpt p {
            margin-bottom: 5px !important; }
  .search-results .search-container .search-page-form {
    margin-top: 15px;
    margin-bottom: 10px; }
    .search-results .search-container .search-page-form h3 {
      font-family: "urw-din-condensed" !important;
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase;
      font-size: 28px !important;
      line-height: 28px;
      text-align: left;
      display: block;
      margin-bottom: 8px !important; }
    .search-results .search-container .search-page-form #searchform #s {
      float: left;
      display: inline-block;
      width: 78%;
      margin-top: 2px;
      height: 32px; }
    .search-results .search-container .search-page-form #searchform #searchsubmit {
      clear: none;
      float: left;
      display: inline-block;
      width: 20%;
      margin-left: 2%;
      margin-top: 2px;
      border-radius: 0;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      padding: 9px 10px !important;
      font-size: 14px; }
@media only screen and (max-width: 768px) {
  .search-results .search-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

.error404 #main {
  max-width: 1000px !important;
  margin: 0 auto !important;
  padding-top: 60px !important;
  padding-bottom: 38px !important; }
  .error404 #main #main-content h1 {
    font-size: 2.3em !important;
    text-align: center !important;
    line-height: 2.3em !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    font-family: "urw-din-condensed" !important;
    font-weight: 600 !important;
    color: #333; }
  .error404 #main #main-content h2 {
    text-align: center !important;
    font-size: 1.8em !important;
    line-height: 28px !important;
    text-transform: uppercase !important;
    margin-bottom: 8px !important;
    font-family: "urw-din-condensed" !important;
    font-weight: 600 !important;
    color: #333; }
  .error404 #main #main-content p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    text-align: center;
    color: #333; }
  .error404 #main #main-content a {
    font-size: 14px;
    font-weight: normal;
    color: #0777b3; }
  .error404 #main #main-content #searchform label {
    display: none !important; }
  .error404 #main #main-content #searchform input {
    display: block;
    float: left;
    width: 100%; }
  .error404 #main #main-content #searchform #searchsubmit {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto;
    width: 218px;
    background: #0777b3 !important;
    border-radius: 0;
    text-transform: uppercase;
    font-family: Arial, Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 10px; }

/* Let's make the Wordpress Admin bar a little darker */
#wpadminbar {
  background: #000 !important; }

.navbar-spacer {
  top: 0;
  height: 50px;
  width: 100%;
  visibility: hidden; }

.navbar-container {
  background-color: #222222;
  border-bottom: 2px solid #cc6929;
  background: #212121;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  margin: 0;
  z-index: 99999999999; }

.logo {
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  background-size: contain;
  background-origin: content-box; }
  .logo.site {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    margin-left: 12px;
    background-image: url("../../src/img/st-logo-wide.png");
    width: 141px;
    height: 21px;
    margin-top: 14px;
    max-width: 78%;
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .logo.site {
        background-image: url("../../src/img/st-logo-narrow.png");
        width: 30px;
        margin-left: 8px;
        margin-right: 2px; } }
  .logo.project {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    height: 28px;
    margin-top: 12px;
    margin-left: 8px;
    width: 275px;
    padding-left: 12px;
    max-width: 340px; }
    @media screen and (max-width: 767px) {
      .logo.project {
        background-size: 100%;
        width: 60%;
        margin-top: 10px; } }
  .logo:nth-of-type(2) {
    border-left: 1px solid #888; }

.navbar {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  min-height: 50px;
  max-width: 1000px;
  position: relative;
  left: 0; }
  .navbar::after {
    clear: both;
    content: "";
    display: block; }
  .navbar:after {
    content: none; }

.menu-container .menu-top-level-navigation-container {
  float: none; }
  .menu-container .menu-top-level-navigation-container .menu-item,
  .menu-container .menu-top-level-navigation-container .social-icon {
    transition: color 0.1s linear; }
    .menu-container .menu-top-level-navigation-container .menu-item:hover a, .menu-container .menu-top-level-navigation-container .menu-item.current_page_item a,
    .menu-container .menu-top-level-navigation-container .social-icon:hover a,
    .menu-container .menu-top-level-navigation-container .social-icon.current_page_item a {
      color: #fff !important; }
.menu-container.mobile {
  top: 0;
  position: fixed;
  right: 0; }
  @media screen and (min-width: 1000px) {
    .menu-container.mobile {
      display: none; } }
  .menu-container.mobile .menu-toggle {
    position: absolute;
    right: -2px;
    background-color: #212121;
    border-radius: 0;
    color: #fff;
    height: 50px;
    outline: 0;
    font-size: 28px;
    padding: 8px 14px 8px 12px;
    transition: color 0.1s linear; }
    .menu-container.mobile .menu-toggle:active {
      color: #0093A9; }
  .menu-container.mobile .menu-top-level-navigation-container {
    position: absolute;
    top: 0;
    right: -219px;
    background: #212121;
    padding-bottom: 10px;
    width: 220px;
    padding-bottom: 99999px; }
    .menu-container.mobile .menu-top-level-navigation-container #menu-top-level-navigation {
      padding-left: 20px; }
      .menu-container.mobile .menu-top-level-navigation-container #menu-top-level-navigation li {
        padding: 13px 15px 13px 0;
        border-bottom: thin solid rgba(255, 255, 255, 0.1); }
        .menu-container.mobile .menu-top-level-navigation-container #menu-top-level-navigation li:hover a {
          color: #fff !important; }
        .menu-container.mobile .menu-top-level-navigation-container #menu-top-level-navigation li a {
          color: rgba(255, 255, 255, 0.3);
          font-family: Arial, Helvetica, sans-serif;
          font-weight: bold;
          padding: 15.5px 10px 15.5px 0;
          transition: all 0.5s ease;
          font-size: 13px; }
    .menu-container.mobile .menu-top-level-navigation-container .social-icons {
      padding-bottom: 8px;
      margin-top: 14px; }
      .menu-container.mobile .menu-top-level-navigation-container .social-icons .social-icon:hover a {
        color: #222; }
      .menu-container.mobile .menu-top-level-navigation-container .social-icons .social-icon:first-of-type {
        margin-left: 20px; }
      .menu-container.mobile .menu-top-level-navigation-container .social-icons .social-icon:not(:last-child) {
        margin-right: 1.3em; }
@media screen and (max-width: 1000px) {
  .menu-container.desktop {
    display: none; } }
.menu-container.desktop .social-icons {
  margin-top: 12px;
  margin-left: 12px;
  display: none; }
  @media screen and (min-width: 768px) {
    .menu-container.desktop .social-icons {
      display: inline-block;
      float: right; } }
.menu-container.desktop .menu.tablet-desktop {
  float: right;
  border-right: 1px solid #444;
  height: 25px;
  margin-top: 12px; }
  .menu-container.desktop .menu.tablet-desktop .menu-item {
    margin: 0;
    margin-left: 25px; }
    .menu-container.desktop .menu.tablet-desktop .menu-item:last-of-type {
      margin-right: 15px; }
.menu-container.desktop .menu.tablet-desktop .menu-item {
  display: inline-block; }
  .menu-container.desktop .menu.tablet-desktop .menu-item.mobile-only {
    display: none; }
    @media screen and (max-width: 767px) {
      .menu-container.desktop .menu.tablet-desktop .menu-item.mobile-only {
        display: block; } }
  .menu-container.desktop .menu.tablet-desktop .menu-item a {
    color: white;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize; }
    .menu-container.desktop .menu.tablet-desktop .menu-item a:hover {
      text-decoration: underline; }
.menu-container .social-icon {
  background-color: #959595;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  margin: 0;
  text-align: center;
  transition: background-color 0.5s ease;
  width: 24px; }
  .menu-container .social-icon a,
  .menu-container .social-icon a:hover {
    color: #222222;
    display: block;
    font-size: 14px;
    margin-top: 4px; }
  .menu-container .social-icon:hover {
    background-color: white; }
  .menu-container .social-icon:not(:last-child) {
    margin-right: 0px; }
    @media screen and (min-width: 768px) {
      .menu-container .social-icon:not(:last-child) {
        margin-right: 5px; } }

#carousel {
  max-width: 1000px;
  margin: 0 auto; }

#main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 38px;
  padding-bottom: 38px; }
  #main::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 767px) {
    #main {
      padding-top: 14px; } }
  #main #main-content h2 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #main #main-content h2 {
        font-size: 1.1em;
        line-height: 1.1em; } }
    #main #main-content h2:first-child {
      font-size: 28px;
      text-transform: none;
      margin-top: 8px; }
      @media screen and (max-width: 767px) {
        #main #main-content h2:first-child {
          margin-top: 32px;
          margin-left: -8px;
          margin-right: -8px; } }
  #main #main-content.Homepage article:first-child h2:first-of-type {
    font-size: 1.8em;
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      #main #main-content.Homepage article:first-child h2:first-of-type {
        margin-top: 32px;
        margin-left: -8px;
        margin-right: -8px; } }
  #main h3 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    margin-bottom: 16px; }
  #main h4 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 28px; }
  #main #main-content {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
    margin-right: 0;
    width: 75%;
    border-right: 1px solid #e2e2e2;
    position: relative;
    padding: 24px;
    padding-top: 0; }
    #main #main-content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      #main #main-content {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        padding-bottom: 8px; }
        #main #main-content:last-child {
          margin-right: 0; } }
    #main #main-content.no-sidebar {
      width: 100%;
      border-right: 0; }
    #main #main-content h5 {
      font-family: 'Knockout 52 A', 'Knockout 52 B';
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      font-size: 18px; }
    @media screen and (max-width: 767px) {
      #main #main-content p {
        font-size: 14px;
        line-height: 18px; } }
    #main #main-content .category-related-seattle-times-coverage .media p {
      font-size: 12px; }
    #main #main-content .category-resources strong {
      margin-bottom: 8px; }
    #main #main-content .category-resources a {
      font-size: 12px; }
    #main #main-content .item-detail h3 {
      margin-bottom: 0;
      font-size: 34px;
      max-width: 68%;
      line-height: 34px; }
    #main #main-content .item-detail h4 {
      font-size: 26px; }
    #main #main-content .item-detail h5 {
      margin-top: 24px; }
    #main #main-content .item-detail .book-now {
      margin-top: 12px;
      display: block;
      height: 30px; }
    #main #main-content .item-detail .meal-types {
      margin-top: 12px;
      font-size: 12px;
      font-weight: bold;
      max-width: 75%; }
    #main #main-content .item-detail .cuisines {
      display: block;
      font-size: 20px;
      color: #515151;
      margin-top: -2px; }
      @media screen and (max-width: 767px) {
        #main #main-content .item-detail .cuisines {
          margin-top: -2px; } }
    #main #main-content .item-detail strong {
      font-family: 'Knockout 52 A', 'Knockout 52 B';
      font-weight: 400;
      font-style: normal;
      font-size: 10px; }
    #main #main-content .item-detail .meal-pricing {
      margin-top: -4px;
      text-transform: uppercase; }
    #main #main-content .item-detail h5 {
      font-family: 'Knockout 52 A', 'Knockout 52 B';
      font-weight: 400;
      font-style: normal;
      text-transform: uppercase;
      font-size: 16px; }
    #main #main-content .item-detail p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 16px; }
    #main #main-content .page-blurb {
      margin-bottom: 28px;
      margin-top: 12px;
      border-bottom: 1px solid #bcbdbc;
      padding-bottom: 12px;
      line-height: 20px; }
    #main #main-content .brightcove,
    #main #main-content .youtube,
    #main #main-content .media {
      display: inline-block;
      cursor: pointer;
      width: 23%;
      margin-right: 1%;
      vertical-align: top;
      min-height: 100px; }
      @media screen and (max-width: 767px) {
        #main #main-content .brightcove,
        #main #main-content .youtube,
        #main #main-content .media {
          width: 47%;
          margin-right: 4%; }
          #main #main-content .brightcove:nth-child(even),
          #main #main-content .youtube:nth-child(even),
          #main #main-content .media:nth-child(even) {
            margin-right: 0; } }
      #main #main-content .brightcove p,
      #main #main-content .youtube p,
      #main #main-content .media p {
        color: #000;
        font-size: 12px;
        line-height: 14px; }
      #main #main-content .brightcove p,
      #main #main-content .youtube p,
      #main #main-content .media p {
        font-size: 12px;
        color: #0777b3; }
        #main #main-content .brightcove p.title,
        #main #main-content .youtube p.title,
        #main #main-content .media p.title {
          color: #000;
          font-weight: normal;
          font-size: 12px; }
      #main #main-content .brightcove .title,
      #main #main-content .youtube .title,
      #main #main-content .media .title {
        font-size: 12px;
        font-weight: bold;
        color: #0093a9;
        margin-bottom: 4px;
        margin-top: 8px; }
      #main #main-content .brightcove .thumb,
      #main #main-content .youtube .thumb,
      #main #main-content .media .thumb {
        position: relative;
        width: 100%;
        height: 100px;
        overflow: hidden;
        background-size: 100% 100%;
        height: 100px;
        background-repeat: no-repeat;
        background-position: center center;
        background-color: #000; }
        #main #main-content .brightcove .thumb img,
        #main #main-content .youtube .thumb img,
        #main #main-content .media .thumb img {
          position: absolute;
          left: 50%;
          top: 50%;
          height: auto;
          width: auto;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      #main #main-content .brightcove:hover p,
      #main #main-content .youtube:hover p,
      #main #main-content .media:hover p {
        color: #000;
        text-decoration: underline; }
    #main #main-content .inline-block {
      display: inline-block;
      vertical-align: middle;
      padding: 4px; }
    #main #main-content .gallery .image img {
      width: auto;
      height: auto; }
    #main #main-content .video-player {
      margin-bottom: 38px;
      margin-top: 24px;
      height: 0;
      padding-bottom: 56.25%;
      position: relative; }
      #main #main-content .video-player .BrightcoveExperience {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #main #main-content .category-campaign-archive br,
    #main #main-content .category-campaign-archive p {
      display: none; }
    #main #main-content .category-campaign-archive > a {
      display: inline-block;
      padding: 4px; }
    #main #main-content article {
      padding-bottom: 15px;
      clear: both; }
      #main #main-content article h3 {
        font-size: 1.1em; }
      #main #main-content article h2 {
        font-size: 1.5em;
        margin-bottom: 16px; }
        #main #main-content article h2.post-title {
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase; }
      #main #main-content article p {
        line-height: 18px;
        margin-bottom: 20px; }
      #main #main-content article .attachment-post-thumbnail {
        float: left;
        margin-right: 20px;
        margin-top: 2px;
        margin-bottom: 20px; }
      #main #main-content article:not(:first-of-type) {
        border-top: 1px solid #bcbdbc;
        padding-top: 14px; }
      #main #main-content article ul {
        margin: 0 0 1.25em;
        padding-left: 22px; }
        @media screen and (max-width: 767px) {
          #main #main-content article ul {
            padding-left: 16px; } }
        #main #main-content article ul li {
          list-style: disc;
          margin-bottom: 8px;
          line-height: 18px; }
          @media screen and (max-width: 767px) {
            #main #main-content article ul li {
              font-size: 14px;
              line-height: 18px;
              margin-bottom: 12px; } }
      #main #main-content article.category-promo h3 {
        display: none; }
      #main #main-content article.category-promo h2 {
        font-size: 1.8em;
        text-transform: uppercase;
        margin-bottom: 8px;
        font-family: "urw-din-condensed";
        font-weight: 600; }
      #main #main-content article.category-promo p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px; }

.cycloneslider {
  margin: 0 auto; }
  .cycloneslider .cycloneslider-prev {
    background-color: #b1b1b0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    left: 0 !important; }
    .cycloneslider .cycloneslider-prev .arrow {
      border-right: 6px solid #fff !important; }
    .cycloneslider .cycloneslider-prev:hover {
      background-color: #df5a26 !important; }
    @media screen and (max-width: 1000px) {
      .cycloneslider .cycloneslider-prev {
        margin-left: 8px; } }
  .cycloneslider .cycloneslider-next {
    background-color: #b1b1b0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    right: 0 !important; }
    .cycloneslider .cycloneslider-next .arrow {
      border-left: 6px solid #fff !important; }
    .cycloneslider .cycloneslider-next:hover {
      background-color: #df5a26 !important; }
    @media screen and (max-width: 1000px) {
      .cycloneslider .cycloneslider-next {
        margin-right: 8px; } }

#cycloneslider-home-1 {
  display: block; }
  @media screen and (max-width: 767px) {
    #cycloneslider-home-1 {
      display: none; } }

.cycloneslider[id*="Mobile"] {
  display: none; }
  @media screen and (max-width: 767px) {
    .cycloneslider[id*="Mobile"] {
      display: block; } }

.cycloneslider-template-standard {
  margin-bottom: 0 !important; }
  .cycloneslider-template-standard .cycloneslider-pager {
    margin: 0 auto;
    background: #2b2b2b;
    height: 30px !important;
    bottom: -30px !important; }
    .cycloneslider-template-standard .cycloneslider-pager span {
      height: 10px !important;
      width: 10px !important;
      border-radius: 5px !important;
      vertical-align: middle !important;
      box-shadow: none !important;
      background-color: #fff !important;
      margin-left: 15px !important;
      margin-top: 4px !important; }
      .cycloneslider-template-standard .cycloneslider-pager span:first-of-type {
        margin-left: 0; }
      .cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
        background-color: #df5a26 !important; }

#lean_overlay {
  position: fixed;
  z-index: 9999999999999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

#playerLightbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  display: none; }
  #playerLightbox audio {
    width: 630px;
    border-radius: 5px; }
  #playerLightbox #overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0px;
    top: 0px;
    padding: 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.7); }
    #playerLightbox #overlay:target {
      width: auto;
      height: auto;
      bottom: 0px;
      right: 0px;
      padding: 80px 100px 120px 100px; }
  #playerLightbox #content {
    margin: 0 auto;
    position: relative;
    top: 280px;
    text-align: center; }
    #playerLightbox #content > * {
      box-shadow: 0px 0px 12px #000; }
    #playerLightbox #content .close {
      width: 640px;
      text-align: right;
      border-radius: 0;
      display: block;
      margin: 0 auto;
      background: 0;
      box-shadow: none;
      outline: 0; }
      @media screen and (max-width: 767px) {
        #playerLightbox #content .close {
          width: 80%; } }
      #playerLightbox #content .close:before {
        content: "× "; }
      #playerLightbox #content .close:hover {
        color: #888; }
    @media screen and (max-width: 767px) {
      #playerLightbox #content {
        top: 30%; }
        #playerLightbox #content > * {
          max-width: 100%;
          height: auto; } }

#map {
  height: 575px;
  max-width: 1000px;
  border-top: #85a7c3 solid 1px;
  border-bottom: #85a7c3 solid 1px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 767px) {
    #map {
      height: 300px; } }
  #map .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999; }
    @media screen and (min-width: 768px) {
      #map .overlay {
        display: none; } }
  #map h4 {
    margin-top: 0;
    padding-top: 0;
    max-width: 250px;
    line-height: 22px;
    font-size: 24px;
    padding-right: 24px; }
  #map .infobox-cuisine {
    margin: 0; }
  #map .infobox-link {
    font-weight: bold; }
  #map .infobox-address {
    margin-top: 18px;
    margin-bottom: 0; }
  #map .marker {
    display: none; }
  #map img {
    max-width: none; }

.map-modal {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100%;
  width: 100%;
  padding-bottom: 50px;
  padding-top: 50px; }
  .map-modal #map {
    width: 100%;
    height: 100%;
    position: relative; }
  .map-modal > .bar {
    width: 100%;
    height: 50px;
    background: #292929;
    display: block;
    padding: 0;
    text-align: right; }
    .map-modal > .bar button {
      background: #292929;
      border-radius: 0;
      width: 50%;
      height: 50px;
      padding: 0;
      text-transform: uppercase;
      font-size: 14px;
      padding-right: 18px;
      position: relative;
      outline: 0;
      text-align: right;
      padding-right: 45px; }
      .map-modal > .bar button:after {
        content: "\00d7";
        position: absolute;
        font-size: 28px;
        right: 16px;
        top: 11px; }
  .map-modal .overlay {
    display: none; }

#desktop-sidebar {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  padding-left: 0px;
  width: 25%; }
  @media screen and (min-width: 768px) {
    #desktop-sidebar.mobile-tablet-item {
      display: none !important; } }
  #desktop-sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
    #desktop-sidebar {
      width: 100%;
      padding: 0;
      margin-top: 32px; } }
  #desktop-sidebar h2 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    color: #858585;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 28px;
    margin-top: 14px;
    line-height: 28px;
    margin-bottom: 12px;
    margin-right: 10px; }
  #desktop-sidebar a {
    color: #0777b3;
    transition: color 0.1s linear;
    word-wrap: break-word; }
    #desktop-sidebar a:hover {
      color: #000; }
  #desktop-sidebar h4 {
    font-family: 'Knockout 52 A', 'Knockout 52 B';
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 14px; }
  #desktop-sidebar p {
    font-size: 14px;
    max-width: 95%; }
  #desktop-sidebar li {
    list-style: none; }
  #desktop-sidebar .restaurant-logo {
    margin-bottom: 32px;
    max-height: 140px;
    max-width: 95%; }
  #desktop-sidebar .widget {
    margin-bottom: 40px;
    padding-left: 14px;
    padding-right: 8px; }
    #desktop-sidebar .widget.widget_media_image {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    #desktop-sidebar .widget p {
      font-size: 14px;
      line-height: 18px; }
    #desktop-sidebar .widget a {
      font-size: 14px;
      line-height: 18px; }
  #desktop-sidebar .textwidget {
    line-height: 20px; }
  #desktop-sidebar .smaller {
    font-size: 12px;
    display: block;
    margin-top: -2px; }
  #desktop-sidebar .widget_sp_image {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px; }
    #desktop-sidebar .widget_sp_image img {
      width: auto;
      height: auto; }
    @media screen and (max-width: 767px) {
      #desktop-sidebar .widget_sp_image {
        text-align: center;
        margin-top: -16px; }
        #desktop-sidebar .widget_sp_image > img {
          width: 100%; } }

#sponsors {
  background-color: #e6e6e6;
  margin-bottom: 1.618em;
  text-align: center;
  *zoom: 1;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 0; }
  #sponsors:before, #sponsors:after {
    clear: both;
    content: ' ';
    display: table; }
  #sponsors .thanks {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    margin: 24px auto; }
  #sponsors > div {
    margin-bottom: 12px; }
    #sponsors > div > a {
      margin-left: 35px;
      margin-right: 35px; }
      #sponsors > div > a:first-of-type {
        margin-left: 0; }
      #sponsors > div > a:last-of-type {
        margin-right: 0; }
  @media screen and (max-width: 767px) {
    #sponsors {
      padding-top: 12px; }
      #sponsors .levelOne a {
        width: 30%;
        margin: 0 5px;
        display: inline-block; }
      #sponsors .levelTwo a {
        width: 20%;
        margin: 0 auto;
        display: inline-block; }
      #sponsors .levelThree a {
        width: 20%;
        margin: 0 auto;
        display: inline-block; }
      #sponsors img {
        width: 80%; } }

#advertising {
  margin-bottom: 1.618em;
  text-align: center;
  *zoom: 1;
  max-width: 1000px;
  margin: 0 auto; }
  #advertising:before, #advertising:after {
    clear: both;
    content: ' ';
    display: table; }
  #advertising span {
    text-transform: uppercase;
    font-size: 8px;
    margin-bottom: 18px;
    display: block;
    margin: 30px auto 14px;
    color: #999; }
  #advertising .ads {
    margin-bottom: 18px; }
    #advertising .ads > div {
      width: 300px;
      height: 250px;
      background-color: #aca9a9;
      display: inline-block;
      margin: 1%; }

#page-footer {
  background-color: #212121;
  margin-bottom: 1.618em;
  text-align: center;
  *zoom: 1;
  color: #000;
  font-weight: normal;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-top: 50px;
  font-size: 12px;
  font-weight: bold;
  font-size: 14px; }
  #page-footer:before, #page-footer:after {
    clear: both;
    content: ' ';
    display: table; }
  @media screen and (max-width: 767px) {
    #page-footer {
      font-size: 11px; } }
  #page-footer .footer-logo {
    background-image: url("../../src/img/footer-logo.png");
    width: 160px;
    height: 24px;
    margin: 0 auto;
    display: block; }
  #page-footer hr {
    border-bottom: 1px solid #d6d8d8;
    margin-top: 12px;
    margin-bottom: 12px; }
  #page-footer a {
    transition: color 0.1s linear, text-decoration 0.1s linear;
    color: #fff;
    font-weight: normal; }
    #page-footer a:hover {
      color: #00b1cb;
      text-decoration: underline; }
  @media screen and (max-width: 767px) {
    #page-footer {
      padding-top: 12px; } }

@media screen and (max-width: 767px) {
  #application {
    margin-top: 22px; } }
#application .no-results {
  display: none;
  margin-left: 18px; }
@media screen and (max-width: 767px) {
  #application .desktop-only {
    display: none; } }
#application #filters {
  min-height: 28px; }
  #application #filters .checkbox {
    width: 12px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 2px;
    transition: background 0.1s linear; }
    #application #filters .checkbox input[type=checkbox] {
      visibility: hidden;
      margin: 0;
      user-select: none;
      transition: background 0.1s linear; }
      #application #filters .checkbox input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        background: #0093a9; }
    #application #filters .checkbox label {
      cursor: pointer;
      position: absolute;
      width: 12px;
      height: 12px;
      top: 0;
      border-radius: 0px;
      left: 0px;
      line-height: 28px;
      background: #fff;
      border: 1px solid #00b1cb;
      user-select: none;
      transition: background 0.1s linear, opacity 0.1s linear; }
      #application #filters .checkbox label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        top: 0px;
        left: 0px;
        background: #7cc3cd;
        border: 1px solid #00b1cb; }
      #application #filters .checkbox label:hover:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
        filter: alpha(opacity=30);
        opacity: 0.5; }
  #application #filters .controls {
    margin-top: 12px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #application #filters .controls {
        min-height: 28px; } }
    #application #filters .controls button {
      float: left;
      background: 0;
      color: #000;
      border-radius: 0;
      border: 1px solid #0093a7;
      font-size: 12px;
      margin-right: 4px;
      padding: 0;
      padding-left: 8px;
      padding-right: 28px;
      position: relative;
      outline: 0;
      transition: background 0.1s linear, color 0.1s linear;
      height: 24px;
      line-height: 24px;
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-size: 12px;
      color: #000;
      text-align: left; }
      @media screen and (max-width: 767px) {
        #application #filters .controls button {
          font-size: 11px;
          margin-right: 2px;
          padding-left: 4px;
          padding-right: 22px; } }
      #application #filters .controls button:focus {
        outline: 0; }
      #application #filters .controls button:hover {
        background: #BEE1E6; }
    #application #filters .controls .clearAll {
      border: 3px solid #fff;
      position: absolute;
      right: 0px;
      height: 26px;
      line-height: 20px;
      padding-right: 0;
      padding-left: 0;
      font-size: 11px;
      transition: color 0.1s linear;
      color: #0293a8;
      margin-right: 0;
      text-align: right;
      float: right; }
      #application #filters .controls .clearAll:hover {
        background: none;
        color: #000; }
      @media screen and (max-width: 1000px) {
        #application #filters .controls .clearAll {
          font-size: 10px;
          top: -44px; } }
    #application #filters .controls .cToggle:before {
      content: "Cuisine"; }
      @media screen and (max-width: 767px) {
        #application #filters .controls .cToggle:before {
          content: "More filters"; } }
    #application #filters .controls .nToggle:after,
    #application #filters .controls .cToggle:after,
    #application #filters .controls .mToggle:after {
      content: "+";
      font-size: 17px;
      height: 24px;
      line-height: 24px;
      position: absolute;
      color: #069fb5;
      transition: color 0.1s linear;
      position: absolute;
      right: 4px; }
      @media screen and (max-width: 767px) {
        #application #filters .controls .nToggle:after,
        #application #filters .controls .cToggle:after,
        #application #filters .controls .mToggle:after {
          color: #000; } }
    #application #filters .controls .nToggle.open,
    #application #filters .controls .cToggle.open,
    #application #filters .controls .mToggle.open {
      background: #0193aa;
      color: #fff; }
    #application #filters .controls .nToggle.open:after,
    #application #filters .controls .cToggle.open:after,
    #application #filters .controls .mToggle.open:after {
      content: "\2013";
      font-size: 15px;
      color: #fff;
      top: -2px;
      right: 5px; }
    @media screen and (max-width: 767px) {
      #application #filters .controls .nToggle {
        float: left;
        min-width: 82px;
        width: 41%;
        margin: 0 1%;
        margin-left: 0; }
      #application #filters .controls .mToggle {
        float: left;
        min-width: 48px;
        width: 22%;
        margin: 0 1%; }
      #application #filters .controls .cToggle {
        float: right;
        min-width: 82px;
        width: 32%;
        margin: 0 1%;
        margin-right: 0; } }
    #application #filters .controls .filter-item {
      width: inherit;
      clear: none;
      font-size: 12px;
      margin-right: 6px;
      float: left; }
    #application #filters .controls > .filter-item:first-of-type {
      margin-left: 4px; }
  #application #filters .filter-item {
    width: 33%;
    clear: both;
    float: left; }
    @media screen and (max-width: 767px) {
      #application #filters .filter-item {
        width: 100%; } }
    #application #filters .filter-item input {
      display: inline-block;
      margin-right: 2px; }
    #application #filters .filter-item label {
      display: inline-block;
      margin-right: 2px;
      line-height: 28px; }
    #application #filters .filter-item .text-label {
      font-family: Arial, sans-serif;
      font-weight: bold;
      font-size: 12px;
      color: #000;
      line-height: 28px; }
  #application #filters .neighborhoods,
  #application #filters .cuisines,
  #application #filters .meals {
    clear: both;
    display: none;
    padding: 12px 8px 14px; }
    @media screen and (max-width: 767px) {
      #application #filters .neighborhoods,
      #application #filters .cuisines,
      #application #filters .meals {
        box-shadow: 0px 3px 6px #aaa; } }
    #application #filters .neighborhoods h5,
    #application #filters .cuisines h5,
    #application #filters .meals h5 {
      font-size: 14px;
      margin-bottom: 6px;
      margin-top: 8px;
      clear: both; }
    #application #filters .neighborhoods .filter-item,
    #application #filters .cuisines .filter-item,
    #application #filters .meals .filter-item {
      width: 32%;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        #application #filters .neighborhoods .filter-item,
        #application #filters .cuisines .filter-item,
        #application #filters .meals .filter-item {
          display: block;
          width: 100%;
          float: none;
          height: 22px; } }
      #application #filters .neighborhoods .filter-item .checkbox,
      #application #filters .cuisines .filter-item .checkbox,
      #application #filters .meals .filter-item .checkbox {
        margin-right: 5px; }
  @media screen and (max-width: 767px) {
    #application #filters .meals .filter-item {
      width: 32%;
      display: inline-block; } }
  @media screen and (min-width: 768px) {
    #application #filters .cuisines h5 {
      display: none; }
    #application #filters .cuisines .vegetarian {
      display: none; }
    #application #filters .cuisines .vegan {
      display: none; }
    #application #filters .cuisines .gluten {
      display: none; } }
  @media screen and (max-width: 767px) {
    #application #filters .cuisines .vegetarian {
      width: 34%;
      display: inline-block;
      margin-right: 2px; }
      #application #filters .cuisines .vegetarian .checkbox {
        margin-right: 2px; }
    #application #filters .cuisines .vegan {
      width: 24%;
      display: inline-block;
      margin-right: 2px; }
      #application #filters .cuisines .vegan .checkbox {
        margin-right: 2px; }
    #application #filters .cuisines .gluten {
      width: 34%;
      display: inline-block;
      margin-right: 2px; }
      #application #filters .cuisines .gluten .checkbox {
        margin-right: 2px; } }
#application .category-restaurant.hidden {
  display: none; }
#application table thead {
  background: #838383;
  color: #fff; }
#application table th {
  font-size: 16px; }
#application table .name {
  width: 35%; }
#application table .cuisine {
  width: 20%; }
#application table .neighborhood {
  width: 27%; }
#application table meal {
  width: 18%; }
#application table td {
  font-size: 14px; }
  #application table td p {
    line-height: 16px;
    margin-top: 8px; }
#application table tbody tr {
  border-bottom: 1px solid #e2e2e2; }
#application table th, #application table td {
  border: 0;
  padding: 0;
  height: 40px;
  line-height: 40px; }
#application table th:not(:first-of-type),
#application table td:not(:first-of-type) {
  padding-left: 18px; }
#application table th:first-of-type {
  padding-left: 18px; }
#application table td .post-title {
  font-weight: bold;
  color: #000;
  padding-left: 18px;
  transition: background 0.1s linear;
  display: table;
  line-height: 14px;
  height: 40px;
  width: 100%; }
  #application table td .post-title span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 18px;
    padding-right: 18px; }
  #application table td .post-title:hover {
    background: #7dc3cd;
    height: 40px; }
  @media screen and (max-width: 767px) {
    #application table td .post-title {
      position: relative; }
      #application table td .post-title:after {
        content: "\203A";
        font-size: 24px;
        height: 25px;
        float: right;
        display: block;
        color: #aaa;
        right: 8px;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        clear: both; } }
#application table th.header.headerSortUp:after {
  content: "";
  position: relative;
  left: 10px;
  bottom: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff; }
#application table th.header.headerSortDown:after {
  content: "";
  position: relative;
  left: 10px;
  top: 12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff; }
#application #viewMore {
  display: block;
  text-align: center;
  padding: 8px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  background: #838383;
  transition: background .25s ease-in-out; }
  #application #viewMore:hover {
    background: #0193AA; }

.smoke-animation {
  width: 260px;
  height: 260px;
  background: url("/srw/wp-content/uploads/2015/02/frame01.png");
  position: absolute;
  top: 150px;
  left: 30px; }

@media screen and (max-width: 767px) {
  .mobile-header {
    position: relative; } }

@media screen and (max-width: 767px) {
  .restaurant-logo {
    position: absolute;
    top: 4px;
    right: 30px;
    max-width: 23%; } }

.contest-button {
  font-family: 'Knockout 52 A', 'Knockout 52 B';
  background: #000;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  padding: 6px 8px;
  height: 70px;
  position: relative;
  width: 190px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.1s linear; }
  @media screen and (min-width: 767px) and (max-width: 850px) {
    .contest-button {
      width: 160px;
      font-size: 21px; } }
  .contest-button:hover {
    color: #0193aa; }
  .contest-button:after {
    border-left: 15px solid #000;
    border-top: 35px solid transparent;
    content: "";
    height: 0;
    right: -15px;
    position: absolute;
    top: 0;
    width: 0;
    border-bottom: 35px solid transparent; }
  @media screen and (max-width: 767px) {
    .contest-button {
      position: absolute;
      top: 2px;
      right: 0;
      font-size: 12px;
      line-height: 12px;
      padding: 5px 4px;
      height: 34px;
      width: 95px; }
      .contest-button:after {
        border-left: 10px solid #000;
        border-top: 17px solid transparent;
        right: -10px;
        border-bottom: 17px solid transparent; } }

#contestModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999999; }
  #contestModal .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    background: 0;
    border: 0;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    padding-right: 35px;
    outline: 0; }
    #contestModal .close-modal:after {
      content: "\00d7";
      position: absolute;
      font-size: 22px;
      right: 10px;
      top: 2px; }
  #contestModal > .item {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-top: -215px;
    margin-left: -250px;
    z-index: 9999999999;
    box-shadow: 0px 0px 28px #000; }
    @media screen and (max-width: 767px) {
      #contestModal > .item {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        left: 5%;
        top: 5%; } }

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