@charset "UTF-8";
/* CSS Document */
body {
    margin:0
}
html { scroll-behavior: smooth; } 
/* HEADING */
	.mushroom-title{
		display: block;
		width: 100%;
		height: 100vh;
		  background-image: url("../images/mushroom/mushroom-banner-food.jpg");
  background-size: cover;
		background-position: center;
  overflow: auto;
}
	.mushroom-heading{
		width: 50%;
		padding: 7vw 5%;
		color: #FAFAD4;
		font-family: 'subjectivity_serifsuper';
		text-align: center;
		font-size: 4vw;
		line-height: 5vw;
}
	.mushroom-heading-large{
		font-family: 'subjectivity_serifsuper';
		font-size:7vw;
		line-height: 7vw;
}
	.mushroom-free-sample{
		display: block;
		position: absolute;
		top: 60vh;
		right: 6vw;
		width: 12vw;
		height: 12vw;
		border-radius: 50%;
		background-color: #FAFAD4;
		padding: 2.5vw;
		font-family: 'subjectivity_serifsuper';
		text-align: center;
		color: #366640;
		font-size: 2.2vw;
		line-height: 2.2vw;
			 -webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.mushroom-free-sample:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
 .mushroom-free-sample a:link {
     text-decoration: none;
     color: #FAFAD4;
}
 .mushroom-free-sample a:visited {
     color: #FAFAD4;
}
 .mushroom-free-sample a:hover {
}
 .mushroom-free-sample a:active {
     color: #FAFAD4;
}
	.mushroom-free-sample-small{
		color: black;
		font-size: 2vw;
		line-height: 3vw;
		font-family: 'subjectivity_serifsuper';
}

/* TEXT */
	.mushroom-text{
		width: 100%;
		padding: 4vw 0 0;
		background-color: #FAFAD4;
}
p {
  line-height: 2vw;   /* within paragraph */
  margin: 20px; /* between paragraphs */
	font-size: 1.5vw;
  }
	.mushroom-body-text{
		width: 60%;
		margin:  0 20%;
		text-align: center;
		font-family: "usual";
		font-size: 1.5vw;
		line-height: 2vw;
		color: #366640;
}
	.mushroom-text-heading{
		width: 90%;
		margin: 0 5%;
		font-family: 'subjectivity_serifsuper';
		font-size: 4vw;
		line-height: 6vw;
		text-transform: uppercase;
		color: #366640;
		text-align: center;
}
	.mushroom-text-logos{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 15%;
		height: 5vw;
		text-align: center;
		margin: 1vw 0 4vw 0;
}
	.mushroom-text-logos img{
		  display: block;
  width: 100%;
}

/* INFO */

.mushroom-info-mobile{
	display: none;
}

	.mushroom-info{
		width: 100%;
		min-height: 10vh;
		background-color: #366640;
		padding: 4vw 0;
		background-image: url("../images/mushroom/mushroom-background.svg");
background-repeat: no-repeat;
		background-position: center bottom;
  overflow: hidden;
}
	.mushroom-info img{
		  display: block;
  width: 100%;
}

	.mushroom-info-heading{
		width: 90%;
		padding: 0 5%;
		color: #FAFAD4;
		font-family: 'subjectivity_serifsuper';
		text-align: center;
		font-size: 4vw;
		line-height: 6vw;
}
	.mushroom-product-infotext{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		font-family: 'usual';
		font-weight: 600;
		color: #366640;
		font-size: 1.3vw;
		line-height: 2vw;
}
	.mushroom-product-info-left{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 33%;
		vertical-align: top;
		height: auto;
		margin: 0;
		padding: 0;
}
	.mushroom-product-info-right{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 33%;
		vertical-align: top;
		height: auto;
		margin: 0;
		padding: 0;
}
.speech-bubble  {
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	width: 60%;
	height: auto;
	margin: 10vw 25% 0 15%;
	background: #FAFAD4;
	border-radius: 30px;
	padding: 25px;
	background-color: #FAFAD4;
	font-family: 'subjectivity_serifextra_bold';
	color: #366640;
	font-size: 1.5vw;
	text-align: center;
}
.speech-bubble-l  {
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	width: 60%;
	height: auto;
	margin: 10vw 15% 0 25%;
	background: #FAFAD4;
	border-radius: 30px;
	padding: 25px;
	background-color: #FAFAD4;
	font-family: 'subjectivity_serifextra_bold';
	color: #366640;
	font-size: 1.5vw;
	text-align: center;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-right-color: #FAFAD4;
	border-left: 0;
	margin-top: -25px;
	margin-left: -25px;
}
.speech-bubble-l:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 25px solid transparent;
	border-left-color: #FAFAD4;
	border-right: 0;
	margin-top: -25px;
	margin-right: -25px;
}
.mushroom-product-image{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 29%;
		height: auto;
		overflow: hidden;
		margin: 2vw 2%;
	
}
.mushroom-product-image img{
  display: block;
  width: 100%;
  height: auto;
}
.mushroom-product-image img:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

