/*
Theme Name: Rachael Ray's Yum-o!
Theme URI: http://www.yum-o.org/
Description: A custom crafted Wordpress theme
Author: Milk & Pixels
Author URI: http://www.milkandpixels.com
*/

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 0;
    padding:0;
}

dd {
    margin: 0;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    margin:0;
    padding:0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   WordPress Standards
   ========================================================================== */

.alignleft							{ float: left; margin:0 10px 0 0; }
.alignright							{ float: right; margin:0 0 0 10px; }
.aligncenter						{ display:block; margin:0 auto; text-align:center; }
.clear								{ clear: both; }
.small								{font-size: 11px;}
.bold								{font-weight: bold;}
.wp-caption-text					{text-align:center;}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Screen Readers
   ========================================================================== */

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000; /* Above WP toolbar. */
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #fff;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #393858;
  font-size: 16px;
  font-weight: 700;
  clip: auto !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font: 16px  'Open Sans', Helvetica, Arial, sans-serif;
  color: #7d725b;
  background: #f4f1e7 url(img/foodpattern_cream.png) repeat;
}

.yellow-pattern {
	background: #ffd868 url(img/foodpattern_yellow.png) repeat;
}

a {
  color: #00808d;
  text-decoration: none;
  -o-transition:all .2s ease-out;
  -ms-transition:all .2s ease-out;
  -moz-transition:all .2s ease-out;
  -webkit-transition:all .2s ease-out;
  transition:all .2s ease-out;
}

a:hover {
	color: #008a84;
}

a:active {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	color: #f26532;
	font-size: 39px;
	line-height: 54px;
}

#default-page h1 {
	margin-bottom: 60px;
}

.medium-heading {
	font-size: 28px;
    line-height: 36px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 30px 0 5px;
	text-transform: uppercase;
	color: #f26532;
	font-weight: bold;
}

.widgettitle,
.hometitle,
h3.post-title {
	text-transform: none;
}

h3.post-title {
	color: #00808d;
	margin: 0;
}

.post-with-image .post-details h3.post-title {
	color: white;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	color: #00808d;
	font-weight: 700;
}

h5, h3.hometitle, .widgettitle, .grouptitle {
	font-size: 28px;
	line-height: 36px;
	color: #f26532;
	font-weight: 400;
	margin: 0 0 30px;
}

.cook-feed-fund h2,
.cook-feed-fund h5 {
	background: url(img/bg-h5.png) top 8px right repeat-x;
}

h2.push,
h5.push {
	margin-top: 50px;
}

h2.push span,
h5 span {
	background-color: #fff;
	display: inline-block;
	padding: 0 10px 0 0;
}

.container {
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
}

.inner {
	width: 90%;
	padding: 60px 5%;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}

.masthead {
	background-color: #fff;
}

.masthead .logo {
	max-width: 185px;
	width: 20%;
}

.masthead .container {
	overflow: hidden;
	line-height: 105px;
	height: 105px;
}

.masthead .container img {
	vertical-align: middle;
}

.masthead .navigation {
	float: right;
	width: 80%;
	text-align: right;
}

.menu-primary-container {
	display: inline-block;
}

.menu-primary-container ul {
	list-style: none;
	font-weight: 600;
}

.menu-primary-container ul li {
	display: inline-block;
	padding: 0 13px;
}

.menu-primary-container a {
	color: #7d725b;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
}

.menu-primary-container a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #7d725b;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.menu-primary-container a:hover::after {
  height: 2px;
  margin: 3px 0 0;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.social-links {
	display: inline-block;
}

.social-links a {
	color: #7d725b;
	font-size: 22px;
	padding: 0 8px;
}

.social-links a:hover {
	color: #f26532;
}

.masthead .donate {
	margin-left: 25px;
}

.boxed {
	margin: 85px auto 105px;
	position: relative;
	z-index: 2;
}

.newsletter-signup {
	background: #875a33 url(img/footerbgphoto.jpg) no-repeat bottom -150px center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  padding-bottom: 400px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.newsletter-signup .container {
	overflow: hidden;
}

.newsletter-signup .callout {
	font-size: 26px;
	font-weight: 600;
	line-height: 36px;
	margin: 70px auto 20px;
	display: block;
}

.newsletter-signup .signup-form {
	margin: 40px 0 0;
}

.newsletter-signup a:hover {
	color: #fff;
	background-color: #008a84;
}


.copyright {
	background: #00808d;
	color: #fff;
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
}

.copyright a {
	color: #fff;
	padding: 2px 4px;
	display: inline-block;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright .social-links {
	float: right;
}

.copyright .social-links a:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}

