@import url(http://fonts.googleapis.com/css?family=Lobster+Two);
@import url(http://fonts.googleapis.com/css?family=Lato);
/*
  Theme Name: Birdy Thirteen
  Author URI: http://www.linkedin.com/pub/steven-enamakel/84/bb1/a47
  Author: Steven Enamakel
  Version: 1.0
  Description: A Theme made specially for Jessica's Blog
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*$body-bg: url('/wp-content/themes/birdythirteen/img/bg2.jpg') no-repeat center center fixed;*/
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: url("/wp-content/themes/birdythirteen/img/bg2.png");
  /*-webkit-background-size: cover;*/
  /*-moz-background-size: cover;*/
  /*-o-background-size: cover;*/
  /*background-size: cover;*/
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-0 {
    position: relative;
    margin-left: 0%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column,
  .row.collapse .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    max-width: none;
    width: auto;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      width: auto;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
  position: relative; }

@media only screen {
  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0%; }

  .small-offset-1 {
    margin-left: 8.33333%; }

  .small-offset-2 {
    margin-left: 16.66667%; }

  .small-offset-3 {
    margin-left: 25%; }

  .small-offset-4 {
    margin-left: 33.33333%; }

  .small-offset-5 {
    margin-left: 41.66667%; }

  .small-offset-6 {
    margin-left: 50%; }

  .small-offset-7 {
    margin-left: 58.33333%; }

  .small-offset-8 {
    margin-left: 66.66667%; }

  .small-offset-9 {
    margin-left: 75%; }

  .small-offset-10 {
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
@media only screen and (min-width: 768px) {
  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-push-1 {
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    right: 25%;
    left: auto; }

  .medium-push-4 {
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    right: 50%;
    left: auto; }

  .medium-push-7 {
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    right: 75%;
    left: auto; }

  .medium-push-10 {
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
@media only screen and (min-width: 1280px) {
  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-push-1 {
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    left: 25%;
    right: auto; }

  .large-pull-3 {
    right: 25%;
    left: auto; }

  .large-push-4 {
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    left: 50%;
    right: auto; }

  .large-pull-6 {
    right: 50%;
    left: auto; }

  .large-push-7 {
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    left: 75%;
    right: auto; }

  .large-pull-9 {
    right: 75%;
    left: auto; }

  .large-push-10 {
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }
/* X-Large Displays: 1400px and up */
@media only screen and (min-width: 1440px) {
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-large,
  .show-for-large-down {
    display: none !important; }

  .hide-for-large,
  .hide-for-large-down {
    display: inherit !important; }

  .hide-for-xlarge {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }

  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }

  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }

  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }

  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down,
  th.show-for-xlarge,
  th.hide-for-large,
  th.hide-for-large-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/*Import Custom Google Fonts*/
/*@import url(http://fonts.googleapis.com/css?family=Oxygen);*/
/*Import FontAwesome*/
@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/font/fontawesome-webfont.eot?v=3.2.1") format("embedded-opentype"), url("http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/font/fontawesome-webfont.tff?v=3.2.1") format("truetype"); }

html, body {
  height: 100%;
  line-height: 30px; }

a, a:visited, a:active {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

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

img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }

input {
  border: none;
  padding: 0 15px;
  min-height: 32px; }

input, textarea {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 700px;
  padding: 15px;
  overflow: hidden; }

input[type=submit] {
  cursor: pointer;
  width: auto;
  padding: 20px;
  border-radius: 0;
  background: #4EA4EF;
  color: white;
  cursor: pointer;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  input[type=submit]:hover {
    background: #382112; }

input[type=text], input[type=email], textarea, .select-dropdown {
  margin: 5px 0 15px 0;
  -webkit-transition: all 0.2 ease-out;
  -moz-transition: all 0.2 ease-out;
  transition: all 0.2 ease-out;
  font-family: inherit;
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.14);
  border: 1px solid #c4c4c4; }
  input[type=text]:hover, input[type=email]:hover, textarea:hover, .select-dropdown:hover {
    -webkit-box-shadow: 0px 0px 5px rgba(63, 156, 238, 0.35);
    -moz-box-shadow: 0px 0px 5px rgba(63, 156, 238, 0.35);
    box-shadow: 0px 0px 5px rgba(63, 156, 238, 0.35);
    border-color: #3f9cee; }

.heading {
  font-size: 35px; }

.center {
  margin-left: auto;
  margin-right: auto; }

.font-awesome {
  font-family: FontAwesome; }

.font-title {
  font-family: 'Lobster Two', sans-serif;
  font-weight: normal; }

.font-text {
  font-family: 'Lato', sans-serif; }

.padding {
  padding: 15px !important; }

.no-margin {
  margin: 0 !important; }

.clearer-div {
  clear: both; }

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.border-right {
  border-right: rgba(0, 0, 0, 0.2) 1px solid !important; }

.border-left {
  border-left: rgba(0, 0, 0, 0.2) 1px solid !important; }

/*.text-center{text-align: center !important}*/
.text-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.seperator {
  width: 100%;
  margin: 15px 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.5); }

.seperator.no-margin {
  margin: 0 !important; }

.body-content {
  background: #fff;
  padding: 15px 0; }
  .body-content .seperator {
    background: rgba(0, 0, 0, 0.2); }

#main-body {
  /*min-height: 50%;*/
  position: relative; }

#main-body, header, footer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    #main-body, header, footer {
      width: 90%; } }

.body-content, footer {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45); }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages, .wp-pagenavi .extend {
  display: none; }
  @media only screen and (min-width: 768px) {
    .wp-pagenavi .first, .wp-pagenavi .last, .wp-pagenavi .pages, .wp-pagenavi .extend {
      display: inline; } }

footer {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 25px;
  padding: 15px;
  background: #382112;
  color: #9c6b41;
  text-align: center;
  line-height: 1; }
  footer #copyright {
    font-family: "Verdana",Verdana, sans-serif;
    font-size: 14px; }
  footer #footer-avatar {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #9c6b41;
    overflow: hidden;
    height: 75px;
    width: 75px;
    margin-bottom: 20px; }

