/*

 * Custom CSS: Ken Samonte

 */

@font-face {

  font-family: 'Avenir Bold';

  src: url('../fonts/AvenirNextLTPro-Bold.eot');

  src: url('../fonts/AvenirNextLTPro-Bold.eot?#iefix') format('embedded-opentype'),

       url('../fonts/AvenirNextLTPro-Bold.woff2') format('woff2'),

       url('../fonts/AvenirNextLTPro-Bold.woff') format('woff'),

       url('../fonts/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0-10FFFF;

}

@font-face {

  font-family: 'Bariol Bold';

  src: url('../fonts/Bariol-Bold.eot');

  src: url('../fonts/Bariol-Bold.eot?#iefix') format('embedded-opentype'),

       url('../fonts/Bariol-Bold.woff2') format('woff2'),

       url('../fonts/Bariol-Bold.woff') format('woff'),

       url('../fonts/Bariol-Bold.svg#Bariol-Bold') format('svg');

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;

}

@font-face {

  font-family:'Bariol';

  src: url('../fonts/Bariol-Regular.eot');

  src: url('../fonts/Bariol-Regular.eot?#iefix') format('embedded-opentype'),

       url('../fonts/Bariol-Regular.woff2') format('woff2'),

       url('../fonts/Bariol-Regular.woff') format('woff'),

       url('../fonts/Bariol-Regular.svg#Bariol-Regular') format('svg');

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;

}

@font-face {

  font-family: 'Avenir Roman';

  src: url('../fonts/d Roman.eot');

  src: url('../fonts/d Roman.eot?#iefix') format('embedded-opentype'),

       url('../fonts/d Roman.woff2') format('woff2'),

       url('../fonts/d Roman.woff') format('woff'),

       url('../fonts/d Roman.svg#d Roman') format('svg');

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;

}

@font-face {

  font-family: 'Product Sans';

  src: url('../fonts/Product Sans.eot');

  src: url('../fonts/Product Sans.eot?#iefix') format('embedded-opentype'),

       url('../fonts/Product Sans.woff2') format('woff2'),

       url('../fonts/Product Sans.woff') format('woff'),

       url('../fonts/Product Sans.svg#Product Sans') format('svg');

  font-weight: 400;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;

}

@font-face {

  font-family: 'VAG Rounded Bold';

  src: url('../fonts/VAGRoundedStd-Bold.eot');

  src: url('../fonts/VAGRoundedStd-Bold.eot?#iefix') format('embedded-opentype'),

       url('../fonts/VAGRoundedStd-Bold.woff2') format('woff2'),

       url('../fonts/VAGRoundedStd-Bold.woff') format('woff'),

       url('../fonts/VAGRoundedStd-Bold.svg#VAGRoundedStd-Bold') format('svg');

  font-weight: 700;

  font-style: normal;

  font-stretch: normal;

  unicode-range: U+0020-00FE;

}

@font-face {

	font-family: 'HelveticaNeueLTStd-Lt';

	src: url('../fonts/HelveticaNeueLTStd-Lt_gdi.eot');

	src: url('../fonts/HelveticaNeueLTStd-Lt_gdi.eot?#iefix') format('embedded-opentype'),

			 url('../fonts/HelveticaNeueLTStd-Lt_gdi.woff') format('woff'),

			 url('../fonts/HelveticaNeueLTStd-Lt_gdi.ttf') format('truetype'),

			 url('../fonts/HelveticaNeueLTStd-Lt_gdi.svg#HelveticaNeueLTStd-Lt') format('svg');

	font-weight: 300;

	font-style: normal;

	font-stretch: normal;

	unicode-range: U+0020-25CA;

}

@font-face {

	font-family: 'HelveticaNeue-Medium';

	src: url('../fonts/HelveticaNeue-Medium_gdi.eot');

	src: url('../fonts/HelveticaNeue-Medium_gdi.eot?#iefix') format('embedded-opentype'),

  		 url('../fonts/HelveticaNeue-Medium_gdi.woff') format('woff'),

  		 url('../fonts/HelveticaNeue-Medium_gdi.ttf') format('truetype'),

  		 url('../fonts/HelveticaNeue-Medium_gdi.svg#HelveticaNeue-Medium') format('svg');

	font-weight: 500;

	font-style: normal;

	font-stretch: normal;

	unicode-range: U+0020-00FE;

}

/* Start of Codes */



#off-canvas-opener {

  background: #43691e;

  /*border: 2px solid #fff;*/

  position: absolute;

  left: 0;

  top: 0;

  transition: all 0.3s ease;

}

