@charset "UTF-8";
/******************************************************************
Site Name:  / www.brooklynbased.com
Author: Be Better Studios
Author's Website: http://www.bebetterstudios.com

Stylesheet: Main Stylesheet

******************************************************************/
/*****************************************************************
MAP:

normalize-reset
globals
general
links
typography
header
post-content
page-navi
comments
sidebars
footer
media-queries
trumps

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `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 IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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; }

/**
 * Remove 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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }

.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table; }

.clearfix:after, .cf:after, .comment-respond:after {
  clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/* =============================================================================
   Colors & Globals
   ========================================================================== */
/*********************
GENERAL STYLES
*********************/
body {
  width: 100%;
  margin: 0px;
  padding: 0px 0 0px 0;
  min-width: 320px;
  font-family: "karmina", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  color: #383739; }

.outer {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }

.inner {
  width: 95.3147877013177%;
  /*1302/1366*/
  margin: 0 auto; }

.wrap {
  width: 82.9493087557604%;
  /*1080/1302*/
  margin: 0 auto; }

.inner-wrap {
  width: 79.4444444444444%;
  /*858px/1080*/
  margin: 0 auto; }

.tiny-wrap {
  width: 74.1258741258741%;
  /*636/858*/
  margin: 0 auto; }

img {
  max-width: 100%;
  outline: none;
  vertical-align: middle; }

p img {
  width: auto !important;
  height: auto !important; }

iframe, object, embed {
  max-width: 100% !important;
  display: block;
  margin: 0 auto; }

iframe {
  margin: 25px auto;
  border: none; }
  iframe:first-child {
    margin-top: 0px; }
  iframe:last-child {
    margin-bottom: 0px; }

.iframe-holder {
  position: relative;
  height: 0;
  overflow: hidden; }

/* 16x9 Aspect Ratio */
.iframe-holder-16x9 {
  padding-bottom: 56.25%; }

/* 4x3 Aspect Ratio */
.iframe-holder-4x3 {
  padding-bottom: 75%; }

.iframe-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

hr {
  margin: 25px 0; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #A4D0D6;
  color: #4D4D4D;
  text-shadow: none; }

::selection {
  background: #A4D0D6;
  color: #4D4D4D;
  text-shadow: none; }

/* Miminizes FOUT with typekit */
.wf-loading p, .wf-loading h6, .wf-loading h5, .wf-loading h4, .wf-loading h3, .wf-loading h2, .wf-loading h1, .wf-loading a {
  visibility: hidden; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  list-style: default; }
  ul li, ol li {
    font-size: 1.25em;
    margin-bottom: 5px; }
    ul li ul li, ol li ul li {
      font-size: 1em; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol, ul.list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

.overlay {
  background-color: rgba(35, 31, 32, 0.2); }

.pink-background {
  background-color: #EB2A7B; }

.blue-background {
  background-color: #6BCACA; }

.light-blue-background {
  background-color: #C6EAEA; }

.yellow-background {
  background-color: #E5E857; }

.navy-background {
  background-color: #283753; }

.grey-background {
  background-color: #383739; }

.light-grey-background {
  background-color: #E5E5E6; }

.light-yellow-background {
  background-color: #F9FADD; }

.aqua-background {
  background-color: #6CC9CA; }

/*********************
LAYOUT & GRID STYLES
*********************/
.content {
  padding: 0px 0 0 0; }

.big-column {
  float: left;
  width: 65.8986175115207%;
  /*858/1302*/ }
  .big-column .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column .sub-column-1 {
    float: left;
    clear: both; }
  .big-column .sub-column-2 {
    float: right; }

.small-column {
  float: right;
  width: 31.7972350230415%;
  /*414/1302*/ }

.small-column-left {
  float: left;
  width: 31.7972350230415%;
  /*414/1302*/ }

.big-column-right {
  float: right;
  width: 65.8986175115207%;
  /*858/1302*/ }
  .big-column-right .sub-column {
    width: 48.2517482517483%;
    /*414/858*/ }
  .big-column-right .sub-column-1 {
    float: left;
    clear: both; }
  .big-column-right .sub-column-2 {
    float: right; }

.three-column {
  width: 31.7972350230415%;
  /*414/1302*/
  float: left;
  margin: 0 0 0 2.3041474654378%;
  /*30/1302*/ }
  .three-column img {
    margin-bottom: 25px; }

.three-column-0 {
  margin-left: 0px;
  clear: both; }

.two-column {
  width: 48.8479262672811%;
  /*636/1302*/ }
  .two-column .two-column-wrap {
    width: 80.566038%;
    margin: 0 auto;
    padding: 30px 0; }

.two-column-1 {
  float: left;
  clear: both; }

.two-column-2 {
  float: right; }

.four-column {
  width: 23.2718894009217%;
  /*303/1280*/
  margin: 0 0 0 2.3041474654378%;
  /*30/1302*/
  float: left; }
  .four-column img {
    margin-bottom: 25px; }

.four-column-0 {
  margin-left: 0px;
  clear: both; }

.main {
  float: left;
  width: 65.8986175115207%;
  /*858/1302*/
  margin-bottom: 56px; }

.sidebar {
  float: right;
  width: 23.2718894009217%;
  /*303/1280*/
  margin-bottom: 56px; }
  .sidebar .sidebar-wrap {
    width: 86.274510%;
    /*352/408*/
    margin: 0 auto; }
  .sidebar .sidebar-top {
    padding: 56px 0 0px 0; }

.flush-column {
  width: 50%; }
  .flush-column .flush-column-wrap {
    width: 90.78341%;
    margin: 0 auto; }

.flush-column-1, .flush-column-2 {
  float: left; }

.double-column {
  width: 48.8479262672811%;
  /*636/1302*/
  float: left; }

.single-column {
  width: 23.2718894009217%;
  /*303/1280*/
  float: left; }

/*********************
04. LINK STYLES
*********************/
a {
  color: inherit;
  text-decoration: underline;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-transition: color 250ms ease-out 0s;
  -moz-transition: color 250ms ease-out 0s;
  -o-transition: color 250ms ease-out 0s;
  transition: color 250ms ease-out 0s; }
  a:hover, a:focus {
    outline: 0;
    color: #EB2A7B; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

p a, h4 a {
  color: #EB2A7B;
  text-decoration: none; }
  p a:hover, h4 a:hover {
    text-decoration: underline; }

h3.back-to-top {
  padding-top: 25px; }

#sb_instagram #sbi_load .sbi_load_btn {
  display: inline-block;
  text-align: center;
  padding: 10px 30px 10px 30px;
  color: #FFFFFF;
  font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.125em;
  border: 1px solid #EB2A7B;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s;
  background-color: #EB2A7B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  margin-top: 25px; }
  #sb_instagram #sbi_load .sbi_load_btn:hover {
    opacity: .8; }

a.pink-button, p.pink-button a {
  display: inline-block;
  text-align: center;
  padding: 10px 20px 10px 20px;
  color: #FFFFFF;
  font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: .9em;
  border: 1px solid #EB2A7B;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s;
  background-color: #EB2A7B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  margin: 10px 0 15px 0; }
  a.pink-button:hover, p.pink-button a:hover {
    opacity: .8;
    text-decoration: none; }

a.slide-url {
  text-decoration: none;
  color: #FFFFFF; }

/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  display: block;
  font-size: 100%;
  margin: 0px 0 20px 0;
  padding: 0px;
  line-height: 120%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
    transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: none;
      opacity: .8; }

h4 a {
  color: #EB2A7B;
  text-decoration: none;
  transition: color 0.1s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out;
  -ms-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out; }
  h4 a:hover {
    text-decoration: underline; }

.middle-section div.text-center h1:last-child, .middle-section div.text-center h2:last-child, .middle-section div.text-center h3:last-child, .middle-section div.text-center h4:last-child, .middle-section div.text-center h5:last-child, .middle-section div.text-center h6:last-child {
  margin-bottom: 35px; }

h1, .h1 {
  font-size: 2.125em;
  color: #283753;
  display: inline-block; }

h2, .h2 {
  font-size: 2.125em;
  color: #283753;
  display: inline-block;
  padding: 0 55px 0px 55px;
  height: 25px;
  margin: 0 4px 25px 4px;
  text-align: center;
  background-color: #E5E857; }
  h2 span.h-wrap, .h2 span.h-wrap {
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: -14px;
    overflow: hidden; }

.slide-content h2, .slide-content .h2 {
  font-size: 2.125em;
  color: #283753;
  display: inline-block;
  padding: 0;
  height: auto;
  margin: 0 0px 25px 0px;
  text-align: inherit;
  background-color: transparent; }
  .slide-content h2:last-child, .slide-content .h2:last-child {
    margin-bottom: 0px; }

.callout-section .callout-content h2, .callout-section .callout-content .h2 {
  padding: 0px; }

h3, .h3 {
  font-size: 1.75em;
  color: #283753; }

h3.yellow-strike {
  font-size: 1.75em;
  color: #283753;
  display: inline-block;
  padding: 0px 10px 0px 10px;
  height: 25px;
  margin: 0 0px 25px 0px;
  text-align: left;
  background-color: #E5E857; }
  h3.yellow-strike span.h-wrap {
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: -14px;
    overflow: hidden; }

h4, .h4 {
  font-size: 1.125em; }

.recipe-content h6, .recipe-content .h6, .single-signup h6, .single-signup .h6 {
  font-size: 1.125em;
  color: #283753; }
.recipe-content .recipe-time h4, .recipe-content .recipe-time .h4, .single-signup .recipe-time h4, .single-signup .recipe-time .h4 {
  font-size: 1.125em;
  color: #383739; }

.single-signup .fields-column-1 p {
  font-size: 1.125em;
  color: #283753;
  font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .single-signup .fields-column-1 p a {
    color: #283753; }
    .single-signup .fields-column-1 p a:hover {
      color: #EB2A7B;
      text-decoration: none; }

h5, .h5 {
  font-size: 1.25em;
  color: #283753;
  display: inline-block;
  padding: 0 25px 0px 25px;
  height: 15px;
  margin: 0 4px 25px 4px;
  text-align: center;
  background-color: #E5E857; }
  h5 span.h-wrap, .h5 span.h-wrap {
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: -10px;
    overflow: hidden; }

.article-header h1.single-title {
  display: block;
  margin-top: 15px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 25px; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0px; }

.icit-spot-content h1, .icit-spot-content .h1, .icit-spot-content h2, .icit-spot-content .h2, .icit-spot-content h3, .icit-spot-content .h3, .icit-spot-content h4, .icit-spot-content .h4, .icit-spot-content h5, .icit-spot-content .h5, .icit-spot-content h6, .icit-spot-content .h6 {
  margin-top: 0px; }

p {
  margin: 0 0 20px 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-size: 1.25em;
  font-family: "karmina", "Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
  line-height: 160%; }
  p:last-child {
    margin-bottom: 0px; }

.caption p {
  font-size: 1em; }

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, .white {
  color: #FFFFFF; }

.callout-content h1, .callout-content .h1, .callout-content h2, .callout-content .h2, .callout-content h3, .callout-content .h3, .callout-content h4, .callout-content .h4, .callout-content h5, .callout-content .h5, .callout-content h6, .callout-content .h6 {
  color: #FFFFFF;
  background-color: transparent;
  text-align: center; }

#mc-embedded-subscribe-form, #mc-embedded-subscribe-form-kids {
  max-width: 320px;
  margin: 25px 0; }
  #mc-embedded-subscribe-form .fields, #mc-embedded-subscribe-form-kids .fields {
    float: none;
    margin-right: 0px;
    width: 100%; }
  #mc-embedded-subscribe-form input.email, #mc-embedded-subscribe-form-kids input.email {
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: 1px solid #E5E5E6;
    font-size: 1em;
    color: #E5E5E6;
    box-sizing: border-box;
    margin-bottom: 20px; }
  #mc-embedded-subscribe-form .action, #mc-embedded-subscribe-form-kids .action {
    float: none; }
  #mc-embedded-subscribe-form input.submit-button, #mc-embedded-subscribe-form-kids input.submit-button {
    display: inline-block;
    text-align: center;
    padding: 10px 30px 10px 30px;
    color: #FFFFFF;
    font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    border: 1px solid #EB2A7B;
    text-decoration: none;
    -webkit-transition: opacity 250ms ease-out 0s;
    -moz-transition: opacity 250ms ease-out 0s;
    -o-transition: opacity 250ms ease-out 0s;
    transition: opacity 250ms ease-out 0s;
    background-color: #EB2A7B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
    margin-bottom: 25px; }
    #mc-embedded-subscribe-form input.submit-button:hover, #mc-embedded-subscribe-form-kids input.submit-button:hover {
      opacity: .8; }
  #mc-embedded-subscribe-form label.error, #mc-embedded-subscribe-form-kids label.error {
    display: block;
    margin-top: 0px;
    color: #EB2A7B; }
  #mc-embedded-subscribe-form p, #mc-embedded-subscribe-form-kids p {
    margin-bottom: 0px; }

span.author-link {
  text-transform: uppercase;
  font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: .9em; }

p.article-date {
  font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }

ul.ingredients li {
  font-size: 1.25em;
  margin-bottom: 7px;
  border-bottom: 1px solid #E5E5E6;
  padding: 7px 0; }

/*********************
HEADER SYTLES
*********************/
.header {
  width: 100%;
  position: relative; }
  .header .ad-top {
    padding: 0px 0 0px 0; }
    .header .ad-top a {
      display: block;
      width: 100%;
      height: auto; }
    .header .ad-top img {
      margin: 0 auto;
      display: block; }
    .header .ad-top .adsbygoogle {
      margin-bottom: 0px; }
  .header .header-top {
    padding-top: 28px; }
    .header .header-top .mobile {
      display: none; }
    .header .header-top .desktop {
      display: none; }
    .header .header-top .desktop, .header .header-top .mobile {
      float: left; }
    .header .header-top .top-left-select {
      font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }
      .header .header-top .top-left-select span {
        font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.125em; }
      .header .header-top .top-left-select a {
        color: #6CC9CA;
        text-decoration: none; }
        .header .header-top .top-left-select a:hover {
          color: #EB2A7B; }
    .header .header-top .subscribe-search {
      float: right; }
      .header .header-top .subscribe-search span.top-right-select {
        font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .header .header-top .subscribe-search span.top-right-select a {
          text-decoration: none; }
      .header .header-top .subscribe-search .magnify {
        cursor: pointer; }
      .header .header-top .subscribe-search .mobile-switch {
        cursor: pointer;
        width: 60px;
        float: right;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin-top: 0px;
        display: block; }
        .header .header-top .subscribe-search .mobile-switch:hover span.mobile-grab-bar {
          background: #eb2a7b; }
        .header .header-top .subscribe-search .mobile-switch .mobile-bars {
          margin-top: 0px;
          padding: 0px 0 8px 0; }
        .header .header-top .subscribe-search .mobile-switch .mobile-grab-bar {
          display: block;
          margin: 0 auto 5px auto;
          width: 70%;
          height: 6px;
          background: #6bcaca;
          -webkit-border-radius: 1px;
          -moz-border-radius: 1px;
          border-radius: 1px;
          -webkit-transition: background-color 250ms ease-out 0s;
          -moz-transition: background-color 250ms ease-out 0s;
          -o-transition: background-color 250ms ease-out 0s;
          transition: background-color 250ms ease-out 0s; }
  .header .header-bottom {
    clear: both;
    margin-top: 10px; }
    .header .header-bottom nav {
      position: relative; }
  .header ul.top-nav {
    text-align: center;
    margin: 38px 0 28px 0;
    position: relative; }
    .header ul.top-nav li {
      display: inline-block;
      font-size: 1.125em;
      padding: 0 0px 38px 0px;
      font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-weight: 600;
      height: 11px;
      margin: 0 4px;
      letter-spacing: 1px;
      position: relative; }
      .header ul.top-nav li span.bar {
        display: inline-block;
        padding: 0 11px 0 11px;
        height: 12px; }
      .header ul.top-nav li a {
        text-decoration: none;
        display: inline-block;
        position: relative;
        top: -10px;
        overflow: hidden;
        color: #383739;
        text-transform: uppercase; }
      .header ul.top-nav li:hover span.bar {
        background-color: #E5E857; }
      .header ul.top-nav li:hover a {
        color: #383739; }
      .header ul.top-nav li:hover ul.sub-menu {
        display: block; }
        .header ul.top-nav li:hover ul.sub-menu li a {
          color: #383739; }
          .header ul.top-nav li:hover ul.sub-menu li a:hover {
            color: #EB2A7B; }
      .header ul.top-nav li ul.sub-menu {
        position: absolute;
        width: auto;
        height: auto;
        text-align: left;
        background-color: #E5E857;
        top: 35px;
        left: 0;
        padding: 21px 0;
        display: none;
        z-index: 9999; }
        .header ul.top-nav li ul.sub-menu li {
          font-size: .88888888888888889em;
          padding: 0 14px 0px 14px; }
          .header ul.top-nav li ul.sub-menu li a {
            top: 0px; }
            .header ul.top-nav li ul.sub-menu li a:hover {
              color: #EB2A7B; }
    .header ul.top-nav li.current-menu-item span.bar {
      background-color: #E5E857; }
    .header ul.top-nav li.current-menu-item ul.sub-menu li a {
      color: #6BCACA; }
  .header .search-area {
    background-color: #E5E857;
    display: none;
    position: absolute;
    top: 35px;
    left: 0px;
    width: 100%;
    z-index: 99999; }
    .header .search-area .widget_search {
      float: none;
      margin-left: 10px;
      margin-bottom: 0px;
      width: 100%;
      padding: 10px 0; }
      .header .search-area .widget_search #searchform {
        width: 100%; }
        .header .search-area .widget_search #searchform label {
          display: none; }
        .header .search-area .widget_search #searchform input#s {
          width: 100%;
          border: none;
          background-color: transparent;
          color: #6BCACA;
          font-size: 2.0625em;
          box-sizing: border-box;
          outline: none;
          font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }
        .header .search-area .widget_search #searchform #searchsubmit {
          display: none; }
        .header .search-area .widget_search #searchform ::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #6BCACA; }
        .header .search-area .widget_search #searchform :-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #6BCACA;
          opacity: 1; }
        .header .search-area .widget_search #searchform ::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #6BCACA;
          opacity: 1; }
        .header .search-area .widget_search #searchform :-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #6BCACA; }

.single-brooklyn_recipe .header {
  border-bottom: 1px solid #E5E5E6; }

ul.social-top {
  text-align: left; }
  ul.social-top li {
    display: inline-block;
    margin-right: 10px; }
    ul.social-top li a {
      -webkit-transition: opacity 250ms ease-out 0s;
      -moz-transition: opacity 250ms ease-out 0s;
      -o-transition: opacity 250ms ease-out 0s;
      transition: opacity 250ms ease-out 0s; }
  ul.social-top li.facebookicon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 18px;
    width: 10px;
    background: url("../img/social-media-icons.png") no-repeat left top;
    padding: 0; }
    ul.social-top li.facebookicon a:hover, ul.social-top li.facebookicon a:focus {
      opacity: .8; }
  ul.social-top li.twittericon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 18px;
    width: 18px;
    background: url("../img/social-media-icons.png") no-repeat -22px top;
    padding: 0; }
    ul.social-top li.twittericon a:hover, ul.social-top li.twittericon a:focus {
      opacity: .8; }
  ul.social-top li.instagramicon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 18px;
    width: 18px;
    background: url("../img/social-media-icons.png") no-repeat -50px top;
    padding: 0; }
    ul.social-top li.instagramicon a:hover, ul.social-top li.instagramicon a:focus {
      opacity: .8; }
  ul.social-top li.rssicon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 18px;
    width: 18px;
    background: url("../img/social-media-icons.png") no-repeat -80px top;
    padding: 0; }
    ul.social-top li.rssicon a:hover, ul.social-top li.rssicon a:focus {
      opacity: .8; }
  ul.social-top li.pinteresticon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 18px;
    width: 18px;
    background: url("../img/social-media-icons.png") no-repeat -105px top;
    padding: 0; }
    ul.social-top li.pinteresticon a:hover, ul.social-top li.pinteresticon a:focus {
      opacity: .8; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin-top: 2.2em; }

.byline {
  color: #999; }

#post-not-found {
  min-height: 400px; }

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

.entry-content img {
  margin: 0 0 25px 0;
  max-width: 100%;
  height: auto; }

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

/* end .entry-content */
.wp-caption {
  padding: 5px;
  /* images inside wp-caption */
  max-width: 100% !important;
  margin-bottom: 15px; }

.wp-caption img {
  margin-bottom: 0;
  width: 100% !important;
  height: auto; }

.wp-caption p.wp-caption-text {
  font-size: 1em;
  margin: 10px 0 0px 0;
  text-align: center;
  font-style: italic;
  display: block; }

.top-banner {
  background-color: #D9E2DB;
  padding: 25px 0; }

/* entry content */
.entry-content .alignleft,
.entry-content img.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright,
.entry-content img.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter,
.entry-content img.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  margin-bottom: 25px;
  margin-top: 15px; }

.entry-content .featured-image img {
  margin: 0 auto 25px auto;
  display: block; }

.default-content {
  min-height: 400px; }

.bottom-instagram {
  padding: 20px 0 40px 0;
  background-color: #F9FADD; }

.home-slides {
  visibility: hidden;
  overflow: visible; }
  .home-slides li {
    padding: 0 15px; }
    .home-slides li h1, .home-slides li h2, .home-slides li h3, .home-slides li h4, .home-slides li h5, .home-slides li h6 {
      color: #FFFFFF; }

.home-slide-section .outer {
  overflow: hidden; }

.post-feed, .profile-feed, .related-section, .archive-section {
  padding: 60px 0 35px 0; }
  .post-feed .google-auto-placed, .profile-feed .google-auto-placed, .related-section .google-auto-placed, .archive-section .google-auto-placed {
    margin-bottom: 60px; }
  .post-feed .intro, .profile-feed .intro, .related-section .intro, .archive-section .intro {
    margin-bottom: 40px;
    text-align: center; }
  .post-feed ul.articles-list li, .profile-feed ul.articles-list li, .related-section ul.articles-list li, .archive-section ul.articles-list li {
    margin-bottom: 25px;
    font-size: 1em; }
    .post-feed ul.articles-list li .featured-image, .profile-feed ul.articles-list li .featured-image, .related-section ul.articles-list li .featured-image, .archive-section ul.articles-list li .featured-image {
      margin-bottom: 15px; }
    .post-feed ul.articles-list li .article-body, .profile-feed ul.articles-list li .article-body, .related-section ul.articles-list li .article-body, .archive-section ul.articles-list li .article-body {
      margin-bottom: 15px; }
      .post-feed ul.articles-list li .article-body h4, .profile-feed ul.articles-list li .article-body h4, .related-section ul.articles-list li .article-body h4, .archive-section ul.articles-list li .article-body h4 {
        margin-bottom: 10px;
        color: #383739; }

.excerpt-post-feed .featured-image {
  margin-bottom: 15px; }
.excerpt-post-feed .article-body {
  margin-bottom: 15px; }
  .excerpt-post-feed .article-body h4 {
    margin-bottom: 10px;
    color: #383739; }
.excerpt-post-feed .blog-article {
  margin-bottom: 65px;
  padding-bottom: 35px;
  border-bottom: 1px solid #C6EAEA; }

.widget ul.articles-list li {
  margin-bottom: 25px;
  font-size: 1em; }
  .widget ul.articles-list li .featured-image {
    margin-bottom: 15px; }
  .widget ul.articles-list li .article-body {
    margin-bottom: 15px; }
    .widget ul.articles-list li .article-body h4 {
      margin-bottom: 10px;
      color: #383739; }
  .widget ul.articles-list li h4 a {
    color: inherit; }
    .widget ul.articles-list li h4 a:hover {
      color: #EB2A7B;
      text-decoration: none; }

.callout-section {
  min-height: 420px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../img/Brooklyn-Based-Logomarks.png");
  background-color: #283753; }
  .callout-section .callout-content {
    margin-top: 14%; }
    .callout-section .callout-content .intro {
      margin-bottom: 40px;
      text-align: center; }
    .callout-section .callout-content .outro {
      margin-bottom: 40px; }
  .callout-section #callout-subscription-form {
    margin-top: 25px;
    margin-bottom: 40px;
    max-width: 450px;
    margin: 0 auto; }
    .callout-section #callout-subscription-form .fields {
      float: left;
      margin-right: 15px;
      width: 60%; }
    .callout-section #callout-subscription-form input.email {
      width: 100%;
      padding: 10px 10px 10px 10px;
      font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
      border: 1px solid #E5E5E6;
      font-size: 1.125em;
      color: #E5E5E6;
      box-sizing: border-box; }
    .callout-section #callout-subscription-form .action {
      float: left; }
    .callout-section #callout-subscription-form input.submit-button {
      display: inline-block;
      text-align: center;
      padding: 10px 30px 10px 30px;
      color: #FFFFFF;
      font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 1.125em;
      border: 1px solid #EB2A7B;
      text-decoration: none;
      -webkit-transition: opacity 250ms ease-out 0s;
      -moz-transition: opacity 250ms ease-out 0s;
      -o-transition: opacity 250ms ease-out 0s;
      transition: opacity 250ms ease-out 0s;
      background-color: #EB2A7B;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6); }
      .callout-section #callout-subscription-form input.submit-button:hover {
        opacity: .8; }
    .callout-section #callout-subscription-form label.error {
      display: block;
      margin-top: 10px;
      color: #EB2A7B; }

.featured-section {
  background-color: #C6EAEA;
  padding: 50px 0 60px 0;
  overflow: hidden; }
  .featured-section .carousel {
    display: none; }
    .featured-section .carousel li {
      font-size: 1em; }
  .featured-section .article-body {
    background-color: #FFFFFF;
    overflow: hidden; }
    .featured-section .article-body .flush-column-2 {
      padding: 40px 0 0 0; }
      .featured-section .article-body .flush-column-2 a.excerpt-read-more {
        display: block;
        margin-top: 25px;
        color: #EB2A7B;
        font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: opacity 250ms ease-out 0s;
        -moz-transition: opacity 250ms ease-out 0s;
        -o-transition: opacity 250ms ease-out 0s;
        transition: opacity 250ms ease-out 0s; }
        .featured-section .article-body .flush-column-2 a.excerpt-read-more:hover {
          opacity: .8; }
  .featured-section .featured-section-wrap {
    width: 74.592075%;
    /* 640/858 */
    margin: 0 auto; }
    .featured-section .featured-section-wrap img.bb-kids-logo {
      max-width: 320px;
      margin: 0 auto 45px auto; }
    .featured-section .featured-section-wrap #subscription-form-kids {
      margin-top: 25px;
      margin: 45px auto 0 auto;
      max-width: 500px; }
      .featured-section .featured-section-wrap #subscription-form-kids .fields {
        float: left;
        margin-right: 15px;
        width: 68%; }
      .featured-section .featured-section-wrap #subscription-form-kids input.email {
        width: 100%;
        padding: 10px 10px 10px 10px;
        font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
        border: 1px solid #E5E5E6;
        font-size: 1.125em;
        color: #E5E5E6;
        box-sizing: border-box; }
      .featured-section .featured-section-wrap #subscription-form-kids .action {
        float: left; }
      .featured-section .featured-section-wrap #subscription-form-kids input.submit-button {
        display: inline-block;
        text-align: center;
        padding: 10px 30px 10px 30px;
        color: #FFFFFF;
        font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.125em;
        border: 1px solid #EB2A7B;
        text-decoration: none;
        -webkit-transition: opacity 250ms ease-out 0s;
        -moz-transition: opacity 250ms ease-out 0s;
        -o-transition: opacity 250ms ease-out 0s;
        transition: opacity 250ms ease-out 0s;
        background-color: #EB2A7B;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6); }
        .featured-section .featured-section-wrap #subscription-form-kids input.submit-button:hover {
          opacity: .8; }
      .featured-section .featured-section-wrap #subscription-form-kids label.error {
        display: block;
        margin-top: 10px;
        color: #EB2A7B; }
    .featured-section .featured-section-wrap .outro {
      margin-top: 45px; }

.family-overview-section .featured-section {
  height: 525px; }

.ad-section, .form-section, .middle-section, .top-section, .related-section {
  padding: 50px 0; }

.mobile-subscribe-middle-section .two-column-1 {
  margin-bottom: 0px; }
  .mobile-subscribe-middle-section .two-column-1 form {
    margin-bottom: 0px; }
    .mobile-subscribe-middle-section .two-column-1 form input#mc-embedded-subscribe {
      margin-bottom: 0px; }

.mobile-subscribe-bottom-section .intro {
  text-align: left; }

.top-ad {
  padding: 25px 0;
  margin-bottom: 50px; }

.related-section .intro {
  margin-bottom: 40px;
  text-align: center; }

.home-slide-section .slide-image {
  position: relative; }
  .home-slide-section .slide-image .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .home-slide-section .slide-image .overlay .slide-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 12%;
      text-align: center;
      z-idex: 999999; }
      .home-slide-section .slide-image .overlay .slide-content .slide-content-wrap {
        width: 82.9493087557604%;
        /*1080/1302*/
        margin: 0 auto; }

.single-bottom-content {
  border-top: 1px solid #E5E5E6;
  padding-top: 35px; }

.overview-section .small-column .small-column-content a.excerpt-read-more {
  display: block;
  margin-top: 25px;
  color: #EB2A7B;
  font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s; }
  .overview-section .small-column .small-column-content a.excerpt-read-more:hover {
    opacity: .8; }

.main-image, .inner-main-image {
  min-height: 520px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center; }
  .main-image .main-image-title, .inner-main-image .main-image-title {
    padding: 15px 20px;
    position: relative;
    text-align: center;
    background-color: #E5E857;
    color: #FFFFFF;
    margin: 0;
    top: 0;
    display: inline-block; }
  .main-image .no-overlay, .inner-main-image .no-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
    .main-image .no-overlay .main-image-content, .inner-main-image .no-overlay .main-image-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 12%;
      text-align: center;
      z-idex: 999999; }
      .main-image .no-overlay .main-image-content .wrap, .inner-main-image .no-overlay .main-image-content .wrap {
        width: 92%; }
      .main-image .no-overlay .main-image-content h1, .main-image .no-overlay .main-image-content .h1, .main-image .no-overlay .main-image-content h2, .main-image .no-overlay .main-image-content .h2, .main-image .no-overlay .main-image-content h3, .main-image .no-overlay .main-image-content .h3, .main-image .no-overlay .main-image-content h4, .main-image .no-overlay .main-image-content .h4, .main-image .no-overlay .main-image-content h5, .main-image .no-overlay .main-image-content .h5, .main-image .no-overlay .main-image-content h6, .main-image .no-overlay .main-image-content .h6, .main-image .no-overlay .main-image-content p, .main-image .no-overlay .main-image-content a, .main-image .no-overlay .main-image-content span, .main-image .no-overlay .main-image-content ul li, .main-image .no-overlay .main-image-content ol li, .inner-main-image .no-overlay .main-image-content h1, .inner-main-image .no-overlay .main-image-content .h1, .inner-main-image .no-overlay .main-image-content h2, .inner-main-image .no-overlay .main-image-content .h2, .inner-main-image .no-overlay .main-image-content h3, .inner-main-image .no-overlay .main-image-content .h3, .inner-main-image .no-overlay .main-image-content h4, .inner-main-image .no-overlay .main-image-content .h4, .inner-main-image .no-overlay .main-image-content h5, .inner-main-image .no-overlay .main-image-content .h5, .inner-main-image .no-overlay .main-image-content h6, .inner-main-image .no-overlay .main-image-content .h6, .inner-main-image .no-overlay .main-image-content p, .inner-main-image .no-overlay .main-image-content a, .inner-main-image .no-overlay .main-image-content span, .inner-main-image .no-overlay .main-image-content ul li, .inner-main-image .no-overlay .main-image-content ol li {
        color: #FFFFFF; }

.main-image-section .caption {
  padding: 20px 0 0 0; }

.inner-main-image {
  min-height: 440px; }

.ideal-week-section .two-column-2 {
  border: 1px solid #6CC9CA; }

#contact-form {
  max-width: 600px;
  margin: 25px auto 0 auto; }
  #contact-form .columns .formcol1, #contact-form .columns .formcol2 {
    width: 48%; }
  #contact-form .columns .formcol1 {
    float: left; }
  #contact-form .columns .formcol2 {
    float: right; }
  #contact-form input, #contact-form textarea, #contact-form select {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #E5E5E6;
    display: block;
    box-sizing: border-box;
    padding: 15px;
    font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  #contact-form textarea {
    resize: none;
    height: 250px;
    width: 100%; }
  #contact-form input.hidden {
    display: none; }
  #contact-form .actions {
    text-align: center; }
  #contact-form input#contact-submit {
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 10px 30px 10px 30px;
    color: #FFFFFF;
    font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.125em;
    border: 1px solid #EB2A7B;
    text-decoration: none;
    -webkit-transition: opacity 250ms ease-out 0s;
    -moz-transition: opacity 250ms ease-out 0s;
    -o-transition: opacity 250ms ease-out 0s;
    transition: opacity 250ms ease-out 0s;
    background-color: #EB2A7B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
    margin: 15px 0 25px 0; }
    #contact-form input#contact-submit:hover {
      opacity: .8; }
  #contact-form label.error {
    margin: 10px 0;
    display: block;
    color: #EB2A7B; }