.copyright .container {
	text-align: center;
}

.color-block {
	background-color: #f26532;
	padding: 0 12px;
	line-height: 50px;
}

input[type=text], input[type=email] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	font: 16px  'Open Sans', Helvetica, Arial, sans-serif;
	color: #7d725b;
	padding: 0 18px;
	margin: 0 5px 0 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body .emma-horizontal-layout ul#emma-form-elements .emma-form-input {
  width: 90%;
  padding: 0 5%;
  margin: 0;
}

body .emma-horizontal-layout ul#emma-form-elements li.emma-form-row-last {
  width: 20%;
}

body .emma-horizontal-layout ul#emma-form-elements li.emma-form-row {
  display: inline-block;
  float: none !important;
}

body .emma-status {
  border: none;
  background: none;
  font-size: 18px;
  padding: 25px 0;
  width: auto;
  color: #fff;
}

body .emma-status:before, .emma-alert:before {
  display: none;
}

input[type=submit], body #emma-form input[type="submit"] {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #00808d;
	height: 50px;
	line-height: 50px;
	font: 16px  'Open Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 0 18px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
  -o-transition:all .2s ease-out;
  -ms-transition:all .2s ease-out;
  -moz-transition:all .2s ease-out;
  -webkit-transition:all .2s ease-out;
  transition:all .2s ease-out;
}

input[type=submit]:hover {
	background-color: #008a84 !important;
}

textarea:focus, input:focus{
    outline: 0;
}

.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	background-color: #00808d;
	font: 16px  'Open Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 12px 40px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}

.btn.white {
	background-color: #fff;
	color: #00808d;
}

.btn.btn-transparent {
	padding: 8px 14px;
	color: #00808d;
	border: 1px solid #00808d;
	background: none;
}

.btn.btn-transparent:hover {
	color: #fff;
	background: #00808d;
}

.btn.white:hover {
	color: #f26532;
}

img {
	max-width: 100%;
	height: auto;
}

.columns {
	overflow: hidden;
}

.columns .half {
  width: 47.5%;
  float: left;
  margin: 0 5% 0 0;
}

.columns .half:nth-child(2n) {
    margin-right: 0;
}

.columns .half img:nth-child(2n) {
  margin-bottom: 8px;
}

.narrow {
	max-width: 745px;
	margin: 0 auto;
}

.post p, .post ul, .post ol {
	line-height: 24px;
}

.post ul, .post ol {
	list-style-position: inside;
}

ol {
  counter-reset: foo;
  display: table;
  margin: 30px 0;
}

ol > li {
  counter-increment: foo;
  display: table-row;
}

ol > li::before {
  content: counter(foo) ".";
  display: table-cell; /* aha! */
  text-align: right;
  padding: 0 15px 0 0;
}

ol > li::after {
  content: '';
  display: block;
  margin: 0 0 15px;
}

.band {
	height: 40px;
}

.band.yellow {
	background-color: #ffd868;
}

.band .inside {
	width: 90%;
  margin: 0 auto;
}

p {
	line-height: 24px;
}

.tag-block {
	background-color: #00808d;
	display: inline-block;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0 3px 0 0;
}

.tag-block:hover {
	background-color: #f26532;
	color: #fff;
}

.band .tag-block {
	margin-top: 30px;
}

.left-content {
	float: left;
	width: 70%;
}

#sidebar {
	float: left;
	width: 25%;
	margin-left: 5%;
}

#sidebar ul {
	list-style: none;
}

#sidebar .widget {
	margin: 0 0 45px;
}

#sidebar ul ul > li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url(img/bg-dots.png) bottom left repeat-x;
}

#sidebar ul li > a {
	font-size: 14px;
	color: #00808d;
	font-weight: 700;
}

#sidebar ul li > a:hover {
	color: #008a84;
}

#sidebar input[type=text] {
	border: 1px solid #e6dfd1;
}

.block-nav {
	text-align: center;
	font-size: 0;
	margin: 0 0 35px;
}

.block-nav a {
	display: inline-block;
	font-size: 15px;
	color: #7d725b;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 40px;
	height: 42px;
	width: 20%;
	text-align: center;
	border-top: 1px solid #e6dfd1;
	border-bottom: 1px solid #e6dfd1;
	border-left: 1px solid #e6dfd1;
	background-color: #fff;
	box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
}

.block-nav a:last-child {
	border-right: 1px solid #e6dfd1;
}

.block-nav a.active, .block-nav a:hover {
	background-color: #00808d;
  color: #fff;
}

.block-nav a.active {
  text-decoration: underline;
}