#offCanvas {

  background: #121212;

}

#offCanvas ul li {

  padding: 5px 0;

}

#offCanvas ul li.title {

  background: #2c2c2c;

  color: #8a8a8a;

  padding: 10px;

  font-size: 0.8em;

}

#offCanvas ul li a {

  color: #e6e6e6;

	font-family: 'HelveticaNeue-Medium';

  font-size: 14px;

}

#offCanvas ul li:hover {

  background: #000;

}



/* Contact Errors */

.successful-application {

	background: #6c9d3b;

  border-radius: 20px;

	color: #fff;

	font-family: 'HelveticaNeue-Medium';

	font-size: 16px;

	line-height: 1.3em;

	margin-bottom: 15px;

  margin-left: 0;

  max-width: 500px;

	padding: 20px 25px;

  text-align: left;

	width: 100%;

}

.successful-application p {

  color: #fff!important;

  margin-bottom: 0!important;

	padding-bottom: 0!important;

}

ul.error-list {

	background: #c73e3e;

  border-radius: 20px;

	color: #fff;

	font-family: 'HelveticaNeue-Medium';

	font-size: 16px;

	line-height: 1.3em;

  margin-left: 0;

  max-width: 500px;

	padding: 20px 25px;

  text-align: left;

	width: 100%;

}

ul.error-list li {

  margin-left: 15px;

}

.content {

  margin: 0 auto;

  max-width: 1250px;

  padding: 0 15px;

}

#main-header {

  background: #6f9f41;

  padding: 15px 0;

}

.logo {

  float: left;

}

.main-nav {

  float: right;

}

.main-nav ul {

  list-style: none;

  margin: 5px 0 0;

}

.main-nav ul li {

  display: inline-block;

  /*font-family: 'Bariol';*/

  font-family: 'Bariol';

  font-size: 15px;

  padding: 0 10px;

  vertical-align: top;

  text-transform: uppercase;

}

.main-nav ul li.icon {

  padding: 0 3px;

}

.main-nav ul li a {

  color: #fff;

  transition: all 0.3s ease;

}

.main-nav ul li a:hover {

  color: #ddd;

}

.main-nav ul li i {

  font-size: 20px;

}



/* General */

a:focus {

  color: #fff;

  outline: none;

}

h1 {

  color: #6c9d3b;

  font-family: 'VAG Rounded Bold';

  font-size: 50px;

}

h2 {

  color: #474747;

  font-family: 'Avenir Roman';

  font-size: 24px;

  padding-bottom: 20px;

}

h3 {

  color: #6c9d3b;

  font-family: 'VAG Rounded Bold';

  font-size: 36px;

  padding-bottom: 20px;

}

h4 {

  color: #6c9d3b;

  font-family: 'VAG Rounded Bold';

  font-size: 30px;

  line-height: 1.1;

}

p {

  color: #474747;

  font-family: 'Avenir Roman';

  font-size: 18px;

}

ul li {

  color: #474747;

  font-family: 'Avenir Roman';

  font-size: 18px;

}

b {

  font-weight: bold;

}

.green-btn {

  background: #bed251;

  border-radius: 30px;

  color: #fff;

  display: inline-block;

  font-family: 'VAG Rounded Bold';

  font-size: 13px;

  padding: 20px;

  text-decoration: none;

  text-transform: uppercase;

  transition: all 0.3s ease;

}

.green-btn:hover {

  background: #9bad3a;

  color: #fff;

}

.read-more {

  color: #9bad3a;

  font-family: 'Avenir Bold';

  font-size: 12px;

  text-transform: uppercase;

}



/* Home */



.home1 {

  background: url('../images/home-bg.jpg') no-repeat center bottom / cover;

  padding: 65px 0 500px;

  text-align: center;

}

