/* =============================================================================
  global
  ========================================================================== */
.page-break {
  display: block;
  page-break-before: always;
  *page-break-before: auto;
}
.page-break-last {
  display: block;
  page-break-after: avoid;
}
#header-placeholder,
#hero,
#searchBar,
#list-button,
#mobile-navbar,
#navbar,
#filters,
#galleryFooter,
.got-a-question,
#slider,
#breadcrumbs,
#faq-search,
#pour,
#searchBar2,
#galleryNav,
.mobile-only,
#header,
.sharing-no-border,
.sharing,
.subnav-container,
#footer {
  display: none;
}
* {
  background-color: transparent;
}
body {
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
p,
.whiteText,
.greyText {
  color: #000000;
  font-family: 'Museo Sans 300', Arial, Sans-serif;
}
h1 {
  font-family: 'AdrianeText', 'Times New Roman', Serif;
  font-size: 40px;
  line-height: 1.4;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}
h3 {
  font-size: 20px;
  line-height: 1.3;
  padding: 10px 0;
  letter-spacing: 0.036em;
}
h5 {
  font-family: 'AdrianeText', 'Times New Roman', Serif;
  font-size: 16px;
}
p {
  margin: 10px 0;
  font-size: 14px;
}
hr {
  border: 0;
  border-bottom: 1px solid #000000;
}
ul {
  margin: 0 20px;
  list-style: disc;
}
table {
  width: 100%;
  margin: 20px 0;
}
table th {
  background: transparent;
  padding: 0 5px;
  font-size: 12px;
}
table tr.even td {
  background: transparent;
}
table tr.even td.even {
  background: transparent;
}
table td {
  background: transparent;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  border: 1px solid #000000;
}
table td.even {
  background: transparent;
}
a:link,
a:link:visited,
a:link:active {
  font-weight: bold;
  text-decoration: underline;
  color: #0066cc;
}
#mainColumn,
.content,
.article-content,
.page-content,
.container,
.recipe-listing {
  width: 96%;
  margin: 2%;
  padding: 0;
  border-left: 0;
  *clear: both;
}
#footer {
  background: transparent;
  clear: left;
  height: 220px;
  position: relative;
  z-index: 9999999;
  border-top: #333333 solid 1px;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
#footer .container #footerMainNav,
#footer .container #footerSecondaryNav {
  text-align: center;
  width: auto;
  padding: 25px 25px 0;
}
#footer .container #footerMainNav li,
#footer .container #footerSecondaryNav li {
  display: inline;
}
#footer .container #footerMainNav li a,
#footer .container #footerSecondaryNav li a,
#footer .container #footerMainNav li .disclaimer,
#footer .container #footerSecondaryNav li .disclaimer {
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}
#footer .container #footerSecondaryNav {
  padding: 0 25px;
  width: auto;
  list-style: none;
}
#footer .container #footerSecondaryNav li .disclaimer {
  color: #000000;
}
#footer .container #footerSecondaryNav li a:link:after {
  content: "(" attr(href) ")";
}
#footer #page-curl {
  background: url("../img/peel-away.png") no-repeat scroll right bottom;
  bottom: 13px;
  height: 233px;
  position: fixed;
  right: 0;
  width: 324px;
  z-index: 10000;
}
/* =============================================================================
  home page
  ========================================================================== */