.block-nav a:hover {
  background-color: #7d725b;
}

.plain-link {
	text-transform: uppercase;
	font-weight: 700;
	color: #7d725b;
}

.plain-link:hover {
	color: #00808d;
}

/* ==========================================================================
   Home Page
   ========================================================================== */

#home-page {
	background-color: #fff;
	overflow: hidden;
}

#home-page .home-grid {
	overflow: hidden;
	margin: 55px 0;
	background: url(img/foodpattern_teal.jpg) repeat;
}

.home-grid .block {
	width: 50%;
	float: left;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-grid .img-block {
	padding-bottom: 430px;
}

.home-grid .text-block {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.home-grid .text-block h3,
.home-grid .text-block h5 {
	color: #fff;
}

.home-grid .text-block .inside {
	padding: 50px 5%;
	width: 90%;
	max-width: 500px;
}

.home-grid .text-block .btn {
	margin: 30px 0 0;
}

.home-grid .block.cff1 {
	background-image: url('img/home_cookfeedfund1.jpg');
}

.home-grid .block.cff2 {
	background-image: url('img/home_cookfeedfund2.jpg');
}

.home-grid .block.cff3 {
	background-image: url('img/home_cookfeedfund3.jpg');
}

.home-grid .block:nth-child(2n+1) {
  content: '';
  display: table;
  clear: both;
}

.welcome-message {
	position: relative;
	padding: 50px 45% 50px 0;
}

.welcome-message h5 {
	display: inline-block;
}

.welcome-circle {
	background: url(img/home_rachaelray_circle.jpg) no-repeat center center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
	width: 400px;
	height: 400px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
	position: absolute;
	right: 0%;
	top: -25px;
}

.join-message {
	position: relative;
	padding: 50px 8% 50px 35%;
	min-height: 270px;
}

.join-message h5 {
	display: inline-block;
}

.mission-circle {
	background: url(img/home_joinyumo_circle.jpg) no-repeat center center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
	width: 300px;
	height: 300px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
	position: absolute;
	left: 0%;
	top: 0;
}

.home-recipes {
	background: url(img/hero-recipes.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.home-recipes ul, .home-news ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.toggle-content.hide {
	display: none;
}

.home-recipes .container {
	background-color: rgba(255,255,255,0.9);
	margin: 105px auto;
}

.home-recipes .container .inside {
	padding: 60px 40px 40px;
}

.home-recipes .title {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #00808d;
	line-height: 45px;
	height: 45px;
	padding: 0 45px;
	display: inline-block;
	position: relative;
	top: -83px;
}

.home-recipes .title:before {
	content: '';
	height: 25px;
	width: 25px;
	position: absolute;
	left: -10px;
	top: 10px;
	background-color: #00808d;
	display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.home-recipes .title:after {
	content: '';
	height: 25px;
	width: 25px;
	position: absolute;
	right: -10px;
	top: 10px;
	background-color: #00808d;
	display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.home-recipes .recipe-link:hover h4 {
	color: #f26532;
}

.home-recipes .block-nav {
	margin-top: -50px;
}

.home-recipes .block-nav a {
	width: 30%;
}

.recipe-block {
	background-color: #fff;
	border: 1px solid #e6dfd1;
	overflow: hidden;
	margin: 0 0 30px;
	color: #7d725b;
}

.recipe-block img {
	float: left;
	border-right: 1px solid #e6dfd1;
	max-width: 220px;
	width: 35%;
}

.recipe-block .post-details {
	float: left;
	width: 55%;
	padding: 20px 5%;
}

.social-feed {
	padding: 60px 0;
	text-align: center;
	background: #fff url(img/foodpattern_cream.png) top 270px center repeat-x
}

.social-feed .latest-shares {
	margin: 20px 0 0;
	padding: 20px 0 0 20px;
	background-color: #fff;
}

.social-feed .latest-shares .photo {
	position: relative;
	margin-bottom: 20px;
}

.social-feed .latest-shares .photo .user-info {
	position: absolute;
	bottom: -1px;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	left: 0;
	right: 0;
	background: rgba(0,188,180,0.8);
	color: #fff;
	font-weight: 700;
	font-size: 11px;
  -o-transition:background .2s ease-out;
  -ms-transition:background .2s ease-out;
  -moz-transition:background .2s ease-out;
  -webkit-transition:background .2s ease-out;
  transition:background .2s ease-out;
}

.social-feed .latest-shares .photo a {
	color: #fff;
}

.social-feed .latest-shares .photo a:hover .user-info {
	background-color: #008a84;
}

.social-feed .latest-shares > .half {
	margin-right: 2.6%;
}

.social-feed .latest-shares > .half:nth-child(2n) {
    margin-right: 0;
}

.social-feed .latest-shares img:nth-child(2n) {
  margin-bottom: 20px;
}

.social-feed .share-copy {
	height: 94px;
	padding: 35px 0;
	background-color: #7d725b;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 20px;
}

.share-copy .hash {
	display: block;
	margin: 5px 0 20px;
	font-size: 24px;
	font-weight: 700;
}

.share-copy .fa {
	font-size: 28px;
	padding: 0 10px;
}

.social-feed .yumo-description {
	padding: 34.5px 20px;
	background-color: #00808d;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.social-feed .yumo-description p {
	line-height: 28px;
}

.social-feed .yumo-description cite {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
}

.newsletter-bar {
	background-color: #FBFAF6;
	font-size: 18px;
	font-weight: 700;
	color: #7d725b;
	height: 55px;
	line-height: 55px;
}

.newsletter-bar img {
	max-width: 24px;
	margin: 0 10px 0 0;
}

body .emma-status:not(.emma-alert) {
	background: none !important;
	border: none !important;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.post-list, .grid-content {
	overflow: hidden;
}

.post-list .post {
  margin: 0 2.25% 30px 0;
  position: relative;
  float: left;
  padding-bottom: 23%;
  clear: none;
  width: 31.83333333333333%;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #e6dfd1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.share-moments {
  position: relative;
  clear: none;
  width: 100%;
  overflow: hidden;
	padding: 35px 0;
	background-color: #00808d;
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 20px;
}

.share-moments h4 {
	font-size: 24px;
	color: #fff;
	text-align: left;
	font-weight: 400;
	margin: 0 0 15px;
}

.share-moments .left {
	padding: 0 5%;
	float: left;
	width: 62%;
}

.share-moments .right {
	float: right;
	padding-right: 25px;
	width: 25%;
	text-align: center;
}

#main-index .post-list .post {
	padding-bottom: 0;
	height: 480px;
}

.post-list .post.donate-box {
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	background-color: #7d725b;
}

#main-index .post-list .post.donate-box {
	background-color: #00808d;
}

.post-list .post.donate-box .post-details {
	padding: 0 15%;
	top: 95px;
}

.post-type-archive-recipe .post.donate-box .post-details {
	top: 35px;
}

.post-list .post.donate-box .btn {
	margin: 35px 0;
	background-color: #fff;
	color: #00808d;
}

.post-list .post.donate-box:hover {
	background-color: #00808d;
  -o-transition:all .2s ease-out;
  -ms-transition:all .2s ease-out;
  -moz-transition:all .2s ease-out;
  -webkit-transition:all .2s ease-out;
  transition:all .2s ease-out;
}

.post-list .post.donate-box > a {
	color: #fff;
	display: block;
  width: 100%;
  height: 100%;
	z-index: 2;
}

.post-tag-block {
	padding: 18px 6% 0 6%;
	min-height: 66px;
	position: relative;
	z-index: 3;
}

.blog-post .post-tag-block {
	position: absolute;
	top: 0;
	left: 0;
}

.post-list .post:nth-child(3n+1), .post-list .post:nth-of-type(3n+1) {
  content: '';
  clear: both;
}

.post-list .post:nth-child(3n), .post-list .post:nth-of-type(3n) {
  margin-right: 0;
}

.post-list .post .post-details {
	position: absolute;
	padding: 20px 6%;
}

.post-list .post.no-image .post-details {
	margin: 60px 0 0 0;
}

.post-list .post.no-image.blog-post .post-details {
	margin: 0;
}

.post-list .post.no-image.blog-post > a {
	position: relative;
	display: block;
}

.post-list .post.no-image.blog-post > a:after {
	content: 'READ MORE';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(51,51,51,0.8);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	padding-top: 200px;
  -o-transition:all .2s ease-out;
  -ms-transition:all .2s ease-out;
  -moz-transition:all .2s ease-out;
  -webkit-transition:all .2s ease-out;
  transition:all .2s ease-out;
  opacity: 0;
}

.post-list .post.no-image.blog-post > a:hover:after {
	opacity: 1;
	padding-top: 150px;
}

.post-list .post.text-only.blog-post .post-details {
	margin: 50px 0 0 0;
}

.post-list .post-with-image {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	background-size: cover;
}

.post-list .post-with-image a {
	overflow: hidden;
}

.post-list .post-with-image .post-details {
	position: absolute;
	bottom: -100%;
	left: 0;
	background: rgba(0,188,180,0.8);
	color: #fff;
	width: 88%;
	padding: 20px 6%;
  -o-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -webkit-transition:all .3s ease;
  transition:all .3s ease;
}

.post-list .recipe-of-the-week .post-details {
	background: #ffd868 url(img/foodpattern_yellow.png) repeat;
	color: #fff;
	min-height: 125px;
	width: 100%;
}

.post-list .recipe-of-the-week .post-details h4, .post-list .recipe-of-the-week .post-details .serving-size, .post-list .recipe-of-the-week .post-details .short-description {
	color: #fff;
}

.post-list .post-with-image a:focus .post-details,
.post-list .post-with-image:hover .post-details {
	bottom: 0;
}

.post-list .post-with-image > a {
	display: block;
  position: absolute;
  width: 100%;
  height: 100%;
	z-index: 2;
}

.post-list .post-with-image a h4 {
	color: #fff;
}

.post-list .post .date {
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	color: #7d725b;
	font-weight: bold;
	margin: 5px 0 0;
}

.post-list .post.no-image a:hover h4 {
	color: #f26532;
}

.post-list .post-with-image .serving-size {
	color: #fff;
}

.post-list .post-with-image .short-description {
	display: none;
}

.post-list .short-description {
	color: #7d725b;
	background: none;
}

.grid-content .recipe-grid {
  margin: 0 2.25% 30px 0;
  position: relative;
  float: left;
  clear: none;
  width: 31.83333333333333%;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
}

.grid-content .recipe-grid img {
	width: 100%;
}

.grid-content > a:nth-child(3n+1) .recipe-grid, .grid-content > a:nth-of-type(3n+1) .recipe-grid {
  content: '';
  display: table;
  clear: both;
}

.grid-content > a:nth-child(3n) .recipe-grid, .grid-content > a:nth-of-type(3n) .recipe-grid {
  margin-right: 0;
}

/* ==========================================================================
   Recipes
   ========================================================================== */

#main-recipes .inner {
	padding-top: 30px;
}

#main-recipes .inner > p {
	text-align: center;
	margin-bottom: 40px;
}

.recipe-container {
  overflow: hidden;
  position: relative;
}

.recipe-container .hero {
	background: url(img/hero-recipes.jpg) no-repeat bottom center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 580px;
}

.search-recipes {
	padding: 45px 0 50px;
	text-align: center;
	position: relative;
}

.search-recipes .title {
	color: #fff;
	font-size: 39px;
	position: relative;
	top: -70px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}

.invert-title {
	color: #fff;
	font-size: 39px;
	position: absolute;
	top: -23px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	left: 50%;
	margin-left: -125px;
}

.search-recipes form {
	margin: -15px 0 0;
}

.search-recipes input[type=text] {
	width: 50%;
}

.recipe-details {
	overflow: hidden;
}

.serving-size {
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	color: #f26532;
	font-weight: bold;
}

.ingredients ul {
	list-style: none;
}

.ingredients ul li {
	margin: 0 0 15px;
}

.ingredients {
	padding: 0 0 55px;
	margin-bottom: 20px;
	background: url(img/bg-h5.png) bottom right repeat-x;
}

.short-description {
	padding: 0 0 25px;
	margin-bottom: 20px;
	background: url(img/bg-h5.png) bottom right repeat-x;
}

.single-recipe .serving-size, .post-details .serving-size {
	font-size: 14px;
	color: #7d725b;
	margin: 5px 0 0 2px;
}

.post-details .serving-size {
  margin: 5px 0 0 0;
}

.single-recipe .featured-image, .single-news .featured-image {
	margin: 40px 0 50px;
}

.single-recipe .featured-image img, .single-news .featured-image img {
	width: 100%;
}

.share-bar {
	text-transform: uppercase;
	font-weight: bold;
	color: #7d725b;
	line-height: 70px;
	height: 70px;
	font-size: 12px;
	border-top: 1px solid #e6dfd1;
	margin: 40px 0 45px;
	overflow: hidden;
}

.share-bar a {
	font-size: 22px;
	color: #00808d;
	padding: 0 12px;
}

.share-bar a:hover {
	color: #008a84;
}

.share-bar span {
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}

.share-bar .print {
	float: right;
}

body .alm-btn-wrap .alm-load-more-btn {
	background-color: #00808d;
	text-transform: uppercase;
	font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: bold;
}

body .alm-btn-wrap .alm-load-more-btn:hover {
	background-color: #d5592c;
}

body .alm-btn-wrap .alm-load-more-btn:before {
	margin: -4px 0 0 10px;
}

body .alm-btn-wrap .alm-load-more-btn.loading {
	padding-left: 54px;
}

.small-text {
	font-size: 12px;
	line-height: 18px;
}

/* ==========================================================================
   News
   ========================================================================== */

.single-news .serving-size {
	font-size: 14px;
	color: #7d725b;
	margin: 5px 0 0 2px;
}

.single-news .sidebar .serving-size {
	margin: 5px 0 0 0;
}

#home-index {
	min-height: 75px;
	background-color: #fff;
	margin-bottom: 0;
}

#home-index .invert-title {
	margin-left: -285px;
}

#main-index {
	margin-top: 0;
}