.message-received {
  position: relative;
  min-height: 200px; }
  .message-received span.anchor {
    position: absolute;
    margin-top: -80px;
    display: block;
    top: 0;
    left: 0; }

.form-section {
  background-color: #C6EAEA; }

.article-header {
  margin-bottom: 25px; }

.article-footer {
  margin-top: 15px; }
  .article-footer .addthis_toolbox {
    margin: 25px 0 0px 0; }
    .article-footer .addthis_toolbox a {
      padding: 0 4px; }

.profile-details {
  margin: 35px 0; }

.bottom-ad {
  background-color: #F9FADD;
  padding: 0px; }
  .bottom-ad .bottom-ad-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0; }

.blue-box {
  border: 1px solid #6BCACA;
  margin: 25px 0; }
  .blue-box .blue-box-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0; }

.sponsored-box {
  background-color: #C6EAEA;
  margin: 25px 0; }
  .sponsored-box .sponsored-box-wrap {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0; }

.recipe-content {
  padding-top: 25px; }

.recipe-top {
  padding-bottom: 10px; }

.recipe-bottom .recipe-time {
  padding: 15px 0;
  background-color: #C6EAEA;
  margin-bottom: 25px; }
  .recipe-bottom .recipe-time .recipe-time-wrap {
    width: 90%;
    margin: 0 auto; }
  .recipe-bottom .recipe-time h4 {
    text-transform: initial;
    line-height: 140%; }
  .recipe-bottom .recipe-time span {
    display: block;
    margin-bottom: 10px; }
