/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/

/* SHARED CLASSES */
.long-headline h2 {
    font-size: 2.35em;
}

/*Home page*/
.test {color: white;}
.slide_callout_new:before {
    content: "New Look! Same Crunch.";
    position: absolute;
    top: 0;
    right: 2%;
    width: 130px;
    padding: .25em .75em;
    background-color: #55295c;
    height: 50px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

#whats-inside .b-headline {
		text-transform: uppercase;
		font-weight: normal;
		color: #f2bd33;
	}
#home-new .b-text-column__headline {
	
}

/* Recipes*/
#recipes-title h2 {
	background: #f6bd24;
	color: #fff;
	margin-bottom: 1em;
	padding: .2em 0;
}

/* community*/
#communitymaster .b-hero-slide__headline {
    font-size: 2.25em;
}
#community-certs .b-feature-card:first-child .b-feature-card__headline {
	font-size: 2.5em;
}

#community-certs .b-feature-card:first-child .b-feature-card__button {
	background-image: url("../images/icon-scissors.png");
	background-position: 12px center;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.smaller-text .b-section-intro__subhead_big {
    font-size: 1.25em !important;
    
}
/* Our Story*/
#story-savings-halves .b-half-tile:first-child h3 {
	font-size: 2.5em;
}
#story-savings-halves .b-half-tile:last-child h3 {
	font-weight: bold;
}

/* PRODUCTS PAGE */
#products-savings-halves .b-half-tile:first-child h3 {
	font-size: 2.5em;
}
#products-savings-halves .b-half-tile:last-child h3 {

}
.header-with-image .b-hero-slide__headline_center {
	font-size: 3.75em;
}

.page-id-8014 #container {

}
.side-images {
	background-position-y: -600% !important;
	-webkit-background-size: 200% !important;
	background-size: 600% auto !important;
}
.side-images-protien {
	

}
/* SINGLE PRODUCT PAGES */


/* Certifications */


/* background fillers*/


/* CURRENT OFFER */
#current-offer-coupon .b-feature-card:first-child {
	font-size: 125%;
}
#current-offer-coupon .b-feature-card:first-child h2 {
	font-size: 2.4em;
	margin: 0;
}
#current-offer-coupon .b-feature-card:first-child h3 {
	font-size: 1.6em;
	margin: 0;
}
#current-offer-coupon .b-feature-card:first-child p {
	font-size: 1.3em;
	margin: 0;
}
#current-offer-coupon .b-feature-card:first-child .b-feature-card__cover-image:before {
		content: "";
		display: block;
		border: 3px #fff dashed;
		padding: 15px 0;
		position: absolute;
	    width: 88%;
    height: 77%;
    left: 5%;
    top: 7%;
}
#current-offer-intro h2 {
	background: url("../images/icon-talk-bubble.png") top center no-repeat;
	padding-top: 90px;
	text-transform: none;
}


#featured-recipe h2 {
	margin-bottom: 0;
	text-transform: none;
	font-weight: bold;
}
#featured-recipe h2 span {
	font-size: 65%;
	font-weight: normal;
}
#featured-recipe .featured_ingredients {
	font-weight: bold;
}
#featured-recipe .featured_ingredients span {
    min-width: 25px;
    display: inline-block;
}
#featured-recipe .b-multi-column__buttons_left {
	margin: auto;
	max-width: 90%;
}

/* General stuff */
.purple-headline h2, .purple-headline h3 {
	color: #653565;
}
.bigger-headline h3 {
	font-size: 2.35em;
}
.smaller-headline h2 { font-size: 2em; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {

/*Home page*/
#whats-inside .b-headline {
	font-size: 1.75em;
}
.smaller-headline h2 { font-size: 2.4em; }
/* Recipes*/


/* community*/


/* Our Story*/


/* PRODUCTS PAGE */
.header-with-image .b-hero-slide__headline_center {
	font-size: 3em;
}

/* Certifications */


/* background fillers*/


/* CURRENT OFFER */

/* General stuff */
.bigger-headline h3 {
	font-size: 2.75em;
}

} /* end of media query */

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {

.long-headline h2 {
    font-size: 4em;
}

/*Home page*/
#whats-inside .b-headline {
	font-size: 2em;
}
.tucked_image.b-section_text-side-image {
	overflow: visible;
}
.tucked_image.b-section_text-side-image .b-section__wrap-inner {
	padding-top: 0em;
	padding-bottom: 1em;
}
.tucked_image.b-section_text-side-image .b-side-image {
	margin-top: -3.25em;
	flex-basis: 63%;
    padding: 0;
}
.tucked_image.b-section_text-side-image .b-text-column {
    flex-basis: 35%;    
}
.smaller-headline h2 { font-size: 2.7em; }