#galleryHeader h3 {
  text-align: center;
}
.proudAndPureSection,
.nutritionTipsSection {
  background: none;
  width: 100%;
  margin-bottom: 20px;
}
.proudAndPureSection .textBox,
.nutritionTipsSection .textBox {
  padding-top: 7%;
  color: #000000;
  width: 68%;
  float: right;
}
.proudAndPureSection .textBox h2,
.nutritionTipsSection .textBox h2,
.proudAndPureSection .textBox h4,
.nutritionTipsSection .textBox h4,
.proudAndPureSection .textBox p,
.nutritionTipsSection .textBox p {
  line-height: 1;
  font-size: 14px;
  font-family: 'Museo Sans 300', Arial, Sans-serif;
  color: #000000;
  margin-bottom: 10px;
}
.proudAndPureSection .textBox a,
.nutritionTipsSection .textBox a {
  text-decoration: none;
}
.proudAndPureSection img,
.nutritionTipsSection img {
  width: 30%;
  height: auto;
  float: left;
}
.recipeGallery {
  width: 100%;
  padding: 0;
  margin: 0;
}
.recipe-listing {
  padding: 0;
  width: 100%;
  position: relative;
}
.recipe-listing .section {
  clear: left;
}
.recipe-listing .section .recipeBlock {
  width: 23%;
  padding-top: 1px;
  float: left;
  background: #ffffff;
  margin: 0 1%  20px;
}
.recipe-listing .section .recipeBlock .recipeInfo {
  position: relative;
  height: 285px;
}
.recipe-listing .section .recipeBlock .recipeInfo img {
  width: 100%;
  height: auto;
}
.recipe-listing .section .recipeBlock .recipeInfo .overlayInfo {
  opacity: 1;
  color: #000000;
  background: #ffffff;
  font-family: 'AdrianeText-Bold';
  font-size: 20px;
  line-height: 22px;
  padding: 0 8% 5%;
  position: absolute;
  bottom: 0;
  width: 84%;
  border: 1px dashed #dddddd;
}
.recipe-listing .section .recipeBlock .recipeInfo .overlayInfo .title,
.recipe-listing .section .recipeBlock .recipeInfo .overlayInfo .subtitle {
  margin: 0;
  padding: 10px 0 0;
}
.recipe-listing .section .recipeBlock .recipeInfo .overlayInfo .title {
  padding-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
}
.recipe-listing .section .recipeBlock .recipeInfo .overlayInfo .title a {
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  word-wrap: break-word;
  font-family: 'AdrianeText-Bold';
}
.recipe-listing .section .recipeBlock .recipeInfo .overlayInfo .subtitle {
  font-family: 'AdrianeText';
  letter-spacing: 0.036em;
}
.recipe-listing .section .recipeBlock .recipeInfo .overlayInfo sup {
  font-family: 'AdrianeText';
  font-size: 14px;
  margin-right: 5px;
}
.recipe-listing .section .recipeBlock .recipeInfo .overlayInfo a {
  color: #000000;
  text-decoration: none;
}
.recipe-listing .section .otherInfo {
  display: block;
  padding: 0px 18px;
}
.recipe-listing .section .otherInfo p {
  line-height: 1.2;
}
.recipe-listing .section .otherInfo a {
  font-weight: 700;
}
.recipe-listing .section .otherInfo .rating img {
  width: auto;
  position: relative;
}
/* =============================================================================
  Recipe Single page
  ========================================================================== */
#mainColumn #recipe {
  margin: 30px 40px;
}
#mainColumn #recipe #recipe-image {
  height: auto;
  width: 100%;
  margin: 30px 0;
}
#mainColumn #recipe #recipe-image img {
  width: 50%;
  height: auto;
  float: left;
  margin-bottom: 30px;
}
#mainColumn #recipe #recipe-image .recipe-info {
  width: 45%;
  float: right;
  margin: 0;
  padding: 0 0 0 5%;
  height: auto;
}
#mainColumn #recipe #recipe-image .recipe-info .prep-time,
#mainColumn #recipe #recipe-image .recipe-info .cook-time,
#mainColumn #recipe #recipe-image .recipe-info .energy {
  width: auto;
  display: block;
  margin-bottom: 20px;
}
#mainColumn #how-to {
  padding: 20px;
}
#mainColumn #how-to h4 {
  color: #000000;
}
#mainColumn #how-to h2 {
  color: #000000;
  font-size: 14px;
  font-family: 'AdrianeText', 'Times New Roman', Serif;
  font-weight: normal;
  line-height: 1;
}
#mainColumn #how-to #media {
  float: right;
}
#mainColumn #ingredients {
  border-top: 1px solid #f2eeea;
  padding: 40px;
  clear: left;
  display: block;
}
#mainColumn #ingredients h4 {
  text-transform: uppercase;
}
#mainColumn #ingredients #serves {
  float: left;
  width: 100%;
  margin: 20px 0;
  font-size: 14px;
}
#mainColumn #ingredients #serves h4,
#mainColumn #ingredients #serves p {
  display: inline;
}
#mainColumn #ingredients .ingredients {
  width: 65%;
}
#mainColumn #ingredients .ingredients td {
  text-align: left;
  background: #ffffff;
  padding: 5px 0;
  border: 0 !important;
  font-size: 14px;
}
#mainColumn #method {
  border-top: 1px solid #f2eeea;
  padding: 40px;
}
#mainColumn #method h4 {
  font-weight: 700;
  text-transform: uppercase;
}
#mainColumn #method ul {
  list-style: none;
}
#mainColumn #method ul li {
  border-bottom: 1px dotted #efefef;
  padding: 5px 0;
  font-size: 14px;
}
#mainColumn #method ul li span {
  font-family: 'AdrianeText', 'Times New Roman', Serif;
  font-size: 20px;
  float: left;
  margin: 10px;
}
#mainColumn #nutrition {
  border-top: 1px solid #f2eeea;
  padding: 40px;
}
#mainColumn #nutrition h4 {
  text-transform: uppercase;
}
/* =============================================================================
 Product Listing page
 ========================================================================== */