.recipe-bottom .recipe-column-one {
  float: left;
  width: 34.965035%;
  /* 300/858 */ }
.recipe-bottom .recipe-column-two {
  float: right;
  width: 61.538462%;
  /* 528/858 */ }

.author-detail {
  margin: 35px 0; }
  .author-detail .author-detail-wrap {
    width: 90%;
    padding: 35px 0;
    margin: 0 auto; }
  .author-detail .author-detail-col-0 {
    width: 18.648019%;
    float: left; }
    .author-detail .author-detail-col-0 img {
      margin-bottom: 15px; }
    .author-detail .author-detail-col-0 p {
      margin: 5px 0 0 0;
      text-align: center; }
  .author-detail .author-detail-col-1 {
    width: 77.855478%;
    float: right; }
  .author-detail p {
    font-size: 1.125em;
    line-height: 150%; }

.author-intro-content {
  padding: 54px 0; }
  .author-intro-content .author-column-1 {
    width: 22.144522%;
    /*190/858*/
    float: left; }
  .author-intro-content .author-column-2 {
    width: 71.846847%;
    /*658/858*/
    float: right;
    text-align: left; }
    .author-intro-content .author-column-2 .h4 {
      color: #EB2A7B; }

.single-signup {
  background-color: #E5E5E6;
  margin-top: 35px;
  margin-bottom: 35px; }
  .single-signup .single-signup-wrap {
    width: 88%;
    margin: 0 auto;
    padding: 35px 0; }
  .single-signup .fields-column-1 {
    width: 48%;
    float: left; }
    .single-signup .fields-column-1 h6 {
      margin-top: 16px;
      display: inline-block; }
  .single-signup .fields-column-2 {
    width: 50%;
    float: right; }

#single-subscription-form {
  max-width: 100%;
  margin: 0 auto; }
  #single-subscription-form .fields {
    float: left;
    margin-right: 15px;
    width: 78%; }
  #single-subscription-form input.email {
    width: 100%;
    padding: 12px 10px 12px 10px;
    font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border: 1px solid #E5E5E6;
    font-size: 1.125em;
    color: #E5E5E6;
    box-sizing: border-box; }
  #single-subscription-form .action {
    float: left;
    width: 20%; }
  #single-subscription-form input.submit-button {
    display: inline-block;
    text-align: center;
    padding: 10px 30px 10px 30px;
    color: #FFFFFF;
    font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.125em;
    border: 1px solid #EB2A7B;
    text-decoration: none;
    -webkit-transition: opacity 250ms ease-out 0s;
    -moz-transition: opacity 250ms ease-out 0s;
    -o-transition: opacity 250ms ease-out 0s;
    transition: opacity 250ms ease-out 0s;
    background-color: #EB2A7B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6); }
    #single-subscription-form input.submit-button:hover {
      opacity: .8; }
  #single-subscription-form label.error {
    display: block;
    margin-top: 10px;
    color: #EB2A7B; }

