/*------------------------------------*    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  text-decoration: none; }

a:focus {
  outline: 0; }

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

input:focus, textarea:focus {
  outline: 0;
  border: 1px solid #04A4CC; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

::-moz-selection {
  background: yellow;
  color: #000;
  text-shadow: none; }

::selection {
  background: yellow;
  color: #000;
  text-shadow: none; }

::-webkit-selection {
  background: light-blue;
  color: #000;
  text-shadow: none; }

::-moz-selection {
  background: light-blue;
  color: #000;
  text-shadow: none; }

/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

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

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html, body {
  height: 100%;
  width: 100%; }

body {
  font: 400 12px/1.5 'persona', sans-serif;
  color: #231f20;
  position: relative;
  background: #86ccaa; }

.wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden; }

main {
  position: relative;
  min-height: 100%;
  width: 100%; }

section {
  position: relative;
  width: 100%;
  height: auto; }

.content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  max-width: 1000px;
  margin: 0px auto;
  padding: 60px 25px 100px 25px; }

.half-width-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 50%;
  height: auto; }
  .half-width-section .content {
    max-width: 620px;
    margin: 0px;
    padding: 60px 60px 100px 60px; }

.half-width-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

a {
  color: #231f20;
  text-decoration: none; }

h1, h2, h3, h4 {
  position: relative;
  font: 800 67px/1.4 'kessel', sans-serif;
  margin: 0;
  width: 100%; }

h2 {
  font-size: 64px; }

h3 {
  font-size: 29px; }

h4 {
  font-size: 26px; }

h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0; }

p {
  margin: 0;
  width: 100%; }

ul li {
  position: relative; }

hr {
  text-align: left;
  width: 25px;
  border: 0;
  height: 3px;
  margin: 0;
  background: #231f20; }

.button {
  position: relative;
  font: 800 14px/1 sans-serif;
  text-transform: uppercase;
  background: white;
  color: black;
  padding: 10px 35px; }
  .button a {
    color: red; }

.background-image-section {
  background: no-repeat center center;
  background-size: cover; }

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 47px; }
  .half-width-section {
    width: 100%; } }

.about-menu .content {
  margin-top: 13px; }

.about-menu h3 {
  margin-bottom: 20px; }


.c-block-fill {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.c-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-width-16 {
  width: 16.666666%; }

.c-width-24 {
  width: 24%; }

.c-width-30 {
  width: 30%; }

.c-width-32 {
  width: 32%; }

.c-width-33 {
  width: 33.333333%; }

.c-width-45 {
  width: 45%; }

.c-width-48 {
  width: 48%; }

.c-width-50 {
  width: 50%; }

.c-width-66 {
  width: 66.666666%; }

.c-width-100 {
  width: 100%; }

@media screen and (max-width: 767px) {
  .c-width-30, .c-width-32, .c-width-33, .c-width-45, .c-width-48, .c-width-50, .c-width-66 {
    width: 100%; } }

.footer {
  display: none; }
  .footer .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.header {
  position: relative;
  margin-top: 100px;
  margin-bottom: 20px;
  background: #86ccaa;
  height: 80px;
  z-index: 80; }
  .header .content {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.submit-nav {
  cursor: pointer;
  position: relative;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  border-bottom: 3px solid black;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }

.scrolled-title {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.menu-toggle {
  cursor: pointer;
  display: block;
  z-index: 1000001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 27px; }
  .menu-toggle span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: black; }

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    margin-top: 0px;
    margin-bottom: 0px; }
  .submit-nav {
    display: none; }
  .scrolled-title {
    top: 15px;
    font-size: 24px; } }

.hero-section {
  z-index: 81;
  margin-top: 0px;
  margin-bottom: 60px; }
  .hero-section .content {
    padding-top: 120px;
    padding-bottom: 0; }
  .hero-section h1 {
    text-align: center;
    border: 8px solid #231f20;
    padding: 14px 20px;
    background: #86ccaa;
    line-height: 1.25;
    -webkit-backface-visibility: hidden; }

.salad-parts {
  position: absolute;
  bottom: 45px;
  left: 0;
  right: 0;
  max-width: 1080px;
  margin: 0 auto; }
  .salad-parts svg {
    overflow: visible !important; }

.leaf-far-back-left, .leaf-far-back-right {
  fill: #CAE5C9; }

.leaf-back-left-mid, .leaf-back-left-end, .leaf-back-right-mid, .leaf-back-right-end {
  fill: #009345; }

.leaf-right line, .leaf-left line {
  fill: none;
  stroke: #006564;
  stroke-width: 6.5535;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10; }

.leaf-right path, .leaf-left path {
  fill: #4ABA80; }

.tomato-left .seeds, .tomato-right .seeds {
  fill: #EC1C24;
  stroke: #EC1C24;
  stroke-width: 1.026;
  stroke-miterlimit: 10; }

.tomato-left .meat, .tomato-right .meat {
  fill: #ED563B; }

.tomato-left .rind, .tomato-right .rind {
  fill: #EC1C24; }

.egg-left ellipse, .egg-right ellipse {
  fill: #FFCF40; }

.egg-left path, .egg-right path {
  fill: #FFFFFF; }

.cucumber-left .rind, .cucumber-middle .rind, .cucumber-right .rind {
  fill: #4ABA80; }

.cucumber-left .meat, .cucumber-middle .meat, .cucumber-right .meat {
  fill: #BDDDA6; }

.cucumber-left path, .cucumber-middle path, .cucumber-right path {
  fill: #4ABA80;
  stroke: #4ABA80;
  stroke-width: 1.0354;
  stroke-miterlimit: 10; }

@media screen and (max-width: 1023px) {
  .salad-parts {
    bottom: 55px; } }

@media screen and (max-width: 767px) {
  .hero-section {
    z-index: 1;
    margin-top: 0px;
    margin-bottom: 74px; }
    .hero-section .content {
      padding-top: 0px;
      padding-bottom: 0; }
    .hero-section h1 {
      text-align: center;
      border: 0px solid #231f20;
      padding: 14px 20px;
      background: #86ccaa;
      line-height: 1.25; }
    .hero-section .salad-parts {
      position: absolute;
      left: -15%;
      right: 0;
      max-width: 130%;
      margin: 0 auto;
      width: 130%;
      bottom: -114px; } }

.home-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #86ccaa; }

.top-five-section {
  position: relative;
  z-index: 2;
  background: #86ccaa; }
  .top-five-section .content {
    padding-top: 0px;
    padding-bottom: 70px; }

.got-a-salad-prompt {
  font-size: 22px; }
  .got-a-salad-prompt .content {
    padding-top: 0px;
    padding-bottom: 80px; }
  .got-a-salad-prompt span {
    cursor: pointer;
    position: relative;
    top: 1px;
    font-weight: bold;
    border-bottom: 3px solid black; }

@media screen and (max-width: 767px) {
  .top-five-section .content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px; }
  .got-a-salad-prompt {
    display: none; } }

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 99; }
  .main-menu .content {
    height: 100%;
    margin-top: 143px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .main-menu .menu-toggle {
    margin-bottom: 60px;
    -webkit-backface-visibility: hidden; }
  .main-menu .mobile-mainmenu-toggle {
    cursor: pointer;
    display: block;
    position: absolute;
    top: -15px;
    left: 25px;
    z-index: 1000002;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 27px; }
    .main-menu .mobile-mainmenu-toggle span {
      display: block;
      height: 3px;
      width: 100%;
      background-color: black; }
  .main-menu .background-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background-color: #f1f1f2; }
  .main-menu h3 {
    cursor: pointer;
    width: auto;
    display: inline-block;
    margin-bottom: 44px;
    border-bottom: 8px solid #f1f1f2;
    padding-bottom: 2px;
    -webkit-transition: border-color .3s;
    transition: border-color .3s; }
  .main-menu .about-toggle:hover {
    border-color: #e5e76a; }
  .main-menu .about-toggle.hover-add {
    border-color: #e5e76a; }
  .main-menu .submit-toggle:hover {
    border-color: #eba892; }
  .main-menu .submit-toggle.hover-add {
    border-color: #eba892; }
  .main-menu .top5-toggle:hover {
    border-color: #86ccaa; }
  .main-menu .slouch-toggle:hover {
    border-color: #7fcac2; }
  .main-menu .try-toggle:hover {
    border-color: #2eac71; }

@media screen and (max-width: 767px) {
  .main-menu .mobile-mainmenu-toggle {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 1000002;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 27px; }
    .main-menu .mobile-mainmenu-toggle span {
      display: block;
      height: 3px;
      width: 100%;
      background-color: black; }
  .main-menu .background-block {
    width: 100%;
    display: none; }
  .main-menu .content {
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .main-menu h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 0px solid #f1f1f2; }
    .main-menu h3 a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .main-menu .about-toggle {
    background: #e5e76a; }
  .main-menu .submit-toggle {
    background: #eba892; }
  .main-menu .top5-toggle {
    background: #86ccaa; }
  .main-menu .slouch-toggle {
    background: #7fcac2; }
  .main-menu .try-toggle {
    background: #2eac71; } }

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  font-size: 200px;
  z-index: 999999999999999999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #86ccaa; }
  #preloader img {
    height: 50vh;
    width: auto; }


@charset "UTF-8";
.single-salad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: auto;
  background: white;
  margin-bottom: 20px; }

.salad-image {
  height: auto;
  position: relative; }

.salad-order {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  color: white;
  width: 75px;
  height: 75px;
  background: #2eac71; }

.salad-order-number {
  font: 800 16px/1 'kessel', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid white;
  width: 32px;
  height: 32px;
  border-radius: 50%; }

.salad-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 35px 25px 35px; }
  .salad-info .salad-map-link {
    position: relative;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    color: #231f20;
    text-decoration: underline; }
  .salad-info hr {
    margin: 35px 0 10px 0; }

.salad-credit {
  width: 100%;
  margin-bottom: 25px; }

.salad-ingredients ul {
  -webkit-columns: 2;
          columns: 2;
  margin-top: 12px; }

.salad-ingredients li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%; }
  .salad-ingredients li:before {
    content: '•';
    margin-right: 4px; }

.single-salad-rank {
  margin-bottom: 20px; }
  .single-salad-rank h5 {
    margin-bottom: 6px; }

.rank-bar {
  height: 14px;
  width: 100%;
  border: 3px solid #231f20;
  margin-bottom: 6px; }
  .rank-bar svg {
    display: block;
    width: 100%;
    height: 100%; }

.rank-bar-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.texture-bar svg {
  fill: #7fcac2; }

.dressing-bar svg {
  fill: #86ccaa; }

.greens-bar svg {
  fill: #eba892; }

.rip-class {
  position: relative; }
  .rip-class h4, .rip-class .salad-description, .rip-class p, .rip-class .salad-map-link {
    color: #7fcac2; }
  .rip-class .rip-textline {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
    .rip-class .rip-textline div {
      opacity: 0.5;
      border: 5px solid #231f20;
      text-align: center;
      width: auto;
      height: auto;
      padding: 4px 4px 4px 16px; }
    .rip-class .rip-textline h2 {
      font-size: 80px;
      letter-spacing: 10px;
      line-height: 1;
      margin: 0; }

@media screen and (max-width: 1024px) {
  .rip-class .rip-textline h2 {
    font-size: 70px; } }

@media screen and (max-width: 767px) {
  .single-salad {
    margin-bottom: 0px;
    margin-top: -1px; }
  .salad-image {
    height: 330px; }
  .salad-info {
    padding-top: 25px; }
  .rank-bars {
    margin-top: 25px; }
  .rip-class .rip-textline {
    top: -24px; } }

.sub-menu {
  font-size: 24px;
  line-height: 1.9;
  position: fixed;
  z-index: 81;
  top: 0;
  left: -55%;
  width: 55%;
  height: 100%;
  min-height: 100%;
  padding-top: 130px;
  background-color: #e5e76a; }
  .sub-menu .content {
    height: 100%;
    min-height: calc(100% - 143px);
    overflow: scroll;
    padding-left: 80px;
    padding-right: 80px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start; }
  .sub-menu .submenu-toggle {
    position: absolute;
    top: 127px;
    right: 80px;
    cursor: pointer;
    display: block;
    z-index: 1000001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25px;
    height: 27px; }
    .sub-menu .submenu-toggle span {
      display: block;
      height: 3px;
      width: 100%;
      background-color: black; }

@media screen and (max-width: 767px) {
  .sub-menu {
    width: 100%;
    left: -100%;
    padding-top: 0px;
    font-size: 12px; }
    .sub-menu .content {
      padding-left: 38px;
      padding-right: 38px;
      text-align: center; }
    .sub-menu h3 {
      font-size: 24px; }
    .sub-menu .submenu-toggle {
      top: 18px;
      right: auto;
      left: 25px; } }

.sub-salad-section .content {
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.sub-salad-section h2 {
  text-align: center;
  margin-bottom: 60px; }

.sub-salad-section h4 {
  margin-bottom: 3px; }

.sub-salad-section .salad-description {
  margin-top: 24px; }

.no-slouch-section {
  background: #7fcac2; }

.gotta-try-section {
  background: #2eac71; }

.by-and-submitted-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.try-submitter {
  color: #006563; }

@media screen and (max-width: 1023px) {
  .sub-salad-section .content {
    padding-right: 20px;
    padding-left: 20px; }
  .sub-salad-section h2 {
    line-height: 1.2;
    margin-left: 10%;
    margin-right: 10%; }
  .sub-salad-section .salad-info {
    padding: 25px; } }

@media screen and (max-width: 767px) {
  .sub-salad-section .content {
    padding: 0px; }
  .sub-salad-section h2 {
    line-height: 1.2;
    margin: 90px 25%; }
  .sub-salad-section .salad-info {
    border-bottom: 2px solid #231f20;
    padding: 0;
    padding-bottom: 25px;
    margin: 25px 35px;
    margin-top: 0px; }
  .sub-salad-section .single-salad:nth-of-type(1) {
    padding-top: 25px; }
  .sub-salad-section .single-salad:nth-last-of-type(1) .salad-info {
    border-bottom: 0px solid #231f20;
    padding-bottom: 0px; } }

.submit-menu {
  background-color: #eba892;
  overflow: scroll; }
  .submit-menu .content {
    height: auto;
    padding-bottom: 30px; }
  .submit-menu h3 {
    display: none; }
  .submit-menu .wpcf7 {
    width: 100%; }
  .submit-menu span {
    display: block; }
  .submit-menu input, .submit-menu textarea {
    width: 100%;
    font: 400 16px/1 'persona', sans-serif;
    color: #231f20;
    padding: 15px;
    border: 0;
    margin-bottom: 24px;
    border-radius: 0px; }
    .submit-menu input::-webkit-input-placeholder, .submit-menu textarea::-webkit-input-placeholder {
      color: #231f20; }
    .submit-menu input:-ms-input-placeholder, .submit-menu textarea:-ms-input-placeholder {
      color: #231f20; }
    .submit-menu input::-ms-input-placeholder, .submit-menu textarea::-ms-input-placeholder {
      color: #231f20; }
    .submit-menu input::placeholder, .submit-menu textarea::placeholder {
      color: #231f20; }
  .submit-menu textarea {
    display: block;
    height: 115px; }
  .submit-menu input[type="submit"] {
    cursor: pointer;
    background: none;
    outline: none;
    border-width: 0px;
    border-bottom: 3px solid #231f20;
    text-align: left;
    display: inline-block;
    width: auto;
    padding: 0px;
    padding-bottom: 6px;
    font-weight: 800;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .submit-menu input[type="submit"]:hover {
      padding-bottom: 4px; }
  .submit-menu .wpcf7-response-output, .submit-menu .wpcf7-not-valid-tip {
    font-size: 18px;
    line-height: 1.2;
    padding: 16px;
    text-align: center;
    border: 2px solid red; }
  .submit-menu .wpcf7-not-valid-tip {
    text-align: left;
    color: #231f20;
    padding: 12px; }
  .submit-menu .wpcf7-mail-sent-ok {
    border: 2px solid #2eac71; }

@media screen and (max-width: 767px) {
  .submit-menu .content {
    padding-left: 25px;
    padding-right: 25px; }
  .submit-menu h3 {
    display: block;
    margin-bottom: 40px; }
  .submit-menu input, .submit-menu textarea {
    font-size: 12px;
    padding: 12px;
    padding-top: 16px; }
  .submit-menu input[type="submit"] {
    cursor: pointer;
    background: none;
    outline: none;
    border: 3px solid #231f20;
    display: block;
    padding: 12px;
    margin: 0 auto; }
    .submit-menu input[type="submit"]:hover {
      padding-bottom: 0px; } }