/* ==========================================================================
   Thank You
   ========================================================================== */

#thank-you .boxed > .inner {
	padding-top: 80px;
}

#thank-you .signature {
	float: left;
	width: 38%;
	margin: 0 0 45px;
}

#thank-you .signature .person {
	color: #f26532;
}

#thank-you .signature .person b {
	font-size: 18px;
}

#thank-you .signature img.sig {
	height: 70px;
}

#thank-you .signature.brand {
	float: right;
	text-align: right;
	width: 24%;
}

#thank-you .signature.brand img {
	max-height: 95px;
}


/* ==========================================================================
   About
   ========================================================================== */

.page-container {
	overflow: hidden;
	position: relative;
}

.page-container .hero {
	background: url(img/hero-recipes.jpg) no-repeat top -100px center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 580px;
}

.site-description {
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	background: rgba(242,101,50,0.8);
	padding: 35px 45% 35px 5%;
	margin: 200px 0 0;
}

.about-circle {
	background: url(img/about_circle.jpg) no-repeat center center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
	width: 30%;
	padding-bottom: 30%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
	position: absolute;
	right: 8%;
	top: -60px;
}

.about-logo {
	float: right;
	margin: -20px 5% 40px 120px;
	max-width: 265px;
	width: 25%;
}

.cook-feed-fund {
	margin: 80px 0;
	overflow: hidden;
}

