@font-face {
  font-family: 'Lato Regular';
  src: url('../fonts/LATO-REG.TTF')  format('truetype');
}
@font-face {
font-family: 'Monotype Corsiva';
  src: url('../fonts/MTCORSVA.ttf')  format('truetype');
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
body {
	font-family: 'Lato Regular';
	color: #6e6e6e;
	background-color:#f9f9f9;
}
/*Container for page */ 
.container {
  font-size: 12px;
  max-width: 960px;
  margin: 0 auto;/* centre */
}

/* styles */

#wrapper {
  background-color: white;
  height: auto;
  padding: 20px;
  box-shadow: 0px 0 15px -1px #e5e5e5;
}

.row-style {
  background-color: white;
  height: auto;
  /*padding: 10px;*/
  margin-bottom: 10px;
} 

.column {
  background-color: rgba(255, 255, 255, 0);
  height: auto;
  padding: 10px;
  min-height: 60px;
}

.highlight { background-color: #ffe827;}
.brush-bg { color: #b00a0a; font-weight: bold; background-image: url('../imgs/brush1.png');background-repeat: no-repeat; text-align: center;font-size: 23px;background-position: 50% 100%;background-size: cover;}
.brush-bg2 { color: #b00a0a; font-weight: bold; background-image: url('../imgs/brush2.png');background-repeat: no-repeat; text-align: center;font-size: 23px;background-position: 50% 100%;background-size: cover;}
.lgray { color: #6e6e6e !important;}
.uc {
  text-transform: uppercase;	
}
.orange { color: #ff9227 !important; }
.center { text-align: center !important;}
.cbank-section {
 box-shadow: 0px 10px 35px -20px #808080;
  margin-bottom: 40px !important;
}
.cbank-section p {
	font-family: 'Lato Regular';
	text-align: center;
}

.header-section,.column {
    padding: 40px 0px;
}
.header-section p {
    font-size: 44px;
    text-align: center;
    padding: 0;
    margin: 0;
	color: #ff9227;
	font-family: 'Monotype Corsiva';
}

.header-section {
    box-shadow: 0px 10px 35px -20px #808080;
    margin-bottom: 40px !important;
}
.header-section img {
    width: 62%;
    display: block;
    margin: 0 auto;
}
.spoon-section {
	background-image: url('../imgs/spoon.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 21px;
}
.spoon-section p { color: #fff; }
.spoon-text1{ font-size: 25px; }
.spoon-text2{ font-size: 5em; }
.spoon-text3{ font-size: 29px; }
.shoutout-name {display:none;}
.shoutout1 {
	background-image: url('../imgs/shoutout1.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 50px;
	height: 468px;
        font-size: 29px;
}
.shoutout1 p {
    text-align: center;
    font-style: italic;
}

.shoutout2 {
	background-image: url('../imgs/shoutout2.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 50px;
	height: 478px;
}
.shoutout2 p {
    text-align: center;
    font-style: italic;
}

.shoutout3 {
	background-image: url('../imgs/shoutout3.png');
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 50px;
	height: 478px;
}
.shoutout3 p {
    text-align: center;
    font-style: italic;
}

img { width: 100%; }
p { 
  color: #6e6e6e; 
  margin: 0 !important; 
  font-size: 18px;
  margin-bottom: 20px !important;
  line-height: 1.4em;
}
.bold { font-weight: bold; }

.text1 {font-size: 40px; margin-top:20px !important;}
.text2 {font-size: 37px; }
.text3 { font-size: 30px;line-height: 1.5em;}
.dgray { color: #1e1e1e !important; } 
.dgray2 { color: #262626 !important; } 
.m-bottom { margin-bottom: 20px !important;}

.quotation-section {
  background-color: #f1f1f1 !important;
}
.quotation-section img {
    width: 83%;
	margin-left: 40px !important;
}
.quotation-section p { text-align: center; }

.list-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.benefit-section img { margin: 0 auto;display: block;width: 40% !important;}
.greenhouse { margin: 0 auto;display: block;width: 60% !important;}
.checklist li {
    list-style-image: url('../imgs/green-check.png');
}

.checklist li {
    font-size: 18px !important;
	margin-top: 15px;
}
.checklist-float-img {float:right;position: absolute;right: 0;width: 175px !Important;top: 50%;display: block;margin: 0 auto !important;}
.article-btn {
    background-color: #cc0000;
    color: #fff;
    padding: 10px;
    border: 1px solid #980000;
    float: right;
	font-size: 18px;
}
.footer-section {
    margin-top: 40px !important;
    box-shadow: 0px 0 15px -1px #e5e5e5;
}
.footer-section p { float: right; margin-top: 25px !important;}

.cust-font img {
	width: auto !important;
	margin-bottom: 5px;
}
.add-cart-btn { display: block; margin: 0 auto !important;}
.medium-img { width: 70%; display: block; margin: 0 auto !important;}
.small-img { width: 60%; display: block; margin: 0 auto !important;}
.smaller-img { width: 40%; display: block; margin: 0 auto !important;}
.light-gray { color: #9ca7af !important;}
/* row */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.row .column:first-child {
  margin-left:0; 
}
      
/* normal columns */ 
.column {
  width: 100%;
  position: relative; 
  /*margin-left: 2%;*/
  float: left;
  padding: 0 1%; 
  overflow: hidden; 
}

.four {
  width: 40%;
}

.eight{
  width: 58%;
}

.clearfix:before. clearfix:after {
  content: " "; 
  display: table;
}

.clearfix:after {
  clear: both;
}

/* Responsive Media Queries */ 

/* mobile - below 480px */
@media screen 
and (min-device-width : 200px) 
and (max-device-width : 600px)  {
	  .column, .four, .eight {
		width: 100%;   
		height: auto; 
		margin-bottom: 2%;
	  }
    .column {margin-left: 0; }
	.spoon-text1{ font-size: 32px !important;}
	.spoon-text2 { font-size: 53px !important;}
	.spoon-text3 { font-size: 17px !important;}
	.shoutout1,.shoutout2,.shoutout3 { background-image: none !important;}
	.orange-border { border: 3px solid #ff9227; border-radius: 20px;}
	.brush-bg2 { width: 100% !important;}
	.checklist-float-img { float: none !Important; position: inherit; width: 400px !important; }
	.shoutout-name {background-color: #ff9227; color: #fff !important; font-style: italic !important;display: -webkit-inline-box;font-size: 18px;padding: 20px;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;margin-right: 20px !important;margin-top: -20px !important;float: right;}
	.marg-top{ margin-top: 10em;}
}