/* CHEFS */
	.mushroom-chef-recipes{
		width: 100%;
		background-color: #FAFAD4;
		padding: 4vw 0;
}
	.chefs-heading{
		width: 80%;
		padding: 0 10%  2vw;
		color: #366640;
		font-family: 'subjectivity_serifsuper';
		text-transform: uppercase;
		text-align: center;
		font-size: 4vw;
		line-height: 5vw;
}
	.mushroom-chefs-info-left{
		display: inline-block;
		position: relative;
		vertical-align: top;
		width: 25%;
		height: auto;
		margin: 1vw 6% 2vw 18%;
}
	.mushroom-chefs-info-right{
		display: inline-block;
		position: relative;
		vertical-align: top;
		width: 25%;
		height: auto;
		margin: 1vw 18% 2vw 6%;
}
	.mushroom-chefs-image{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0;
}
	.mushroom-chefs-image img{
  		display: block;
 		 width: 100%;
 		 height: auto;
}
	.mushroom-chefs-text{
		width: 80%;
		height: auto;
		margin: 2vw 10%;
		text-align: center;
		font-family: 'usual';
		color: #366640;
		font-size: 1.3vw;
		line-height: 2vw;
}
	.mushroom-chefs-button{
		width: 90%;
		height: auto;
		box-sizing: border-box;
		border-radius: 3vw;
		margin: 0 5%;
		background-color: #366640;
		padding: 1vw;
		color: #FAFAD4;
		font-family: 'subjectivity_serifsuper';
		text-transform: uppercase;
		text-align: center;
		font-size: 1.5vw;
	 -webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.mushroom-chefs-button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #FAFAD4;
}
 .mushroom-chefs-button a:link {
     text-decoration: none;
     color: #FAFAD4;
}
 .mushroom-chefs-button a:visited {
     color: #FAFAD4;
}
 .mushroom-chefs-button a:hover {
     color: #FAFAD4;
}
 .mushroom-chefs-button a:active {
     color: #FAFAD4;
}


/* SAMPLE */
	.mushroom-sample{
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  background-image: url("../images/mushroom/sample-image.jpg");
  background-size: cover;
  overflow: auto;
background-position: center top;
}
	.mushroom-sample-info{
		width: 40%;
		padding: 0 5%;
}
	.mushroom-sample-heading{
		width: 100%;
		padding: 15vw 0 0;
		color: #FFF;
		font-family: 'subjectivity_serifsuper';
		text-transform: uppercase;
		text-align: center;
		font-size: 4.5vw;
		line-height: 6vw;
}
	.mushroom-sample-button{
		width: 80%;
		height: auto;
		box-sizing: border-box;
		border-radius: 3vw;
		margin: 5vw 10% 1vw;
		background-color: #FAFAD4;
		padding: 1vw;
		color: #366640;
		font-family: 'subjectivity_serifsuper';
		text-transform: uppercase;
		text-align: center;
		font-size: 1.5vw;
		text-decoration: none;
	 -webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.mushroom-sample-button:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #366640;
	text-decoration: none;
}
 .mushroom-sample-button a:link {
     text-decoration: none;
     color: #366640;
}
 .mushroom-sample-button a:visited {
     color: #366640;
	 text-decoration: none;
}
 .mushroom-sample-button a:hover {
     color: #366640;
	 text-decoration: none;
}
 .mushroom-sample-button a:active {
     color: #366640;
	 text-decoration: none;
}

