/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.vin-list-content, .vin-list-name, .vin-list-thumbnail, .salad-list-number, .salad-list-content, .salad-list-date, .salad-list-thumbnail {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%; }

.vin-list-used, .salad-list-ingredients {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%; }

.container, header, footer, .vin-list-name, .vin-list-used, .salad-list-date, .salad-list-ingredients, .in-season, .info-content {
  padding: 25px; }

* {
  box-sizing: border-box; }

body {
  font-family: "adelle-sans", "helvetica neue", helvetica, arial, serif;
  font-size: 14px;
  line-height: 1.428;
  background-color: #322117;
  color: #322117; }

a {
  color: #F1644A; }

small {
  font-size: 0.5em; }

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

h1 {
  font-family: "cosmopolitan", script;
  font-weight: 300;
  font-size: 10em;
  margin: 0 0 0.25em 0;
  line-height: 1; }
  h1 small {
    font-family: "adelle-sans", "helvetica neue", helvetica, arial, serif;
    top: -15px;
    position: relative; }

h2, h3 {
  font-weight: 600;
  margin: 0.5em 0;
  line-height: 1; }

h2 {
  font-size: 1.5em;
  letter-spacing: 1px; }

h3 {
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase; }

@media (min-width: 0px) and (max-width: 512px) {
  h2 {
    font-size: 1em;
    letter-spacing: 2px; }
  h3 {
    font-size: 0.875em; } }

p {
  margin-bottom: 15.428px;
  font-weight: 400; }

section {
  background: #FFF; }

.left {
  float: left; }

.right {
  float: right; }

.row {
  margin-left: -35px;
  margin-right: -35px; }
  .row:before, .row:after {
    display: table;
    content: "";
    line-height: 0; }
  .row:after {
    clear: both; }

.col-md-1 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 8.3333333333%; }

.col-md-2 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 16.6666666667%; }

.col-md-3 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 25%; }

.col-md-4 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 33.3333333333%; }

.col-md-5 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 41.6666666667%; }

.col-md-6 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 50%; }

.col-md-7 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 58.3333333333%; }

.col-md-8 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 66.6666666667%; }

.col-md-9 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 75%; }

.col-md-10 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 83.3333333333%; }

.col-md-11 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 91.6666666667%; }

.col-md-12 {
  float: left;
  padding-left: 35px;
  padding-right: 35px;
  width: 100%; }

@media (min-width: 0px) and (max-width: 512px) {
  [class^=col-] {
    width: 100%; } }

.logo {
  margin-bottom: 0; }

header {
  background-color: #322117;
  width: 100%;
  padding: 10px; }
  @media (min-width: 0px) and (max-width: 512px) {
    header {
      display: none;
      padding: 15px 15px 0 15px;
      position: fixed;
      height: 100%;
      top: 0;
      width: 100%;
      z-index: 100; } }

.section-menu {
  display: none; }
  .section-menu a {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 101;
    top: 0;
    right: 10px;
    text-align: center;
    background-color: #322117;
    padding: 5px;
    color: #FFF;
    font-size: 20px; }
  @media (min-width: 0px) and (max-width: 512px) {
    .section-menu {
      display: block; } }

.nav {
  list-style: none;
  padding: 0;
  text-align: center; }
  .nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px; }
    .nav li a {
      color: #FFF;
      font-weight: 400;
      font-size: 1em;
      text-decoration: none; }
    .hero-content .nav li {
      margin: 0 20px 0 0; }
      .hero-content .nav li a {
        font-weight: 100;
        color: #322117;
        font-size: 2em; }
  @media (min-width: 0px) and (max-width: 512px) {
    .nav li {
      display: block;
      padding: 5px; }
      .nav li a {
        font-size: 20px;
        font-weight: 200; }
    .nav a {
      display: block;
      padding-top: 10px;
      padding-bottom: 10px; }
    .nav a.js-details {
      display: none; } }

.nav-social-links {
  font-size: 150%; }
  .nav-social-links a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px; }
  @media (min-width: 0px) and (max-width: 512px) {
    .nav-social-links {
      width: 100%; }
      .nav-social-links a {
        display: table-cell;
        width: 1%;
        vertical-align: middle; } }