.home2 {

  padding: 70px 0 130px;

  text-align: center;

}

.home2 p {

  text-align: left;

}

/* Home - Featured Products */

.home3 {

  background: #f3f2ef;

  padding: 130px 0 70px;

  text-align: center;

}

.featured-products {

  margin: 30px auto;

  max-width: 1000px;

  position: relative;

  text-align: center;

}

.slick-slide {

  text-align: center;

}



.slick-prev {

  cursor: pointer;

  position: absolute;

  left: -30px;

  top: 50%;

  z-index: 100;

}

.slick-next {

  cursor: pointer;

  position: absolute;

  right: -30px;

  top: 50%;

  z-index: 100;

}

.featured-products img {

  margin: 0 auto;

}



/* Home 4 */

.home4 {

  margin-top: -40px;

}

.home4 .green {

  background: url('../images/green-bg.png') no-repeat center bottom / cover;

  float: left;

  min-height: 450px;

  padding: 100px 15px;

  text-align: center;

  width: 50%;

}

.home4 .orange {

  background: url('../images/orange-bg.png') no-repeat center bottom / cover;

  float: left;

  min-height: 450px;

  padding: 60px 15px;

  text-align: center;

  width: 50%;

}

.home4 .green .home4-content {

  margin: 0 auto;

  max-width: 410px;

}

.home4 .green h3 {

  color: #fff;

  padding-bottom: 0;

}

.home4 .green p {

  color: #fff;

}

.home4 .orange .home4-content {

  margin: 0 auto;

  max-width: 450px;

}

.home4 .orange h3 {

  padding-bottom: 0;

}

.home4 .orange p {

  padding-bottom: 50px;

}



/* Home 5 */



.hand-phone {

  position: absolute;

  bottom: 0;

  right: 0;

}

.home5 {

  padding-top: 50px;

  text-align: center;

}

.home5 h3 {

  padding-bottom: 0;

}

.blocks {

  margin: 30px 0;

}

.block {

  display: inline-block;

  margin: 0 5px;

  min-height: 270px;

  position: relative;

  vertical-align: top;

  width: 28%;

}

.block-hover {

  background: rgba(0, 0, 0, 0.5);

  cursor: pointer;

  display: none;

  height: 100%;

  width: 100%;

  padding: 100px 30px;

  position: absolute;

  top: 0;

  left: 0;

}

.block:hover .block-hover {

  display: block;

}

.block h4 {

  color: #fff;

  font-family: 'VAG Rounded Bold';

  font-size: 22px;

}

.block .view-recipe {

  background: none;

  border: 2px solid #fff;

  border-radius: 20px;

  color: #fff;

  display: inline-block;

  font-family: 'VAG Rounded Bold';

  font-size: 12px;

  margin-top: 10px;

  padding: 10px 20px;

  text-decoration: none;

  text-transform: uppercase;

}

/* Home 6 */

.home6-wrapper {

  padding-top: 50px;

  position: relative;

}

.home6 {

  background: url('../images/miracle-bg.jpg') no-repeat center center / cover;

  padding-top: 125px;

  padding-bottom: 90px;

  text-align: center;

}

.home6 h4 {

  color: #383838;

  font-family: 'VAG Rounded Bold';

  font-size: 40px;

}

.home6 p {

  color: #383838;

  font-family: 'VAG Rounded Bold';

  font-size: 18px;

}

.home6 h4 img {

  margin-top: -15px;

}

.home6 .soc-media {

  list-style: none;

  margin: 0;

}

.home6 .soc-media li {

  display: inline-block;

  padding: 0 5px;

  vertical-align: top;

}

.home6 .soc-media li a {

  background: #6c9d3b;

  border-radius: 50%;

  display: block;

  padding: 3px;

  width: 30px;

  height: 30px;

}

.home6 .soc-media li a i {

  color: #fff;

}

/* Newsletter */



.newsletter {

  background: url('../images/newsletter-bg.png') no-repeat center center / cover;

  padding: 40px 0;

  text-align: center;

}

.newsletter2 {

  background: url('../images/newsletter-contactbg.jpg') no-repeat center center / cover;

}

