/*
Theme Name: Blanche Eatery
Theme URI: http://underscores.me/
Author: Automattic
Author URI: http://automattic.com/
Description: Hi. I'm a starter theme called <code>Blanche Eatery</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Blanche Eatery
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 Blanche Eatery is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  box-sizing: border-box;
  /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */ }

*,
*: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: white;
  /* Fallback for when there is no custom background color defined. */ }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: thin dotted; }

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

a img {
  border: 0; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eeeeee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

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

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #cccccc #cccccc #bbbbbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #cccccc #bbbbbb #aaaaaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

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: #aaaaaa #bbbbbb #bbbbbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111111; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu */
.menu-toggle {
  display: none; }

@media screen and (max-width: 600px) {
  .menu-toggle,
  .main-navigation.toggled .nav-menu {
    display: block; }

  .main-navigation ul {
    display: none; } }
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
6.0 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:hover, .screen-reader-text:active, .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: 1.4rem;
    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 */ }

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
8.0 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; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets */ }
  .widget select {
    max-width: 100%; }

/* Search widget */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-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; }

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.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%; }

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.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; }

/*--------------------------------------------------------------
13.0 Blanche Eatery Theme Styles
--------------------------------------------------------------*/
/* --------------------------------------------------
   main menu
-------------------------------------------------- */
.main-navigation {
  float: none;
  padding: 0;
  line-height: 53px;
  position: relative; }

.main-navigation li {
  float: none;
  border-top: 1px solid #E6E6E6;
  padding: 0;
  text-transform: uppercase; }

.main-navigation a {
  color: #222; }

.main-navigation ul#menu-main-menu > li > a {
  background: url(images/paper2.png); }

.menu-toggle {
  /*position: absolute;
  top: 35px;
  right: 35px;*/
  width: 100%;
  margin: 20px 0; }

/* --------------------------------------------------
   sub menus
-------------------------------------------------- */
@media screen and (max-width: 600px) {
  .main-navigation ul ul {
    display: block;
    position: relative;
    top: initial;
    left: initial;
    float: none;
    box-shadow: none;
    background: none !important; }

  .main-navigation ul ul a {
    width: 100%; } }
@media screen and (min-width: 600px) {
  .menu-main-menu-container {
    max-width: 80%; }

  .main-navigation li {
    float: left;
    border: none;
    padding: 0 0px 0 0; }

  .main-navigation #menu-main-menu > li > a {
    margin-right: 50px; }

  /* --------------------------------------------------
     sub menus
  -------------------------------------------------- */
  .custom-sub {
    overflow: hidden;
    display: block;
    width: 260px;
    height: 0px;
    position: absolute;
    left: -120px;
    padding: 0 10px; }

  .main-navigation ul ul {
    padding: .5em 20px 0;
    background-color: #C2759D;
    background-image: url(images/paper-texture.png);
    text-align: center;
    -webkit-transition: top .4s;
    transition: top .4s;
    left: 10px;
    top: -300px;
    -moz-box-shadow: 0px 0px 6px #333;
    -webkit-box-shadow: 0px 0px 6px #333;
    box-shadow: 0px 0px 6px #333; }

  .main-navigation ul li:hover > .custom-sub {
    height: 300px; }

  .main-navigation ul li:hover > div > ul {
    top: 0; }

  .main-navigation ul ul li {
    float: none;
    text-transform: none;
    padding-right: 6px;
    padding: 0; }

  .main-navigation ul ul li:after {
    content: "";
    height: 2px;
    display: block;
    background: url(images/white-divider.png) no-repeat;
    background-size: 100%; }

  .main-navigation ul ul li:last-child:after {
    display: none; }

  .main-navigation ul ul a {
    min-width: 150px;
    color: #FFF;
    line-height: 1.5em;
    padding: 15px 0; }

  .main-navigation ul ul a:hover {
    -webkit-transform: rotate(2deg) scale(1.2);
    -moz-transform: rotate(2deg) scale(1.2);
    transform: rotate(2deg) scale(1.2);
    -webkit-transition: all .2s;
    /* For Safari 3.1 to 6.0 */
    transition: all .2s; } }
/* --------------------------------------------------
   locations
-------------------------------------------------- */
.menu-locations-menu-container {
  position: absolute;
  top: -80px;
  right: 0; }

.menu-locations-menu-container ul {
  width: 240px; }

.menu-locations-menu-container li {
  padding: 0;
  margin-right: -20px;
  height: 90px; }

.menu-locations-menu-container a {
  z-index: 1;
  position: relative; }

/* --------------------------------------------------
   spinning links
-------------------------------------------------- */
.spinner a:hover,
a.spinner:hover {
  display: block;
  -webkit-transform: rotate(10deg) scale(1.1);
  -moz-transform: rotate(10deg) scale(1.1);
  transform: rotate(10deg) scale(1.1);
  -webkit-transition: all .2s;
  /* For Safari 3.1 to 6.0 */
  transition: all .2s;
  z-index: 2; }

/* --------------------------------------------------
   cuddling links
-------------------------------------------------- */
ul.little-blocks {
  list-style: none;
  margin: 0; }