.cook-feed-fund .collage {
	width: 40%;
	float: right;
	margin: 0 0 0 5%;
	font-size: 12px;
	color: #7d725b;
	text-align: right;
	font-weight: 700;
}

.cook-feed-fund .text {
	float: left;
	width: 55%;
}

.cook-feed-fund .collage img {
	margin-bottom: 20px;
}

#about-page .partners {
	text-align: center;
}

.partner-logos {
	list-style: none;
	margin: 30px 0 0;
}

.partner-logos li {
	display: inline-block;
	width: 15%;
	margin: 0 2%;
	vertical-align: middle;
}

.rachael-message {
	padding: 35px 5% 35px 28%;
	background-color: #7d725b;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	margin: 0 0 75px;
  -o-transition:all .2s ease;
  -ms-transition:all .2s ease;
  -moz-transition:all .2s ease;
  -webkit-transition:all .2s ease;
  transition:all .2s ease;
}

.read-message:hover .rachael-message {
	background-color: #00808d;
}

.rachael-message a {
	color: #fff;
}

.rachael-circle {
	background: url(img/about_rachaelray_circle.jpg) no-repeat center center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
	width: 200px;
	height: 200px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
	position: absolute;
	left: 5%;
	top: -30px;
}


/* ==========================================================================
   Slider
   ========================================================================== */