.newsletter > .content {

  max-width: 750px;

}

.newsletter h3 {

  color: #fff;

}

/*.newsletter input[type="email"] {

  border: none;

  border-radius: 30px 0 0 30px;

  color: #878787;

  display: inline-block;

  font-family: 'VAG Rounded Bold';

  font-size: 14px;

  height: 50px;

  padding: 0 50px 0 20px;

  width: 70%;

}*/

.newsletter input[type="text"],

.newsletter input[type="tel"],

.newsletter input[type="email"] {

  border: none;

  border-radius: 30px;

  color: #878787;

  display: inline-block;

  font-family: 'VAG Rounded Bold';

  font-size: 14px;

  height: 50px;

  padding: 0 20px;

  width: 100%;

}

.newsletter input[type="submit"] {

  background: #bed251;

  border: none;

  border-radius: 30px;

  color: #fff;

  display: inline-block;

  font-family: 'VAG Rounded Bold';

  font-size: 13px;

  height: 50px;

  /*margin-left: -50px;*/

  min-width: 150px;

  padding: 0 10px;

  text-decoration: none;

  text-transform: uppercase;

  transition: all 0.3s ease;

  /*width: 28%;*/

}

.newsletter input[type="submit"]:hover {

  background: #9bad3a;

  color: #fff;

}



/* Footer */



.main-footer {

  background: #434343;

  padding: 60px 0;

}

.main-footer h4 {

  color: #6f9f41;

  font-family: 'VAG Rounded Bold';

  font-size: 15px;

  text-transform: uppercase;

}

.main-footer ul {

  list-style: none;

  margin: 0 0 20px;

}

.main-footer ul li,

.main-footer ul li a {

  color: #949494;

  font-family: 'Product Sans';

  font-size: 14px;

  text-decoration: none;

  transition: all 0.3s ease;

}

.main-footer ul li a:hover {

  color: #6c9d3b;

}

.main-footer ul.soc-media li {

  display: inline-block;

  padding-right: 10px;

  vertical-align: top;

}

.main-footer ul.soc-media li a {

  background: #6c9d3b;

  border-radius: 50%;

  display: block;

  height: 20px;

  text-align: center;

  width: 20px;

}

.main-footer ul.soc-media li a i {

  color: #434343;

  font-size: 12px;

}

.main-footer .copyright {

  text-align: center;

}

.main-footer .copyright img {

  margin-bottom: 20px;

}

.main-footer .copyright p {

  color: #949494;

  font-family: 'Product Sans';

  font-size: 14px;

  margin-bottom: 5px;

}



/* Who We Are */



.sub-banner {

  padding: 120px 15px;

  text-align: center;

}

.sub-banner h1,

.sub-banner h2 {

  color: #fff;

}

.about1 {

  padding: 90px 0;

}

.about1 h3 {

  margin: 0 auto;

  max-width: 1200px;

  text-align: center;

}

.about2 {

  width: 100%;

  z-index: -1;

}

.about3 {

  background: url('../images/about3-bg.png') no-repeat center bottom / cover;

  padding: 150px 0;

  text-align: center;

}

.about3 h3,

.about3 p {

  color: #fff;

}

.about3 p {

  margin: 0 auto;

  max-width: 720px;

}

/* Contact Us */



.contact1 {

  padding: 70px 0;

  text-align: center;

}

.grey,

.grey a {

  color: #b2b2b2;

  font-family: 'Product Sans';

  font-size: 19px;

}

.grey a:hover {

  color: #6c9d3b;

}

.grey i {

  margin-right: 5px;

}

.contact-form input[type="text"],

.contact-form input[type="email"],

.contact-form input[type="tel"] {

  background: #f5f5f5;

  border: none;

  color: #474747;

  font-family: 'Product Sans';

  font-size: 18px;

  padding: 10px 15px;

}

.contact-form textarea {

  background: #f5f5f5;

  border: none;

  color: #474747;

  font-family: 'Product Sans';

  font-size: 18px;

  min-height: 180px;

  padding: 10px 15px;

  resize: none;

}