/* FORM */

.mushroom-form-section{
		width: 100%;
		background-color: #FAFAD4;
		color: #000;
		padding: 0 0 4vw;
		font-family: 'subjectivity_serifextra_bold';
		text-transform: uppercase;
		text-align: center;
}
.mushroom-form-heading{
		width: 90%;
		padding: 5vw 5% 0;
		color: #366640;
		font-family: 'subjectivity_serifsuper';
		text-align: center;
		font-size: 4vw;
		line-height: 6vw;
}
.mushroom-form-sub{
		display: inline-block;
		position: relative;
		width: auto;
		padding: 0;
		color: #000;
		text-align: left;
		font-family: 'usual';
		font-weight: 700;
		font-size: 1.2vw;
		line-height: 3vw;
}
#mushroom-form-left{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		vertical-align: top;
		width: 39%;
		height: auto;
		margin: 0 5% 0 6%;
}
#mushroom-form-left img{
  		display: block;
 		 width: 100%;
 		 height: auto;
}
#mushroom-form-image{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		vertical-align: top;
		width: 100%;
		height: auto;
}
#mushroom-form-image img{
  		display: block;
 		 width: 100%;
	border-radius: 50%;
}
#mushroom-form-right{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		vertical-align: top;
		width: 39%;
		height: auto;
		margin: 0 8% 0 2%;
}
#mushroom_form_table {
  display:block;
  width:100%;
  height:100%;
  margin:0 auto;
}
#mushroom_form {
  display:block;
  margin:0 auto;
  width:100%;
  max-width:800px;
}
.mushroom_form_line INPUT[type="email"], .mushroom_form_line INPUT[type="text"] {
  padding: 15px 10px;
  width:100%;
  font-family:Arial; 
  font-size:14px; 
	margin: 7px 0;
  vertical-align:middle;
  box-sizing: border-box;
}
#pearl_signup{
	padding: 3vw 0 5vw;
}
#pearl_form_div {
  display:block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width:100%;
  margin-top:30px;
}

#pearl_form_div1 {
  height:100%;
  width:100%;
  background-color:rgba(255,255,255,0.8);
  box-sizing: border-box;
}
#pearl_form_head {
  text-align:left;
  margin:0 auto;
  max-width:400px;
  margin-bottom:15px;
  font-size:13px;
}

.pearl_form_comp {
  font-size:11px;
  text-align:left;
  margin:1vw 0;
}

.pearl_form_line {
  width:100%;
  margin-bottom:10px;
  text-align:left;
  font-size:12px;
}

.pearl_form_line2a {
  display:inline-block;
  width:calc(50% - 4px);
  margin-right:4px;
}

.pearl_form_line2b {
  display:inline-block;
  width:calc(50% - 4px);
}

.pearl_form_line INPUT[type="email"], .pearl_form_line INPUT[type="text"] {
  padding:15px 10px;
  width:100%;
  font-family:Arial; 
  font-size:12px; 
  vertical-align:middle;
  box-sizing: border-box;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999999;
}

.pearl_form_line select {
  padding:15px 10px;
	margin: 7px 0;
  width:100%;
  font-family:Arial; 
  font-size:12px; 
  vertical-align:middle;
  border-radius:0;
  box-sizing: border-box;
}

.pearl_form_line select, .pearl_form_line select option {
  color: #000000;
}