.product-listing {
  margin: 0 80px 30px;
  list-style: none;
}
.product-listing li {
  display: block;
  float: left;
  width: 48%;
  line-height: 20px;
  margin: 50px 20px 6px 0;
}
.product-listing li .product-image {
  float: left;
  width: 38%;
}
.product-listing li .product-image img {
  max-width: 100%;
  height: auto;
}
.product-listing li .product-info {
  float: left;
  width: 61%;
}
.product-listing li .product-info h2 {
  color: #000000;
  font-family: 'AdrianeText', 'Times New Roman', Serif;
  font-weight: normal;
}
.product-listing li .product-info a {
  display: none;
}
.min-height-300 {
  display: block !important;
  margin: 30px 0 0 80px;
  position: relative;
  min-height: 150px;
  border-bottom: 1px dotted #efefef;
}
.min-height-300 .heroCopy {
  float: left;
  width: 50%;
}
.min-height-300 .heroCta {
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 40%;
  margin: 0;
  padding: 0;
}
/* =============================================================================
  Product Single page
  ========================================================================== */
#title {
  border-bottom: 1px solid #F2EEEA;
  margin: 30px 40px;
  padding: 20px 80px;
}
#product {
  width: 100%;
  margin: 0;
}
#product h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
#product #product-info {
  background: transparent;
  margin: 0 5% 3% 10%;
  width: auto;
}
#product #product-info #product-details {
  float: left;
  padding: 0 5% 10px 0;
  width: 40%;
}
#product #product-info #product-details #product-image {
  float: none;
  margin: 10px 0 0;
  width: auto;
}
#product #product-info #product-details #product-image img {
  height: auto;
  max-width: 100%;
}
#product #product-info #product-details #product-description {
  float: right;
  width: auto;
}
#product #product-info #product-fast-facts {
  float: left;
  padding: 2% 5% 2% 3%;
  width: 10%;
  border-right: 1px solid #F2EEEA;
  border-left: 1px solid #F2EEEA;
}
#product #product-info #product-fast-facts ul {
  list-style: none;
  margin: 0;
}
#product #product-info #product-fast-facts ul li {
  font-family: 'AdrianeText', 'Times New Roman', Serif;
  font-size: 40px;
  margin: 0 0 30px;
}
#product #product-info #product-fast-facts ul li sup {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Museo Sans 300', Arial, Sans-serif;
  text-transform: uppercase;
}
#product #product-info #product-fast-facts ul li .red-subtext {
  font-size: 16px;
  font-family: 'Museo Sans 300', Arial, Sans-serif;
  color: #000000;
  display: block;
  font-weight: 700;
  margin: 10px 0 0;
  line-height: 18px;
}
#product #product-info #related-recipe {
  float: right;
  padding: 0 2% 1%;
  text-align: center;
  width: 30%;
}
#product #product-info #related-recipe #related-recipe-image {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
}
#product #product-info #related-recipe #related-recipe-image img {
  width: 100%;
  height: auto;
}
#product #product-info #related-recipe #related-recipe-title h3 {
  padding: 10px 0;
}
#product #product-info #related-recipe a {
  display: none;
}
#product #methods {
  padding: 10px 0 10px 10%;
  border-top: 1px solid #f2eeea;
  width: 40%;
  float: left;
}
#product #methods h4 {
  padding: 0 0 10px;
}
#product #methods ul {
  list-style: none;
  margin: 0;
}
#product #methods ul li {
  display: inline;
  margin: 0 30px 0 0;
  font-family: 'Museo Sans 300', Arial, Sans-serif;
  font-size: 14px;
}
#product #ingredients {
  padding: 10px;
  font-size: 14px;
  border-top: 1px solid #f2eeea;
  width: auto;
  float: left;
}
#product #ingredients .got-a-question {
  float: right;
  margin: -5px 0 0;
}
#product #ingredients .got-a-question h3 {
  font-size: 14px;
  padding: 0 0 10px;
}
#product #ingredients .got-a-question p {
  margin-bottom: 0;
}
#product #nutritional-information {
  padding: 10px 80px;
  clear: left;
  border-top: 1px solid #f2eeea;
}
#product #nutritional-information h4 {
  border-bottom: 1px solid #f2eeea;
  padding: 0 0 10px;
}
#product #nutritional-information #servings {
  border-bottom: 1px solid #f2eeea;
  padding: 5px 0;
}
#product #nutritional-information #servings span {
  font-size: 30px;
  font-weight: 300;
  margin: 0 20px 0 5px;
  vertical-align: text-top;
}
/* =============================================================================
  Article Listing page
  ========================================================================== */
