/******************************************************************
Theme Name: _OB
Site Name: _ob
Author: Eric Dubois - LegionThirteen
Description: Custom theme for One Bistro website
Version: 6.9.0
Stylesheet: Main Stylesheet

******************************************************************/
/******************************************************************
Site Name: _ob

Styles: _mixins
******************************************************************/
.OB_block {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
}
/*
BASE (MOBILE) SIZE
*/
/*
Theme Name: _ob
Author: Eric Dubois
Author URI: http://www.legionthirteen.com/
Description: Custom theme for One Bistro based on underscores
Version: 2.0.0
Text Domain: _ob
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: futura-pt, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1em 1em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  margin: 0 0 1em;
  width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
select {
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#masthead {
  background: #fff;
}
.site-branding {
  display: block;
  height: auto;
}
.site-title {
  width: 100px;
  margin: 0px auto;
}
.site-title a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 74%;
  margin-top: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  background: url(images/OneBistro_logo.png) no-repeat;
  background-size: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #777;
}
a:hover,
a:focus,
a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
article {
  position: relative;
}
a.post-edit-link,
a.comment-edit-link {
  position: absolute;
  z-index: 25;
  top: 8px;
  right: 8px;
  text-decoration: none;
  background: #222;
  color: #eee !important;
  opacity: 0.5;
  font-family: sans-serif;
  padding: 2px 8px;
  border-radius: 4px;
}
a.post-edit-link:hover,
a.comment-edit-link:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
#blog-header {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 30%;
  margin: 0;
  overflow: hidden;
  background: url(images/the-dish-one-bistro.jpg) no-repeat;
  background-size: 100%;
}
a.wp-block-latest-posts__post-title {
  text-decoration: none;
  color: #6f8438;
  font-family: futura-pt, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}
a.wp-block-latest-posts__read-more {
  display: block;
}
.wp-block-latest-posts__featured-image {
  margin-top: 0.6rem;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.clear {
  clear: both;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
footer.site-footer {
  background: #eee;
  color: #444;
  padding-bottom: 20px;
}
footer.site-footer .wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
footer.site-footer .footer-logo,
footer.site-footer .footer-address,
footer.site-footer .footer-copyright,
footer.site-footer .footer-nav,
footer.site-footer #xlink,
footer.site-footer #footer-legal {
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
footer.site-footer a {
  color: #444;
  text-decoration: none;
}
footer.site-footer a:hover {
  color: #000;
}
footer.site-footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer ul.menu li {
  line-height: 1.2;
  margin-bottom: 8px;
  position: relative;
}
footer.site-footer ul.menu li a {
  display: block;
}
footer.site-footer ul.menu li ul.sub-menu {
  display: none;
}
footer.site-footer ul.menu li:hover ul.sub-menu {
  display: block;
  position: absolute;
  background: #fff;
  box-shadow: 0px 1px 4px #000;
  top: 0;
  right: 16px;
  z-index: 1;
  padding: 8px;
  margin: 0;
  list-style: none;
  min-width: 75%;
}
footer.site-footer ul.menu li:hover ul.sub-menu:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 6px solid #444;
}
footer.site-footer #xlink ul,
footer.site-footer #legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer.site-footer #legal ul li {
  display: inline-block;
  border-right: 1px solid #bacd88;
  padding: 0 8px;
}
footer.site-footer #legal ul li:last-child {
  border: 0;
}
ul#social-menu li,
ul#footer-social li {
  border: 0;
  display: inline-block;
}
ul#social-menu li a,
ul#footer-social li a {
  background: url(images/social-icons.png);
  background-size: 100px;
  display: block;
  width: 50px;
  height: 0;
  padding: 50px 0 0 0;
  overflow: hidden;
  margin: 8px;
}
ul#social-menu li.facebook a,
ul#footer-social li.facebook a {
  background-position: 0 0;
}
ul#social-menu li.facebook a:hover,
ul#footer-social li.facebook a:hover {
  background-position: -50px 0;
}
ul#social-menu li.instagram a,
ul#footer-social li.instagram a {
  background-position: 0 -50px;
}
ul#social-menu li.instagram a:hover,
ul#footer-social li.instagram a:hover {
  background-position: -50px -50px;
}
ul#social-menu li.pinterest a,
ul#footer-social li.pinterest a {
  background-position: 0 -100px;
}
ul#social-menu li.pinterest a:hover,
ul#footer-social li.pinterest a:hover {
  background-position: -50px -100px;
}
ul#social-menu li.twitter a,
ul#footer-social li.twitter a {
  background-position: 0 -150px;
}
ul#social-menu li.twitter a:hover,
ul#footer-social li.twitter a:hover {
  background-position: -50px -150px;
}
ul#social-menu li.email a,
ul#footer-social li.email a {
  background-position: 0 -200px;
}
ul#social-menu li.email a:hover,
ul#footer-social li.email a:hover {
  background-position: -50px -200px;
}
.slideshow {
  position: relative;
}
.slideshow .slide-img {
  width: 100%;
  height: auto;
}
.slideshow .slide-caption {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
}
.site-content {
  background: #fff;
}
.site-content h1,
.site-content h2,
.site-content h3,
.site-content h4,
.site-content h5,
.site-content h6 {
  font-size: 1em;
  color: #6f8438;
  margin: 10px 0 0 0;
  line-height: 1.1;
}
.site-content h1 {
  font-family: futura-pt, sans-serif;
  font-size: 2.25em;
  font-weight: 300;
}
.site-content h2 {
  font-family: futura-pt, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}
.site-content h3 {
  font-size: 1.25em;
  font-weight: 400;
}
.site-content h4 {
  font-size: 1.1em;
  font-weight: 600;
}
.site-content p {
  font-size: 1.1em;
  margin: 0 0 0.5em 0;
}
.review {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 8px;
  position: relative;
}
.review .review_text {
  font-style: italic;
  text-align: left;
  text-indent: -5px;
  margin: 8px 8px 8px 24px;
}
.review .review_text::first-letter {
  font-size: 200%;
  line-height: 0.7;
}
.review .openquote {
  color: #6f8438;
  font-style: italic;
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 48px;
}
.review .closequote {
  color: #6f8438;
  font-size: 200%;
  line-height: 0.5;
  position: relative;
  top: 8px;
}
.review .review_sig {
  text-align: right;
  font-size: 80%;
}
.review .review_sig .pub {
  display: block;
  font-weight: bold;
}
.review .review_sig .date {
  display: block;
}
.review .review_link {
  text-align: right;
}
.review .review_link a.button.opentable,
.review .review_link a.button.tripadvisor,
.review .review_link a.button.zagat,
.review .review_link a.button.facebook,
.review .review_link a.button.google,
.review .review_link a.button.yelp {
  display: inline-block;
  width: 80px;
  height: 0;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-size: 80px;
  overflow: hidden;
  vertical-align: top;
}
.review .review_link a.button.opentable {
  background-image: url(images/logo-opentable.png);
}
.review .review_link a.button.tripadvisor {
  background-image: url(images/logo-tripadvisor.png);
}
.review .review_link a.button.zagat {
  background-image: url(images/logo-zagat.png);
}
.review .review_link a.button.yelp {
  background-image: url(images/logo-yelp.png);
}
.review .review_link a.button.facebook {
  background-image: url(images/logo-facebook.png);
}
.review .review_link a.button.google {
  background-image: url(images/logo-google.png);
}
.review .read a {
  text-decoration: none;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 2px 8px;
}
.review a.post-edit-link {
  font-size: 9px;
  padding: 2px 4px;
  opacity: 0.25;
}
.review a.post-edit-link:hover {
  opacity: 0.75;
}
.entry-content .review_sig {
  text-align: right;
  font-size: 80%;
}
.entry-content .review_sig .pub {
  display: block;
  font-weight: bold;
}
.entry-content .review_sig .date {
  display: block;
}
article.search_result {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
}
article.search_result h4 {
  margin: 0;
}
article.search_result h4 a {
  text-decoration: none;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.hentry {
  margin: 0 0 1em;
}
.byline,
.updated:not(.published) {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.5em 0;
}
.wp-caption-text {
  text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
/*--------------------------------------------------------------
## GRID
--------------------------------------------------------------*/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4 {
  margin: 0;
  float: left;
}
.col-xs-1 {
  width: 25%;
}
.col-xs-2 {
  width: 50%;
}
.col-xs-3 {
  width: 75%;
}
.col-xs-4 {
  width: 100%;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
div.section,
div.menu-section {
  position: relative;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 0 16px 0;
  padding: 4px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}
div.section a.post-edit-link,
div.menu-section a.post-edit-link {
  font-size: 9px;
  padding: 2px 4px;
  opacity: 0.25;
}
div.section a.post-edit-link:hover,
div.menu-section a.post-edit-link:hover {
  opacity: 0.75;
}
div.section h3,
div.menu-section h3 {
  font-family: futura-pt, sans-serif;
  color: #444;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0;
}
div.section span.date,
div.menu-section span.date,
div.section span.subtitle,
div.menu-section span.subtitle {
  display: block;
  font-size: 14px;
  font-weight: 400;
  font-family: futura-pt, sans-serif;
  color: #444;
}
div.section div.section-content,
div.menu-section div.section-content {
  margin: 0 4px;
  padding: 4px;
}
div.section div.section-content h4,
div.menu-section div.section-content h4 {
  color: #444;
  font-size: 16px;
  padding: 0;
  margin-bottom: 0;
}
div.section div.section-content h4 + p,
div.menu-section div.section-content h4 + p {
  margin: 0;
}
div.section h4.leaders,
div.menu-section h4.leaders {
  overflow-x: hidden;
}
div.section h4.leaders:before,
div.menu-section h4.leaders:before {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}
div.section h4.leaders span.dish-name,
div.menu-section h4.leaders span.dish-name {
  padding-right: 0.33em;
  background: #eee;
}
div.section h4.leaders span.dish-price,
div.menu-section h4.leaders span.dish-price {
  float: right;
  padding-left: 0.33em;
  background: #eee;
  font-weight: normal;
}
div.section h4.special,
div.menu-section h4.special {
  background: url(images/olive.png) no-repeat;
  background-size: 13px auto;
  padding-left: 16px !important;
}
div.section .dish,
div.menu-section .dish {
  margin-bottom: 4px;
  position: relative;
}
div.section .dish a.post-edit-link,
div.menu-section .dish a.post-edit-link {
  top: -10px;
  right: 0px;
}
div.section p,
div.menu-section p {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
div.section p.variation,
div.menu-section p.variation {
  margin: 0;
  overflow-x: hidden;
}
div.section p.variation span.var-name,
div.menu-section p.variation span.var-name {
  padding-right: 0.33em;
  background: #eee;
}
div.section p.variation:before,
div.menu-section p.variation:before {
  float: left;
  width: 0;
  white-space: nowrap;
  color: #aaa;
  font-size: 14px;
  line-height: 1;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
}
div.section p.variation span.var-price,
div.menu-section p.variation span.var-price {
  float: right;
  padding-left: 0.33em;
  background: #eee;
}
.special {
  background: url(images/olive.png) no-repeat;
  background-size: 13px auto;
  padding-left: 16px !important;
}
span.dish_gf,
span.dish_df,
span.dish_veg,
span.dish_nut {
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 0;
  padding-top: 18px;
  overflow: hidden;
  margin: 0 1px;
  background: url(images/allergy-icons.png);
  background-size: 18px auto;
}
span.dish_df {
  background-position: 0 -18px;
}
span.dish_veg {
  background-position: 0 -36px;
}
span.dish_nut {
  background-position: 0 -54px;
}
.footnote,
.site-content p.footnote {
  color: #666;
  font-size: 12px;
}
.event-date {
  color: #999;
  font-size: 14px;
  font-style: italic;
}
ul.event-list {
  list-style: none;
  margin: 8px 0;
  padding: 0;
}
ul.event-list li {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  margin-bottom: 16px;
  padding: 12px;
  overflow: auto;
  cursor: pointer;
}
ul.event-list li h4 {
  clear: none;
  margin: 0;
}
ul.event-list li h4 a {
  text-decoration: none;
}
ul.event-list li p.date {
  color: #aaa;
  font-size: 14px;
  font-style: italic;
}
ul.event-list li img {
  float: left;
  max-width: 128px;
  height: auto;
  margin-right: 12px;
}
.job {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 16px;
  position: relative;
}
.job h3 {
  margin: 0;
}
.job a.button {
  display: block;
  background: #fff;
  border: 1px solid #444;
  padding: 2px 8px;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
#job-list .job {
  padding: 0;
  border: 0;
  margin-bottom: 8px;
}
#job-list .job a {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  padding: 2px 8px;
  text-align: center;
  text-decoration: none;
}
/* Search widget */
.widget_search .search-form {
  position: relative;
  width: 100%;
}
.widget_search .search-form input[type="search"] {
  width: 100%;
  height: 2rem;
  padding-left: 2.25rem;
  border-radius: 1rem;
}
.widget_search .search-form input[type="submit"] {
  position: absolute;
  left: -0.5rem;
  top: -0.25rem;
  width: 2.5rem;
  height: 0;
  padding: 2.5rem 0 0 0;
  border-radius: 1.25rem;
  background-image: url(images/search-icon.png);
  background-size: contain;
}
/* CC Child Page skin */
.ob_cc .ccchildpage {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  padding: 0 12px;
}
.ob_cc .ccchildpage h3 {
  margin: 8px 0 0 0;
}
.ob_cc .ccchildpage .ccpages_excerpt {
  margin: 0 0 8px 0;
  font-size: 14px;
}
.ob_cc.onecol .ccchildpage {
  width: 100%;
  margin: 0.5em 0;
}
.ob_cc .ccpages_more {
  text-align: right;
  font-style: italic;
}
.ob_cc .ccsubpages {
  border-radius: 4px;
  border: 1px solid #999;
  padding: 0.5em;
}
/* ACF Page Listing and Link Button Blocks */
.page-item {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 12px 8px;
  margin: 0 0 1em 0;
  cursor: pointer;
}
.page-item a {
  color: #444;
  text-decoration: none;
}
.page-item a:hover {
  color: #000;
}
.page-item p.link-desc {
  font-size: 14px;
  margin: 0;
}
.page-item.aligncenter {
  text-align: center;
}
/* ACF Team Bio Blocks */
.team-bio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.5em -1em;
}
.team-bio .member {
  width: 33.3%;
  display: block;
  padding: 0.5em;
  cursor: pointer;
}
.team-bio .member .intro {
  text-align: center;
}
.team-bio .member .intro img {
  border-radius: 50%;
}
.team-bio .member .intro p.name {
  font-weight: 600;
  margin: 0;
}
.team-bio .member .intro p.title {
  margin: 0;
}
.team-bio .member .bio {
  display: none;
}
#modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
#modal-container #modal-page {
  position: relative;
  padding: 1em 2em;
  display: block;
  width: 600px;
  max-width: 90vw;
  height: 90vh;
  background: #fff;
  border-radius: 0.5rem;
}
#modal-container #modal-page #modal-content .member {
  overflow: auto;
  height: 80vh;
  height: calc(90vh - 2em);
}
#modal-container #modal-page #modal-content .member .intro {
  text-align: center;
}
#modal-container #modal-page #modal-content .member .intro p.name {
  font-weight: 600;
  margin: 0;
}
#modal-container #modal-page #modal-content .member .intro p.title {
  margin: 0;
}
#modal-container #modal-page button {
  position: absolute;
  right: 0.75em;
  top: 0.75em;
  width: 20px;
  height: 0;
  padding: 20px 0 0 0;
  background: url(images/sprites.png) no-repeat;
  background-size: 80px auto;
  overflow: hidden;
  background-position: -20px -20px;
  border: 0;
}
/* SIDEBAR */
/* Facebook ticker */
#cff .cff-item {
  display: none;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px !important;
  min-height: 250px;
}
#cff .cff-item .cff-author {
  margin-top: 16px;
}
#cff .cff-item .cff-author a .cff-author-text .cff-page-name {
  color: #444;
}
#cff .cff-item .cff-author a .cff-author-text .cff-date {
  color: #aaa;
}
#cff .cff-item .cff-post-text .cff-text {
  font-family: futura-pt, sans-serif;
}
#cff .cff-item .cff-post-text .cff-expand a {
  white-space: nowrap;
  color: #aaa;
}
#cff .cff-item .cff-media-links a {
  color: #aaa;
}
#cff .cff-item .cff-post-links a {
  color: #aaa;
}
#cff .cff-item:first-child {
  display: block;
}
/* Instagram */
.widget_text.instagram {
  margin: -4px;
}
.widget_text.instagram a.gallery-link {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: -4px 4px;
  padding: 4px 4px 0 4px;
}
/* Search Form */
.widget-area input.search-field {
  width: 75%;
  height: 22px;
  padding: 6px;
}
.widget-area input.search-submit {
  width: 20%;
  float: right;
  height: 22px;
  padding: 6px;
}
/* Daily Specials */
.widget-area div.section {
  margin: 0;
}
/* OpenTable */
.ot-dtp-picker {
  width: auto !important;
  padding: 0 !important;
  margin: auto;
}
.ot-dtp-picker h1.ot-title {
  font-size: 1.5em;
  font-weight: 400;
}
/* Contact form */
.wpcf7-form .form-group {
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 8px;
}
.wpcf7-form .form-group span.req {
  color: #ed1b2e;
}
.wpcf7-form .form-group textarea,
.wpcf7-form .form-group input[type=text],
.wpcf7-form .form-group input[type=email] {
  display: block;
  width: 100%;
}
.wpcf7-form .form-group input[type=submit] {
  display: block;
  margin-top: 8px;
  padding: 4px;
  width: 100%;
}
/* =======================
	YouTube embeds
   ======================= */