.post-callout {
  border: 1px solid #E5E857;
  padding: 15px 0;
  margin-bottom: 25px; }
  .post-callout .post-callout-wrap {
    width: 96%;
    margin: 0 auto; }
    .post-callout .post-callout-wrap .post-callout-image {
      float: left;
      width: 15.242424%; }
      .post-callout .post-callout-wrap .post-callout-image img {
        margin: 0 auto; }
    .post-callout .post-callout-wrap .post-callout-content {
      float: right;
      width: 81.426573%; }
    .post-callout .post-callout-wrap h1, .post-callout .post-callout-wrap .h1, .post-callout .post-callout-wrap h2, .post-callout .post-callout-wrap .h2, .post-callout .post-callout-wrap h3, .post-callout .post-callout-wrap .h3, .post-callout .post-callout-wrap h4, .post-callout .post-callout-wrap .h4, .post-callout .post-callout-wrap h5, .post-callout .post-callout-wrap .h5, .post-callout .post-callout-wrap h6, .post-callout .post-callout-wrap .h6 {
      margin-top: 0px; }
      .post-callout .post-callout-wrap h1:first-child, .post-callout .post-callout-wrap .h1:first-child, .post-callout .post-callout-wrap h2:first-child, .post-callout .post-callout-wrap .h2:first-child, .post-callout .post-callout-wrap h3:first-child, .post-callout .post-callout-wrap .h3:first-child, .post-callout .post-callout-wrap h4:first-child, .post-callout .post-callout-wrap .h4:first-child, .post-callout .post-callout-wrap h5:first-child, .post-callout .post-callout-wrap .h5:first-child, .post-callout .post-callout-wrap h6:first-child, .post-callout .post-callout-wrap .h6:first-child {
        margin-top: 0px; }
    .post-callout .post-callout-wrap h6 {
      margin-bottom: 10px;
      margin-top: 10px; }
      .post-callout .post-callout-wrap h6 a {
        color: #EB2A7B; }
        .post-callout .post-callout-wrap h6 a:hover {
          text-decoration: underline; }

ul.top-tags {
  text-align: left; }
  ul.top-tags li {
    display: inline-block;
    background-color: #6BCACA;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1em;
    padding: 3px 7px;
    margin: 0 15px 0 0px; }
    ul.top-tags li:hover {
      background-color: #EB2A7B; }
      ul.top-tags li:hover a {
        color: #FFFFFF; }
    ul.top-tags li a {
      text-decoration: none; }

.iw-main-top {
  margin-bottom: 20px; }

.blue-outline {
  border: 1px solid #C6EAEA; }
  .blue-outline .blue-outline-wrap {
    width: 80.566038%;
    margin: 0 auto;
    padding: 52px 0; }

.iw-details {
  margin: 35px 0;
  border-top: 1px solid #C6EAEA;
  border-bottom: 1px solid #C6EAEA;
  padding: 25px 0; }

/******************************************************************
  Slick Slider Default Theme
******************************************************************/
.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: 0px;
  outline: 0; }

.home-slides .slick-list {
  overflow: visible; }

.slick-list:focus {
  outline: 0; }

.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;
  margin: 0 0px;
  height: 100%;
  min-height: 1px;
  outline: none; }

[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 !important; }

.slick-prev, .slick-next {
  width: 24px;
  height: 21px;
  margin: -60px 0px 0 0px;
  background: url(../img/white-arrows.png) no-repeat 0 0;
  position: absolute;
  bottom: 48%;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 1;
  z-index: 9999999;
  border: none;
  outline: none; }

.slick-prev {
  left: 2%; }

.slick-next {
  background-position: 100% 0;
  right: 2%; }

.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -65px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.home-slides .slick-dots {
  position: relative;
  bottom: 0px; }
  .home-slides .slick-dots li {
    float: none; }
    .home-slides .slick-dots li button {
      font-size: 1.25em; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 1.65em;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 15px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #EB2A7B; }

.slick-dots li button:before {
  font-family: serif;
  font-size: 1.65em;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 1;
  color: #6BCACA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #EB2A7B; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 25px 0 0 0; }

nav.postnav {
  margin: 25px 0 15px 0;
  padding: 0px 0 4px 0; }

.pagination {
  padding: 12px 0 4px 0; }

.page-navigation ul li {
  display: inline-block;
  margin-left: 25px; }
  .page-navigation ul li:first-child {
    margin-left: 0px; }

.pagination ul.page-numbers, nav.postnav ul {
  text-align: left; }

.pagination ul.page-numbers li, nav.postnav ul li {
  display: inline;
  padding: 0 5px;
  font-size: 1.25em; }

.pagination ul.page-numbers li a:hover, nav.postnav li a:hover, .pagination ul.page-numbers li span.current {
  color: #383739; }

.pagination ul.page-numbers li.prev,
.pagination ul.page-numbers li.next {
  font-weight: 700; }

.pagination ul.page-numbers li a, nav.postnav ul li a {
  text-decoration: none; }

.pagination ul.page-numbers li a.prev, nav.postnav ul li.leftnav a {
  float: left;
  padding: 0px; }

.pagination ul.page-numbers li a.next, nav.postnav ul li.rightnav a {
  float: right;
  padding: 0px; }

.postnav {
  text-align: left;
  margin-top: 25px; }
  .postnav h3 {
    margin-top: 0px; }
  .postnav .back-to-top {
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 0 10%; }
    .postnav .back-to-top a {
      display: inline-block;
      position: relative;
      top: 0px; }
  .postnav .leftnav {
    margin: 0;
    display: inline-block; }
  .postnav .rightnav {
    margin: 0;
    display: inline-block; }

.pagination ul.page-numbers li a.prev,
.pagination ul.page-numbers li a.next, nav.postnav li.leftnav a, nav.postnav li.rightnav a {
  padding: 0;
  text-decoration: none; }

.pagination ul.page-numbers a.prev:hover,
.pagination ul.page-numbers li a.bpn-next:hover,
.pagination ul.page-numbers li a.first a:hover,
.pagination ul.page-numbers li a.last:hover {
  background: none;
  color: #F44931; }

nav.postnav ul li.back-to-main {
  text-align: center; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }

/******************************************************************
10. COMMENT STYLES
******************************************************************/
#comments {
  margin-top: 35px; }

.commentlist {
  margin: 0px 0 30px 0;
  padding: 0px; }

.commentlist li {
  font-size: 1em;
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0px; }
  .commentlist li cite, .commentlist li time {
    font-size: 1.25em; }

.commentlist li.depth-1 {
  border-bottom: 1px solid #6BCACA; }

.commentlist li.depth-1 ul.children {
  margin: 0;
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 6%; }

.commentlist li:not(.depth-1) ul.children {
  width: 89%;
  max-width: 534px;
  padding: 0 0 0 11%; }

.commentlist li[class*=depth-] {
  margin-top: 35px; }

.commentlist li.depth-4 ul.children, .commentlist li.depth-5 ul.children, .commentlist li.depth-6 ul.children, .commentlist li.depth-7 ul.children {
  width: 100%;
  max-width: 524px;
  padding: 0 0 0 0; }

.commentlist li:not(.depth-1) {
  margin-top: 0; }

.commentlist .odd {
  background: none; }

.commentlist .even {
  background: none; }

.commentcol1 {
  float: left;
  width: 7.666667%;
  /*46/600*/ }

.commentcol2 {
  float: right;
  width: 89%;
  /*534/600*/ }

.commentlist cite.fn {
  font-weight: 400;
  font-style: normal; }

.commentlist .commentcol2 time {
  float: right; }

.commentlist .commentcol2 time a {
  text-decoration: none; }

.commentlist .commentcol2 time a:hover {
  text-decoration: underline;
  color: #EB2A7B; }

.commentcol2 p {
  margin: 10px 0; }

.red-alert p {
  margin: 10px 0;
  color: #EB2A7B; }

#cancel-comment-reply-link {
  display: block;
  margin-bottom: 15px; }
  #cancel-comment-reply-link p {
    font-size: 1em; }

.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  margin-bottom: 15px;
  color: #EB2A7B; }

.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
  text-decoration: underline; }

p.submit-holder {
  text-align: center;
  margin-top: 25px; }

#commentform #submit {
  display: inline-block;
  width: auto;
  text-align: center;
  padding: 10px 30px 10px 30px;
  color: #FFFFFF;
  font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: .9em;
  border: 1px solid #EB2A7B;
  text-decoration: none;
  -webkit-transition: opacity 250ms ease-out 0s;
  -moz-transition: opacity 250ms ease-out 0s;
  -o-transition: opacity 250ms ease-out 0s;
  transition: opacity 250ms ease-out 0s;
  background-color: #EB2A7B;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
  margin-bottom: 25px; }
  #commentform #submit:hover {
    opacity: .8; }

#commentform p {
  font-size: 1.25em; }
#commentform ul li {
  font-size: 1.25em; }

article.comment:last-child {
  margin-bottom: 0px; }

.comment-author {
  margin-bottom: 15px; }
  .comment-author img {
    margin-bottom: 10px;
    margin-right: 10px; }

/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
#respond {
  padding-top: 35px; }