.pearl_form_line select:invalid, .pearl_form_line select option[value=""] {
  color: #999999;
}

.pearl_form_line .buttonred {
  margin-top:20px;
  text-align:left;
  font-size:16px;
}

.pearl_form_line .buttonred a {
  display:inline-block;
  font-size:16px;
  padding:6px 40px;
}

/* BUY */
	.mushroom-buy{
		width: 100%;
		box-sizing: border-box;
		padding: 2vw;
		background-color: #366640;
		font-family: 'subjectivity_serifextra_bold';
		text-align: center;
		text-transform: uppercase;
		font-size: 1.5vw;
		color: #FFF;
}

@media only screen and (min-width: 1600px) {
/* HEADING */
	.mushroom-heading{
		padding: 7vw 5%;
		font-size: 2.5vw;
		line-height: 3vw;
}
	.mushroom-heading-large{
		font-size:6vw;
		line-height: 6vw;
}
	.mushroom-free-sample{
		top: 60vh;
		right: 8vw;
		width: 10vw;
		height: 10vw;
		font-size: 2vw;
		line-height: 2vw;
}
	.mushroom-free-sample-small{
		font-size: 1.5vw;
		line-height: 2.5vw;
}

/* TEXT */
	.mushroom-body-text{
		width: 50%;
		margin:  0 25%;
		font-size: 1.4vw;
		line-height: 2vw;
}
	.mushroom-text-heading{
		font-size: 2.5vw;
		line-height: 4vw;
}

/* INFO */
	.mushroom-product-infotext{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		font-family: 'usual';
		font-weight: 600;
		color: #366640;
		font-size: 1.3vw;
		line-height: 1.8vw;
}
/* SAMPLE */
	.mushroom-sample-heading{
		padding: 12vw 0 0;
		font-size: 4.5vw;
		line-height: 6vw;
}
}