#slider {
	height: 570px;
	overflow: hidden;
}

#slider .slide {
	background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 570px;
  list-style: none;
}

#slider .slide {
  text-align:center; /* Align center inline elements */
  font-size: 0;
  line-height: 0;       /* Hide the characters like spaces */
}

#slider .slide:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#slider .container {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
}

#slider .container .content {
	max-width: 745px;
}

#slider .slide .btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 40px 0 0;
	text-align: left;
	font-size: 18px;
	padding: 12px 45px 14px 15px;
	background: #00808d url(img/arrowbutton_right.png) no-repeat center right 15px;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  -o-background-size: 20px auto;
  background-size: 20px auto;
}

#slider .slide .btn:hover {
  color: #fff;
  background-color: #006c77;
}

#slider .slide .color-block {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 39px;
	box-shadow: 0 0 0 10px transparent;
	line-height: 1.5;
	padding: 0 10px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 50px;
    height: 50px;
    margin-top: -25px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    opacity: 0.65;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -webkit-transition:all .2s ease;
    transition:all .2s ease;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    opacity: 1;
}


.slick-prev
{
  left: 25px;
  background: url(img/arrow_left.png) center center;
  width: 50px;
  height: 50px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
}

.slick-next
{
  right: 25px;
  background: url(img/arrow_right.png) center center;
  width: 50px;
  height: 50px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  z-index: 4;
}