.respond-form {
  padding: 30px 0 35px 0px; }
  .respond-form h4 {
    margin-bottom: 25px; }
  .respond-form form {
    width: 74.170616%;
    /*626/844*/
    margin: 0 auto; }

.comment .respond-form form {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

ul.children .respond-form {
  margin-bottom: 25px; }

.respond-wrap {
  width: 76.66666667%;
  /*460/600*/
  margin: 0 auto; }

ul#comment-form-elements {
  margin: 25px 0 0 0px;
  padding: 0px; }

ul#comment-form-elements li {
  font-size: 1.125em; }

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
  font-size: 1.125em; }

.respond-form form li label,
.respond-form form li small {
  display: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 15px 12px 13px 12px;
  background: #FFFFFF;
  /* form validation */
  width: 100%;
  font-weight: 300;
  color: black;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: .9em;
  border: 1px solid #E5E5E6;
  margin-bottom: 10px;
  font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff; }

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  width: 100%;
  font-size: 1em; }

.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px;
  font-size: .9em;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

li.depth-2 .respond-form form input[type=text],
li.depth-2 .respond-form form input[type=email],
li.depth-2 .respond-form form input[type=url] {
  width: 100%; }

li.depth-2 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

li.depth-3 .respond-form form input[type=text],
li.depth-3 .respond-form form input[type=email],
li.depth-3 .respond-form form input[type=url] {
  width: 100%; }

li.depth-3 .respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px; }

/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 15px 0; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

#commentform label.error {
  display: block;
  color: #EB2A7B;
  margin-top: 10px; }

/*********************
12. SIDEBARS & ASIDES
*********************/
.widget {
  margin-bottom: 35px; }
  .widget img {
    margin-bottom: 35px; }
    .widget img:last-child {
      margin-bottom: 0px; }

.adsbygoogle {
  margin-bottom: 35px;
  max-width: 100%;
  display: block; }

.sidebar-calendar {
  background-color: #C6EAEA;
  padding: 20px 0;
  margin-bottom: 50px; }
  .sidebar-calendar .sidebar-calendar-wrap {
    width: 90%;
    margin: 0 auto; }

ul.sidebar-calendar-list li {
  font-size: 1em;
  margin-bottom: 15px; }
  ul.sidebar-calendar-list li p {
    font-size: 1.125em;
    font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }

/*********************
FOOTER STYLES
*********************/
.footer {
  background-color: #E5E857;
  padding: 40px 0; }
  .footer .footercol1 {
    float: left;
    width: 14.592934%;
    /*190/1302*/ }
  .footer .footercol2 {
    float: left;
    margin-left: 0px;
    width: 14.592934%;
    /*190/1302*/
    margin-left: 2.304147%; }
  .footer .footercol3 {
    float: left;
    margin-left: 0px;
    width: 14.592934%;
    /*190/1302*/
    margin-left: 2.304147%; }
  .footer .footercol4 {
    float: left;
    width: 49.308756%;
    /*642/1302*/
    margin-left: 2.304147%; }
    .footer .footercol4 #subscription-form {
      margin-top: 25px; }
      .footer .footercol4 #subscription-form .fields {
        float: left;
        margin-right: 15px;
        width: 60%; }
      .footer .footercol4 #subscription-form input.email {
        width: 100%;
        padding: 10px 10px 10px 10px;
        font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
        border: 1px solid #E5E5E6;
        font-size: 1.125em;
        color: #E5E5E6;
        box-sizing: border-box; }
      .footer .footercol4 #subscription-form .action {
        float: left; }
      .footer .footercol4 #subscription-form input.submit-button {
        display: inline-block;
        text-align: center;
        padding: 10px 30px 10px 30px;
        color: #FFFFFF;
        font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.125em;
        border: 1px solid #EB2A7B;
        text-decoration: none;
        -webkit-transition: opacity 250ms ease-out 0s;
        -moz-transition: opacity 250ms ease-out 0s;
        -o-transition: opacity 250ms ease-out 0s;
        transition: opacity 250ms ease-out 0s;
        background-color: #EB2A7B;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.6); }
        .footer .footercol4 #subscription-form input.submit-button:hover {
          opacity: .8; }
      .footer .footercol4 #subscription-form label.error {
        display: block;
        margin-top: 10px;
        color: #EB2A7B; }
  .footer .footer-bottom-col-1 {
    float: left;
    width: 48.387097%;
    /*630/1302*/ }
  .footer .footer-bottom-col-2 {
    float: left;
    width: 49.308756%;
    /*642/1302*/
    margin-left: 2.304147%; }
  .footer .footer-top ul.list a {
    text-decoration: none;
    font-family: "soleil", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .footer .footer-bottom {
    margin-top: 25px; }
    .footer .footer-bottom a {
      text-decoration: none;
      color: #383739; }
      .footer .footer-bottom a:hover {
        color: #EB2A7B; }

ul.social-bottom {
  text-align: left;
  margin-top: 20px; }
  ul.social-bottom li {
    display: inline-block;
    margin-right: 10px; }
    ul.social-bottom li a {
      -webkit-transition: opacity 250ms ease-out 0s;
      -moz-transition: opacity 250ms ease-out 0s;
      -o-transition: opacity 250ms ease-out 0s;
      transition: opacity 250ms ease-out 0s; }
  ul.social-bottom li.facebookicon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 22px;
    width: 15px;
    background: url("../img/social-media-icons-footer.png") no-repeat left top;
    padding: 0; }
    ul.social-bottom li.facebookicon a:hover, ul.social-bottom li.facebookicon a:focus {
      opacity: .8; }
  ul.social-bottom li.twittericon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 22px;
    width: 23px;
    background: url("../img/social-media-icons-footer.png") no-repeat -28px top;
    padding: 0; }
    ul.social-bottom li.twittericon a:hover, ul.social-bottom li.twittericon a:focus {
      opacity: .8; }
  ul.social-bottom li.instagramicon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 22px;
    width: 23px;
    background: url("../img/social-media-icons-footer.png") no-repeat -65px top;
    padding: 0; }
    ul.social-bottom li.instagramicon a:hover, ul.social-bottom li.instagramicon a:focus {
      opacity: .8; }
  ul.social-bottom li.rssicon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 22px;
    width: 23px;
    background: url("../img/social-media-icons-footer.png") no-repeat -105px top;
    padding: 0; }
    ul.social-bottom li.rssicon a:hover, ul.social-bottom li.rssicon a:focus {
      opacity: .8; }
  ul.social-bottom li.pinteresticon a {
    display: block;
    text-indent: -9999px;
    margin: 0;
    height: 22px;
    width: 23px;
    background: url("../img/social-media-icons-footer.png") no-repeat -140px top;
    padding: 0; }
    ul.social-bottom li.pinteresticon a:hover, ul.social-bottom li.pinteresticon a:focus {
      opacity: .8; }

/*********************
Media Queries
*********************/
@media only screen and (min-width: 0px) {
  .wrap {
    width: 100%;
    margin: 0 auto; }

  .home-slide-section .wrap {
    width: 82.9493087557604%;
    /*1080/1302*/
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .tiny-wrap {
    width: 92%;
    margin: 0 auto; }

  .two-column {
    width: 100%; }

  .two-column-1 {
    float: none;
    margin-bottom: 25px; }

  .two-column-2 {
    float: none; }

  .three-column {
    width: 100%;
    /*414/1302*/
    float: none;
    margin: 0 0 0 0;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .four-column {
    width: 100%;
    /*303/1280*/
    margin: 0 0 25px 0;
    /*30/1302*/
    float: none; }

  .four-column-0 {
    margin-left: 0px; }

  .big-column {
    float: none;
    width: 100%;
    margin-bottom: 25px; }
    .big-column img {
      display: block;
      margin: 0 auto; }
    .big-column .tertiary-nav {
      display: block; }

  .small-column {
    float: none;
    width: 100%; }
    .small-column .tertiary-nav {
      display: none; }

  .small-column-left {
    float: none;
    width: 100%;
    margin-bottom: 25px; }

  .big-column-right {
    float: none;
    width: 100%; }

  .flush-column {
    width: 100%; }
    .flush-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto;
      padding: 0 0 30px 0; }

  .flush-column-1, .flush-column-2 {
    float: none; }

  .flush-column-1 {
    margin-bottom: 25px; }

  .main {
    float: none;
    width: 100%;
    margin-bottom: 25px; }

  .sidebar {
    float: none;
    width: 100%;
    /*303/1280*/
    margin-bottom: 40px; }

  .header .header-top nav.social-media-top {
    float: left; }
  .header .header-top .subscribe-search span.top-right-select {
    display: none; }
  .header .header-top .mobile {
    display: block; }
  .header .primary-navigation {
    display: none; }
  .header #logo {
    margin-bottom: 25px; }
  .header ul.top-nav {
    text-align: left;
    margin: 0px 0 5px 0; }
    .header ul.top-nav li {
      display: block;
      border-bottom: 1px solid #E5E5E6;
      padding: 5px 0 8px 0px;
      float: none;
      margin: 0 0 5px 0;
      height: auto; }
      .header ul.top-nav li span.bar {
        display: block;
        padding: 0 0px 0 0px;
        height: auto;
        line-height: 120%; }
      .header ul.top-nav li a {
        top: 0px;
        padding: 0 0 0 5px; }
      .header ul.top-nav li ul.sub-menu {
        position: relative;
        display: block;
        top: 10px;
        background-color: transparent;
        text-align: left;
        padding: 0 0 0 0px; }
        .header ul.top-nav li ul.sub-menu li {
          display: block;
          border-bottom: none; }
          .header ul.top-nav li ul.sub-menu li a {
            padding: 0 0 0 15px; }
      .header ul.top-nav li:hover ul.sub-menu li span.bar {
        background-color: transparent; }
      .header ul.top-nav li:hover ul.sub-menu li:hover span.bar {
        background-color: #E5E857; }
      .header ul.top-nav li:hover ul.sub-menu li a:hover {
        color: #283753; }
    .header ul.top-nav li.current-menu-item ul.sub-menu li span.bar {
      background-color: transparent; }
    .header ul.top-nav li.current-menu-item ul.sub-menu li:hover span.bar {
      background-color: #E5E857; }
    .header ul.top-nav li.current-menu-item ul.sub-menu li a {
      color: #283753; }
    .header ul.top-nav li.current_page_ancestor:hover ul.sub-menu li span.bar {
      background-color: #E5E857; }
    .header ul.top-nav li.current_page_ancestor:hover ul.sub-menu li:hover span.bar {
      background-color: #E5E857; }
  .header .search-area {
    position: relative;
    display: block;
    top: 0px;
    background-color: #FFFFFF;
    padding: 0px 0 8px 0; }
    .header .search-area .outer {
      background-color: #E5E857; }
    .header .search-area .widget_search #searchform {
      width: 100%; }
      .header .search-area .widget_search #searchform label {
        display: none; }
      .header .search-area .widget_search #searchform input#s {
        font-size: 1.25em; }

  .footer {
    padding: 40px 0; }
    .footer .footercol1 {
      float: left;
      width: 51.8479262672811%;
      margin-bottom: 25px; }
    .footer .footercol2 {
      float: right;
      margin-left: 0px;
      width: 45.8479262672811%;
      margin-left: 0px;
      margin-bottom: 25px; }
    .footer .footercol3 {
      clear: both;
      float: none;
      margin-left: 0px;
      width: 100%;
      margin-left: 0px;
      margin-bottom: 25px; }
      .footer .footercol3 img {
        max-width: 200px;
        margin: 0 auto;
        display: block; }
    .footer .footercol4 {
      clear: both;
      float: none;
      width: 100%;
      margin-left: 0px;
      margin-bottom: 25px; }
      .footer .footercol4 #subscription-form {
        margin-top: 25px;
        max-width: 320px; }
        .footer .footercol4 #subscription-form .fields {
          float: none;
          margin-right: 15px;
          width: 100%; }
        .footer .footercol4 #subscription-form .action {
          float: none;
          margin: 15px 0 5px 0; }
    .footer .footer-bottom-col-1 {
      float: none;
      width: 100%;
      margin-bottom: 25px; }
    .footer .footer-bottom-col-2 {
      float: left;
      width: 100%;
      margin-left: 0px; }

  .single-signup .fields-column-1 {
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .single-signup .fields-column-2 {
    float: none;
    width: 100%;
    margin-bottom: 0px; }
  .single-signup #single-subscription-form {
    max-width: 100%; }
    .single-signup #single-subscription-form .fields {
      float: none;
      margin-right: 15px;
      width: 100%; }
    .single-signup #single-subscription-form .action {
      float: none;
      margin: 15px 0 5px 0; }

  h1, .h1 {
    font-size: 1.75em; }

  h2, .h2 {
    font-size: 1.75em;
    height: 20px; }
    h2 span.h-wrap, .h2 span.h-wrap {
      top: -14px; }

  .slide-content h2, .slide-content .h2 {
    font-size: 1.5em;
    height: auto; }

  h3, .h3 {
    font-size: 1.375em; }

  h4, .h4 {
    font-size: 1em; }

  .recipe-content h4, .recipe-content .h4 {
    font-size: 1.125em;
    color: #283753; }
  .recipe-content .recipe-time h4, .recipe-content .recipe-time .h4 {
    font-size: 1em;
    color: #383739; }

  h5, .h5 {
    font-size: 1.125em; }
    h5 span.h-wrap, .h5 span.h-wrap {
      top: -10px; }

  p {
    font-size: 1.125em; }

  ul.ingredients li {
    font-size: 1.125em; }

  .caption p {
    font-size: 0.9375em; }

  .post-feed, .profile-feed, .related-section, .archive-section {
    padding: 40px 0 0px 0; }
    .post-feed .google-auto-placed, .profile-feed .google-auto-placed, .related-section .google-auto-placed, .archive-section .google-auto-placed {
      margin-bottom: 40px; }
    .post-feed .intro, .profile-feed .intro, .related-section .intro, .archive-section .intro {
      margin-bottom: 20px; }

  .featured-section {
    padding: 40px 0 60px 0; }
    .featured-section .article-body .flush-column-2 {
      padding-top: 0px; }
    .featured-section .featured-section-wrap #subscription-form-kids {
      margin-top: 45px;
      max-width: 320px; }
      .featured-section .featured-section-wrap #subscription-form-kids .fields {
        float: none;
        margin-right: 15px;
        width: 100%; }
      .featured-section .featured-section-wrap #subscription-form-kids .action {
        float: none;
        margin: 15px 0 5px 0; }

  .family-overview-section .featured-section {
    height: auto; }

  .ad-section, .form-section, .middle-section, .top-section, .related-section {
    padding: 30px 0; }

  .callout-section #callout-subscription-form {
    max-width: 320px;
    margin: 0 auto; }
    .callout-section #callout-subscription-form .fields {
      float: none;
      width: 100%;
      margin-right: 0px; }
    .callout-section #callout-subscription-form .action {
      float: none;
      margin-top: 15px; }

  .main-image, .inner-main-image {
    min-height: 320px; }

  .inner-main-image {
    min-height: 240px; }

  .recipe-bottom .recipe-column-one {
    float: none;
    width: 100%;
    /* 300/858 */
    margin-bottom: 25px; }
  .recipe-bottom .recipe-column-two {
    float: none;
    width: 100%;
    /* 528/858 */ }

  .post-callout .post-callout-wrap {
    width: 92%; }
    .post-callout .post-callout-wrap .post-callout-image {
      float: none;
      width: 100%;
      margin-bottom: 15px; }
      .post-callout .post-callout-wrap .post-callout-image img {
        margin: 0 auto; }
    .post-callout .post-callout-wrap .post-callout-content {
      float: none;
      width: 100%; } }