ul.little-blocks li {
  width: 100%;
  margin-top: -70px; }

ul.little-blocks li a img {
  max-width: 120px; }

.little-blocks li:nth-child(1) {
  margin-top: 0; }

.little-blocks li:nth-child(2) {
  text-align: right; }

@font-face {
  font-family: 'sf_florencesans_sc_shadedRg';
  src: url("fonts/florence/sfflorencesansscshaded-webfont.eot");
  src: url("fonts/florence/sfflorencesansscshaded-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/florence/sfflorencesansscshaded-webfont.woff2") format("woff2"), url("fonts/florence/sfflorencesansscshaded-webfont.woff") format("woff"), url("fonts/florence/sfflorencesansscshaded-webfont.ttf") format("truetype"), url("fonts/florence/sfflorencesansscshaded-webfont.svg#sf_florencesans_sc_shadedRg") format("svg");
  font-weight: normal;
  font-style: normal; }
body, button, input, select, textarea {
  font: normal normal 300 15/1.45;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #222; }

p {
  margin-bottom: 1.3em; }

h1, h2, h3, h4 {
  display: block;
  font-family: "Open Sans", sans-serif;
  margin: 1.414em 0 0.5em; }

h1 {
  margin-top: 0;
  font-size: 4.236em; }

h2, .h2 {
  display: block;
  font-size: 2.618em; }

h3, .h3 {
  display: block;
  font-size: 1.618em; }

h4, .h4 {
  text-transform: uppercase;
  font-weight: bold; }

small, .font_small {
  font-size: 0.618em; }

.site-footer, .entry-meta {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 13px; }

.main-navigation ul ul {
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-size: 16px;
  font-weight: bold; }

.entry-title {
  font-family: "sf_florencesans_sc_shadedRg"; }

/* paper background */
.site-header,
.site-content .content-area,
.site-footer {
  background: url(images/paper2.png);
  -webkit-box-shadow: 0px 0px 8px #333333;
  -moz-box-shadow: 0px 0px 8px #333333;
  box-shadow: 0px 0px 8px #333333; }

/* paper edges */
.site-header, .site-footer {
  position: relative; }

.edge {
  width: 100%;
  height: 2px;
  display: block;
  background: url(images/edge-h.png);
  position: absolute; }

.site-header .edge {
  bottom: -1px; }

.site-footer .edge {
  top: -1px; }

.content-area {
  position: relative; }

.content-area:before, .content-area:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  background: url(images/edge-h.png); }

.content-area:before {
  top: -1px; }

.content-area:after {
  bottom: -1px; }

.site-main {
  position: relative; }

.site-main:before, .site-main:after {
  content: "";
  width: 2px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: url(images/edge-v.png); }

.site-main:before {
  left: -1px; }

.site-main:after {
  right: -1px; }

/* black line */
.site-branding:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 14px;
  background: url(images/black_line_h.png); }

/* masonry */
.block {
  width: 100%;
  padding: 10px !important;
  -webkit-transition: opacity .2s;
  /* For Safari 3.1 to 6.0 */
  transition: opacity .2s; }

.block img.scale {
  min-width: 100%; }

a.fade {
  opacity: .2; }

.block.image,
.block.flexslider {
  text-align: center; }

/* sliders */
.block.flexslider .slides {
  /*display: none;*/ }

.entry-content .flexslider {
  margin: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-repeat: no-repeat; }

.entry-content .flexslider ul {
  position: absolute;
  right: 10px; }

.entry-content .flexslider .round li {
  border-radius: 50%;
  overflow: hidden; }

.flexslider .frame {
  position: relative;
  z-index: 10; }

@media screen and (min-width: 600px) {
  .block {
    width: 50%; }

  .block.image,
  .block.flexslider {
    text-align: right; } }
@media screen and (min-width: 900px) {
  .block {
    width: 33%; }

  .four .block {
    width: 25%; }

  .four .block.half {
    width: 50%; }

  .four .block.eighth {
    width: 12.5%; } }
.blog .entry-title, .single-post .entry-title {
  font-size: 2.236em;
  margin-bottom: 0; }
.blog .entry-title a, .single-post .entry-title a {
  text-decoration: none;
  color: black; }
.blog .entry-title a:hover, .single-post .entry-title a:hover {
  border-bottom: 1px solid; }
.blog .attachment-post-thumbnail, .single-post .attachment-post-thumbnail {
  border: #ccc solid 1px;
  padding: 5px;
  margin-bottom: 20px; }
.blog .blog .post:after, .single-post .blog .post:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 14px;
  background: url(images/black_line_h.png); }

.single-location .location {
  position: relative; }
.single-location .attachment-post-thumbnail {
  position: absolute;
  top: -10px;
  left: -10px; }
.single-location .acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  /*margin: 0 0 20px 0;*/ }

article.type-menu {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 33%; }

.menu-section:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  padding: 0 10px;
  background: url(images/black_line_h.png) no-repeat center top; }

.menu-section h4 {
  font-family: 'sf_florencesans_sc_shadedRg';
  font-size: 30px; }