.contact-form input[type="submit"] {

  background: #bed251;

  border: none;

  border-radius: 30px;

  color: #fff;

  display: inline-block;

  float: right;

  font-family: 'VAG Rounded Bold';

  font-size: 13px;

  height: 50px;

  padding: 5px 20px;

  text-decoration: none;

  text-transform: uppercase;

  transition: all 0.3s ease;

}

.contact-form input[type="submit"]:hover {

  background: #9bad3a;

  color: #fff;

}

.contact2 {

  background: url('../images/google2.jpg') no-repeat center center / cover;

  padding: 150px 0;

}

.contact2 h4 {

  color: #fff;

  font-family: 'Avenir Bold';

  font-size: 15px;

  text-transform: uppercase;

}

.contact2 p {

  color: #fff;

  font-family: 'VAG Rounded Bold';

  font-size: 30px;

  line-height: 1.1em;

}



/* Where to Buy */



.where1 {

  padding: 100px 0 0;

  text-align: center;

}

.where1 h3 {

  padding-bottom: 0;

}

.store-container {

  margin: 30px 0;

}

.store-container .columns {

  border-bottom: 1px solid #e3e3e3;

  border-right: 1px solid #e3e3e3;

  min-height: 130px;

  position: relative;

}

.store-container .columns img {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.store-container .columns:nth-of-type(5n) {

  border-right: none;

}

.store-container .columns:nth-of-type(11),

.store-container .columns:nth-of-type(12),

.store-container .columns:nth-of-type(13),

.store-container .columns:nth-of-type(14),

.store-container .columns:nth-of-type(15) {

  border-bottom: none;

}



/* Special Offers */



.special1 {

  padding: 90px 0;

  text-align: center;

}

.special1 h3 {

  margin: 0 auto;

  max-width: 1200px;

  padding-bottom: 0;

  text-align: center;

}

.special1 h5 {

  color: #474747;

  font-family: 'Avenir Roman';

  font-size: 24px;

  padding-bottom: 50px;

}

.special1 ul {

  list-style: none;

}

.special1 ul li {

  color: #474747;

  font-family: 'Avenir Roman';

  font-size: 18px;

}

.special1 .new-block {

  margin-top: 50px;

}



/* Products */



.products1 {

  padding: 60px 0;

  text-align: center;

}

.products1 .content {

  max-width: 750px;

}

.products1 h3 {

  margin: 0 auto;

  max-width: 1200px;

  text-align: center;

}

.products2 {

  min-height: 650px;

  padding: 100px 0 50px;

  text-align: center;

}

.products2 .content {

  max-width: 1300px;

}

.products-wrapper {

  min-height: 500px;

  position: relative;

}

.products-wrapper .products {

  max-width: 500px;

  position: absolute;

  bottom: 0;

}

.products img {

  margin-bottom: 20px;

}

.tofu {

  left: 0;

  z-index: 10;

}

.taho {

  right: 0;

  z-index: 15;

}

.drinks {

  left: 50%;

  z-index: 5;

  transform: translateX(-50%);

}

.products3 {

  background: url('../images/about3-bg.png') no-repeat center top / cover;

  padding: 120px 0 70px;

  text-align: center;

}

.products3 h3,

.products3 p {

  color: #fff;

}

.products3 h3 {

  padding-bottom: 0;

}

.products3 p {

  margin: 0 auto 30px;

  max-width: 720px;

}



/* Product Details */



.pdetails1 {

  padding: 60px 0;

  text-align: center;

}

.pdetails1 .subcontent1 {

  margin: 0 auto;

  max-width: 800px;

  text-align: center;

}



.pdetails1 .subcontent1 .columns {

  margin-bottom: 30px;

}

.pdetails1 h3 {

  margin: 0 auto;

  text-align: center;

}

.product-row {

  /*border-bottom: 1px solid #ececed;*/

  display: block;

  padding: 30px 0;

  text-align: left;

}

.product-row .columns:last-child:not(:first-child) {

  float: left;

}

.product-logo {

  margin-bottom: 30px;

}

.left-sidebar p {

  font-size: 16px;

}

.product-row h5 {

  color: #474747;

  font-family: 'Avenir Bold';

  font-size: 16px;

  margin-bottom: 5px;

}

.product-row .green {

  color: #6f9f41;

}

.left-sidebar ul li {

  color: #474747;

  font-family: 'Avenir Roman';

  font-size: 16px;

}

.product-tile {

  margin-bottom: 30px;

  min-height: 440px;

  position: relative;

  text-align: center;

}

.product-tile img {

  margin-bottom: 30px;

}

.product-tile h4 a {

  color: #6f9f41;

  font-size: 24px;

  transition: all 0.3s ease;

}

.product-tile h4 a:hover {

  color: #79b93b;

}

.product-tile .tile-link,

.product-tile .recipe-link {

  display: block;

  height: 100%;

  position: relative;

  width: 100%;

}

.recipe-link .green-btn,

.tile-link .green-btn {

  display: none;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}

.recipe-link:hover .green-btn,

.tile-link:hover .green-btn {

  display: block;

}

.recipe-link img {

  max-height: 270px;

}

.row .row {

  border-bottom: none;

}

.pdetails2 {

  padding: 80px 0 30px;

  text-align: center;

}

.pdetails2 img {

  margin-bottom: 30px;

}

/* Recipes */



.recipes1 {

  padding: 70px 0 30px;

  text-align: center;

}

.recipes2 h5 {

  font-family: 'VAG Rounded Bold';

  font-size: 14px;

  text-transform: uppercase;

}

.recipes2 h5 a {

  color: #bed251;

  transition: all 0.3s ease;

}

.recipes2 h5 a:hover {

  color: #cedf73;

}

.recipes2 h5 a i {

  font-size: 18px;

  margin-left: 5px;

}

.recipes2 .columns:last-child:not(:first-child) {

  float: left;

}



/* Pop up */

.overlay {

  background: rgba(0, 0, 0, 0.5);

  display: none;

  height: 100%;

  left: 0;

  position: fixed;

  top: 0;

  width: 100%;

  z-index: 1000;

}

.close-popup {

  background: #54585a;

  color: #fff;

  cursor: pointer;

  padding: 10px;

  position: absolute;

  top: 0;

  right: 0;

  z-index: 1002;

}

.close-popup:hover {

  color: #eee;

}

.popup {

  display: none;

  max-width: 750px;

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  z-index: 1001;

}

.popup-head {

  padding: 100px 15px 70px;

  text-align: center;

}

.popup-head h2 {

  color: #fff;

  font-family: 'VAG Rounded Bold';

  font-size: 37px;

  padding-bottom: 0;

}

.popup-body {

  background: #fff;

  max-height: 60vh;

  padding: 40px;

  overflow-y: scroll;

}

.popup-body h5 {

  color: #6f9f41;

  font-family: 'VAG Rounded Bold';

  font-size: 18px;

}

.popup-body h6 {

  margin-left: -15px;

  margin-bottom: 0;

}

.popup-body h6,

.popup-body ul p,

.popup-body ul li {

  color: #474747;

  font-family: 'Avenir Roman';

  font-size: 14px;

  font-weight: 400;

}

.popup-body ol li {

  color: #474747;

  font-family: 'Avenir Roman';

  font-size: 14px;

}

.popup-body ul p {

  margin-bottom: 0;

}



/* Non-Food Products */



.nonfood1 {

  padding: 60px 0;

  text-align: center;

}

.form-release {

  margin-top: 150px;

}

.form-release img {

  margin-bottom: 10px;

}

.nonfood2 {

  padding: 130px 0 50px;

}

.nonfood3 {

  background: url('../images/nonfood3-bg.jpg') no-repeat center top / 100% 50px;

  padding: 100px 0;

}

.nonfood3 h3 {

  line-height: 1.1em;

}

.nonfood3 ul li {

  font-family: 'Avenir Roman';

  font-size: 17px;

}

.nonfood3 .trivia {

  border: 2px solid #ebebeb;

  margin: 0 auto 50px;

  max-width: 470px;

  padding: 30px 30px 15px;

  position: relative;

  text-align: center;

}

.nonfood3 .trivia p {

  color: #878787;

  font-family: 'VAG Rounded Bold';

  font-size: 16px;

}

.nonfood3 .trivia img {

  position: absolute;

  top: -25px;

  left: -25px;

}

.nonfood3 .right-pane {

  text-align: center;

}

.nonfood3 .steps .step {

  position: relative;

}

.nonfood3 .steps .step img.step-img {

  margin-bottom: 20px;

}

.nonfood3 .steps .step img.green-arrow {

  position: absolute;

  top: 100px;

  right: -25px;

}

.nonfood3 .steps .step p {

  font-family: 'Avenir Roman';

  font-size: 16px;

  padding-left: 25px;

}

.nonfood4 {

  background: url('../images/newsletter-bg.png') no-repeat center center / cover;

  padding: 40px 0;

  text-align: center;

}

.nonfood4 > .content {

  max-width: 1100px;

  position: relative;

}

.nonfood4 h3 {

  color: #fff;

  padding-bottom: 0;

}

.nonfood4 p {

  color: #fff;

}

.nf4img {

  position: absolute;

  left: 0;

  bottom: -30px;

}

.add1 {

  padding: 50px 0;

}

.add1 p {

  color: #6f9f41;

}

.add1 ul li {

  color: red;

}
.sidebar {
  background: #fcfcfc;
  padding: 35px 30px 50px;
}
.sidebar h3 {
  font-size: 18px;
}
.sidebar ul {
  margin: 0;
}
.sidebar ul li {
  border-bottom: 1px solid #ccc;
  padding: 8px 2px;
  list-style:none;
}
.sidebar ul li::before {
  content: "• ";
  color: #6c9d3b;
  font-size: 20px;
}
.sidebar ul li a {
  color: #474747;
}
.newsletter-1 input[type="email"] {
  border-radius: 30px 0 0 30px;
  box-shadow: none;
}
@media only screen and (max-width: 640px) {
  .newsletter-1 input[type="email"] {
    width: 100% !important;
  }
  .newsletter-1 input[type="submit"]  {
    min-width: 100%;
  }
}
.newsletter-1 input[type="submit"] {
  display: inline-block;
  width: 100%;
  border-radius: 0 30px 30px 0;
  margin: 0;
}
.side-banner {
  background: url('../images/share-your-miracle.jpg') no-repeat center top;
  height: 440px;
  margin-bottom: 30px;
}
.submit-wrap {
  background: #fefefe;
  border-radius: 0 35px 35px 0;
}
.how-to-order .step-icon {
  background-color: #709f41;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  position: relative;
}
.how-to-order .step-icon img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.how-to-order .steps-content {
  padding-top: 50px;
}
@media only screen and (max-width: 1023px) {
  .how-to-order .steps-content .columns {
    height: 520px;
  }
}
@media only screen and (max-width: 640px) {
  .how-to-order .steps-content .columns {
    height: auto;
  }
}
.how-to-order .steps-content h3 {
  color: #bccf52;
  margin-bottom: 0;
  font-size: 30px;
  padding-bottom: 0px;
}
.how-to-order .steps-content h2 {
  color: #6c9d3b;
  font-size: 28px;
  font-family: 'VAG Rounded Bold';
}
.how-to-order .steps-content ul li, .mechanics  ul li {
  list-style: none;
}
.how-to-order .steps-content .columns {
   margin-bottom: 25px;
}
.mechanics {
  background: url('../images/mechanics-bg.png') no-repeat center top;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 122px;
}
.mechanics .bottom-bg {
  background: url('../images/mechanics-bg-1.png') no-repeat center top;
}
.mechanics h2 {
    font-family: 'VAG Rounded Bold';
    color: #6c9d3b;
    font-size: 40px;
    margin-bottom: 0;
    padding: 0;
}
.mechanics h3 {
  color: #5b5b5b;
  font-size: 36px;
}
.mechanics ul li span {
  font-size: 24px;
  color: #6f9f41;
  font-family: 'VAG Rounded Bold';
  margin-right: 15px;
}
.recipes {
  z-index: 3;
  position: relative;
}
.recipes + .newsletter  {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

/* Careers */

.careers1 {
	padding: 60px 0;
}