/* Recipes*/


/* community*/
#communitymaster .b-hero-slide__headline {
    font-size: 3.65em;
}
#community-certs .b-feature-card:first-child .b-feature-card__headline {
	font-size: 3em;
}

/* Our Story*/


/* PRODUCTS PAGE */
.header-with-image .b-hero-slide__headline_center {
	font-size: 3.5em;
}
.page-id-8014 #container {
    background-image: url("../images/bkg-giant-grain-watermark_3.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
/* SINGLE PRODUCT PAGES */

.wider-text .b-text-column {
	flex-basis: 60%;
	padding-right: 5%;
}
.wider-text .b-text-column_left {
	padding-right: 0;
	padding-left: 5%;
}
.wider-text .b-side-image {
	flex-basis: 40%
}
.side-images .b-section__wrap-outer {
	max-width: 70%;
}
.side-images {
	background-position-y: -600% !important;
	-webkit-background-size: 200% !important;
	background-size: 300% auto !important;
	
	-webkit-transition: all 2s cubic-bezier(0.075, 0.820, 0.165, 1.000) /* easeOutCirc */, background-position-y 2s cubic-bezier(0.075, 0.820, 0.165, 1.000) /* easeOutCirc */;
    -moz-transition: all 2s cubic-bezier(0.075, 0.820, 0.165, 1.000) /* easeOutCirc */, background-position-y 2s cubic-bezier(0.075, 0.820, 0.165, 1.000) /* easeOutCirc */;
    -o-transition: all 2s cubic-bezier(0.075, 0.820, 0.165, 1.000) /* easeOutCirc */, background-position-y 2s cubic-bezier(0.075, 0.820, 0.165, 1.000) /* easeOutCirc */;
    -ms-transition: all 2s cubic-bezier(0.075, 0.820, 0.165, 1.000) /* easeOutCirc */, background-position-y 2s cubic-bezier(0.075, 0.820, 0.165, 1.000) /* easeOutCirc */;
	transition: all 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000) /* easeOutCirc */, background-position-y 1.5s cubic-bezier(0.075, 0.820, 0.165, 1.000); /* easeOutCirc */;
	
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000); 
	-o-transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000); 
	transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000); /* easeOutCirc */
}
.side-images.show {
	background-position-y: 0 !important;
	-webkit-background-size: 100% !important;
	background-size: 100% auto !important;
}
.side-images-protein {
	background-position: left bottom !important;
	background-size: cover !important;
}
.side-images-protein .b-section__wrap-outer {
	max-width: 81%;
}
.side-images-protein .b-section__wrap-inner {
	padding-bottom: 9em;
}
/* Certifications */
.reverse-columns.b-section_multi-column_twocol .b-multi-column__text:last-child {
	order: 0;
}

/* background fillers*/


/* CURRENT OFFER */
#current-offer-coupon .b-feature-card:first-child:after {
    content: ">";
    display: block;
    position: absolute;
    top: 165px;
    right: -36px;
    z-index: 3000;
    font-size: 90px;
    font-weight: bold;
    color: #F2BD33;
}
#current-offer-coupon .b-feature-card:first-child {
	font-size: 115%;
	position: relative;
}
#current-offer-coupon .b-feature-card:first-child .b-feature-card__inner_overlay {
	padding: 2.5em 12%;
}
#current-offer-coupon .b-feature-card:first-child h2 {
	font-size: 2em;
}
#current-offer-intro h2 {
	background: url(../images/icon-talk-bubble.png) 25px top no-repeat;
    padding-top: 10px;
    padding-left: 120px;
    text-align: left;
    min-height: 73px;
    font-size: 1.5em;
}
#featured-recipe .b-section__wrap-outer {
	max-width: 75%;
}


/*GENERAL STYLES*/

.bigger-headline h3 {
	font-size: 2.5em;
}
.right-heavy .b-multi-column__text:first-child {
  flex-basis: 57%;
}

.right-heavy .b-multi-column__text:last-child {
  flex-basis: 80%;
  text-align: center;
}

.always-column.b-section.b-section_multi-column_twocol .b-section__wrap-inner {
	flex-direction: column;
}
.always-column.b-section.b-section_multi-column_twocol .b-section__wrap-inner .b-multi-column__text {
	text-align: center;
	flex-basis: 100%;
	padding-left: 0%;
    padding-right: 0%;
}
.always-column.b-section.b-section_multi-column_twocol .b-section__wrap-inner .b-multi-column__text:last-child {
	padding-left: 0%;
    padding-right: 0%;
}

