.allcaps-sm,
.nav-option,
.button,
.read-more,
a.read-more,
.post-date,
.recipe-action {
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
  font-size: 0.69em;
  font-weight: 600;
  letter-spacing: 0.92px;
  text-transform: uppercase;
}
.title {
  color: #332f27;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.002em;
}
h1.title {
  font-size: 2em;
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
body,
html {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  margin: 0;
  padding: 0;
  width: 100%;
}
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
p {
  line-height: 1.9em;
  margin-top: 1em;
  margin-bottom: 1em;
}
li {
  list-style-type: none;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
h2 a:hover {
  text-decoration: underline;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
@media screen and (orientation: portrait) and (max-device-width: 650px) {
  .navbar {
    font-size: 0.9em;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 700px) {
  .navbar {
    font-size: 0.8em;
  }
}
.navbar {
  background: #fff;
  height: 89px;
  padding: 0.5em 0;
  width: 100%;
}
.navbar-interior {
  height: 78px;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  z-index: 100;
  width: 100%;
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
}
.navbar-interior a {
  height: 70px;
}
.nav-option {
  display: inline-block;
  width: 15%;
  line-height: 74px;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  color: #212121;
}
.nav-option:hover {
  text-decoration: underline;
}
.mobile-navbar {
  display: none;
}
.mobile-nav-option {
  float: right;
  height: 22px;
  margin-top: 7px;
  text-align: center;
  padding: 0 0.95em;
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
}
.mobile-nav-search {
  background: #f7f7f7;
  border-radius: 3px;
  text-align: left;
  border: none;
  outline: none;
  font-size: 11px;
  color: #131313;
}
.mobile-nav-insta {
  padding: 0 0 0 2px;
}
.logo {
  display: inline-block;
  width: 40%;
}
.logo img {
  height: auto;
  width: 100%;
  max-width: 325px;
}
img.logo-mobile {
  display: none;
  width: 325px;
  max-width: 87%;
}
@media screen and (orientation: portrait) {
  body {
    margin-top: 36px;
  }
  .navbar {
    position: absolute;
    width: 100%;
    z-index: 100;
    background: none;
  }
  .navbar .nav-option {
    display: none;
  }
  .logo {
    height: auto;
    margin-top: 1.25em;
    width: 100%;
  }
  .logo-desktop {
    display: none;
  }
  img.logo-mobile {
    display: inline-block;
  }
  .mobile-navbar {
    background: #fff;
    top: 0;
    display: block;
    height: 36px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
    padding: 0 10px;
  }
  .mobile-nav-caption {
    color: #131313;
    display: inline-block;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 23px;
    text-transform: uppercase;
  }
  .mobile-nav-option:first-child {
    float: left;
  }
  .mobile-nav-image {
    display: inline-block;
    height: 30px;
    margin-right: 0.6em;
    margin-top: -5px;
    vertical-align: middle;
    width: 30px;
  }
  .mobile-nav-search {
    width: 171px;
  }
}
@media screen and (orientation: portrait) and (max-device-width: 650px) {
  .mobile-nav-image {
    display: block;
    height: 30px;
    margin: 0 auto;
    vertical-align: middle;
    width: 30px;
  }
  .mobile-nav-search {
    line-height: 24px;
    padding: 0 0.58em;
    width: 103px;
  }
  .mobile-nav-caption {
    line-height: 24px;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 700px) {
  .navbar {
    height: 71px;
  }
  .nav-option {
    line-height: 59px;
  }
}
@media screen and (orientation: portrait) and (max-device-width: 350px) {
  .mobile-nav-option {
    padding: 0 0.3em;
  }
  .mobile-nav-search {
    width: 93px;
  }
}
@media print {
  .nav-option {
    display: none;
  }
}
.s,
.recipe-ingredient::before,
.recipe-ingredient.checked::before {
  background-image: url("//assets.theyellowtable.com/images/sprites.6313cea0.png");
  background-size: 217px 196px;
}
.s-apps.active {
  background-position: -41px 0px;
  width: 25px;
  height: 25px;
}
.s-apps {
  background-position: -145px -26px;
  width: 25px;
  height: 25px;
}
.s-brunch.active {
  background-position: 0px -41px;
  width: 25px;
  height: 25px;
}
.s-brunch {
  background-position: -26px -41px;
  width: 25px;
  height: 25px;
}
.s-check,
.recipe-ingredient.checked::before {
  background-position: -197px -36px;
  width: 14px;
  height: 14px;
}
.s-close {
  background-position: -167px -171px;
  width: 20px;
  height: 20px;
}
.s-comments {
  background-position: 0px -67px;
  width: 25px;
  height: 25px;
}
.s-cookbook {
  background-position: -26px -67px;
  width: 25px;
  height: 25px;
}
.s-desserts.active {
  background-position: -52px -67px;
  width: 25px;
  height: 25px;
}
.s-desserts {
  background-position: -93px 0px;
  width: 25px;
  height: 25px;
}
.s-email {
  background-position: -93px -26px;
  width: 25px;
  height: 25px;
}
.s-fall.active {
  background-position: -93px -52px;
  width: 25px;
  height: 25px;
}
.s-fall {
  background-position: 0px -93px;
  width: 25px;
  height: 25px;
}
.s-favorites.active {
  background-position: -26px -93px;
  width: 25px;
  height: 25px;
}
.s-favorites {
  background-position: -52px -93px;
  width: 25px;
  height: 25px;
}
.s-fb {
  background-position: -146px -171px;
  width: 20px;
  height: 20px;
}
.s-fish.active {
  background-position: -119px 0px;
  width: 25px;
  height: 25px;
}
.s-fish {
  background-position: -119px -26px;
  width: 25px;
  height: 25px;
}
.s-gluten-free.active {
  background-position: -119px -52px;
  width: 25px;
  height: 25px;
}
.s-gluten-free {
  background-position: -119px -78px;
  width: 25px;
  height: 25px;
}
.s-insta {
  background-image: url("data:image/png;base64,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");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.s-meat.active {
  background-position: -26px -119px;
  width: 25px;
  height: 25px;
}
.s-meat {
  background-position: -52px -119px;
  width: 25px;
  height: 25px;
}
.s-pasta.active {
  background-position: -78px -119px;
  width: 25px;
  height: 25px;
}
.s-pasta {
  background-position: -104px -119px;
  width: 25px;
  height: 25px;
}
.s-pin-big {
  background-position: 0px 0px;
  width: 40px;
  height: 40px;
}
.s-pin {
  background-position: -197px 0px;
  width: 20px;
  height: 20px;
}
.s-poultry.active {
  background-position: -145px -52px;
  width: 25px;
  height: 25px;
}
.s-poultry {
  background-position: -145px -78px;
  width: 25px;
  height: 25px;
}
.s-print {
  background-position: -145px -104px;
  width: 25px;
  height: 25px;
}
.s-salads.active {
  background-position: 0px -145px;
  width: 25px;
  height: 25px;
}
.s-salads {
  background-position: -26px -145px;
  width: 25px;
  height: 25px;
}
.s-sandwiches.active {
  background-position: -52px -145px;
  width: 25px;
  height: 25px;
}
.s-sandwiches {
  background-position: -78px -145px;
  width: 25px;
  height: 25px;
}
.s-share {
  background-position: -104px -145px;
  width: 25px;
  height: 25px;
}
.s-sides.active {
  background-position: -130px -145px;
  width: 25px;
  height: 25px;
}
.s-sides {
  background-position: -171px 0px;
  width: 25px;
  height: 25px;
}
.s-soups.active {
  background-position: -171px -26px;
  width: 25px;
  height: 25px;
}
.s-soups {
  background-position: -171px -52px;
  width: 25px;
  height: 25px;
}
.s-spring.active {
  background-position: -171px -78px;
  width: 25px;
  height: 25px;
}
.s-spring {
  background-position: -171px -104px;
  width: 25px;
  height: 25px;
}
.s-summer.active {
  background-position: -171px -130px;
  width: 25px;
  height: 25px;
}
.s-summer {
  background-position: 0px -171px;
  width: 25px;
  height: 25px;
}
.s-twitter {
  background-position: -104px -171px;
  width: 20px;
  height: 20px;
}
.s-uncheck,
.recipe-ingredient::before {
  background-position: -197px -21px;
  width: 14px;
  height: 14px;
}
.s-under-30.active {
  background-position: -78px -171px;
  width: 25px;
  height: 25px;
}
.s-under-30 {
  background-position: -52px -171px;
  width: 25px;
  height: 25px;
}
.s-vegan.active {
  background-position: -26px -171px;
  width: 25px;
  height: 25px;
}
.s-vegan {
  background-position: 0px -119px;
  width: 25px;
  height: 25px;
}
.s-veggie.active {
  background-position: -78px -93px;
  width: 25px;
  height: 25px;
}
.s-veggie {
  background-position: -67px -26px;
  width: 25px;
  height: 25px;
}
.s-winter.active {
  background-position: -67px 0px;
  width: 25px;
  height: 25px;
}
.s-winter {
  background-position: -145px 0px;
  width: 25px;
  height: 25px;
}
#canary {
  display: none;
}
.container {
  margin: 0 auto;
  max-width: 1225px;
  width: 97%;
}
.shaded-box,
.recipe-ingredients {
  background: #f7f7f7;
  border-top: 1px solid #dad6ce;
  border-bottom: 1px solid #dad6ce;
}
.button {
  background: #1f9b94;
  color: #fff;
  cursor: pointer;
  height: 43px;
  line-height: 44px;
  text-align: center;
  -webkit-user-select: none;
  width: 130px;
}
.btn-light {
  background: #e6f4f3;
  color: #1f9b94;
}
.read-more,
a.read-more {
  background: #1f9b94;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  padding: 0.7em 1em;
  position: absolute;
  right: 1px;
  border-radius: 3.4px;
  box-shadow: -3px -3px 0 10px #fff;
}
.read-more:hover {
  background: #187872;
  text-decoration: none;
}
.crop-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#share-count {
  border: 1px solid #dad6ce;
  text-transform: none;
  border-radius: 3px;
  line-height: 1.3em;
  margin: 0.1em 0 0 0.6em;
  padding: 0.4em 0.5em 0.2em;
  color: #7c7568;
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
  font-weight: 300;
  letter-spacing: normal;
  font-size: 1.1em;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #90846d;
  margin: 4px auto 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
.carrots {
  margin-top: 2em;
  overflow-x: scroll;
  height: 160px;
  width: 100%;
  overflow-y: hidden;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.carrots-inside {
  min-width: 1225px;
}
.carrot {
  background: #ddd;
  text-align: center;
  display: inline-block;
  height: 160px;
  width: 295px;
  margin: 0 0.6%;
}
.carrots .carrot:first-child {
  margin-left: 0;
}
.carrots .carrot:last-child {
  margin-right: 0;
}
.carrot img {
  width: 295px;
  height: 160px;
}
.shine {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 60%);
  z-index: 100;
}
.icon-link {
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
@media screen and (orientation: portrait) {
  #canary {
    height: 1px;
  }
  .container {
    width: 100%;
  }
  .carrots {
    margin: 0 auto 1em;
  }
  .container-drop {
    padding-top: 7em;
  }
}
@media print {
  .carrots {
    display: none;
  }
}
.card-post {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.07);
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
}
.card-post h2 {
  margin-top: 0.5em;
}
.card-post img {
  display: block;
  width: 100%;
}
.card-post .read-more {
  border-top-width: 7px;
  bottom: 1em;
  right: 1em;
}
.card-post-text {
  padding: 0.5em 1.25em 0.25em;
}
.card-post-text p {
  height: 9.125em;
  margin-top: 0;
  overflow: hidden;
}
.card-post-lg {
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.07);
  display: block;
  height: 298px;
  margin: 24px auto;
  max-width: 1050px;
  overflow: hidden;
  padding: 1em;
  position: relative;
  width: 96%;
}
.card-post-lg h1 {
  font-size: 1.8em;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.card-post-lg img {
  width: 399px;
  display: block;
  float: left;
  margin: 0;
}
.card-post-lg p {
  height: 146px;
  overflow: hidden;
}
.card-post-lg .read-more {
  border-top-width: 7px;
  bottom: 1.25em;
  right: -0.35em;
}
.card-post:hover,
.card-post-lg:hover {
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.17);
}
.card-post-lg-text {
  display: block;
  float: left;
  margin: 0 19px;
  padding: 1em 0.35em;
  position: absolute;
  left: 415px;
  max-width: none;
  right: 0;
  width: auto;
}
.card-post-mini {
  display: block;
  max-width: 100%;
  padding: 0.82em;
  text-align: left;
  width: 470px;
}
.card-post-mini img {
  vertical-align: top;
  width: 29.97%;
}
.card-post-mini .card-post-text {
  display: inline-block;
  overflow: hidden;
  padding: 0 0 0 3%;
  width: 70%;
}
.card-post-mini h2.title {
  font-size: 1.1em;
  font-weight: 600;
  margin: 2px 0 -2px;
  padding: 0;
}
.card-post-mini p {
  height: 60px;
  line-height: 1.3em;
  margin: 9px 0 0;
}
.card-recipe-lg {
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 375px;
}
.card-recipe-lg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
}
.card-recipe-lg:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
.card-recipe-overlay {
  background: rgba(0,0,0,0.25);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s;
  z-index: 10;
}
.card-recipe-overlay .card-recipe-overlay-mid {
  text-transform: lowercase;
}
.card-recipe-overlay .table {
  color: #fff;
  height: 100%;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
.card-recipe-overlay .table-cell {
  vertical-align: middle;
}
.card-recipe-overlay .card-recipe-overlay-bar {
  border-bottom: 1px solid #fff;
  width: 115px;
  height: 1px;
  margin: 13px auto 0;
}
.card-recipe-overlay:hover {
  opacity: 0;
}
@media screen and (orientation: portrait), screen and (max-width: 900px) {
  .card-post-lg {
    height: auto;
    padding: 0;
  }
  .card-post-lg h1 {
    margin-top: 0.67em;
  }
  .card-post-lg p {
    height: auto;
  }
  .card-post-lg .read-more {
    margin-right: 1.5em;
  }
  .card-post-lg img {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .card-post-lg-text {
    float: none;
    margin: 0 auto;
    padding-top: 0;
    position: static;
    max-width: none;
    width: 96%;
  }
}
@media screen and (orientation: portrait) and (max-device-width: 650px) {
  .card-post-lg {
    height: auto;
    padding: 0 0 14px;
  }
  .card-post-lg h1 {
    margin-top: 0.5em;
    text-overflow: inherit;
    white-space: normal;
  }
  .card-post-lg img {
    width: 100%;
  }
  .card-post-lg p {
    height: 186px;
  }
  .card-post-lg .read-more {
    bottom: 2%;
    right: -0.35em;
  }
  .card-post-lg-text {
    width: 90%;
  }
  .card-post-mini p {
    height: 44px;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 800px) {
  .card-post-lg {
    height: auto;
    text-align: center;
  }
  .card-post-lg img {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .card-post-lg p {
    height: 88px;
    width: 100%;
  }
  .card-post-lg .read-more {
    bottom: 2.9%;
    right: 2.5%;
  }
  .card-post-lg {
    padding: 0;
  }
  .card-post-lg-text {
    max-width: none;
    position: static;
    text-align: left;
    width: 95%;
  }
}
.home .carrots {
  margin-top: 0;
}
.home-container {
  text-align: center;
}
.home-section {
  margin: 2em 0;
  text-align: center;
}
.home-section h2 {
  margin: 0.5em 0 0.75em;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.75em;
  font-weight: 300;
  letter-spacing: 0.002em;
}
.home-section.post-body {
  margin-top: 0;
  position: relative;
}
.home-recent-posts {
  background: #fafafa;
  border-top: 1px solid #dad6ce;
  border-bottom: 1px solid #dad6ce;
  padding: 1em 0 2em;
  text-align: center;
  width: 100%;
}
.home-recent-posts h2 {
  margin-bottom: -0.25em;
}
.posts-index {
  background: #fafafa;
  margin-top: 110px;
}
.posts-index .navbar {
  border-bottom: 1px solid #dad6ce;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.post-hero {
  position: relative;
  margin: 0 auto;
  max-width: 1050px;
}
.post-hero:before {
  content: "";
  background: #ccc;
  display: block;
  height: 0;
  padding-bottom: 66.666667%;
  width: 100%;
}
.post-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.post-copy {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.post-copy p {
  text-align: left;
  font-size: 1.1em;
}
.post-copy img {
  margin: 0.5em auto;
  max-width: 100%;
}
.post-copy a:hover {
  text-decoration: underline;
}
.posts-series {
  text-align: center;
}
.post-content a,
.posts-series a {
  color: #1f9b94;
  font-weight: 600;
  text-decoration: underline;
  -webkit-font-smoothing: antialiased;
}
.post-recipe {
  text-align: center;
  margin: 1em 0;
}
.post-recipe img {
  margin-top: 0;
  margin-bottom: 0;
}
.post-title {
  color: #332f27;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.002em;
}
h1.post-title {
  font-size: 2em;
}
h2.post-title {
  font-size: 1.42em;
  margin-bottom: 0.43em;
}
.post-date {
  color: #444;
  margin-bottom: 0.5em;
}
.post-plugs {
  background: #fafafa;
  border-top: 1px solid #dad6ce;
  border-bottom: 1px solid #dad6ce;
  padding-bottom: 2em;
  text-align: center;
  width: 100%;
}
.post-plug {
  display: inline-block;
  margin: 1.75em 10px 0;
  text-align: center;
  max-width: 457px;
  width: 45%;
  vertical-align: top;
}
.post-plug > .allcaps-sm:hover {
  text-decoration: underline;
}
.post-single #disqus_thread {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
}
.post-single .card-post {
  margin-top: 10px;
}
#post-comment-count {
  cursor: pointer;
  margin: 1.75em 0;
  text-align: center;
}
#post-comment-count a:hover {
  text-decoration: underline;
}
#post-comment-count .s {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
}
.post-comments {
  margin: 0 auto;
  padding: 1em 0 0;
  width: 100%;
}
@media screen and (orientation: portrait) and (max-device-width: 800px) {
  .posts-index {
    margin-top: 130px;
  }
  .posts-index .navbar {
    position: absolute;
    background: none;
    border-bottom: 0;
  }
  .posts-index .navbar-interior {
    margin-top: 20px;
  }
  .posts-series {
    padding-top: 1em;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 800px) {
  .posts-index {
    margin-top: 95px;
  }
}
@media screen and (orientation: portrait) and (max-device-width: 650px) {
  .post-plug {
    width: 93%;
  }
}
.recipe-single {
  padding-bottom: 2.8em;
  margin-bottom: 5em;
}
.recipe-single #disqus_thread {
  width: 98%;
  margin: 0 auto;
}
.recipe-content {
  margin-bottom: 2em;
  margin-top: 4px;
  overflow: hidden;
  position: relative;
}
.recipe-images {
  display: table;
  width: 470px;
  position: relative;
  float: left;
}
.recipe-images:before {
  content: "";
  background: #ccc;
  display: block;
  height: 0;
  padding-bottom: 124.43595%;
  width: 100%;
}
.recipe-image {
  position: absolute;
  top: 0;
  height: auto;
  width: 100%;
  display: table-row;
}
.recipe-pin {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 10;
}
.recipe-caption {
  display: none;
  position: absolute;
  background: #fff;
  text-align: center;
  padding: 0.25em;
}
.recipe-caption-title {
  line-height: 3em;
  width: 90%;
  border-bottom: 1px solid #dad6ce;
  margin: 0 auto;
}
.recipe-caption-subtitle {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 0.95em;
  line-height: 2.25em;
  letter-spacing: 0.03em;
}
.recipe-text {
  bottom: 0;
  display: block;
  margin-left: 498px;
  position: relative;
  top: 0;
}
.recipe-heading {
  display: block;
  overflow: hidden;
  width: 100%;
}
.recipe-title {
  float: left;
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
  font-weight: 600;
  font-size: 1.44em;
  letter-spacing: 1.45px;
  line-height: 29px;
  margin: 0.37em 0 0.5em;
  text-transform: uppercase;
  line-height: 1.5em;
}
.recipe-subtitle {
  float: left;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 0.9em;
  letter-spacing: 0.09em;
  line-height: 3.6em;
  margin-left: 0.5em;
  font-weight: 500;
}
.recipe-photog {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: 1.6em;
}
.recipe-hednote {
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  font-style: italic;
  letter-spacing: 0.02em;
  margin: 1em 0 -0.25em;
  line-height: 1.6em;
}
.recipe-hednote a {
  color: #1f9b94;
  font-weight: 600;
  text-decoration: underline;
  -webkit-font-smoothing: antialiased;
}
.recipe-right {
  padding: 0 0.5em;
}
.recipe-columns {
  overflow: hidden;
}
.recipe-columns > div:first-child {
  padding-right: 1em;
}
.recipe-column {
  float: left;
  width: 50%;
  position: relative;
}
.recipe-actions {
  margin-top: 1.35em;
  position: relative;
}
.recipe-action {
  color: #1f9b94;
  line-height: 25px;
  margin: 1.32em 0;
  cursor: pointer;
}
.recipe-action:hover {
  text-decoration: underline;
}
.recipe-actions > li:last-child:hover {
  text-decoration: none;
}
.recipe-action div.s {
  display: inline-block;
  height: 25px;
  margin: -2px 14px 0 6px;
  vertical-align: middle;
  width: 25px;
}
.recipe-socials {
  cursor: pointer;
  margin-left: 0.1em;
  margin-bottom: -6px;
  display: inline-block;
}
.recipe-social {
  height: 20px;
  float: left;
}
.recipe-social .s {
  display: inline-block;
  margin-left: 7px;
}
.recipe-author {
  display: none;
  margin-bottom: 0.75em;
}
.recipe-author img {
  width: 40px;
  height: 40px;
  margin-right: 0.6em;
}
.recipe-author span {
  line-height: 40px;
  vertical-align: bottom;
  font-size: 0.9em;
  letter-spacing: 0.008em;
}
.recipe-tags {
  margin: 1em 0;
}
.recipe-tag {
  font-family: sans-serif;
  font-size: 0.7em;
  background: #6e446e;
  border-radius: 0.3em;
  display: inline-block;
  color: #fff;
  padding: 0.2em 0.4em;
  margin: 0.2em 0.1em;
}
.recipe-tag:visited {
  color: #fff;
}
.recipe-tag:first-child {
  margin-left: 0;
}
.recipe-tag:last-child {
  margin-right: 0;
}
.recipe-servings {
  color: #1f9b94;
  font-size: 0.75em;
  position: absolute;
  right: 2em;
  top: 2em;
}
.recipe-ingredients {
  color: #7c7568;
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
  max-height: 321px;
  max-width: 100%;
  overflow: hidden;
  padding: 1em 1.5em 1.5em;
  position: relative;
  width: 349px;
}
.recipe-ingredients h2 {
  margin-bottom: 1em;
}
.recipe-ingredient {
  cursor: pointer;
  font-size: 0.75em;
  line-height: 2.4em;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.recipe-ingredient::before {
  content: "";
  display: inline-block;
  line-height: 14px;
  margin: 0 8px -3px 2px;
  text-align: center;
}
.recipe-ingredient:hover::before {
  border-color: #7c7568;
}
.recipe-ingredient-header {
  font-size: 0.8em;
  padding: 0.8em 0 0.1em;
}
.recipe-ingredient-header:first-of-type {
  padding-top: 0;
}
.recipe-ingredients-more {
  position: relative;
  height: 15px;
  max-width: 100%;
  background: #dad6ce;
  bottom: 15px;
  text-align: center;
  width: 349px;
  padding-top: 1px;
  cursor: pointer;
}
.recipe-directions {
  color: #131313;
  margin-top: 2.25em;
}
.recipe-directions h2 {
  margin-top: 0.48em;
  margin-bottom: 0.65em;
}
.recipe-directions p {
  color: #212121;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  font-size: 1em;
  letter-spacing: 0.09px;
  line-height: 1.9em;
}
#recipe-steps {
  color: #7c7568;
  border-top: 1px solid #dad6ce;
  border-bottom: 1px solid #dad6ce;
  padding: 0.5em 0 1.25em;
  text-align: center;
  display: none;
  margin: 1.1em 0;
  position: relative;
}
#recipe-steps-close {
  cursor: pointer;
  position: absolute;
  right: 6px;
}
#recipe-step-box {
  display: table;
  height: 190px;
  width: 100%;
}
#recipe-step {
  display: table-cell;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  font-size: 32px;
  height: 100%;
  letter-spacing: 0.18px;
  line-height: 37px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.recipe-step-buttons {
  margin: 0 auto;
}
.recipe-step-buttons div {
  display: inline-block;
  margin: 0 5px;
}
#recipe-show-steps {
  color: #1f9b94;
  cursor: pointer;
  display: inline-block;
  margin-left: 1em;
  padding: 0.35em 0.7em;
  background: #fff;
  border-radius: 3.4px;
}
#recipe-show-steps:hover {
  text-decoration: underline;
}
#recipe-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 113px;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #dad6ce;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
#recipe-bar:hover {
  height: 125px;
  transition: height 0.2s;
}
.recipe-recs {
  height: 90px;
  margin: 0.7em auto 0;
  position: relative;
  text-align: left;
  width: 1248px;
}
.recipe-rec,
.recipe-rec-caption {
  background: #dfdfdf;
  cursor: pointer;
  display: inline-block;
  height: 90px;
  margin: 0 0.406em;
  position: relative;
  width: 90px;
}
.recipe-rec img,
.recipe-rec-caption img {
  height: 90px;
  width: 90px;
}
.recipe-rec:hover:before {
  position: absolute;
  background: rgba(110,68,110,0.9);
  border-top: none;
  bottom: 0px;
  content: attr(data-hint);
  text-align: center;
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
  font-size: 0.7em;
  padding: 0.25em 0.1em;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
}
.recipe-rec-caption {
  background: #1f9b94;
  margin-left: 0.8em;
  vertical-align: top;
}
.recipe-rec-caption .table {
  height: 100%;
}
.recipe-rec-caption .table:before {
  color: #fff;
  content: "You may also like";
  display: table-cell;
  font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-style: italic;
  padding: 0 0.8em 0.2em;
  vertical-align: middle;
}
.recipe-rec-caption:hover .table:before {
  content: "Click to hide recs";
}
.recipe-rec:last-child {
  margin-right: 0.7em;
}
@media screen and (orientation: portrait) {
  .recipe-single {
    margin-bottom: 0;
  }
  .recipe-ingredients {
    padding: inherit 1.3em;
  }
  .recipe-pin {
    display: none;
  }
  .recipe-content {
    margin-top: 36px;
  }
  .recipe-heading {
    width: 100%;
    text-align: center;
  }
  .recipe-title {
    float: none;
    margin-bottom: 0.25em;
  }
  .recipe-subtitle {
    float: none;
    line-height: 1em;
    margin-bottom: 2em;
  }
  .recipe-caption {
    display: block;
    bottom: 25.5%;
    width: 50%;
    left: 50%;
    margin-left: -25%;
  }
  .recipe-servings {
    top: 1.65em;
  }
  #recipe-bar {
    position: static;
    border-top: 1px solid #dad6ce;
    overflow-y: hidden;
    height: 113px !important;
  }
  .recipe-recs {
    padding: 0.5em;
  }
}
@media screen and (orientation: landscape) and (max-width: 1100px) {
  .recipe-single {
    padding: 0.25em 1em;
    margin-bottom: 0;
  }
  .recipe-images {
    width: 350px;
    height: 435px;
  }
  .recipe-text {
    margin-left: 375px;
    position: relative;
  }
  .recipe-title {
    display: inline;
    float: none;
    margin-bottom: 0;
  }
  .recipe-subtitle {
    float: none;
    display: inline;
  }
  #read-more {
    display: none;
  }
  .recipe-single {
    margin-bottom: 0;
  }
}
@media screen and (orientation: portrait) and (max-device-width: 800px) {
  .recipe-navbar {
    position: absolute;
    width: 100%;
    z-index: 100;
  }
  .recipe-images {
    float: none;
    height: auto;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
  }
  .recipe-text {
    font-size: 1.25em;
    margin: 0;
    padding: 1.2em;
    position: relative;
  }
  .recipe-ingredients {
    max-width: 100%;
    padding: 0.75em 0.95em;
    width: 100%;
  }
}
@media screen and (orientation: portrait) and (max-device-width: 650px) {
  .recipe-single body {
    margin-bottom: 1em;
  }
  .recipe-caption {
    font-size: 1.5em;
    background: #fff !important;
    bottom: -89px;
    left: 0;
    margin-left: auto;
    width: 100%;
  }
  .recipe-images {
    margin-bottom: 92px;
  }
  #recipe-bar {
    border-top: 0;
  }
  .recipe-caption-title {
    line-height: 2.3em;
  }
  .recipe-caption-subtitle {
    line-height: 2em;
  }
  .recipe-column {
    width: 100%;
  }
  .recipe-columns > div:first-child {
    padding-right: 0;
  }
  .recipe-title {
    display: none;
  }
  .recipe-subtitle {
    display: none;
  }
  .recipe-caption-title {
    line-height: 2.7em;
  }
  .recipe-caption-subtitle {
    font-size: 0.9em;
    line-height: 2.5em;
  }
  .recipe-hednote {
    text-align: center;
  }
  .recipe-actions {
    margin: 1.5em auto 2.25em;
    width: 87%;
  }
  .recipe-content {
    margin-bottom: 1em;
  }
  .recipe-right {
    padding: 0;
  }
  .recipe-text {
    padding: 1em;
  }
  .recipe-hednote {
    margin-top: 1.5em;
  }
  .recipe-ingredients {
    padding: 0.75em 1.1em;
  }
  .recipe-directions {
    margin-top: 1em;
  }
  .recipe-content {
    font-size: 0.9em;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 700px) {
  .recipe-heading {
    text-align: center;
    font-size: 1.25em;
  }
  .recipe-title {
    margin-bottom: 0;
  }
  .recipe-subtitle {
    float: none;
    font-size: 0.8em;
    line-height: 1em;
    margin-bottom: 1.5em;
  }
  .recipe-images {
    float: none;
    overflow: hidden;
    width: 100%;
    height: auto;
  }
  .recipe-heading {
    padding: 0.5em 0 0.8em;
  }
  .recipe-text {
    clear: both;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    position: relative;
  }
  #recipe-bar {
    position: static;
    border-top: 1px solid #dad6ce;
  }
  .recipe-rec:first-child {
    margin-left: 0;
  }
  .recipe-rec:last-child {
    margin-right: 0;
  }
  .recipe-content {
    font-size: 0.9em;
  }
}
@media print {
  .recipe-images {
    display: none;
  }
  .recipe-text {
    position: relative;
    margin-left: auto;
    width: 100%;
  }
  #recipe-bar {
    display: none;
  }
  .recipe-ingredients {
    max-height: none;
  }
  #read-more,
  .recipe-ingredients-more {
    display: none;
  }
  .recipe-text {
    position: relative;
  }
  .recipe-pin {
    display: none;
  }
}
.recipe-index {
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
}
.recipe-index .logo-desktop {
  display: inline-block !important;
}
#browser-nav {
  height: 69px;
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #dad6ce;
  position: fixed;
  top: 0;
  z-index: 1000;
}
#browser-nav .container {
  height: 68px;
  padding: 0 811px 0 238px;
}
#browser-logo {
  display: block;
  height: 46px;
  vertical-align: middle;
  position: relative;
  float: left;
  padding-top: 10px;
  margin-left: -238px;
  width: 238px;
}
#browser-logo img {
  width: 222px;
  height: auto;
  margin: 0 16px -18px 0;
}
#browser-search {
  border-left: 1px solid #dad6ce;
  height: 100%;
  width: 100%;
  float: left;
  position: relative;
}
#browser-search-background {
  display: none;
}
#browser-tags {
  width: 811px;
  position: relative;
  float: left;
  margin-right: -811px;
  border-left: 1px solid #dad6ce;
  background: #fff;
  height: 100%;
  padding: 9px 10px 0;
}
#browser-tags-box {
  width: 805px;
}
.browser-tag {
  cursor: pointer;
  font-size: 11px;
  color: #564e41;
  display: inline-block;
  padding: 0 3px;
  text-align: center;
  width: 5.25%;
  vertical-align: top;
}
.browser-tag.active {
  color: #1f9b94;
}
.browser-tag-img {
  display: inline-block;
  margin-top: 4px;
  margin-bottom: 2px;
}
.recipe-index input {
  border: 0;
  height: 100%;
  line-height: 120%;
  outline: none;
  padding: 0 1em;
  width: 176px;
}
#browser-message {
  background: #1f9b94;
  color: #fff;
  font-size: 12px;
  font-weight: 100;
  height: 21px;
  left: 0;
  line-height: 23px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: lowercase;
  top: -21px;
  transition: 0.2s top;
  z-index: 10;
}
#browser-message.active {
  display: block;
  top: 0;
}
.browser-container-fix {
  background: #fafafa;
  position: fixed;
  overflow: scroll;
  top: 69px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
}
#browser-grid {
  margin: 15px auto 28px;
  text-align: center;
}
.browser-link:before {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
}
.browser-link {
  background: #aaa;
  cursor: pointer;
  display: inline-block;
  height: 271px;
  line-height: 23px;
  margin: 12.5px 12.5px 25.5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 271px;
}
.browser-link img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.browser-link img:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
  transition: all 0.1s ease-in-out;
  transform: scale(1.03);
}
.browser-caption {
  text-transform: uppercase;
  font-family: "Avenir-Next", "Helvetica Neue", "Arial";
  font-weight: 600;
  color: #000;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
@media screen and (orientation: portrait) {
  .browser-link img:hover {
    box-shadow: none;
    transform: none;
  }
  #browser-nav {
    height: 147px;
  }
  #browser-nav .container {
    padding: 0;
  }
  .browser-container-fix {
    top: 147px;
  }
  #browser-logo {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 10;
    float: none;
    padding-top: 0;
    margin-left: auto;
  }
  #browser-logo img {
    margin: 7px 0 0 0;
  }
  #browser-tags {
    border-left: 0;
    border-bottom: 1px solid #dad6ce;
    height: 60px;
    background: #fff;
    z-index: 10000;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    position: static;
    float: none;
    margin-right: 0;
    padding: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #browser-tags-box {
    padding-top: 3px;
    height: 60px;
    width: 880px;
    position: relative;
    text-align: left;
    padding: 3px 10px 0;
    min-width: calc(100% + 1px);
  }
  #browser-search {
    border-left: 0;
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 57px;
    z-index: 20;
    float: none;
  }
  #browser-search input {
    background: transparent;
    font-size: 13px;
    height: 28px;
    line-height: 30px;
    max-width: 95%;
    outline: none;
    text-align: center;
    width: 323px;
  }
  #browser-search-background {
    border: 0;
    display: block;
    height: 30px;
    margin-top: 11px;
    text-align: center;
    width: 100%;
  }
  #browser-search-background div {
    background: #f2f1ed;
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 95%;
    text-align: center;
    width: 323px;
  }
}
@media screen and (orientation: portrait) and (max-device-width: 800px) {
  #browser-grid {
    margin-top: 6px;
  }
  .browser-link {
    width: 230px;
    height: 230px;
    margin: 12.5px 9.5px 25.5px;
  }
  .browser-caption {
    font-size: 12px;
    height: 33px;
  }
}
@media screen and (orientation: portrait) and (max-device-width: 650px) {
  .recipe-index {
    background: #fff;
  }
  #browser-grid {
    margin-top: 0;
  }
  .browser-link {
    height: auto;
    margin: 0 0 44px;
    width: 100%;
  }
  .browser-caption {
    padding-top: 5px;
    font-size: 14px;
    height: 38px;
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media screen and (orientation: landscape) and (max-width: 1175px) {
  #browser-nav .container {
    padding-right: 670px;
  }
  #browser-tags {
    width: 670px;
    margin-right: -670px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (orientation: landscape) and (max-width: 800px) {
  #browser-nav .container {
    padding-right: 390px;
  }
  #browser-tags {
    width: 390px;
    margin-right: -390px;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 700px) {
  #browser-nav .container {
    padding-right: 325px;
  }
  #browser-tags {
    width: 325px;
    margin-right: -325px;
  }
}
@media screen and (orientation: landscape) and (max-device-width: 600px) {
  #browser-nav .container {
    padding-right: 225px;
  }
  #browser-tags {
    width: 225px;
    margin-right: -225px;
  }
}
.about-row {
  clear: both;
  margin-bottom: 2.5em;
  overflow: hidden;
}
.about-row h1 {
  margin-top: 0;
}
.about-row img {
  width: 225px;
}
.about-row img.left {
  padding-right: 2em;
}
.about-row img.right {
  padding-left: 2em;
}
@media screen and (orientation: portrait) {
  .about-row {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media screen and (orientation: portrait) and (max-device-width: 650px) {
  .about-row img {
    display: block;
    margin: 0 auto 1.5em;
  }
  .about-row img.left {
    float: none;
    padding-right: 0;
  }
  .about-row img.right {
    float: none;
    padding-left: 0;
  }
}
.series-intro {
  text-align: center;
}
.series-intro h1.title {
  margin: 0.5em 0 1em;
}
.series-intro div {
  line-height: 1.7em;
  margin: -1.5em auto 1.5em;
  width: 60%;
}
.series-intro img {
  margin: 1em 0;
  max-width: 80%;
  width: 333px;
}
.series-plugs {
  background: #fafafa;
  border-bottom: 1px solid #dad6ce;
  border-top: 1px solid #dad6ce;
  padding: 1.75em 0;
  text-align: center;
  width: 100%;
}
.series-plug {
  display: inline-block;
  margin: 0 1.16%;
  text-align: center;
  vertical-align: top;
  width: 31%;
}
.series-plugs-mini {
  margin: 1.5em 0;
  text-align: center;
}
.series-plug-mini {
  display: inline-block;
}
@media screen and (orientation: portrait) and (max-device-width: 650px) {
  .series-intro {
    margin: 0 auto;
    width: 90%;
  }
  .series-intro img {
    margin-top: 0;
    width: 100%;
  }
  .series-intro div {
    margin: -1em auto 1.5em;
    width: 100%;
  }
  .series-plugs {
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .series-plug {
    margin-bottom: 1em;
    width: 93%;
  }
  .series-plug-mini {
    width: 100%;
  }
}