.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*
LARGER MOBILE DEVICES
*/
@media only screen and (min-width: 480px) {
  /******************************************************************
Site Name: _ob

Styles: _480up
******************************************************************/
}
@media only screen and (max-width: 719px) {
  /******************************************************************
Site Name: _ob

Styles: _720dn
******************************************************************/
  .nomobile {
    display: none;
  }
  .wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
  #masthead {
    border-bottom: 8px solid #444;
  }
  footer.site-footer {
    border-top: 8px solid #444;
  }
  #site-navigation {
    width: 75%;
    position: absolute;
    left: -75%;
    top: 0;
    height: 100%;
    padding-top: 56px;
    box-sizing: border-box;
    background: #6f8438;
    /* Old browsers */
    background: -moz-linear-gradient(left, #555 0%, #555 25%, #3b3b3b 75%, #151515 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #555 0%, #555 25%, #3b3b3b 75%, #151515 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #555 0%, #555 25%, #3b3b3b 75%, #151515 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #site-navigation ul {
    border-top: 1px solid #151515;
    list-style: none;
    margin: -1px 0;
    padding: 0 10%;
  }
  #site-navigation ul li {
    float: none;
    width: 100%;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #151515;
  }
  #site-navigation ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 0.5em 0;
  }
  #site-navigation ul li ul {
    margin: 0 0 -1px 0;
  }
  #site-navigation ul#social-menu li {
    display: inline-block;
    width: 50px;
    border: 0;
  }
  #site-navigation ul#social-menu li a {
    display: block;
    width: 50px;
    height: 0;
    padding: 50px 0 0 0;
    overflow: hidden;
  }
  .site-branding {
    width: 75px;
    float: left;
    margin-left: 40px;
  }
  .site-title {
    width: 75px;
  }
  ul#header-menu {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 30px;
    pointer-events: all;
    float: right;
    text-align: right;
  }
  ul#header-menu li {
    display: inline-block;
    margin: 0 0 0 1em;
    padding: 0;
  }
  ul#header-menu li a {
    text-decoration: none;
    color: #444;
  }
  ul#header-menu li.tel {
    display: block;
    clear: both;
    font-size: 18px;
  }
  ul#header-menu li.current-menu-item a {
    color: #000;
  }
  /* Reveal open/close buttons */
  a.open-panel,
  a.close-panel {
    display: block;
    background: url(images/sprites.png) no-repeat;
    background-size: 100px auto;
    height: 0;
    overflow: hidden;
  }
  a.open-panel {
    width: 48px;
    padding-top: 48px;
    background-position: 0 -51px;
    position: absolute;
    left: 0;
    top: 8px;
  }
  a.close-panel {
    background-position: 0 -25px;
    position: absolute;
    width: 25px;
    padding-top: 25px;
    top: 16px;
    left: 16px;
  }
  .openNav #page {
    left: 0;
    -webkit-transform: translate3d(75%, 0, 0);
    -moz-transform: translate3d(75%, 0, 0);
    -ms-transform: translate3d(75%, 0, 0);
    -o-transform: translate3d(75%, 0, 0);
    transform: translate3d(75%, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  /* When the panel is closed, transition the page back to the left */
  #page {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  div.section h3 {
    margin: 0 4px;
    padding: 0 32px;
    background: url(images/section-toggle.png) no-repeat;
    background-position: right 8px;
  }
  div.section.open h3 {
    background-position: right -92px;
  }
  body.home .metaslider {
    margin: 0 -1em;
  }
}
/*
TABLET & SMALLER LAPTOPS
*/
@media only screen and (min-width: 720px) {
  /******************************************************************
Site Name: _ob

Styles: _720up
******************************************************************/
  #page {
    width: 100%;
    overflow: hidden;
  }
  .column-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    margin-bottom: 16px;
  }
  .column-content .review,
  .column-content .cff-wrapper {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
  }
  .wrapper,
  #feature-banner {
    padding-left: 2em;
    padding-right: 2em;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  a.open-panel,
  a.close-panel {
    display: none;
  }
  #masthead {
    position: relative;
    padding-top: 0;
    z-index: 1000;
  }
  .site-branding {
    float: left;
    position: relative;
    z-index: 1;
  }
  .site-title {
    width: 100px;
  }
  ul#header-menu {
    margin: 8px 0;
    padding: 0;
    font-size: 14px;
    pointer-events: all;
    width: 30%;
    float: right;
    text-align: right;
  }
  ul#header-menu li {
    display: inline-block;
    margin: 0;
    padding: 0 16px;
    border-right: 1px solid #444;
  }
  ul#header-menu li a {
    text-decoration: none;
    color: #444;
  }
  ul#header-menu li a:hover {
    color: #000;
  }
  ul#header-menu li:last-child,
  ul#header-menu li:nth-last-child(2) {
    border: 0;
    padding-right: 0;
  }
  ul#header-menu li.tel {
    display: block;
    clear: both;
    font-size: 28px;
  }
  ul#header-menu li.current-menu-item a {
    color: #000;
  }
  #site-navigation {
    display: block;
    clear: both;
  }
  #primary-menu-block {
    display: block;
    background: #eee;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
  }
  #primary-menu-block:after {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #444;
  }
  #social-menu-block {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 220px;
    margin-left: -110px;
  }
  #social-menu-block ul {
    margin: 0;
    padding: 0;
  }
  /*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
  ul#primary-menu {
    clear: both;
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  ul#primary-menu li {
    display: inline-block;
    position: relative;
  }
  ul#primary-menu li a {
    display: block;
    text-decoration: none;
    color: #444;
    height: 40px;
    font-size: 16px;
    padding: 8px 17px;
    vertical-align: middle;
  }
  ul#primary-menu li a:hover {
    color: #000;
  }
  ul#primary-menu li.current_page_item a,
  ul#primary-menu li.current_page_ancestor a {
    background: #ccc;
    color: #444;
  }
  ul#primary-menu li.current_page_item a:hover,
  ul#primary-menu li.current_page_ancestor a:hover {
    color: #000;
  }
  ul#primary-menu li ul {
    display: none;
    position: absolute;
    top: auto;
    left: 50%;
    min-width: 180px;
    margin: 0 0 0 -90px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  ul#primary-menu li ul li a {
    font-size: 14px;
    height: auto;
    background: transparent !important;
    color: #444 !important;
  }
  ul#primary-menu li ul li a:hover {
    color: #000 !important;
  }
  ul#primary-menu li ul li.current_page_item a {
    background: #ccc !important;
    color: #444 !important;
  }
  ul#primary-menu li ul li.current_page_item a:hover {
    color: #000 !important;
  }
  ul#primary-menu li:hover ul {
    display: block;
  }
  ul#primary-menu li:hover ul li {
    display: block;
  }
  body.single-ob_event ul#primary-menu li.events-menu a {
    background: #ccc;
    color: #444;
  }
  body.single-ob_event ul#primary-menu li.events-menu a:hover {
    color: #000;
  }
  footer.site-footer {
    position: relative;
    margin-top: 30px;
  }
  footer.site-footer .footer-copyright {
    text-align: left;
  }
  footer.site-footer #legal ul {
    text-align: right;
  }
  footer.site-footer #legal ul li:last-child {
    padding-right: 0;
  }
  footer.site-footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    height: 10px;
    width: 100%;
    background: #444;
  }
  .wpcf7-form .form-group label {
    float: left;
    width: 20%;
  }
  .wpcf7-form .form-group input[type=text],
  .wpcf7-form .form-group input[type=email] {
    float: right;
    width: 75%;
  }
  .wpcf7-form .form-group input[type=submit] {
    display: block;
    width: 100%;
  }
  .team-bio .member {
    padding: 1em;
  }
  #modal-container #modal-page #modal-content .member .intro {
    width: 40%;
    float: left;
    margin: 1em 2em 1em 0;
  }
  /*--------------------------------------------------------------
## GRID
--------------------------------------------------------------*/
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8 {
    margin: 0;
    float: left;
  }
  .col-md-1 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 25%;
  }
  .col-md-3 {
    width: 37.5%;
  }
  .col-md-4 {
    width: 50%;
  }
  .col-md-5 {
    width: 62.5%;
  }
  .col-md-6 {
    width: 75%;
  }
  .col-md-7 {
    width: 87.5%;
  }
  .col-md-8 {
    width: 100%;
  }
}
/*
DESKTOP
*/
@media only screen and (min-width: 960px) {
  /******************************************************************
Site Name: _ob

Styles: _960up
******************************************************************/
  .column-content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  /*--------------------------------------------------------------
## GRID
--------------------------------------------------------------*/
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    margin: 0;
    float: left;
  }
  .col-lg-1 {
    width: 8.333%;
  }
  .col-lg-2 {
    width: 16.666%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333%;
  }
  .col-lg-5 {
    width: 41.666%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333%;
  }
  .col-lg-8 {
    width: 66.666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333%;
  }
  .col-lg-11 {
    width: 91.666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  /*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
  ul#primary-menu {
    margin: 0 140px;
  }
  footer.site-footer .footer-nav.links {
    text-align: right;
  }
  footer.site-footer .footer-nav.social {
    text-align: center;
  }
  #masthead .site-title {
    width: 136px;
    background: #fff;
    border: 8px solid #455c2a;
    padding: 15px 10px;
    margin-bottom: -64px;
    margin-top: 8px;
  }
  #secondary aside {
    margin: 1em 0;
  }
}
/*
RETINA
*/
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  /******************************************************************
Site Name: _ob

Styles: _retina
******************************************************************/
  .site-title a {
    background-image: url(images/OneBistro_logo@2x.png);
  }
  ul#social-menu li a,
  ul#footer-social li a {
    background-image: url(images/social-icons@2x.png);
  }
  .widget_search .search-form input[type="submit"] {
    background-image: url(images/search-icon@2x.png);
  }
  div.menu-section h4.special {
    background-image: url(images/olive@2x.png);
  }
  .special {
    background-image: url(images/olive@2x.png);
  }
  span.dish_gf,
  span.dish_df,
  span.dish_veg,
  span.dish_nut {
    background-image: url(images/allergy-icons@2x.png);
  }
}
/*
PRINT STYLESHEET
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