header {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
  color: #382112;
  *zoom: 1; }
  header nav {
    *zoom: 1; }
    header nav #site-nav-desktop {
      padding-top: 5px;
      display: inline-block;
      font-size: 20px;
      color: inherit; }
      header nav #site-nav-desktop .page_item {
        padding-bottom: 5px;
        margin: 0 10px;
        border-bottom: 3px transparent dotted;
        display: inline-block;
        margin-bottom: 15px; }
        header nav #site-nav-desktop .page_item:hover, header nav #site-nav-desktop .page_item.current_page_item {
          border-bottom-color: #382112; }
    header nav:before, header nav:after {
      content: " ";
      display: table; }
    header nav:after {
      clear: both; }
  header .seperator {
    background: none;
    margin: 5px auto;
    margin-right: auto; }
  header #site-info {
    margin-bottom: 10px;
    width: calc(100% - 50px); }
    @media only screen and (min-width: 768px) {
      header #site-info {
        width: 100%; } }
    header #site-info #site-tagline {
      padding-top: 15px;
      font-size: large;
      /*padding-bottom: 20px;*/
      display: inline-block; }
    header #site-info #site-title {
      font-size: 40px;
      line-height: 50px;
      display: inline-block; }
  header #site-nav-mobile {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    position: static;
    font-size: 20px;
    width: 100%;
    text-align: center;
    display: none;
    opacity: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px; }
    header #site-nav-mobile .page_item {
      padding: 10px; }
      header #site-nav-mobile .page_item.current_page_item {
        /*text-decoration: underline*/
        /*border-bottom: 1px solid white;*/ }
  header #nav-mobile-grabber {
    display: inline;
    position: absolute;
    right: 0;
    top: 12px; }
    header #nav-mobile-grabber span {
      font-size: 25px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      /*border: 1px solid rgba(0,0,0,0.5);*/
      padding: 7px 10px; }
  header #social-contact {
    /*padding: 10px 0 20px 0;*/
    color: inherit;
    font-size: 18px; }
    @media only screen and (min-width: 768px) {
      header #social-contact {
        font-size: 24px; } }
    header #social-contact a {
      padding: 0 10px; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }

#widgets ul {
  padding: 10px;
  padding-left: 30px; }
  #widgets ul li {
    opacity: 0.5;
    list-style: decimal;
    -webkit-transition: opacity 300ms ease-out;
    -moz-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out; }
    #widgets ul li:hover {
      opacity: 1; }
#widgets #widget_recent_comments li a {
  text-decoration: underline; }
  #widgets #widget_recent_comments li a.url {
    text-decoration: none; }

#post-comments {
  padding: 1px; }
  #post-comments a:hover {
    color: #000; }
  #post-comments img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px; }
  #post-comments .comments-title {
    padding: 15px;
    padding-bottom: 0;
    line-height: 50px; }
  #post-comments #post-comment-list {
    padding: 15px 0; }
    #post-comments #post-comment-list li {
      padding: 10px; }
      #post-comments #post-comment-list li:nth-child(2n) {
        background: #F3F3F3; }
      #post-comments #post-comment-list li:nth-child(2n+1) {
        background: #FFF; }
    #post-comments #post-comment-list ol {
      border: solid #a0a0a0;
      border-width: 1px 5px;
      /*padding: 0 15px;*/ }
    #post-comments #post-comment-list > ol {
      border-width: 0 !important; }
    @media only screen and (min-width: 768px) {
      #post-comments #post-comment-list .comment-body {
        padding: 10px; } }
    #post-comments #post-comment-list .comment-body .fn {
      font-size: 22px;
      padding-left: 15px;
      padding-right: 5px; }
    #post-comments #post-comment-list .comment-body .reply {
      font-size: 14px;
      color: #AAA;
      text-decoration: underline; }
    #post-comments #post-comment-list .comment-body .comment-meta {
      margin: 10px 0;
      color: #B9B2B2; }
    #post-comments #post-comment-list .comment-body .comment-meta, #post-comments #post-comment-list .comment-body > p {
      padding: 0; }
    #post-comments #post-comment-list .children {
      margin: 10px 0; }
  #post-comments #post-comment-form {
    padding: 0 15px; }
    #post-comments #post-comment-form .comment-notes {
      color: #AAA; }
    #post-comments #post-comment-form #comment {
      margin-top: 10px; }

#home-page #post-nav {
  font-size: 18px; }
  #home-page #post-nav .page-numbers {
    margin: 0 10px;
    border-bottom: 1px solid transparent; }
  #home-page #post-nav .page-numbers:hover, #home-page #post-nav .current {
    border-bottom-color: black; }
#home-page #about-author .thumb {
  float: left;
  padding: 10px; }