@media (min-width: 0px) and (max-width: 512px) {
  .nav li.nav-social-links {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
    margin-left: 0; }
    .nav li.nav-social-links a {
      font-size: 30px;
      color: rgba(255, 255, 255, 0.5); } }

.date {
  font-size: 0.875em;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center; }

.section-hero {
  text-align: center;
  color: #322117;
  background: #fefefc url(/assets/images/pattern.png) fixed repeat;
  position: relative; }
  .section-hero:before, .section-hero:after {
    display: table;
    content: "";
    line-height: 0; }
  .section-hero:after {
    clear: both; }

.section-hero-salad {
  background-size: 100% auto;
  background-color: #322117;
  background-repeat: no-repeat;
  background-position: top center;
  padding-left: 10px;
  padding-right: 10px; }
  .section-hero-salad:before, .section-hero-salad:after {
    display: table;
    content: "";
    line-height: 0; }
  .section-hero-salad:after {
    clear: both; }

.salad-panel {
  max-width: 870px;
  margin: 50px auto;
  padding: 25px 50px 50px 50px;
  background: white; }
  .salad-panel .date {
    text-align: left;
    color: rgba(50, 33, 23, 0.5);
    margin-bottom: 10px; }
  .salad-panel h3 {
    color: #F1644A;
    font-family: "cosmopolitan", script;
    text-transform: none;
    font-weight: normal;
    font-size: 30px; }
  @media (min-width: 0px) and (max-width: 512px) {
    .salad-panel {
      padding: 15px 15px 20px 15px; }
      .salad-panel h3 {
        font-size: 25px; } }

.salad-title {
  font-size: 35px;
  color: #F1644A; }
  @media (min-width: 0px) and (max-width: 512px) {
    .salad-title {
      font-size: 25px; } }

.pin-button {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 20; }
  .no-touch .pin-button {
    display: none; }
  figure:hover .pin-button {
    display: block; }

figure {
  margin: 0;
  overflow: hidden;
  height: 200px;
  cursor: zoom-in;
  position: relative;
  transition: height 0.2s linear; }
  figure img {
    position: relative;
    top: -200px;
    width: 100%;
    display: block;
    transition: top 0.2s linear; }
  @media (min-width: 0px) and (max-width: 512px) {
    figure {
      height: auto !important; }
      figure img {
        top: 0 !important; } }

figure.zoom {
  cursor: zoom-out;
  height: auto; }
  figure.zoom img {
    top: 0%; }

.footer-logo .logo {
  margin-left: auto;
  margin-right: auto;
  width: 75px;
  opacity: 0.3; }

.share-button-group:before, .share-button-group:after {
  display: table;
  content: "";
  line-height: 0; }

.share-button-group:after {
  clear: both; }

.share-button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px; }
  .share-button-tw {
    margin-top: 3px; }

.hero-content {
  text-align: center;
  padding: 50px 25px 20px 25px;
  width: 100%;
  position: relative; }
  .hero-content:before, .hero-content:after {
    display: table;
    content: "";
    line-height: 0; }
  .hero-content:after {
    clear: both; }
  .hero-content h1 {
    color: #F1644A; }
  @media (min-width: 0px) and (max-width: 512px) {
    .hero-content h1 {
      font-size: 3em; } }

.search-container {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  display: none; }

.search {
  background-color: #afc735;
  display: inline-block;
  vertical-align: middle;
  font-weight: 100;
  padding: 15px 30px;
  color: #FFF;
  font-size: 1.25em; }
  .search .fa {
    color: rgba(255, 255, 255, 0.5); }

.salad-hero {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 20px; }

.salad-intro {
  font-size: 18px;
  color: #49B5AF; }
  @media (min-width: 0px) and (max-width: 512px) {
    .salad-intro {
      font-size: 15px; } }

.content-share {
  max-width: 550px;
  margin: 0 auto;
  text-align: center; }

.share-links {
  padding: 0; }
  .share-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px; }

.divider {
  height: 1px;
  background-color: #afc735;
  border: 0;
  margin: 15px 0; }

footer {
  background-color: #322117;
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.3); }
  footer:before, footer:after {
    display: table;
    content: "";
    line-height: 0; }
  footer:after {
    clear: both; }
  footer a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    display: inline-block;
    margin: 0 5px; }

