.who-we-flex-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.company-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.parent-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.individual-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  background-color: #d3d3d3;
}

.company-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0098ff;
}

.parent-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #0098ff;
}

.who-we-are-row {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: transparent;
}

.who-we-are-div {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 39px 39px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.country-fresh-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, .4);
}

.jm-farms-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, .4);
}

.kitchen-pride-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #fff;
  background-color: hsla(0, 0%, 100%, .4);
}

.south-mills-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, .4);
}

.cf-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.food-to-plate-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.food-plate-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.food-plate-col-2 {
  cursor: pointer;
}

.food-plate-col-3 {
  cursor: pointer;
}

.food-plate-col-4 {
  cursor: pointer;
}

.food-plate-header {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-bottom: 1px none #fff;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 83px;
  line-height: 72px;
  text-align: center;
}

.recipes-row-2 {
  margin-bottom: 40px;
}

.cf-col-recipes {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/mushroom-steak-fajita.jpg');
  background-position: 2% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.jm-col-recipes {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Bacon_and_Blue_Cheese_Stuffed_Mushrooms05_large.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.kp-col-recipes {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/Easy-Chicken-Broccoli-and-Mushroom-Stir-Fry-31.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sm-col-recipes {
  padding-right: 0px;
  padding-left: 0px;
  background-image: url('../images/PastaWildMushroomSauce-site.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.recipes-container {
  background-color: transparent;
}

.food-plate-container {
  padding-bottom: 30px;
  background-color: transparent;
}

.recipes-header {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 83px;
  line-height: 72px;
  text-align: center;
}

.certifications-header {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 83px;
  line-height: 72px;
  text-align: center;
}

.certifications-container {
  background-color: transparent;
}

.contact-header {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 83px;
  line-height: 72px;
  text-align: center;
}

.who-we-are-section {
  background-color: #00ac67;
  background-image: -webkit-linear-gradient(270deg, rgba(41, 172, 0, .8), rgba(41, 172, 0, .8)), url('../images/Artboard 1.jpg');
  background-image: linear-gradient(180deg, rgba(41, 172, 0, .8), rgba(41, 172, 0, .8)), url('../images/Artboard 1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-section {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 84px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #77c8ff;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/Untitled-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .24), rgba(0, 0, 0, .24)), url('../images/Untitled-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wwd-section {
  background-color: #532323;
  background-image: url('../images/photo-1458441087617-24d758e383f1.jpeg'), -webkit-repeating-radial-gradient(circle farthest-corner at 50% 50%, #fff, #000);
  background-image: url('../images/photo-1458441087617-24d758e383f1.jpeg'), repeating-radial-gradient(circle farthest-corner at 50% 50%, #fff, #000);
  background-position: 50% 97%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.food-plate-section {
  background-color: #28c7c7;
}

.recipes-section {
  margin-bottom: 0px;
  background-color: #0085df;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 43%, .28), hsla(0, 0%, 43%, .28)), url('../images/photo-1442906361539-6f7052120e7b.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 43%, .28), hsla(0, 0%, 43%, .28)), url('../images/photo-1442906361539-6f7052120e7b.jpeg');
  background-position: 0px 0px, 0px -289px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.certification-section {
  background-color: #0085df;
}

.contact-section {
  background-color: rgba(0, 0, 0, .99);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/shutterstock_207721315.jpg'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/shutterstock_207721315.jpg'), linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
}

.wwa-button {
  margin-right: 30px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  font-family: Lato, sans-serif;
  font-size: 21px;
}

.food-plate-button {
  margin-right: 11px;
  padding-top: 16px;
  padding-bottom: 16px;
  float: none;
  border-radius: 15px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  text-align: left;
}

.hero-button-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 170px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider {
  display: block;
  height: 100%;
  max-width: 1418px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.default-us-map {
  display: block;
  width: 60%;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 35px;
  padding-bottom: 35px;
}

.wwa-header {
  margin-top: 0px;
  float: none;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 83px;
  line-height: 73px;
  text-align: left;
}

.hero-header {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 114px;
  line-height: 98px;
  text-align: center;
}

.hero-heading {
  display: block;
  width: 900px;
  margin: 40px auto 36px;
  font-family: Varela, sans-serif;
  color: #fc0;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.cf-recipe-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 242px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.recipe-header-main {
  margin-right: 0px;
  margin-bottom: 28px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(0, 0, 0, .43);
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 6px #000;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: visible;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #000;
}

.cf-recipe-col-1 {
  border-right: 1px solid #b8b8b8;
}

.main-logo {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 10%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #797979;
}

.food-plate-header-2 {
  font-family: 'Architects Daughter', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.food-plate-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.food-plate-para {
  display: block;
  margin: 8px auto 25px;
  padding-top: 8px;
  border-top: 1px none #fff;
  color: #fff;
}

.wwd-header {
  margin-top: 0px;
  padding-top: 30px;
  font-family: 'Amatic SC', sans-serif;
  color: #fff;
  font-size: 83px;
  line-height: 83px;
  text-align: center;
}

.recipe-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.bacteria-para {
  overflow: hidden;
}

.product-sanitation-para {
  overflow: hidden;
}

.temp-management-para {
  overflow: hidden;
}

.customer-safety-para {
  overflow: hidden;
}

.cs-para {
  margin-bottom: 0px;
  color: #fff;
}

.tm-para {
  color: #fff;
}

.ps-para {
  color: #fff;
}

.recipe-holder-div {
  width: 210px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .52);
  cursor: pointer;
}

.bp-para {
  color: #fff;
}

.bp-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.ps-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.bp-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.temp-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.customer-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.cert-heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Architects Daughter', sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.cert-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gm-cert {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mush-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.box-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gfsi-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.mgap-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.mush-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

._3rd-party-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.micro-testing-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.training-icon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.cert-row-1 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cert-row-2 {
  margin-bottom: 45px;
}

.recipe-heading {
  padding-right: 5px;
  padding-left: 5px;
  font-family: 'Architects Daughter', sans-serif;
  color: #727272;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
}

.recipe-para {
  margin-right: 8px;
  margin-left: 8px;
  padding-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid rgba(0, 0, 0, .2);
  color: #929292;
  font-size: 13px;
  line-height: 16px;
}

.recipe-thumb {
  margin-top: 16px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.recipe-footer-img {
  display: block;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
}

.recipe-header-para {
  margin-right: 12px;
  margin-left: 12px;
  color: #fff;
}

.name-label {
  color: #fff;
}

.email-label {
  color: #fff;
}

.contact-col-2 {
  position: relative;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #fff;
}

.contact-row {
  margin-bottom: 30px;
}

.wwa-para {
  margin-bottom: 30px;
  color: #fff;
}

.form-wrapper {
  display: block;
  margin: 0px 32px 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-recipe {
  overflow: hidden;
}

.recipe-holder-div-2 {
  width: 210px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .52);
  cursor: pointer;
}

.recipe-1-hidden {
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, .7);
}

.recipe-2-hidden {
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, .7);
}

.recipe-3-hidden {
  overflow: hidden;
  background-color: hsla(0, 0%, 100%, .7);
}

.recipe-hidden-4 {
  overflow: hidden;
  margin-bottom: 40px;
  background-color: hsla(0, 0%, 100%, .7);
}

.recipe-hidden-row-1 {
  overflow: hidden;
  margin-bottom: 40px;
}

.recipe-hidden-row-4 {
  overflow: hidden;
}

.ingredients-header {
  padding-left: 10px;
  font-family: 'Amatic SC', sans-serif;
  color: #727272;
  font-size: 32px;
}

.directions-header {
  padding-left: 10px;
  font-family: 'Amatic SC', sans-serif;
  color: #727272;
  font-size: 30px;
}

.ingredients-para {
  padding-right: 10px;
  padding-left: 10px;
  color: #727272;
  font-size: 13px;
}

.directions-para {
  padding-right: 10px;
  padding-left: 10px;
  color: #727272;
  font-size: 13px;
}

.contact-info {
  margin-top: 14px;
  padding-right: 10px;
  padding-left: 10px;
  color: #000;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.contact-info._12 {
  padding-top: 20px;
  line-height: 14px;
}

.footer-text {
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.contact-sub-heading {
  font-family: 'Architects Daughter', sans-serif;
  color: #fc0;
  font-size: 25px;
  text-align: center;
}

.gmp-hidden {
  overflow: hidden;
}

.mgap-hidden {
  overflow: hidden;
}

.gfsi-hidden {
  overflow: hidden;
}

._3rd-hidden {
  overflow: hidden;
}

.micro-hidden {
  overflow: hidden;
}

.training-hidden {
  overflow: hidden;
}

.desktop-para {
  color: #fff;
}

html.w-mod-js *[data-ix="new-interaction-2"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="new-interaction-3"] {
  display: none;
}

html.w-mod-js *[data-ix="bacteria-para-hidden"] {
  display: block;
  height: 0px;
}

html.w-mod-js *[data-ix="product-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="temp-para-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="customer-para-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="hidden-recipe-1"] {
  width: 0px;
}

html.w-mod-js *[data-ix="recipe-hidden-1"] {
  height: 0px;
}

html.w-mod-js *[data-ix="recipe-hidden-2"] {
  height: 0px;
}

html.w-mod-js *[data-ix="recipe-hidden-3"] {
  height: 0px;
}

html.w-mod-js *[data-ix="recipe-hidden-4"] {
  height: 0px;
}

html.w-mod-js *[data-ix="mobile-recipe-1"] {
  height: 0px;
}

html.w-mod-js *[data-ix="mobile-recipe-2"] {
  height: 0px;
}

html.w-mod-js *[data-ix="mobile-recipe-3"] {
  height: 0px;
}

html.w-mod-js *[data-ix="mobile-recipe-4"] {
  height: 0px;
}

html.w-mod-js *[data-ix="gmp-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="mgap-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="gfsi-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="3rd-party-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="microbio-hidden"] {
  height: 0px;
}

html.w-mod-js *[data-ix="training-hidden"] {
  height: 0px;
}

@media (max-width: 991px) {
  .who-we-are-div {
    padding-left: 23px;
  }
  .food-plate-header {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 73px;
  }
  .recipes-header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 73px;
  }
  .certifications-header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 73px;
  }
  .contact-header {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 73px;
  }
  .wwa-button {
    font-size: 17px;
  }
  .food-plate-button {
    font-size: 17px;
  }
  .hero-button-holder {
    margin-bottom: 0px;
  }
  .slider {
    padding-bottom: 0px;
  }
  .wwa-header {
    font-size: 73px;
  }
  .hero-header {
    font-size: 89px;
  }
  .hero-heading {
    width: 90%;
    margin-top: 30px;
  }
  .main-logo {
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .food-plate-header-2 {
    font-weight: 400;
  }
  .food-plate-para {
    margin-bottom: 40px;
  }
  .wwd-header {
    margin-bottom: 0px;
    padding-top: 20px;
    font-size: 73px;
    line-height: 71px;
  }
  .recipe-heading {
    font-size: 19px;
    line-height: 20px;
  }
  .footer-text {
    font-size: 11px;
    text-align: center;
  }
  .menu-button {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .nav-brand {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .recipes-section {
    background-color: #eba40e;
    background-image: none;
    background-position: 0px 0px;
  }
  .wwa-button {
    margin-right: 10px;
    margin-left: 10px;
    padding: 9px;
    font-size: 16px;
    text-align: center;
  }
  .food-plate-button {
    margin-right: 10px;
    padding: 9px;
    font-size: 16px;
    text-align: center;
  }
  .hero-header {
    font-size: 78px;
    line-height: 72px;
  }
  .hero-heading {
    width: 93%;
    margin-top: 14px;
    font-size: 17px;
    line-height: 19px;
  }
  .main-logo {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .food-plate-para {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wwd-header {
    font-size: 58px;
  }
  .recipe-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bacteria-para {
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-sanitation-para {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cs-para {
    margin-right: 10px;
    margin-left: 10px;
  }
  .tm-para {
    margin-right: 10px;
    margin-left: 10px;
  }
  .recipe-holder-div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .cert-heading {
    color: #ffad00;
  }
  .cert-para-div {
    margin-right: 10%;
    margin-bottom: 30px;
    margin-left: 10%;
    color: #fff;
  }
  .lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .wwd-mobile {
    display: block;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .mobile-recipe-row-1 {
    margin-bottom: 0px;
    background-color: #fff;
  }
  .recipe-1-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .recipe-1-mobile-hidden {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: hsla(0, 0%, 100%, .66);
  }
  .recipe-2-mobile-hidden {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: hsla(0, 0%, 100%, .66);
  }
  .mobile-recipe-row-2 {
    margin-bottom: 0px;
    background-color: #fff;
  }
  .recipe-2-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mobile-recipe-row-3 {
    margin-bottom: 0px;
    background-color: #fff;
  }
  .recipe-3-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .recipe-3-mobile-hidden {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: hsla(0, 0%, 100%, .66);
  }
  .mobile-recipe-row-4 {
    background-color: #fff;
  }
  .recipe-4-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .recipe-4-mobile-hidden {
    overflow: hidden;
    margin-bottom: 20px;
    background-color: hsla(0, 0%, 100%, .66);
  }
  .where-we-deliver-mobile {
    background-color: #6c019e;
  }
}

@media (max-width: 479px) {
  .cf-logo {
    padding-right: 5px;
    padding-left: 5px;
  }
  .food-to-plate-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .food-plate-header {
    font-size: 60px;
  }
  .recipes-header {
    font-size: 60px;
  }
  .certifications-header {
    font-size: 60px;
  }
  .contact-header {
    font-size: 60px;
  }
  .hero-section {
    height: 100%;
    margin-top: -1px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .wwd-section {
    background-image: url('../images/photo-1458441087617-24d758e383f1.jpeg');
    background-position: 111% 1px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .recipes-section {
    background-color: #eba40e;
    background-image: none;
  }
  .wwa-button {
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    line-height: 15px;
  }
  .food-plate-button {
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 15px;
    line-height: 15px;
  }
  .wwa-header {
    font-size: 60px;
    text-align: center;
  }
  .hero-header {
    margin-top: 80px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 100px;
    line-height: 91px;
  }
  .hero-heading {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 16px;
  }
  .navbar {
    text-align: left;
  }
  .main-logo {
    position: static;
    left: 84px;
    top: 0px;
    right: 0px;
    display: block;
    margin: 9px auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link {
    color: #fff;
    text-align: center;
  }
  .nav-link.w--current {
    color: #fff;
    text-align: center;
  }
  .wwd-header {
    margin-top: 0px;
    padding-top: 26px;
    font-size: 60px;
    line-height: 36px;
  }
  .cs-para {
    margin-right: 17%;
    margin-left: 17%;
  }
  .tm-para {
    margin-right: 17%;
    margin-left: 17%;
  }
  .ps-para {
    margin-right: 17%;
    margin-left: 17%;
  }
  .bp-para {
    margin-right: 12%;
    margin-left: 12%;
  }
  .ps-icon {
    max-width: 45%;
  }
  .bp-icon {
    max-width: 45%;
  }
  .temp-icon {
    max-width: 45%;
  }
  .customer-icon {
    max-width: 45%;
  }
  .cert-heading {
    text-align: center;
  }
  .gfsi-icon {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mgap-icon {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mush-icon {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  ._3rd-party-icon {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .micro-testing-icon {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .training-icon {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .recipe-thumb {
    margin-top: 20px;
  }
  .recipe-footer-img {
    margin-top: 14px;
  }
  .recipe-hidden-4 {
    margin-bottom: 0px;
  }
  .directions-para {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .contact-info.southmill {
    margin-top: 0px;
  }
  .menu-button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mobile-slider {
    height: 700px;
    background-color: transparent;
  }
  .lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 8px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-slideshow-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #df7a0c;
  }
  .wwd-mobile {
    display: block;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    padding-top: 65px;
    padding-bottom: 65px;
    float: none;
    opacity: 1;
    cursor: pointer;
  }
  .nav-brand {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .recipe-mobile-row {
    background-color: #fff;
  }
  .mobile-recipe-row-1 {
    display: block;
    background-color: #fff;
  }
  .recipe-1-col-1-mobile {
    padding-right: 0px;
    padding-left: 10px;
  }
  .photo-div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .recipe-1-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .recipe-1-mobile-hidden {
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .66);
  }
  .recipe-2-mobile-hidden {
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .66);
  }
  .mobile-recipe-row-2 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #fff;
  }
  .recipe-2-col-1-recipe {
    padding-right: 0px;
    padding-left: 10px;
  }
  .recipe-2-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .mobile-recipe-row-3 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #fff;
  }
  .recipe-3-col-1-recipe {
    padding-right: 0px;
    padding-left: 10px;
  }
  .recipe-3-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .recipe-3-mobile-hidden {
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .6);
  }
  .mobile-recipe-row-4 {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: #fff;
  }
  .recipe-4-col-1-recipe {
    padding-right: 0px;
    padding-left: 10px;
  }
  .recipe-4-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .recipe-4-mobile-hidden {
    overflow: hidden;
    background-color: hsla(0, 0%, 100%, .6);
  }
  .ma-hero-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .mobile-button-hero-1 {
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    font-size: 16px;
    text-align: center;
  }
  .mobile-button-hero-2 {
    margin-top: 15px;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    font-size: 16px;
    text-align: center;
  }
  .where-we-deliver-mobile {
    background-color: #6c019e;
  }
  .sm-logo {
    padding-right: 5px;
    padding-left: 5px;
  }
  .kp-logo {
    padding-right: 5px;
    padding-left: 5px;
  }
  .right-icon {
    margin-right: 0px;
  }
  .left-icon {
    margin-left: 0px;
  }
  .nav-menu {
    background-color: #1b96cc;
  }
  .certifications-mobile-row-1 {
    margin-bottom: 10px;
  }
  .certifications-mobile-row-2 {
    margin-bottom: 25px;
  }
  .cert-mobile-heading {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-top: 0px;
    font-family: 'Architects Daughter', sans-serif;
    color: #ffad00;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
  }
  .south-mill-contact-thumb {
    margin-top: 10px;
    padding-bottom: 11px;
  }
  .cert-para-mobile {
    margin-right: 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 12px;
  }
  .gmp-hidden {
    overflow: hidden;
  }
  .mgap-hidden {
    overflow: hidden;
  }
  .gfsi-hidden {
    overflow: hidden;
  }
  ._3rd-hidden {
    overflow: hidden;
  }
  .micro-hidden {
    overflow: hidden;
  }
  .training-hidden {
    overflow: hidden;
  }
}