#single-post-content {
  padding: 1px 15px;
  margin: 16px 0;
  line-height: 30px; }
  #single-post-content a {
    text-decoration: underline; }
  #single-post-content ul {
    padding-left: 40px; }
    #single-post-content ul li {
      padding-left: 7px;
      list-style: disc;
      /*margin-left: 7px;*/ }

#post-author {
  *zoom: 1; }
  #post-author:before, #post-author:after {
    content: " ";
    display: table; }
  #post-author:after {
    clear: both; }
  #post-author .thumb {
    float: left;
    padding-right: 10px; }

#post-title {
  font-size: 46px;
  line-height: 67px;
  padding-left: 15px; }
  @media only screen and (min-width: 768px) {
    #post-title {
      padding-left: 0; } }
  #post-title span {
    border-bottom: 5px dotted black; }

#post-thumb {
  margin: 15px 0; }
  #post-thumb img {
    border-radius: 0;
    border: 5px solid #fff; }

#post-share {
  *zoom: 1;
  line-height: 0;
  margin: 15px 0;
  height: 100%; }
  #post-share:before, #post-share:after {
    content: " ";
    display: table; }
  #post-share:after {
    clear: both; }
  #post-share > div {
    /*float: left;*/
    width: 124px; }
  #post-share #post-twitter-share {
    width: 110px; }
  #post-share #post-fb-share {
    width: 155px; }
  #post-share #post-pintrest-share {
    width: 100px; }
    #post-share #post-pintrest-share img {
      border-radius: o; }