.post-nav {
  border-top: 1px solid #afc735;
  padding-top: 25px;
  margin-top: 25px;
  font-size: 0.875em;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center; }
  .post-nav:before, .post-nav:after {
    display: table;
    content: "";
    line-height: 0; }
  .post-nav:after {
    clear: both; }

.next, .previous {
  display: inline-block;
  margin: 0 10px; }
  .next a, .previous a {
    text-decoration: none; }

.next {
  float: right; }

.previous {
  float: left; }

.page-wrap {
  color: #322117;
  background: #fefefc url(/assets/images/pattern.png);
  position: relative;
  background-color: white;
  background-repeat: repeat;
  background-position: top center;
  padding-left: 10px;
  padding-right: 10px; }
  .page-wrap:before, .page-wrap:after {
    display: table;
    content: "";
    line-height: 0; }
  .page-wrap:after {
    clear: both; }

.page-panel {
  max-width: 870px;
  margin: 50px auto;
  padding: 25px 50px 50px 50px;
  background: white; }
  .page-panel .date {
    text-align: left;
    color: rgba(50, 33, 23, 0.5);
    margin-bottom: 10px; }
  .page-panel h1 {
    font-size: 35px;
    color: #F1644A; }
    @media (min-width: 0px) and (max-width: 512px) {
      .page-panel h1 {
        font-size: 25px; } }
  .page-panel h2 {
    color: #F1644A;
    font-family: "cosmopolitan", script;
    text-transform: none;
    font-weight: normal;
    font-size: 30px; }
  .page-panel h3 {
    color: #F1644A;
    font-family: "cosmopolitan", script;
    text-transform: none;
    font-weight: normal;
    font-size: 30px; }
  @media (min-width: 0px) and (max-width: 512px) {
    .page-panel {
      padding: 15px 15px 20px 15px; }
      .page-panel h3 {
        font-size: 25px; } }

.page-intro {
  font-size: 18px;
  color: #49B5AF; }
  @media (min-width: 0px) and (max-width: 512px) {
    .page-intro {
      font-size: 15px; } }

.page-list {
  max-width: 870px;
  background-color: white;
  margin: 0px auto 70px auto;
  padding: 25px 50px 50px 50px; }
  .page-list ul {
    list-style: none; }
  .page-list a {
    text-decoration: none; }
  .page-list li {
    border-bottom: 1px dotted #afc735;
    width: 100%; }
    .page-list li:before, .page-list li:after {
      display: table;
      content: "";
      line-height: 0; }
    .page-list li:after {
      clear: both; }
  .page-list .left,
  .page-list .right {
    display: inline-block; }
  .page-list h2 {
    margin-bottom: 0.125em; }
  @media (min-width: 0px) and (max-width: 512px) {
    .page-list {
      padding: 25px 10px 25px 10px; }
      .page-list ul {
        padding-left: 0; } }

.post-count {
  float: right;
  line-height: 40px; }

.small-intro {
  font-size: 12px; }
  .small-intro p {
    margin-top: 0; }

.used-in .salad-list {
  background-color: inherit; }
  .used-in .salad-list li {
    border: 0; }

.used-in .salad {
  width: 50%; }

.vin-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid #322117; }
  .vin-list:before, .vin-list:after {
    display: table;
    content: "";
    line-height: 0; }
  .vin-list:after {
    clear: both; }
  .vin-list li {
    transition: background 0.2s ease;
    position: relative;
    list-style: none;
    overflow: hidden;
    border-left: 1px solid #322117;
    border-bottom: 1px solid #322117;
    width: 20%;
    float: left;
    background-color: white; }
    .vin-list li a {
      text-decoration: none;
      display: block;
      color: inherit; }
    .vin-list li img {
      display: block; }
    .vin-list li.active {
      background-color: #afc735; }
      .vin-list li.active a {
        color: white; }
      .vin-list li.active img {
        opacity: 0.5; }

.vin-list-content {
  display: block;
  text-align: center; }
  .vin-list-content img {
    margin: 0 auto; }
  .vin-list-content .vin-bottle {
    margin-top: 20px; }

.vin-list-name {
  text-align: center;
  font-weight: 100; }

.vin-list-used {
  text-align: center;
  font-weight: 100; }

.vin-list-thumbnail {
  background-size: 25% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.bottle-image {
  width: 50%;
  float: left;
  opacity: 0.3;
  background: #afc735 url(../img/bottle.svg) scroll no-repeat center center;
  background-size: 50% auto; }

.post-vinaigrettes .content-ingredients {
  margin-top: 25px; }

.home-title {
  margin-bottom: 0; }

.logo {
  width: 100px; }

.salad {
  background-color: #000000; }

.pending {
  background-color: #000000; }
  @media (min-width: 0px) and (max-width: 512px) {
    .pending {
      display: none; } }

.pending-mobile {
  background-color: #000000; }
  .salad-list .pending-mobile {
    width: 100%; }
    .salad-list .pending-mobile li {
      width: 100%; }
  .pending-mobile .nav {
    padding-left: 0; }
    .pending-mobile .nav li.nav-social-links {
      padding-top: 0;
      margin-left: 0;
      padding-bottom: 40px;
      border: 0; }
      .pending-mobile .nav li.nav-social-links a {
        color: white; }

.salad-list {
  margin: 0;
  padding: 0;
  background-color: #322117; }
  .salad-list:before, .salad-list:after {
    display: table;
    content: "";
    line-height: 0; }
  .salad-list:after {
    clear: both; }
  .salad-list li {
    position: relative;
    list-style: none;
    overflow: hidden;
    border-left: 4px solid #322117;
    border-bottom: 4px solid #322117;
    width: 20%;
    float: left; }
    .salad-list li img {
      display: block; }
  @media (min-width: 0px) and (max-width: 1024px) {
    .salad-list li {
      width: 50%; } }
  @media (min-width: 0px) and (max-width: 512px) {
    .salad-list li {
      width: 100%; } }

.salad-link-wrap {
  text-decoration: none;
  display: block;
  color: inherit; }
  .no-touch .salad-link-wrap:hover .salad-list-thumbnail {
    background-size: 125% auto;
    opacity: 0.5; }
  .no-touch .salad-link-wrap:hover .salad-list-number .number {
    color: #FFF; }
    .no-touch .salad-link-wrap:hover .salad-list-number .number small {
      color: rgba(255, 255, 255, 0.5); }
  .no-touch .salad-link-wrap:hover .salad-list-number .circle {
    background-color: rgba(255, 255, 255, 0); }
  .no-touch .salad-link-wrap:hover .salad-list-content {
    opacity: 1; }

.salad-list-number {
  z-index: 10; }
  .salad-list-number .number {
    font-family: "cosmopolitan", script;
    transition: color 0.4s ease;
    line-height: 1.94em; }
    .salad-list-number .number small {
      font-family: "adelle-sans", "helvetica neue", helvetica, arial, serif;
      color: rgba(0, 0, 0, 0.2);
      position: relative;
      top: -10px;
      margin-left: -10px; }
  .salad-list-number .circle {
    transition: background-color 0.2s ease;
    display: inline-block;
    border-radius: 50%;
    font-size: 3em;
    width: 2em;
    height: 2em;
    -webkit-backface-visibility: hidden;
    border: 3px solid #fff;
    background-color: white;
    vertical-align: middle;
    box-sizing: content-box; }
  .salad-list-number > span {
    width: 100%;
    height: 100%;
    text-align: center;
    display: table; }
    .salad-list-number > span > span {
      display: table-cell;
      vertical-align: middle; }
  .salad-list-number.as-heading {
    margin-top: 30px;
    position: static;
    display: block; }
    .salad-list-number.as-heading .circle {
      border-color: #afc735;
      font-size: 5em; }

.dontmiss {
  text-align: center;
  font-size: 35px;
  font-family: cosmopolitan;
  color: #f1644a;
  padding: 20px; }

.salad-list-content {
  transition: opacity 0.2s ease;
  text-align: center;
  bottom: 0;
  z-index: 10;
  color: #FFF;
  opacity: 0; }
  .touch .salad-list-content {
    opacity: 1; }

.salad-list-date {
  text-align: center;
  font-weight: 100; }
  .touch .salad-list-date span {
    padding: 5px;
    background-color: #322117;
    display: inline-block;
    background-color: rgba(50, 33, 23, 0.8); }
  @media (min-width: 0px) and (max-width: 512px) {
    .salad-list-date {
      padding: 5px; } }

.salad-list-ingredients {
  text-align: center;
  font-weight: 100; }
  .touch .salad-list-ingredients span {
    padding: 5px;
    display: inline-block;
    background-color: rgba(50, 33, 23, 0.8); }
  @media (min-width: 0px) and (max-width: 512px) {
    .salad-list-ingredients {
      padding: 5px; } }

.salad-list-thumbnail {
  transition-property: opacity, background-size;
  transition-duration: 0.1s, 0.2s;
  transition-timing-function: ease, ease;
  opacity: 1;
  z-index: 5;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center; }

.section-tips {
  padding: 20px; }
  .section-tips:before, .section-tips:after {
    display: table;
    content: "";
    line-height: 0; }
  .section-tips:after {
    clear: both; }
  .section-tips ul {
    list-style: none;
    padding: 0; }
  .section-tips li {
    padding: 2px 0;
    border-bottom: 1px solid rgba(50, 33, 23, 0.2); }
    .section-tips li a {
      text-decoration: none; }
    .section-tips li:last-child {
      border-bottom: 0; }

.tips-content {
  max-width: 550px;
  margin: 0 auto; }

.section-content {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: white; }
  .section-content h2 {
    margin-bottom: 25px;
    font-family: "cosmopolitan", script;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 5em;
    color: #F1644A; }
  .section-content h3 {
    font-weight: 600;
    margin: 0.5em 0;
    line-height: 1;
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 1px;
    text-transform: none; }

.ingredients-header {
  text-align: center; }
  .ingredients-header:before, .ingredients-header:after {
    display: table;
    content: "";
    line-height: 0; }
  .ingredients-header:after {
    clear: both; }

.content-ingredients {
  max-width: 750px;
  margin: 0 auto; }
  .content-ingredients:before, .content-ingredients:after {
    display: table;
    content: "";
    line-height: 0; }
  .content-ingredients:after {
    clear: both; }
  .content-ingredients img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

.section-recipe {
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px; }

.content-recipe, .content-intro {
  max-width: 550px;
  margin: 0 auto; }
  .content-recipe h2, .content-intro h2 {
    text-align: center; }
  @media (min-width: 0px) and (max-width: 512px) {
    .content-recipe, .content-intro {
      width: 100%;
      padding: 0px 25px; } }

.recipe {
  font-size: 12px; }

.salad-photo {
  width: 50%;
  float: left; }
  @media (min-width: 0px) and (max-width: 512px) {
    .salad-photo {
      width: 100%; } }

.ingredients ul {
  list-style: none;
  padding-left: 0; }

.ingredients li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding: 5px 0; }
  .ingredients li:last-child {
    border-bottom: 0; }

.section-season {
  background-color: #9D542A; }
  .section-season:before, .section-season:after {
    display: table;
    content: "";
    line-height: 0; }
  .section-season:after {
    clear: both; }

.in-season {
  text-align: center;
  color: #FFF;
  max-width: 550px;
  margin: 0 auto; }
  .in-season ul {
    list-style: none;
    padding: 0; }
  .in-season li {
    display: inline-block; }

.season-name {
  font-size: 1.5em;
  font-weight: 400; }

.season-content {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8); }

.section-info {
  background-color: #afc735; }
  .section-info:before, .section-info:after {
    display: table;
    content: "";
    line-height: 0; }
  .section-info:after {
    clear: both; }

.info-content {
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  max-width: 750px;
  margin: 0 auto; }

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