@media only screen and (max-width: 1000px){
	/* HEADING */
	.mushroom-title{
	background-image: url("../images/mushroom/mushroom-banner-food-ipad.jpg");
}
	.mushroom-heading{
		width: 50%;
		padding: 14vw 3%;
		font-size: 6vw;
		line-height: 7vw;
}
	.mushroom-heading-large{
		font-size:7vw;
		line-height: 7vw;
}
	.mushroom-free-sample{
		top: 40vh;
		left: 14vw;
		width: 18vw;
		height: 18vw;
		padding: 3vw;
		font-size: 3vw;
		line-height: 3.5vw;
}
	.mushroom-free-sample-small{
		color: black;
		font-size: 2.5vw;
		line-height: 3.5vw;
		font-family: 'subjectivity_serifsuper';
}
/* TEXT */
	.mushroom-text{
		padding: 6vw 0;
}
p {
  line-height: 3.5vw;   /* within paragraph */
  margin: 20px; /* between paragraphs */
	font-size: 2.2vw;
  }
	.mushroom-body-text{
		width: 80%;
		margin:  0 10%;
}
	.mushroom-text-heading{
		font-size: 5vw;
		line-height: 6vw;
}
	.mushroom-text-logos{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 22%;
		height: 5vw;
		text-align: center;
		margin: 1vw 0 8vw 0;
}

/* INFO */

.mushroom-info-mobile{
	display: none;
}
	.mushroom-info{
		min-height: 15vh;
		padding: 4vw 0;
}
.mushroom-info-heading{
		font-size: 5vw;
		line-height: 8vw;
}
	.mushroom-product-infotext{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		font-family: 'usual';
		font-weight: 600;
		color: #366640;
		font-size: 1.8vw;
		line-height: 2.8vw;
}
	.mushroom-product-info-left{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 33%;
		vertical-align: top;
		height: auto;
		margin: 0;
		padding: 0;
}
	.mushroom-product-info-right{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 33%;
		vertical-align: top;
		height: auto;
		margin: 0;
		padding: 0;
}
.speech-bubble  {
	width: 80%;
	height: auto;
	margin: 9vw 10% 0 10%;
	border-radius: 20px;
	padding: 15px;
	font-size: 2vw;
}
.speech-bubble-l  {
	width: 80%;
	margin: 9vw 10% 0 10%;
	border-radius: 20px;
	padding: 15px;
	font-size: 2vw;
}
.speech-bubble:after {
	margin-top: -25px;
	margin-left: -20px;
}
.speech-bubble-l:after {
	margin-top: -25px;
	margin-right: -20px;
}
	/* CHEFS */
	.mushroom-chef-recipes{
		padding: 5vw 0;
}
	.chefs-heading{
		width: 90%;
		padding: 0 5%  3vw;
		font-size: 5vw;
		line-height: 6vw;
}
	.mushroom-chefs-info-left{
		width: 34%;
		margin: 1vw 5% 2vw 11%;
}
	.mushroom-chefs-info-right{
		width: 34%;
		margin: 1vw 11% 2vw 4%;
}
	.mushroom-chefs-text{
		width: 100%;
		height: auto;
		margin: 2vw 0%;
		text-align: center;
		font-family: 'usual';
		color: #366640;
		font-size: 2vw;
		line-height: 3vw;
}
	.mushroom-chefs-button{
		font-size: 2vw;
}


/* SAMPLE */
	.mushroom-sample{
  height: 96vh;
}
	.mushroom-sample-info{
		width: 50%;
		padding: 0 3%;
}
	.mushroom-sample-heading{
		padding: 24vw 0 0;
		font-size: 6vw;
		line-height: 7vw;
}
	.mushroom-sample-button{
		border-radius: 3vw;
		margin: 5vw 10% 1vw;
		font-size: 3vw;
}
/* FORM */
.mushroom-form-heading{
		width: 90%;
		padding: 5vw 5% 0;
		color: #366640;
		font-family: 'subjectivity_serifsuper';
		text-align: center;
		font-size: 5vw;
		line-height: 7vw;
}
.mushroom-form-sub{
		font-weight: 700;
		font-size: 2vw;
		line-height: 3vw;
}
#mushroom-form-left{
		display: none;
}
#mushroom-form-right{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		vertical-align: top;
		width: 70%;
		height: auto;
		margin: 0 15%;
}
/* BUY */
	.mushroom-buy{
		width: 100%;
		padding: 2vw 10%;
		font-size: 2vw;
}
}