.post-medium {
  padding: 15px 15px 10px 15px; }
  .post-medium .post-title {
    font-size: 30px; }
  .post-medium .post-excerpt {
    font-size: 18px; }
  .post-medium .post-info {
    padding-top: 15px;
    font-size: 16px;
    color: #BBB; }
    .post-medium .post-info span {
      -webkit-transition: color 300ms ease-out;
      -moz-transition: color 300ms ease-out;
      transition: color 300ms ease-out; }
    .post-medium .post-info span:hover {
      color: #222; }
  .post-medium .post-readmore {
    text-decoration: underline;
    font-size: 13px; }
  @media only screen and (min-width: 768px) {
    .post-medium .post-info {
      padding-left: 30px; }
      .post-medium .post-info > span {
        padding: 0  3px; }
    .post-medium .post-excerpt {
      padding-left: 30px; } }

#recipes-feature-box {
  padding: 10px 0; }
  #recipes-feature-box .post-thumb-only-medium {
    /*width: 25%;*/
    padding: 10px;
    overflow: hidden; }
    #recipes-feature-box .post-thumb-only-medium .newbanner {
      position: absolute;
      top: 10px;
      left: 10px;
      border-radius: 0; }
    #recipes-feature-box .post-thumb-only-medium a img {
      border: 5px solid #fff;
      width: 100%;
      border-radius: 0;
      -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
    #recipes-feature-box .post-thumb-only-medium .post-details {
      display: none;
      line-height: 30px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.75);
      color: #FFF;
      overflow: hidden; }
      #recipes-feature-box .post-thumb-only-medium .post-details .post-info {
        font-size: 9px;
        line-height: 20px;
        text-transform: uppercase;
        opacity: 0.5; }
      #recipes-feature-box .post-thumb-only-medium .post-details .post-title:hover {
        text-decoration: underline; }
    @media only screen and (min-width: 768px) {
      #recipes-feature-box .post-thumb-only-medium .post-details .post-info {
        font-size: 14px;
        line-height: inherit; }
      #recipes-feature-box .post-thumb-only-medium .post-details .post-title {
        font-size: 20px; } }

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

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

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }
.predictive_results { padding: 0px; background-color: white; overflow: hidden; border: 1px solid #C2C2C2; z-index:999999 !important;}		
.predictive_results ul {list-style: none outside none;margin: 0px 0 0 0;padding: 0;position: relative;width:100%;}
.predictive_results li {margin: 0px !important;padding: 0px !important;cursor: pointer;display: block;float:none !important;font: menu;font-size: 12px !important;line-height: 16px !important;overflow: hidden;width:100% !important;position:relative !important;}
.more_result .see_more_arrow {background:url('/wp-content/plugins/wp-e-commerce-predictive-search/assets/images/see_more_arrow.gif') no-repeat left center; display:inline-block; width:4px; height:7px; padding-left:4px;}
.fr_search_widget .ctr_search .predictive_loading,#wrap .fr_search_widget .ctr_search .predictive_loading {background: white url('/wp-content/plugins/wp-e-commerce-predictive-search/assets/images/indicator.gif') right center no-repeat !important;}
.ac_over {background-color: #6D84B4;color: white;}
.widget_products_predictive_search{position:relative;z-index:99;}

.ctr_search{width:95%;float:left;border:1px solid #c2c2c2;background:#FFF;position:relative;padding:0 2% !important;}
.livesearch{width:99.5%;float:left;margin-top:-1px;background:#FFF;position:absolute;top:0;z-index:1000 !important;}
.fr_search_widget{margin:0 0 0 0;padding:0;width:100%;float:left;}
		
.ctr_search .txt_livesearch,#wrap .ctr_search .txt_livesearch{-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;border:0 !important;width:84% !important;position:relative !important;border: 0 none !important;background: #FFF !important;line-height: 20px !important;margin: 0 !important;padding:3px 0px 4px !important;height:20px !important; -moz-box-shadow: 0px 0px 0px #FFF; -webkit-box-shadow: 0px 0px 0px #FFF; box-shadow: 0px 0px 0px #FFF; }
.bt_search{background:url('/wp-content/plugins/wp-e-commerce-predictive-search/assets/images/bg-search.png') no-repeat 0 center; cursor: pointer;float: right;height: 100%;position: absolute;right: 0px;width: 16%; max-width:30px; top:0px;}
.ajax_search_content{padding:0 5%;width:90%;float:left;overflow:auto;max-height:600px;}
.result_row{width:100%;float:left;margin:6px 0;}
.result_row:hover{opacity:1;}
.rs_avatar img{width:100% !important;height:auto !important; border:none !important; padding:0 !important; margin:0 !important;}
.rs_avatar{width:64px;float:left;margin-right:2%;overflow: hidden; max-width:30%;text-align:center;}
.predictive_results ul li .rs_content_popup{float:left; width:68%;}
.rs_name{margin-left:0px;}
.predictive_results ul li, .predictive_results ul li a, .predictive_results ul li p{font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:14px; color:#000 !important;}
.predictive_results ul li .result_row a{display:inline-block !important;width:100% !important;}
.predictive_results ul li a:hover{opacity:1 !important; color:#FFF !important;}
.predictive_results ul li .rs_name{width:100%;color: #3B5998 !important; font-weight:bold !important; padding-bottom:2px !important; float:left !important;}
.predictive_results ul li .rs_price .oldprice{font-size: 80%;text-decoration: line-through;}
.predictive_results ul li .rs_description{width:100%; float:left !important;}
.predictive_results ul li.ac_over a, .predictive_results ul li.ac_over a .rs_name{color:#FFF !important;}
.ajax_search_content_title{width:90%;float:left;background:#F2F2F2 !important;padding:3px 5%; font-weight:bold !important; color:#000000 !important;}
.more_result{width:90%;float:left;background:#F7F7F7 !important;padding:8px 5% !important;text-align:center;}
.predictive_results ul li .more_result a{float:left;width:100%; font-weight:bold; color:#3B5998 !important; margin:2px 0 !important;}
.more_result span {color: #999;font-size:10px !important; font-weight:bold;}
.ajax_no_result{width:90%;background:#F2F2F2 !important;padding:3px 5%;}

.ctr_search, .ctr_search .txt_livesearch,#wrap .ctr_search .txt_livesearch, .livesearch, .bt_search, .ajax_search_content_title,.more_result, .predictive_results ul li .rs_content_popup, .rs_avatar, .ajax_search_content, .ajax_no_result {box-sizing:content-box !important; -moz-box-sizing:content-box !important; -webkit-box-sizing:content-box !important;}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.fr_search_widget .ctr_search .txt_livesearch {line-height:17px !important;border-left: 0px solid #FFF !important;left: 0px !important;}
.ajax_search_content_title,.more_result { width: 91% !important;}
}/* FeedBurner-form Styles*/
.fb-container{/* Container widget*/}

.fbf-text{/* intro texto */}

.fbf-widget{/*form */}

.fb-counter-img img{/* counter img*/
  display:block;
  margin:5px auto 0 auto
}

.subscription_email{/* e-mail field */
  -webkit-box-shadow:inset 0;
  box-shadow:inset 0;
  font:normal 12px arial;
  padding:5px 3px;
  text-align:center;
  width:79%
}

.subscription_btn{/*btn  */
  -webkit-border-radius:3px;
  background:#ffb76b;
  background:-moz-linear-gradient(top,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffb76b),color-stop(50%,#ffa73d),color-stop(51%,#ff7c00),color-stop(100%,#ff7f04));
  background:-webkit-linear-gradient(top,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
  background:-o-linear-gradient(top,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
  background:-ms-linear-gradient(top,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
  background:linear-gradient(to bottom,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);
  border:1px solid #ffb76b;
  border-radius:3px;
  color:#fff;
  cursor:pointer;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb76b', endColorstr='#ff7f04',GradientType=0 );
  font:bold 12px arial;
  padding:5px 3px;
  width:15%
}

.subscription_btn:hover{
  background:#ffb76b;
  color:#f7f7f7
}

.subscription_btn:active{
  background:#ff7f04;
  color:#f7f7f7
}

p.fb-credits a,.fb-credits{
  color:#84C6DF;
  font:normal 10px arial;
  text-align:center;
  margin:0 auto;
  text-decoration:none
}

img.feed-image{/* the image   */
  float:left;
  margin:0 5px 5px 0
}.blog-yumprint-recipe .blog-yumprint-save a {
    text-decoration: none;
}

.blog-yumprint-box-shadow {
    -webkit-box-shadow: rgba(34, 25, 25, 0.4) 0 1px 3px;
    -moz-box-shadow: rgba(34, 25, 25, 0.4) 0 1px 3px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}

.blog-yumprint-recipe {
    display: block;
    line-height: 125%;
    position: relative;
    padding: 30px;
    color: black;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.blog-yumprint-condensed.blog-yumprint-recipe {
	padding: 15px;
}

.blog-yumprint-close .blog-yumprint-cancel {
    display: none;
}

/* Title Section */

.blog-yumprint-recipe .blog-yumprint-recipe-title {
    position: relative;
    font-size: 1.6em;
    line-height: 150%;
    font-weight: 200;
    margin-bottom: 20px;
    text-align: left;
}

.blog-yumprint-condensed .blog-yumprint-recipe-title {
	margin-bottom: 5px;
}

.blog-yumprint-recipe  .blog-yumprint-photo-top {
    position: relative;
    float: right;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 0 0 20px 15px;
}

.blog-yumprint-condensed .blog-yumprint-photo-top {
    margin: 0 0 10px 10px;
}

.blog-yumprint-recipe img.blog-yumprint-photo-top-large {
    margin-bottom: 30px;
    position: relative;
    max-width: 100%;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 0 !important;
}

.blog-yumprint-recipe .blog-yumprint-recipe-summary {
    line-height: 150%;
    text-align: left;
}

.blog-yumprint-condensed .blog-yumprint-recipe-summary {
	line-height: 125%;
}

.blog-yumprint-recipe .blog-yumprint-serves {
    margin-bottom: 5px;
    line-height: 150%;
    text-align: left;
}

.blog-yumprint-condensed .blog-yumprint-serves {
    margin-bottom: 0px;
    line-height: 125%;
}

.blog-yumprint-recipe .blog-yumprint-spacer {
    height: 20px;
    width: 100%;
    position: relative;
}

.blog-yumprint-condensed .blog-yumprint-spacer {
    height: 15px;   
}

/* action bar */

.blog-yumprint-recipe .blog-yumprint-header {
    position: relative;
    width: auto;
    display: table;
    overflow: auto;
    margin-top: 20px;
}

.blog-yumprint-condensed .blog-yumprint-header {
	margin-top: 15px;
}

.blog-yumprint-recipe .blog-yumprint-action {
    height: 35px;
    border-radius: 10px;
    line-height: 35px;
    vertical-align: middle;
    display: inline-block; 
    padding: 0 15px;
    cursor: pointer;
    position: relative;
    float: left;
    font-size: 13px;
    border: none;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.blog-yumprint-recipe .blog-yumprint-print {
    margin-left: 15px;
    margin-right: 15px;
}

/* info bar */

.blog-yumprint-recipe .blog-yumprint-info-bar {
    width: 100%;
    height: 50px;
    position: relative;
    text-align: left;
}

.blog-yumprint-condensed .blog-yumprint-info-bar {
	height: 40px;
}

.blog-yumprint-recipe .blog-yumprint-infobar-section {
    width: 33.3%;
    height: 50px;
    position: relative;
    float: left;
}

.blog-yumprint-condensed .blog-yumprint-infobar-section {
	height: 40px;
}

.blog-yumprint-recipe .blog-yumprint-infobar-section-title, .blog-yumprint-recipe .blog-yumprint-infobar-section-data {
    width: 100%;
    height: 25px;
    text-align: center;
    position: relative;
    float: left;
    line-height: 25px
}

.blog-yumprint-condensed .blog-yumprint-infobar-section-title, .blog-yumprint-condensed .blog-yumprint-infobar-section-data {
    line-height: 20px;
    height: 20px;
}

/* info-box */

.blog-yumprint-recipe .blog-yumprint-info-box {
    width: 180px;
    position: relative;
    float: right;
    margin: 30px 0 20px 20px;
    padding: 15px 15px 0 15px;
    text-align: left;
}

.blog-yumprint-condensed .blog-yumprint-info-box {
	margin: 15px 0 15px 15px;
}

.blog-yumprint-recipe .blog-yumprint-infobox-section {
    width: 100%;
    height: 25px;
    position: relative;
    float: left;
    margin-bottom: 15px;
}

.blog-yumprint-condensed .blog-yumprint-infobox-section {
	height: 15px;
}

.blog-yumprint-recipe .blog-yumprint-infobox-section-title, .blog-yumprint-recipe .blog-yumprint-infobox-section-data {
    width: 80px;
    margin: 0 5px;
    height: 15px;
    position: relative;
    float: left;
    line-height: 15px;
    text-align: right;
}

/* nutrition facts */

#blog-yumprint-nutrition-card .blog-yumprint-dialog-title, #blog-yumprint-reviews-dialog .blog-yumprint-dialog-title {
    display: none;
}

.blog-yumprint-nutrition-box {
     border: 2px solid black;
     width: 230px;
     padding: 5px;
     display: inline-block;
     position: relative;
     float: right;
}

.blog-yumprint-recipe-contents .blog-yumprint-nutrition-box {
    margin: 30px 0 20px 20px;
}

.blog-yumprint-condensed .blog-yumprint-nutrition-box {
	margin: 15px 0 15px 15px;
}

.blog-yumprint-nutrition-header {
     font-size: 24px;
     display: inline-block;
     width: 100%;
     text-align: center;
     font-weight: bold;
}

.blog-yumprint-nutrition-very-thick-line {
     border-top: 10px solid black;
}

.blog-yumprint-nutrition-item {
     padding: 2px 0;
     clear: both;
     height: 14px;
     font-size: 12px;
     text-align: left;
     box-sizing: content-box !important;
}

.blog-yumprint-nutrition-vitamin-wrap {
	width: 45%;
	display: inline-block;
}

.blog-yumprint-nutrition-vitamin-left {
	margin-right: 8%;
}

.blog-yumprint-nutrition-vitamin {
	float: left;
	white-space: nowrap;
}

.blog-yumprint-nutrition-vitamin-value {
	float: right;
}

.blog-yumprint-nutrition-thick-line {
     border-top: 3px solid black;
}

.blog-yumprint-nutrition-line {
     border-top: 1px solid black;
    text-align: left;
}
.blog-yumprint-nutrition-right {
     float: right;
     display: inline-block;
}

.blog-yumprint-nutrition-left {
     float: left;
     display: inline-block;
}

.blog-yumprint-nutrition-bold {
     font-weight: bold;
}

.blog-yumprint-nutrition-indent {
     margin-left: 20px;
}

.blog-yumprint-nutrition-last-item {
     font-size: 10px;
     padding: 5px 0;
}

.blog-yumprint-nutrition-top-line {
     border-top: 1px solid black;
}

.blog-yumprint-nutrition-italic {
     font-style: italic;
}

/* recipe contents */

.blog-yumprint-recipe .blog-yumprint-recipe-contents {
    position: relative;
    clear: both;
    text-align: left;
}

.blog-yumprint-recipe .blog-yumprint-subheader {
    margin-bottom: 15px;
    font-size: 1.25em;
    text-transform: lowercase;
    font-weight: 200;
    line-height: 150%;
}

.blog-yumprint-recipe .blog-yumprint-note-section .blog-yumprint-subheader {
	clear: both;
}

.blog-yumprint-condensed .blog-yumprint-subheader {
    margin-bottom: 5px;
} 

.blog-yumprint-recipe .blog-yumprint-ingredients, .blog-yumprint-recipe .blog-yumprint-methods, .blog-yumprint-recipe .blog-yumprint-notes {
    margin: 0 !important;
    padding: 0 !important;
    list-style-position: inside !important;
    list-style-type: none !important;
}

.blog-yumprint-numbered-ingredients .blog-yumprint-ingredients, .blog-yumprint-numbered-methods .blog-yumprint-methods, .blog-yumprint-numbered-notes .blog-yumprint-notes {
    list-style-type: decimal !important;
}

.blog-yumprint-recipe .blog-yumprint-ingredients li, .blog-yumprint-recipe .blog-yumprint-methods li, .blog-yumprint-recipe .blog-yumprint-notes li {
    list-style-position: inside !important;
    list-style-type: none !important;
}

.blog-yumprint-numbered-ingredients .blog-yumprint-ingredients li, .blog-yumprint-numbered-methods .blog-yumprint-methods li, .blog-yumprint-numbered-notes .blog-yumprint-notes li {
    list-style-type: decimal !important;
}

.blog-yumprint-recipe .blog-yumprint-ingredient-item, .blog-yumprint-recipe .blog-yumprint-method-item, .blog-yumprint-recipe .blog-yumprint-note-item {
    margin-left: 0 !important;
}

.blog-yumprint-recipe .blog-yumprint-ingredient-item {
    margin: 4px 0 0 0 !important;
    padding: 0 0 0 15px !important;
    text-indent: -15px !important;
    line-height: 150% !important;
}

.blog-yumprint-condensed .blog-yumprint-ingredient-item {
    margin: 0px !important;
}

.blog-yumprint-recipe .blog-yumprint-method-item, .blog-yumprint-recipe .blog-yumprint-note-item {
    line-height: 150% !important;
    margin: 15px 0 0 0 !important;
}

.blog-yumprint-condensed .blog-yumprint-method-item, .blog-yumprint-condensed .blog-yumprint-note-item {
	line-height: 125% !important;
	margin: 5px 0 0 0;
}

.blog-yumprint-recipe .blog-yumprint-method-section, .blog-yumprint-recipe .blog-yumprint-ingredient-section, .blog-yumprint-recipe .blog-yumprint-note-section {
    margin: 30px 0;
}

.blog-yumprint-condensed .blog-yumprint-method-section, .blog-yumprint-condensed .blog-yumprint-ingredient-section, .blog-yumprint-condensed .blog-yumprint-note-section {
    margin: 15px 0;
}

.blog-yumprint-recipe .blog-yumprint-photo-middle {
    position: relative;
    float: right;
    display: inline-block;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 30px 0 20px 20px;
}

.blog-yumprint-side-by-side .blog-yumprint-ingredient-section {
    width: 200px;
    position: relative;
    float: left;
    clear: left;
}

.blog-yumprint-side-by-side .blog-yumprint-method-section {
    margin-left: 230px;
    position: relative;
}

.blog-yumprint-recipe .blog-yumprint-adapted, .blog-yumprint-recipe .blog-yumprint-author {
    width: 100%;
    position: relative;
    margin-top: 15px;  
    clear: both;    
    text-align: left;
}

/* nutrition bar */

.blog-yumprint-recipe .blog-yumprint-nutrition-bar {
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
    clear: both;
}

.blog-yumprint-condensed .blog-yumprint-nutrition-bar {
	margin-top:15px;
	height: 40px;
}

.blog-yumprint-nutrition-border {
    width: 100%;
    position: relative;
    clear: both;
}

.blog-yumprint-nutrition-section {
    width: 20%;
    height: 50px;
    position: relative;
    float: left;
}

.blog-yumprint-condensed .blog-yumprint-nutrition-section {
	height: 40px;
}

.blog-yumprint-nutrition-section-title, .blog-yumprint-nutrition-section-data {
    width: 100%;
    height: 25px;
    text-align: center;
    position: relative;
    float: left;
    line-height: 25px
}

.blog-yumprint-condensed .blog-yumprint-nutrition-section-title, .blog-yumprint-condensed .blog-yumprint-nutrition-section-data {
    height: 20px;
    line-height: 20px;
}

.blog-yumprint-nutrition-beta {
    width: 10%;
    line-height: 25px;
    height: 25px;
    position: relative;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
}

.blog-yumprint-nutrition-label-beta {
    text-transform: uppercase;
    font-size: 10px;
}

.blog-yumprint-report-error {
    font-size: 10px;
    text-decoration: none;
    float: right;
}

.blog-yumprint-nutrition-more {
    width: 10%;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
    height: 25px;
    text-align: center;
}

.blog-yumprint-condensed .blog-yumprint-nutrition-more {
    height: 20px;
    line-height: 20px;	
}

/* branding */

.blog-yumprint-recipe .blog-yumprint-brand {
    font-size: 12px;
    color: rgb(150,150,150);
    margin-top: 20px;
    clear: both;
    text-align: left;
}

.blog-yumprint-condensed .blog-yumprint-brand {
    margin-top: 15px;
}

.blog-yumprint-recipe .blog-yumprint-brand a, .blog-yumprint-recipe .blog-yumprint-brand a:visited, .blog-yumprint-recipe .blog-yumprint-brand a:hover {
    font-size: 12px !important;
    color: rgb(150,150,150) !important;
    text-decoration: none !important;
}

.blog-yumprint-recipe .blog-yumprint-brand a:hover {
    text-decoration: underline !important;
}

/* source */

.blog-yumprint-recipe .blog-yumprint-recipe-source {
	display: none;
}

/* turn on/off */

.blog-yumprint-recipe .blog-yumprint-adapted-print, .blog-yumprint-recipe .blog-yumprint-creator, .blog-yumprint-recipe .blog-yumprint-review-count, .blog-yumprint-recipe .blog-yumprint-blogger-options, .blog-yumprint-recipe .blog-yumprint-info-box, .blog-yumprint-recipe .blog-yumprint-recipe-published, .blog-yumprint-recipe .blog-yumprint-photo-middle, .blog-yumprint-recipe .blog-yumprint-nutrition-box, .blog-yumprint-recipe img.blog-yumprint-photo-top-large {
    display: none;
}

.blog-yumprint-stat-focus .blog-yumprint-info-box {
	display: block;
}

.blog-yumprint-stat-focus .blog-yumprint-info-bar {
	display: none;
}

.blog-yumprint-nutrition-focus .blog-yumprint-nutrition-box, .blog-yumprint-dialog-contents .blog-yumprint-nutrition-box {
	display: inline-block;
}

.blog-yumprint-nutrition-focus .blog-yumprint-nutrition-bar, .blog-yumprint-nutrition-focus .blog-yumprint-nutrition-border {
	display: none;
}

.blog-yumprint-medium-image .blog-yumprint-photo-middle {
	display: inline-block;
}

.blog-yumprint-medium-image .blog-yumprint-photo-top {
	display: none;
}

.blog-yumprint-big-image img.blog-yumprint-photo-top-large {
	display: inline-block;
}

.blog-yumprint-big-image .blog-yumprint-photo-top {
	display: none;
}

/* phone css */

@media only screen and (max-width: 699px) {
    .blog-yumprint-header, .blog-yumprint-info-bar, .blog-yumprint-info-box, .blog-yumprint-nutrition-bar, .blog-yumprint-nutrition-box, .blog-yumprint-photo-top, .blog-yumprint-photo-middle {
        display: none !important;
    }
    
    .blog-yumprint-ingredient-section {
	    width: auto !important;
	    position: relative !important;
	    float: none !important !important;
	    clear: left !important;
	}
	
	.blog-yumprint-method-section, .blog-yumprint-note-section, .blog-yumprint-adapted, .blog-yumprint-author, .blog-yumprint-brand {
	    margin-left: 0 !important;
	    float: left !important;
	    position: relative !important;
	    clear: left !important;
	}	
	
	.blog-yumprint-nutrition-border {
	   margin-top: 20px !important;
	   float: left !important;
	}
	
	.blog-yumprint-recipe {
	   overflow: hidden !important;
        display: inline-block !important; /* Necessary to trigger "hasLayout" in IE */
        display: block !important; /* Sets element back to block */
	}
}

/*Stars*/

.blog-yumprint-stars-filled, .blog-yumprint-stars-filled-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.blog-yumprint-stars-filled-hover {
    display: none;
}

.blog-yumprint-star-container:hover .blog-yumprint-stars-filled-hover {
	display: block;
}

.blog-yumprint-star-container:hover .blog-yumprint-stars-filled {
	display: none;
}

.preview .blog-yumprint-star-container:hover .blog-yumprint-stars-filled {
	display: block;
}

.blog-yumprint-stars-empty {
    position: absolute;
    top: 0;
    left: 0;
}

.blog-yumprint-star-container {
    display: inline-block;
    cursor: pointer;
    position: relative;
    float: left;  
}

.blog-yumprint-star-container .blog-yumprint-star {
    display: inline-block;
    background-image: url(/wp-content/plugins/recipe-card/images/stars.png);
    background-position: 0 0;
    margin-right: 1px;
    position: relative;
    float: left;
}

.blog-yumprint-star-container .blog-yumprint-star.blog-yumprint-partial {
    background: none;
}

.blog-yumprint-star-container .blog-yumprint-star.blog-yumprint-selectable {
    cursor: pointer;
}

.blog-yumprint-star-container .blog-yumprint-star.blog-yumprint-unselected {
    background-position: 0 0;
}

.blog-yumprint-star-container .blog-yumprint-star.blog-yumprint-selected {
    background-position: 100% 0;
}

.blog-yumprint-star-container .blog-yumprint-star.blog-yumprint-off {
    background-position: 0 0;
}

.blog-yumprint-star-container .blog-yumprint-star.blog-yumprint-on {
    background-position: 100% 0;
}

.blog-yumprint-star-container .blog-yumprint-star .blog-yumprint-star-left, .blog-yumprint-star-container .blog-yumprint-star .blog-yumprint-star-right {
    display: inline-block;
    background-image: url(/wp-content/plugins/recipe-card/images/stars.png);
}

.blog-yumprint-stars-reviews {
    display: block;
    height: 35px;
    position: relative;
    width: 120px;
    float: right;
    text-align: right;
}

.blog-yumprint-star-wrapper {
    overflow: auto;
    display: inline-block;
    height: 20px;
    width: 84px;
    float: right;
}

.blog-yumprint-write-review {
    cursor: pointer;
    clear: both;
    position: relative;
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 13px;
    text-align: right;
    float: right;
}

/*Dialogs*/

.blog-yumprint-iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    margin: 0 ;
    padding: 0 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.blog-yumprint-overlay-dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .75);
    z-index: 10000;
    display: table;
}

.blog-yumprint-dialog-wrapper {
    display: table-cell;
    text-align: center !important;
    vertical-align: middle !important;
}

.blog-yumprint-dialog {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    z-index: 100000;
    background-color: rgb(250, 250, 250);
    padding: 20px;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-overflow-scrolling:touch; 
    overflow: auto;
}

.blog-yumprint-overlay-box {
    padding: 10px;
    background-color: white;
    position: fixed;
    top: 60px;
    bottom: 60px;
    border-radius: 5px;
    z-index: 100001;
}

.blog-yumprint-dialog-contents {
    position: relative;
    overflow: auto;
}

.blog-yumprint-dialog-title {
    font-size: 1.25em;
    position: relative;
    float: left;
    clear: both;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 50px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    word-wrap: normal;
    padding: 10px;
    text-align:left;
}

.blog-yumprint-dialog .blog-yumprint-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
    cursor: pointer;
}

.blog-yumprint-gray {
    color: #ffffff;
    background-color: rgb(150,144,141);   
}

.blog-yumprint-gray:hover {
    color: #ffffff;
    background-color: rgb(169,165,170);    
}

.blog-yumprint-close {
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/wp-content/plugins/recipe-card/images/close.png);
    border-radius: 10px;
    cursor: pointer;        
}

/*PermaLink*/

.blog-yumprint-blogger-options {
    width: 150px;
    height:40px;
    position: absolute;
    right: 0;
    top: -115px;
    border: none;
    margin: 0 ;
    padding: 0; 
}

/*Reviews*/

.blog-yumprint-recipe-review-item {
    position: relative;
    clear: left;
    padding: 10px;
}

.blog-yumprint-recipe-review-item .star-container {
    cursor: default;
}

.blog-yumprint-recipe-review-item .blog-yumprint-review-owner .blog-yumprint-image {
    width: 40px;
    height: 40px;
    background-size: 100%;
    position: relative;
    float: left;
    display: inline-block;
    border: 1px solid white;
}

.blog-yumprint-recipe-review-item .blog-yumprint-review-owner:hover .blog-yumprint-image {
    border-color: #FB0;
}

.blog-yumprint-recipe-review-item .blog-yumprint-review-owner {
    cursor: pointer;
}

.blog-yumprint-recipe-review-item .blog-yumprint-review-owner .blog-yumprint-text {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 10px;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
}

.blog-yumprint-recipe-review-item .blog-yumprint-review-owner .blog-yumprint-text:hover {
    color: #FB0;
}

.blog-yumprint-recipe-review-item .blog-yumprint-star-container {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-top: 12px;
    font-size: 1.25em;
}

.blog-yumprint-recipe-review-item .blog-yumprint-time {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 10px;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
    font-size: 13px;
    cursor: default;
}

.blog-yumprint-recipe-review-item .blog-yumprint-review {
    position: relative;
    float: left;
    clear: left;
    display: inline-block;
    margin: 10px 0 10px 0px;
}

/* default font color for buttons */

.blog-yumprint-recipe .blog-yumprint-header div.blog-yumprint-save, .blog-yumprint-recipe .blog-yumprint-header div.blog-yumprint-print {
    color: white;
    margin-bottom: 0;
    margin-top: 0;
}

.blog-yumprint-recipe .blog-yumprint-header div.blog-yumprint-save {
    margin-right: 0;
    margin-left: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: visible;
}

.blog-yumprint-recipe .photo {
    display: block;
    position: absolute;
    top: -10000px;
    left: -10000px;
}
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

#equipment_items {
	width: 600px;

	
	
	
}

.equipment_item {
	width: 180px;
	float: left;
	padding: 10px;
	margin: 10px;
	height: 250px;
}/*
+----------------------------------------------------------------------+
|																									|
|	WordPress 2.8 Plugin: WP-Stats 2.50												|
|	Copyright (c) 2009 Lester "GaMerZ" Chan											|
|																									|
|	File Written By:																			|
|	- Lester "GaMerZ" Chan																	|
|	- http://lesterchan.net																	|
|																									|
|	File Information:																			|
|	- Stats CSS Style																			|
|	- wp-content/plugins/wp-stats/stats-css.css									|
|																									|
+----------------------------------------------------------------------+
*/


/* Stats Page Paging */
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}