.menu-section ul {
  list-style: none;
  margin-left: 0; }
  .menu-section ul li {
    margin-bottom: 10px;
    position: relative; }
  .menu-section ul span {
    max-width: 80%;
    display: block; }
  .menu-section ul .title {
    text-transform: capitalize; }
  .menu-section ul .desc {
    font-style: italic;
    font-size: 12px; }
  .menu-section ul .price {
    position: absolute;
    top: 0;
    right: 0; }

.contains-list {
  margin: 4px 0 0 10px; }
  .contains-list li {
    display: inline-block;
    font-size: 9px;
    margin-right: 4px; }
  .contains-list .meta.gluten-free {
    color: #cb2229; }
  .contains-list .meta.vegan {
    color: #f8a604; }
  .contains-list .meta.vegetarian {
    color: #0d6608; }
  .contains-list a {
    color: #9C9C9C;
    text-decoration: none; }
  .contains-list a:hover {
    border-bottom: 1px dotted; }

/* Print button */
a.button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 3;
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 4px;
  border-bottom: solid 3px #895570;
  background-color: #B86F95;
  color: white;
  font-weight: 700; }

a.button:hover {
  background-color: #B1648C; }

a.button:active {
  border-bottom: none;
  border-top: solid 3px transparent; }

a.button i {
  margin-right: 6px;
  color: #895570; }

ul.social {
  list-style: none;
  margin-left: 0;
  position: fixed;
  left: 0;
  top: 30%;
  margin: 0;
  z-index: 9999; }

ul.social a {
  display: block;
  padding: 0 1.2em;
  text-align: right;
  line-height: 3em;
  color: white;
  position: relative;
  left: -6px;
  -webkit-transition: all .1s;
  transition: all .1s; }

ul.social a:hover {
  left: 0; }

@media screen and (max-width: 600px) {
  ul.social {
    right: 6px;
    top: initial;
    left: initial;
    bottom: 6px; }

  ul.social li {
    float: left; }

  ul.social a {
    left: 0; }

  ul.social a:hover {
    left: 0; } }
ul.social li.twitter a {
  background-color: #00aced; }

ul.social li.facebook a {
  background-color: #3b5998; }

ul.social li.googleplus a {
  background-color: #dd4b39; }

ul.social li.pinterest a {
  background-color: #cb2027; }

ul.social li.linkedin a {
  background-color: #007bb6; }

ul.social li.youtube a {
  background-color: #bb0000; }

ul.social li.vimeo a {
  background-color: #aad450; }

ul.social li.tumblr a {
  background-color: #32506d; }

ul.social li.instagram a {
  background-color: #517fa4; }

ul.social li.flickr a {
  background-color: #ff0084; }

ul.social li.dribbble a {
  background-color: #ea4c89; }

ul.social li.quora a {
  background-color: #a82400; }

ul.social li.foursquare a {
  background-color: #0072b1; }

ul.social li.forrst a {
  background-color: #5b9a68; }

ul.social li.vk a {
  background-color: #45668e; }

ul.social li.wordpress a {
  background-color: #21759b; }

ul.social li.stumbleupon a {
  background-color: #eb4823; }

ul.social li.yahoo a {
  background-color: #7b0099; }

ul.social li.blogger a {
  background-color: #fb8f3d; }

ul.social li.soundcloud a {
  background-color: #ff3a00; }

@media print {
  html body {
    background-image: none !important;
    background-color: #FFF !important; }

  .grad {
    background-image: none; }

  .button.print,
  .content-area:before,
  .content-area:after,
  .site-main:before,
  .site-main:after {
    display: none; }

  article {
    background: none !important; }

  .site-content:before {
    content: "";
    width: 260px;
    height: 53px;
    display: block;
    margin: 80px auto 40px;
    background-image: url(images/blanche-eatery-logo.png); }

  .site-header,
  .site-content .content-area,
  .site-footer {
    background: none;
    box-shadow: none; }

  .site-header,
  .site-footer {
    display: none; }

  .menu-section {
    width: 100% !important;
    float: none;
    display: block;
    position: static !important; } }
@media screen {
  body, html {
    height: 100%; }

  body {
    background-image: url(images/bg_illustration3.png);
    -webkit-transition: background-color .2s;
    /* For Safari 3.1 to 6.0 */
    transition: background-color .2s; }

  .grad {
    background-image: url(images/horiz-gradient.png);
    background-size: contain;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1; } }
.site-header {
  width: 100%;
  padding: 20px 0 0; }

.site-content {
  margin-bottom: 100px; }

.site-content .content-area {
  margin-top: 30px; }

.site-main {
  padding: 40px; }

.page .entry-header {
  display: none; }

.site-info {
  padding: 20px 0; }

.site-header > div:first-child,
.site-header > nav,
.site-content,
.site-footer > div:first-child {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }

@media screen and (min-width: 600px) {
  .site-header > div:first-child,
  .site-header > nav,
  .site-content,
  .site-footer > div:first-child {
    width: 100%;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px; }

  .site-content .content-area {
    margin-top: 50px; } }