.news-slider .tag-block {
	line-height: 20px;
	background-color: #00808d;
}

.news-slider a h3,
.news-slider a h4 {
	color: #fff;
	margin: 20px 0;
	max-width: 70%;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
}

.news-slider a h3 span,
.news-slider a h4 span {
	position: relative;
}

.news-slider a h3 span:after,
.news-slider a h4 span:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.news-slider a:hover h4 span:after {
  height: 2px;
  margin: 3px 0 0;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

#slider.news-slider .container {
	vertical-align: bottom;
	margin: 0 0 40px;
	font-size: 12px;
	color: #fff;
}

.news-slider .date {
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0 0;
}

#slider-container {
	position: relative;
}

#slider-container .slide {
	z-index: 3;
	position: relative;
}

#slider-container .slide .container {
	z-index: 3;
	position: relative;
}

.gradientback{
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    height:30%;
    background: -moz-linear-gradient(top,  rgba(137,255,241,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,255,241,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(137,255,241,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}

.sr-only {
	display: block;
	background-color: transparent;
	border: 0;
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
	*text-indent: -9999px;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.shiftnav-toggle {
	display: none;
}

.shiftnav-loading{
  display:none !important;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/* iPad */
@media only screen and (min-width: 0) and (max-width: 1024px) {
	body {
		font: 14px 'Open Sans', Helvetica, Arial, sans-serif
	}

	.menu-primary-container ul li {
		padding: 0 7px;
	}

	.menu-primary-container ul li a {
		font-size: 14px;
	}

	.social-links a {
		font-size: 17px;
	}

	.btn.btn-transparent {
		padding: 4px 8px;
		font-size: 14px;
	}

	.slick-prev, .slick-next {
		top: auto;
		bottom: 20px;
	}

	#slider.news-slider .container {
		margin-bottom: 100px;
	}

	.gradientback {
		height: 50%;
	}

	.welcome-circle {
		height: 250px;
		width: 250px;
	}

	.post-list .post {
		width: 48.8%;
    overflow: hidden;
	}

	.post-list .post:nth-child(3n), .post-list .post:nth-of-type(3n) {
		margin-right: 2.25%;
	}

	.post-list .post:nth-child(3n+1), .post-list .post:nth-of-type(3n+1) {
		display: block;
		clear: none;
	}

	.post-list .post:nth-child(2n), .post-list .post:nth-of-type(2n) {
		margin-right: 0;
	}

	.post-list .post:nth-child(2n+1), .post-list .post:nth-of-type(2n+1) {
    content: '';
    clear: both;
	}

	.newsletter-signup {
		padding-bottom: 200px;
		background: #875a33 url(img/footerbgphoto.jpg) no-repeat bottom -300px center;
	}

	.copyright {
		font-size: 11px;
		line-height: 18px;
	}

	.home-grid .block {
		width: 100%;
	}

	.mission-circle {
		display: none;
	}

	.join-message {
		padding: 50px 10%;
	}

	.recipe-container .post {
		min-height: 350px;
	}

	.share-moments .right, .share-moments .left {
		float: none;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}

	.share-moments .left {
		margin-bottom: 30px;
	}

	.share-moments h4 {
		text-align: center;
	}

	.block-nav a {
		font-size: 12px;
	}

	.related-recipes .post:nth-child(3n), .related-recipes .post:nth-of-type(3n) {
		display: none;
	}

	#sidebar {
		display: none;
	}

	.left-content {
		float: none;
		width: 100%;
	}

	.rachael-circle {
		display: none;
	}

	.rachael-message {
		padding: 35px 5%;
	}

	.social-feed .yumo-description {
		font-size: 22px;
	}

	.recipe-container .hero {
		background-position: top center;
	}

	.boxed {
		margin: 40px auto 65px;
	}

}

/* iPhone */
@media only screen and (max-width: 767px) and (min-width: 0) {

	#thank-you .signature {
		float: none;
		width: 100%;
	}

	#thank-you .signature.brand {
		float: none;
		text-align: left;
		width: 50%;
	}

	.site-description {
		margin-top: 75px;
	}

	.search-recipes .title {
		font-size: 26px;
	}

	.block-nav a {
		width: 100%;
		border-right: 1px solid #e6dfd1;
		border-bottom: none;
	}

	.block-nav {
		border-bottom: 1px solid #e6dfd1;
	}

	h1 {
		font-size: 26px;
		line-height: 37px;
	}

	.tag-block {
		font-size: 10px;
	}

	.inner {
		padding: 40px 5%;
	}

	body .shiftnav-toggle {
		float: right;
		font-size: 18px;
		display: block;
		margin: 25px 0 0 0;
		color: #00808d;
	}

	.related-recipes .post {
		min-height: 320px;
	}

	.band .tag-block {
		margin-top: 8px;
	}

	.share-bar {
		height: auto;
		line-height: 53px;
	}

	.share-bar .print {
		float: none;
	}

	.share-bar a {
		padding: 0 8px;
	}

	.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item .shiftnav-target {
		background: #00808d !important;
	}

	#slider .slide .color-block {
		font-size: 22px;
	}

	#slider .slide .btn {
		padding: 3px 45px 4px 15px;
		font-size: 17px;
	}

	.masthead .logo {
		width: 20%;
		margin-left: 12px;
	}

	.slick-prev, .slick-next {
		width: 25px;
		height: 25px;
	}

	.masthead .container {
		height: auto;
		line-height: 75px;
	}

	.navigation {
		display: none;
	}

	.newsletter-bar {
		font-size: 12px;
	}

	.home-grid .block {
		width: 100%;
	}

	#home-page .home-grid {
		margin-bottom: 0;
	}

	.cff3, cff2 {
		display: none;
	}

	.mission-circle {
		position: relative;
		margin: 0 auto 30px;
	}

	.join-message, .welcome-message {
		padding: 20px 0;
	}

	.welcome-message {
		margin: 30px 0 0;
	}

	.welcome-circle {
		width: 200px;
		height: 200px;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
		display: none;
	}

	.post-list .post {
		width: 48.8%;
    overflow: hidden;
	}

	.post-list .post:nth-child(3n), .post-list .post:nth-of-type(3n) {
		margin-right: 2.25%;
	}

	.post-list .post:nth-child(3n+1), .post-list .post:nth-of-type(3n+1) {
		display: block;
		clear: none;
	}

	.post-list .post:nth-child(2n) {
		margin-right: 0;
	}

	.post-list .post:nth-child(2n+1) {
    content: '';
    display: table;
    clear: both;
	}

	.newsletter-signup {
		padding-bottom: 200px;
		background: #875a33 url(img/footerbgphoto.jpg) no-repeat bottom -200px center;
	}

	body .emma-horizontal-layout ul#emma-form-elements li.emma-form-row {
		width: 80%;
		display: block;
		margin: 0 auto 10px;
	}

	.copyright .social-links {
		float: none;
		margin: 0 auto 25px;
		text-align: center;
		display: block;
	}

	.social-feed .latest-shares {
		padding: 20px 0 0;
		text-align: center;
	}

	.social-feed .latest-shares > .half {
		margin: 0;
	}

	.columns .half {
		width: 100%;
		margin: 0 auto;
		float: none;
	}

	.recipe-block img {
		float: none;
		width: 100%;
		margin: 0;
		max-width: 600px;
	}

	.recipe-block .post-details {
		width: 90%;
		float: none;
	}

	.home-recipes .block-nav a {
		width: 50%;
	}

	.join-message {
		width: 80%;
		margin: 20px auto;
	}

	h5, .hometitle, .widgettitle, .grouptitle {
		font-size: 20px;
		line-height: 30px;
	}

	.about-circle, .about-logo {
		display: none;
	}

	.site-description {
		padding: 20px 5%;
		font-size: 20px;
		line-height: 30px;
	}

	.cook-feed-fund .collage {
		width: 100%;
		float: none;
		margin: 0;
		display: none;
	}

	.cook-feed-fund .text {
		width: 100%;
		float: none;
	}

	.rachael-circle {
		position: relative;
		left: 50%;
		margin-left: -100px;
		display: block;
	}

	.rachael-message {
		padding: 20px 5%;
		text-align: center;
		font-size: 16px;
		line-height: 24px;
	}

	.partner-logos li {
		width: 23%;
		margin: 0 4% 30px;
	}

	#home-index {
		display: none;
	}

	#slider, #slider .slide {
		height: 300px;
	}

	.news-slider a h4 {
		font-size: 24px;
		line-height: 30px;
		max-width: 100%:
	}

	.gradientback {
		height: 70%;
	}

	.btn {
		font: 14px 'Open Sans', Helvetica, Arial, sans-serif
	}
}

@media only screen and (max-width: 500px) and (min-width: 0) {
	.post-list .post {
		width: 100%;
	}
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.high-contrast-only {
	display: none !important;
}

.post-list .post {
	position: relative;
}

.post-list .post .high-contrast-only {
	position: absolute;
}

@media screen and (-ms-high-contrast: active) {
	.high-contrast-only {
		display: block !important;
	}
}