@media only screen and (max-width: 461px) {
/* HEADING */
.mushroom-title{
		height: 90vh;
		  background-image: url("../images/mushroom/mushroom-banner-mobile.jpg");
}
	.mushroom-heading{
		width: 90%;
		padding: 5vw 5%;
		font-size: 6vw;
		line-height: 10vw;
}
	.mushroom-heading-large{
		font-size: 12vw;
		line-height: 12vw;
}
	.mushroom-free-sample{
		box-sizing: border-box;
		top: 38vh;
		left: 6vw;
		width: 42vw;
		height: 42vw;
		padding: 5vw;
		font-size: 5vw;
		line-height: 6vw;
}
	.mushroom-free-sample-small{
		color: black;
		font-size: 5vw;
		line-height: 8vw;
}

/* TEXT */
	.mushroom-text{
		width: 100%;
		padding: 6vw 0 0;
		background-color: #FAFAD4;
}
p {
  margin-bottom: 10px; /* between paragraphs */
	font-size: 3.5vw;
	line-height: 4.5vw;
  }
	.mushroom-body-text{
		width: 90%;
		margin:  0 5%;
		font-size: 3vw;
		line-height: 4vw;
}
	.mushroom-text-heading{
		font-size: 7vw;
		line-height: 8vw;
}
	.mushroom-text-logos{
		width: 30%;
		height: 15vw;
		margin: 1vw 0 4vw 0;
}

/* INFO */
	.mushroom-info{
		display: none;
}
.mushroom-info-mobile{
	display: block;
		position: relative;
		box-sizing: border-box;
		width: 100%;
		height: auto;
		background-color: #366640;
		padding: 8vw 0 0;
}
	.mushroom-info-heading{
		width: 80%;
		padding: 0 10%;
		font-size: 7.5vw;
		line-height:8.5vw;
}
.mushroom-product-infotext{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		font-family: 'usual';
		font-weight: 600;
		color: #366640;
		font-size: 2.5vw;
		line-height: 3vw;
}
	.mushroom-product-info-left{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 40%;
		padding-top: 6vw;
}
	.mushroom-product-info-right{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		width: 40%;
		vertical-align: top;
		height: auto;
		margin: 0;
		padding: 0;
}
.speech-bubble, .speech-bubble-l  {
	position: relative;
	box-sizing: border-box;
	vertical-align: top;
	width: 80%;
	height: auto;
	margin: 4vw 8% 0;
	background: #FAFAD4;
	border-radius: 20px;
	padding: 12px 16px;
	background-color: #FAFAD4;
	font-family: 'subjectivity_serifextra_bold';
	color: #366640;
	font-size: 3vw;
	line-height: 3.5vw;
	text-align: center;
	float: left;
}
.speech-bubble-l:after {
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-left-color: #FAFAD4;
	border-right: 0;
	margin-top: -15px;
	margin-right: -15px;
}
.mushroom-product-image{
		width: 50%;
		margin: 10vw 0;
}

/* CHEFS */
	.mushroom-chef-recipes{
		width: 100%;
		min-height: 10vh;
		background-color: #FAFAD4;
}
	.chefs-heading{
		width: 90%;
		padding: 0 5%;
		font-size: 7vw;
		line-height:7vw;
}
	.mushroom-chefs-info-left{
		width: 80%;
		height: auto;
		margin: 4vw 10%;
}
	.mushroom-chefs-info-right{
		width: 80%;
		height: auto;
		margin: 4vw 10%;
}
.mushroom-chefs-text{
		width: 80%;
		height: auto;
		margin: 4vw 10%;
		text-align: center;
		font-family: 'usual';
		color: #366640;
		font-size: 4vw;
		line-height: 6vw;
}
	.mushroom-chefs-button{
		width: 70%;
		border-radius: 5vw;
		margin: 0 15%;
		padding: 2vw;
		font-size: 3.5vw;
}

/* SAMPLE */
	.mushroom-sample{
  width: 100%;
  height: 120vh;
  background-image: url("../images/mushroom/sample-image-mobile.jpg");
}
	.mushroom-sample-info{
		width: 90%;
		padding: 0 5%;
}
	.mushroom-sample-heading{
		width: 100%;
		padding: 8vw 0 3vw;
		font-size: 8vw;
		line-height: 8vw;
}
	.mushroom-sample-button{
		width: 70%;
		border-radius: 5vw;
		margin: 0 15%;
		padding: 2vw;
		font-size: 3.5vw;
}
/* FORM */
	.mushroom-form{
		padding: 2vw 0;
		font-size: 4.5vw;
		line-height: 6vw;
}
.mushroom-form-heading{
	margin: 6vw 0 0 0;
		font-size: 6vw;
		line-height: 7vw;
	}
	.mushroom-form-sub{
			font-size: 3.5vw;
		line-height: 5vw;	
	}	
	#mushroom-form-left{
		display: none;
}
#mushroom-form-right{
		display: inline-block;
		position: relative;
		box-sizing: border-box;
		vertical-align: top;
		width: 89%;
		height: auto;
		margin: 0 5%;
}


/* BUY */
	.mushroom-buy{
		width: 100%;
		box-sizing: border-box;
		padding: 5vw;
		background-color: #366640;
		font-family: 'subjectivity_serifextra_bold';
		text-align: center;
		text-transform: uppercase;
		font-size: 2.8vw;
		color: #FFF;
}
}