@media only screen and (min-width: 480px) {
  .four-column {
    width: 48.8479262672811%;
    /*636/1302*/
    margin: 0 0 25px 0;
    /*30/1302*/
    float: left; }

  .four-column-0, .four-column-2 {
    float: left;
    margin-left: 0px;
    clear: both; }

  .four-column-1, .four-column-3 {
    float: right;
    margin-left: 0px; }

  .header .header-top nav.social-media-top {
    float: left; }

  .callout-section #callout-subscription-form {
    max-width: 450px;
    margin: 0 auto; }
    .callout-section #callout-subscription-form .fields {
      float: left;
      width: 60%;
      margin-right: 15px; }
    .callout-section #callout-subscription-form .action {
      float: left;
      margin-top: 0px; }

  .post-callout .post-callout-wrap {
    width: 96%; }
    .post-callout .post-callout-wrap .post-callout-image {
      float: left;
      width: 30.242424%;
      margin-bottom: 0px; }
      .post-callout .post-callout-wrap .post-callout-image img {
        margin: 0 auto; }
    .post-callout .post-callout-wrap .post-callout-content {
      float: right;
      width: 66.426573%; } }
@media only screen and (min-width: 500px) {
  .single-signup #single-subscription-form {
    max-width: 100%; }
    .single-signup #single-subscription-form .fields {
      float: left;
      width: 60%; }
    .single-signup #single-subscription-form .action {
      float: right;
      width: 36%;
      margin-top: 0px; }

  .footer {
    padding: 40px 0; }
    .footer .footercol1 {
      float: left;
      width: 31.7972350230415%;
      /*414/1302*/
      float: left;
      margin: 0px 0 25px 0; }
    .footer .footercol2 {
      float: left;
      width: 31.7972350230415%;
      /*414/1302*/
      float: left;
      margin: 0 0 25px 2.3041474654378%;
      /*30/1302*/ }
    .footer .footercol3 {
      clear: none;
      float: left;
      width: 31.7972350230415%;
      /*414/1302*/
      float: left;
      margin: 0 0 25px 2.3041474654378%;
      /*30/1302*/ }
      .footer .footercol3 img {
        max-width: 100%;
        margin: 0;
        display: block; } }
@media only screen and (min-width: 600px) {
  .wrap {
    width: 82.9493087557604%;
    /*1080/1302*/
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .two-column {
    width: 48.8479262672811%;
    /*636/1302*/ }

  .two-column-1 {
    float: left;
    margin-bottom: 0px; }

  .two-column-2 {
    float: right; }

  .three-column {
    width: 31.7972350230415%;
    /*414/1302*/
    float: left;
    margin: 0 0 0 2.3041474654378%;
    /*30/1302*/ }
    .three-column img {
      margin-bottom: 25px; }

  .three-column-0 {
    margin-left: 0px; }

  .slide-content h2, .slide-content .h2 {
    font-size: 1.75em;
    height: auto; }

  .post-callout .post-callout-wrap {
    width: 96%; }
    .post-callout .post-callout-wrap .post-callout-image {
      float: left;
      width: 22.242424%; }
      .post-callout .post-callout-wrap .post-callout-image img {
        margin: 0 auto; }
    .post-callout .post-callout-wrap .post-callout-content {
      float: right;
      width: 74.426573%; } }
@media only screen and (min-width: 650px) {
  .four-column {
    width: 23.2718894009217%;
    /*303/1280*/
    margin: 0 0 0px 2.3041474654378%;
    /*30/1302*/
    float: left; }
    .four-column img {
      margin-bottom: 35px; }

  .four-column-0, .four-column-2 {
    clear: none; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .recipe-bottom .recipe-time .four-column {
    width: 48.8479262672811%;
    /*636/1302*/
    margin: 0 0 10px 0;
    /*30/1302*/
    float: left; }
  .recipe-bottom .recipe-time .four-column-0, .recipe-bottom .recipe-time .four-column-2 {
    float: left;
    margin-left: 0px;
    clear: both; }
  .recipe-bottom .recipe-time .four-column-1, .recipe-bottom .recipe-time .four-column-3 {
    float: right;
    margin-left: 0px; }
  .recipe-bottom .recipe-column-one {
    float: left;
    width: 34.965035%;
    /* 300/858 */ }
  .recipe-bottom .recipe-column-two {
    float: right;
    width: 61.538462%;
    /* 528/858 */ }

  .small-column-left {
    float: left;
    width: 31.7972350230415%;
    /*414/1302*/
    margin-bottom: 0px; }

  .big-column-right {
    float: right;
    width: 65.8986175115207%;
    /*858/1302*/ }

  .big-column {
    float: left;
    width: 65.8986175115207%;
    /*858/1302*/ }
    .big-column .sub-column {
      width: 48.2517482517483%;
      /*414/858*/ }
    .big-column .sub-column-1 {
      float: left;
      clear: both; }
    .big-column .sub-column-2 {
      float: right; }

  .small-column {
    float: right;
    width: 31.7972350230415%;
    /*414/1302*/ }

  .main {
    float: left;
    width: 65.8986175115207%;
    /*858/1302*/
    margin-bottom: 56px; }

  .sidebar {
    float: right;
    width: 23.2718894009217%;
    /*303/1280*/
    margin-bottom: 56px; }

  .header .header-top nav.social-media-top {
    float: left; }
  .header .header-top .subscribe-search span.top-right-select {
    display: inline-block; }
    .header .header-top .subscribe-search span.top-right-select .magnify {
      display: inline-block; }
  .header .header-top .subscribe-search .mobile-switch {
    display: none; }
  .header .header-top .mobile {
    display: none; }
  .header .primary-navigation {
    display: block !important; }
  .header #logo {
    margin-bottom: 0px; }
  .header ul.top-nav {
    text-align: center;
    margin: 38px 0 48px 0; }
    .header ul.top-nav li {
      display: inline-block;
      border-bottom: none;
      padding: 0 0px 38px 0px;
      float: none;
      height: 11px;
      margin: 0 2px;
      font-size: 1em; }
      .header ul.top-nav li span.bar {
        display: inline-block;
        padding: 0 6px 0 6px;
        height: 12px;
        line-height: 120%; }
      .header ul.top-nav li a {
        top: -10px;
        padding: 0 0 0 0px; }
      .header ul.top-nav li ul.sub-menu {
        position: absolute;
        display: none;
        top: 30px;
        background-color: #E5E857;
        text-align: left;
        padding: 21px 5px 11px 5px;
        width: 175px;
        height: auto; }
        .header ul.top-nav li ul.sub-menu li {
          display: block;
          border-bottom: none;
          padding: 5px 5px 10px 5px;
          height: auto; }
          .header ul.top-nav li ul.sub-menu li a {
            top: 0px;
            padding: 0 0 0 0px; }
            .header ul.top-nav li ul.sub-menu li a:hover {
              color: #EB2A7B; }
          .header ul.top-nav li ul.sub-menu li span.bar {
            display: block;
            padding: 0 0px 0 0px;
            height: auto;
            line-height: 120%; }
      .header ul.top-nav li:hover ul.sub-menu li a:hover {
        color: #EB2A7B; }
  .header .search-area {
    position: absolute;
    display: none;
    top: 35px;
    background-color: #E5E857;
    padding: 0px; }
    .header .search-area .outer {
      background-color: transparent; }
    .header .search-area .widget_search #searchform {
      width: 100%; }
      .header .search-area .widget_search #searchform label {
        display: none; }
      .header .search-area .widget_search #searchform input#s {
        font-size: 2.0625em; }

  .single-signup #single-subscription-form {
    max-width: 100%; }
    .single-signup #single-subscription-form .fields {
      float: none;
      width: 100%; }
    .single-signup #single-subscription-form .action {
      float: none;
      width: 100%;
      margin-top: 15px; }

  .post-callout .post-callout-wrap {
    width: 96%; }
    .post-callout .post-callout-wrap .post-callout-image {
      float: left;
      width: 27.242424%; }
      .post-callout .post-callout-wrap .post-callout-image img {
        margin: 0 auto; }
    .post-callout .post-callout-wrap .post-callout-content {
      float: right;
      width: 69.426573%; } }