.left-card-up .b-feature-card:last-child .b-feature-card__inner {
	/*margin-top: 1.5em;*/
}
.right-card-up .b-feature-card:first-child .b-feature-card__inner {
	margin-top: 1.5em;
}

} /* end of media query */

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
    
.long-headline h2 {
    font-size: 5em;
}
/*Home page*/
.smaller-headline h2 { font-size: 3.5em; margin-top: 0.3em; }

/* Recipes*/
#recipes-intro .wrap {
	width: 870px;
}
#recipes-title .wrap {
	width: 870px;
}

/* community*/
#communitymaster .b-hero-slide__headline {
    font-size: 4.5em;
}
#community-certs .b-feature-card:first-child .b-feature-card__headline {
	font-size: 5em;
    margin-bottom: 0.1em;
}
#community-certs .b-feature-card:first-child  .b-feature-card__text_overlay p {
	font-size: 1.5em;
}
.smaller-text .b-section-intro__subhead_big {
  font-size: 1.5em;
  max-width: 85%;
}
/* Our Story*/
#story-savings-halves .b-half-tile:first-child h3 {
	font-size: 3em;
}

/* PRODUCTS PAGE */
#products-savings-halves .b-half-tile:first-child h3 {
	font-size: 3em;
}
.header-with-image .b-hero-slide__content_center {
	max-width: 100%;
}
.header-with-image .b-hero-slide__headline_center {
	font-size: 3.75em;
}
.page-id-8014 #container {
	background-size: initial;
}

/* Certifications */


/* background fillers*/

/* SINGLE PRODUCT PAGES */
.side-images .b-section__wrap-outer {
	max-width: 65%;
}

/* CURRENT OFFER */
#current-offer-coupon .b-feature-card:first-child:after {
	content: ">";
    display: block;
    position: absolute;
    top: 135px;
    right: -56px;
    z-index: 3000;
    font-size: 140px;
    font-weight: bold;
    color: #F2BD33;
}
#current-offer-coupon .b-feature-card:first-child h2 {
	font-size: 2.4em;
}
#featured-recipe .b-section__wrap-outer {
	max-width: 50%;
}
#featured-recipe h2 {
    font-size: 2.5em;
}
#featured-recipe h2 span {
    font-size: 50%;
}
#featured-recipe p {
	font-size: 1.25em;
}

/*GENERAL STYLES*/
.right-heavy .b-multi-column__text:first-child {
  flex-basis: 61%;
}

.right-heavy .b-multi-column__text:last-child {
  flex-basis: 80%;
  text-align: center;
}
    
.always-column.b-section.b-section_multi-column_twocol .b-section__wrap-inner .b-multi-column__text {
	
}
.always-column.b-section.b-section_multi-column_twocol .b-section__wrap-inner .b-multi-column__text:last-child {
	padding-left: 0%;
    padding-right: 0%;
}

} /* end of media query */

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {

.long-headline h2 {
    font-size: 6.25em;
}
/* HOME PAGE */

.home .side-images h2 {
	color: #f2bd33;
	text-transform: uppercase;
	    font-weight: normal;
    font-size: 3.25em;
    margin-top: 0.85em;
    margin-bottom: 0.25em;
}
.home .side-images p {
	font-size: 1.75em;
    margin-top: 0.8em;
    line-height: 1.25;
}
.tucked_image.b-section_text-side-image .b-section__wrap-inner {
	padding-top: 1em;
	padding-bottom: 1em;
}
.tucked_image.b-section_text-side-image .b-side-image {
	margin-top: -4em;
}
.smaller-headline h2 { font-size: 3.85em; }
/* COMMUNITY */
#communitymaster .b-hero-slide__headline {
    font-size: 5.4em;
}
.smaller-text .b-section-intro__subhead_big {
  max-width: 80%;
}
/* RECIPES */
#recipes-intro .wrap {
	width: 1096px;
}
#recipes-title .wrap {
	width: 1096px;
}

/* OUR STORY */
#story-savings-halves .b-half-tile:first-child h3 {
	font-size: 3.5em;
}

/* PRODUCTS PAGE */
.header-with-image .b-hero-slide__headline_center {
	font-size: 3.1em;
}
#products-savings-halves .b-half-tile:first-child h3 {
	font-size: 3.5em;
}

/* SINGLE PRODUCT PAGES */
.side-images .b-section__wrap-outer {
	max-width: 62%;
}

/* General stuff */
.bigger-headline h3 {
	font-size: 3.5em;
}
.side-images .b-section__wrap-inner {
	padding: 8em 0 13em;
}
.right-heavy .b-multi-column__text:first-child {
  flex-basis: 50%;
}

.right-heavy .b-multi-column__text:last-child {
  flex-basis: 60%;
  text-align: center;
}


} /* end of media query */