#article-listing {
  margin: 0;
  list-style: none;
}
#article-listing li {
  border-bottom: 1px solid #f2eeea;
  padding: 20px 20px;
  width: 540px;
}
#article-listing li h5 {
  font-family: 'Museo Sans 300', Arial, Sans-serif;
  color: #000000;
  padding: 5px 0 10px;
}
#article-listing li p > a {
  display: none;
}
#article-listing li a {
  text-decoration: none;
}
#article-listing li h1 {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
#article-listing li h3 {
  text-transform: uppercase;
  padding: 10px 0 0;
}
#article-listing li img {
  display: none;
}
/* =============================================================================
  Article single page
  ========================================================================== */
.article-content {
  padding: 20px 20px;
  width: 540px;
}
.article-content h1 {
  margin-top: 30px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
}
.article-content img {
  margin: 30px 30px 30px 0;
  width: 30%;
  height: auto;
  float: left;
}
.article-content p {
  margin-bottom: 15px;
}
/* =============================================================================
   faqs page
   ========================================================================== */
#content .page-content {
  padding-top: 10px;
}
#content .page-content .faq-page .question-block {
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px dotted #efefef;
  width: 100%;
}
#content .page-content .faq-page .question-block .block-tag {
  display: none;
}
#content .page-content .faq-page .question-block .question {
  background: transparent;
  padding: 3% 3% 2%;
  position: relative;
}
#content .page-content .faq-page .question-block .question a {
  text-decoration: none;
}
#content .page-content .faq-page .question-block .question img {
  display: none;
}
#content .page-content .faq-page .question-block .answer {
  background: transparent;
  display: block !important;
  left: 0;
  padding: 0 3% 3%;
  position: relative;
  top: 100%;
  width: auto;
}
/* =============================================================================
   search page
   ========================================================================== */
#title {
  padding-right: 40px 10px 20px ;
  margin: 0;
}
.search-list-result {
  width: 100% !important;
  padding: 40px 20px 20px !important;
}
.search-list-result .recipeBlock:first-child {
  margin-left: 20px !important;
}
.search-list-result .recipeBlock {
  width: 23%;
  padding-top: 1px;
  float: left;
  background: #ffffff;
  margin: 0 1%  20px;
}
.search-list-result .recipeBlock .recipeInfo {
  position: relative;
  height: 285px;
}
.search-list-result .recipeBlock .recipeInfo img {
  width: 100%;
  height: auto;
}
.search-list-result .recipeBlock .recipeInfo .overlayInfo {
  opacity: 1;
  color: #000000;
  background: #ffffff;
  font-family: 'AdrianeText-Bold';
  font-size: 20px;
  line-height: 22px;
  padding: 0 8% 5%;
  position: absolute;
  bottom: 0;
  width: 84%;
  border: 1px dashed #dddddd;
}
.search-list-result .recipeBlock .recipeInfo .overlayInfo .title,
.search-list-result .recipeBlock .recipeInfo .overlayInfo .subtitle {
  margin: 0;
  padding: 10px 0 0;
}
.search-list-result .recipeBlock .recipeInfo .overlayInfo .title {
  padding-bottom: 10px;
  border-bottom: 1px dashed #dddddd;
}
.search-list-result .recipeBlock .recipeInfo .overlayInfo .title a {
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  word-wrap: break-word;
  font-family: 'AdrianeText-Bold';
}
.search-list-result .recipeBlock .recipeInfo .overlayInfo .subtitle {
  font-family: 'AdrianeText';
  letter-spacing: 0.036em;
}
.search-list-result .recipeBlock .recipeInfo .overlayInfo sup {
  font-family: 'AdrianeText';
  font-size: 14px;
  margin-right: 5px;
}
.search-list-result .recipeBlock .recipeInfo .overlayInfo a {
  color: #000000;
  text-decoration: none;
}
.container .tile {
  display: none;
}