@media only screen and (min-width: 700px) {
  .header ul.top-nav li {
    margin: 0 4px;
    font-size: 1em; }
    .header ul.top-nav li span.bar {
      display: inline-block;
      padding: 0 6px 0 6px; }

  .main-image, .inner-main-image {
    min-height: 520px; }

  .inner-main-image {
    min-height: 440px; } }
@media only screen and (min-width: 768px) {
  .tiny-wrap {
    width: 74.1258741258741%;
    /*636/858*/
    margin: 0 auto; }

  .header ul.top-nav li {
    font-size: 1.0625em; }
    .header ul.top-nav li span.bar {
      display: inline-block;
      padding: 0 9px 0 9px; }

  .footer .footer-bottom-col-1 {
    float: left;
    width: 48.387097%;
    /*630/1302*/ }
  .footer .footer-bottom-col-2 {
    float: left;
    width: 49.308756%;
    /*642/1302*/
    margin-left: 2.304147%; }

  h1, .h1 {
    font-size: 2.125em; }

  h2, .h2 {
    font-size: 2.125em; }
    h2 span.h-wrap, .h2 span.h-wrap {
      top: -14px; }

  .slide-content h2, .slide-content .h2 {
    font-size: 2.125em;
    height: auto; }

  h3, .h3 {
    font-size: 1.75em; }

  h4, .h4 {
    font-size: 1.125em; }

  .recipe-content h4, .recipe-content .h4 {
    font-size: 1.5em;
    color: #283753; }
  .recipe-content .recipe-time h4, .recipe-content .recipe-time .h4 {
    font-size: 1.125em;
    color: #383739; }

  h5, .h5 {
    font-size: 1.25em; }
    h5 span.h-wrap, .h5 span.h-wrap {
      top: -10px; }

  p {
    font-size: 1.25em; }

  ul.ingredients li {
    font-size: 1.25em; }

  .caption p {
    font-size: 1em; }

  .post-feed, .profile-feed, .related-section, .archive-section {
    padding: 60px 0 35px 0; }
    .post-feed .google-auto-placed, .profile-feed .google-auto-placed, .related-section .google-auto-placed, .archive-section .google-auto-placed {
      margin-bottom: 60px; }
    .post-feed .intro, .profile-feed .intro, .related-section .intro, .archive-section .intro {
      margin-bottom: 40px; }

  .featured-section {
    padding: 50px 0 60px 0; }

  .ad-section, .form-section, .middle-section, .top-section, .related-section {
    padding: 50px 0; }

  .single-signup #single-subscription-form {
    max-width: 100%; }
    .single-signup #single-subscription-form .fields {
      float: left;
      width: 60%; }
    .single-signup #single-subscription-form .action {
      float: right;
      width: 36%;
      margin-top: 0px; }

  .family-overview-section .featured-section {
    height: 500px; } }
@media only screen and (min-width: 800px) {
  .flush-column {
    width: 50%; }
    .flush-column .flush-column-wrap {
      width: 90.78341%;
      margin: 0 auto; }

  .flush-column-1, .flush-column-2 {
    float: left; }

  .flush-column-1 {
    margin-bottom: 0px; }

  .flush-column-2 {
    padding-top: 40px;
    padding-bottom: 0px; }

  .header ul.top-nav li {
    margin: 0 4px;
    font-size: 1.125em; }

  .featured-section .article-body .flush-column-2 {
    padding-top: 40px; } }
@media only screen and (min-width: 850px) {
  .footer {
    padding: 40px 0; }
    .footer .footercol1 {
      float: left;
      width: 14.592934%;
      /*190/1302*/ }
    .footer .footercol2 {
      float: left;
      margin-left: 0px;
      width: 14.592934%;
      /*190/1302*/
      margin-left: 2.304147%; }
    .footer .footercol3 {
      float: left;
      margin-left: 0px;
      width: 14.592934%;
      /*190/1302*/
      margin-left: 2.304147%; }
      .footer .footercol3 img {
        max-width: 100%; }
    .footer .footercol4 {
      clear: none;
      float: left;
      width: 49.308756%;
      /*642/1302*/
      margin-left: 2.304147%; }

  .header ul.top-nav li {
    font-size: 1.0625em; }
    .header ul.top-nav li span.bar {
      display: inline-block;
      padding: 0 11px 0 11px; } }
@media only screen and (min-width: 940px) {
  .inner-wrap {
    width: 79.4444444444444%;
    /*858px/1080*/
    margin: 0 auto; }

  .tiny-wrap {
    width: 74.1258741258741%;
    /*636/858*/
    margin: 0 auto; }

  .footer .footercol4 #subscription-form {
    margin-top: 25px;
    max-width: 100%; }
    .footer .footercol4 #subscription-form .fields {
      float: left;
      margin-right: 15px;
      width: 60%; }
    .footer .footercol4 #subscription-form .action {
      float: left;
      margin: 0px 0 0px 0; }

  .featured-section .featured-section-wrap #subscription-form-kids {
    margin-top: 45px;
    max-width: 500px; }
    .featured-section .featured-section-wrap #subscription-form-kids .fields {
      float: left;
      margin-right: 15px;
      width: 65%; }
    .featured-section .featured-section-wrap #subscription-form-kids .action {
      float: left;
      margin: 0px 0 0px 0; } }
@media only screen and (min-width: 1020px) {
  .single-signup #single-subscription-form {
    max-width: 100%; }
    .single-signup #single-subscription-form .fields {
      float: left;
      width: 60%; }
    .single-signup #single-subscription-form .action {
      float: right;
      width: 36%;
      margin-top: 0px; } }
@media only screen and (min-width: 1100px) {
  .post-callout .post-callout-wrap {
    width: 96%; }
    .post-callout .post-callout-wrap .post-callout-image {
      float: left;
      width: 15.242424%; }
      .post-callout .post-callout-wrap .post-callout-image img {
        margin: 0 auto; }
    .post-callout .post-callout-wrap .post-callout-content {
      float: right;
      width: 81.426573%; } }
@media only screen and (min-width: 1200px) {
  .single-signup .fields-column-1 {
    float: left;
    width: 38%; }
    .single-signup .fields-column-1 p {
      margin-top: 12px; }
  .single-signup .fields-column-2 {
    float: right;
    width: 61%; }
  .single-signup #single-subscription-form {
    max-width: 100%; }
    .single-signup #single-subscription-form .fields {
      float: left;
      width: 60%; }
    .single-signup #single-subscription-form .action {
      float: right;
      width: 36%;
      margin-top: 0px; }

  .featured-section .featured-section-wrap #subscription-form-kids {
    margin-top: 45px;
    max-width: 500px; }
    .featured-section .featured-section-wrap #subscription-form-kids .fields {
      float: left;
      margin-right: 15px;
      width: 68%; }
    .featured-section .featured-section-wrap #subscription-form-kids .action {
      float: left;
      margin: 0px 0 0px 0; } }
@media only screen and (min-width: 1300px) {
  .single-signup .fields-column-1 {
    float: left;
    width: 36%; }
  .single-signup .fields-column-2 {
    float: right;
    width: 63%; }
  .single-signup #single-subscription-form {
    max-width: 100%; }
    .single-signup #single-subscription-form .fields {
      float: left;
      width: 61%; }
    .single-signup #single-subscription-form .action {
      float: right;
      width: 35%;
      margin-top: 0px; } }
@media only screen and (min-width: 1366px) {
  .single-signup .fields-column-1 {
    float: left;
    width: 34%; }
  .single-signup .fields-column-2 {
    float: right;
    width: 65%; }
  .single-signup #single-subscription-form {
    max-width: 100%; }
    .single-signup #single-subscription-form .fields {
      float: left;
      width: 63%; }
    .single-signup #single-subscription-form .action {
      float: right;
      width: 33%;
      margin-top: 0px; } }
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; }

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

  .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; }

  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; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.all-caps {
  text-transform: uppercase; }

.center {
  display: block;
  margin: 0 auto !important; }

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

.italic {
  font-style: italic; }

.hidden {
  display: none; }

.not-visibile, .invisible {
  visibility: hidden; }

.no-border-top {
  border-top: none !important; }

.no-border-bottom {
  border-bottom: none !important; }

.no-boder-left {
  border-left: none !important; }

.no-border-right {
  border-right: none !important; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-right {
  margin-right: 0px !important; }

.no-margin-bottom {
  margin-bottom: 0px !important; }

.no-margin-left {
  margin-left: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-right {
  padding-right: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.no-padding-left {
  padding-left: 0px !important; }

#wp-admin-bar-wpseo-menu {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
