/*
     Theme Name: Magazine Pro Theme
     Theme URI: http://my.studiopress.com/themes/magazine/
     Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
     Author: StudioPress
     Author URI: http://www.studiopress.com/

     Version: 3.0.0

     Tags: black, white, one-column, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

     Template: genesis
     Template Version: 2.0

     License: GPL-2.0+
     License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents
     - Imports
     - HTML5 Reset
          - Baseline Normalize
          - Box Sizing
          - Float Clearing
     - Defaults
          - Typographical Elements
          - Headings
          - Objects
          - Forms
          - Tables
     - Structure and Layout
          - Site Containers
          - Column Widths and Positions
          - Column Classes
     - Common Classes
          - WordPress
          - Genesis
          - Search Form
          - Titles
     - Widgets
          - Featured Content
     - Plugins
          - Genesis eNews Extended
          - Genesis Latest Tweets
          - Gravity Forms
          - Jetpack
          - Simple Social Icons
     - Site Header
          - Title Area
          - Widget Area
     - Site Navigation
          - Header Navigation
          - Primary Navigation
          - Secondary Navigation
     - Content Area
          - Entries
          - Pagination
          - Comments
     - Sidebars
     - Footer Widgets
     - Site Footer
     - Color Styles
          - Magazine Pro Blue
          - Magazine Pro Green
          - Magazine Pro Red
     - Media Queries
          - max-width: 1139px
          - max-width: 1023px
          - max-width: 767px

*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
     font-family: 'cksocialfont';
     src:url('fonts/ck-social2.eot');
     src:url('fonts/ck-social2.eot?#iefix') format('embedded-opentype'),
          url('fonts/ck-social2.woff') format('woff'),
          url('fonts/ck-social2.ttf') format('truetype'),
          url('fonts/ck-social2.svg#cksocialfont') format('svg');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Function';
     src:url('fonts/FunctionPro.eot');
     src:url('fonts/FunctionPro.eot?#iefix') format('embedded-opentype'),
          url('fonts/FunctionPro.woff') format('woff'),
          url('fonts/FunctionPro.ttf') format('truetype'),
          url('fonts/FunctionPro.svg#Function') format('svg');
     font-weight: normal;
     font-style: normal;
}

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
     normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#222}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:none;-moz-appearance:none;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
     -webkit-box-sizing: border-box;
     -moz-box-sizing:    border-box;
     box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.featured-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
     content: " ";
     display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.featured-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
     clear: both;
     content: " ";
     display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
     font-size: 62.5%; /* 10px browser default */
}

body {
     color: #000;
     font-family: Georgia, serif;
     font-size: 16px;
     font-size: 1.6rem;
     font-weight: normal;
     line-height: 1.625;
background-color: #fff;
}

body.magazine-landing {
     background-color: #fff;
}

a {
     background-color: inherit;
     color: #000;
     text-decoration: none;
}

a:hover {
     color: #0077EE;
     text-decoration: underline;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
     -webkit-transition: all 0.1s ease-in-out;
     -moz-transition:    all 0.1s ease-in-out;
     -ms-transition:     all 0.1s ease-in-out;
     -o-transition:      all 0.1s ease-in-out;
     transition:         all 0.1s ease-in-out;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

::-moz-selection {
     background-color: #222;
     color: #fff;
}

::selection {
     background-color: #222;
     color: #fff;
}

p {
     margin: 0 0 24px;
     margin: 0 0 2.4rem;
     padding: 0;
}

strong {
     font-weight: 700;
}

ol,
ul {
     margin: 0;
     padding: 0;
}

blockquote,
blockquote::before {
     color: #888;
}

blockquote {
     margin: 40px;
     margin: 4rem;
}

blockquote::before {
     content: "\201C";
     display: block;
     font-size: 30px;
     font-size: 3rem;
     height: 0;
     left: -20px;
     position: relative;
     top: -10px;
}

cite {
     font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h4 {
     color: #222;
     font-family: 'Playfair Display', Georgia, serif;
     font-weight: 700;
     font-style: normal;
     line-height: 1.2;
     margin: 0 0 10px;
     margin: 0 0 1rem;
}

h3,
h5 {
font-family: Function, 'Trebuchet MS', Arial, sans-serif;
line-height: 1.2;
color: #222;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
padding: 0;
margin: 2px 0;
margin: 0.2rem 0;
}

h1 {
     font-size: 32px;
     font-size: 3.2rem;
     margin: 0 0 6px;
     margin: 0 0 0.6rem;
}

h2 {
     font-size: 28px;
     font-size: 2.8rem;
padding:10px 0 8px;
padding:1rem 0 0.8rem;
}

h3 {
font-size:24px;
font-size:2.4rem;
}

h4 {
     margin: 0 0 16px;
     margin: 0 0 1.6rem;
     font-size: 20px;
     font-size: 2rem;
     text-transform: none;
}

h5 {
     font-size: 22px;
     font-size: 2.2rem;
     line-height: 1.2;
text-transform: uppercase;
}

h6 {
     font-size: 16px;
     font-size: 1.6rem;
     font-family: Georgia, serif;
     font-weight: bold;
     font-style: italic;
     line-height: inherit;
margin: 0;
}

.textwidget {
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-size: 18px;
     font-size: 1.8rem;
     font-weight: normal;
line-height:1.4;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
     max-width: 100%;
}

img {
     height: auto;
}

.featured-content img,
.gallery img {
      width: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
     background-color: #fff;
     border: 1px solid #ddd;
     color: #000;
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     text-transform: none;
     font-size: 17px;
     font-size: 1.7rem;
     font-weight: normal;
     padding: 8px 6px 5px;
     padding: 0.8rem 0.6rem 0.5rem;
     width: 100%;
     letter-spacing: 1px;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}

input:focus,
textarea:focus {
     border: 1px solid #888;
     outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
     width: auto;
}

::-moz-placeholder {
     color: #000;
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     opacity: 1;
}

::-webkit-input-placeholder {
     color: #000;
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
     background-color: #222;
     border: none;
     color: #fff;
     cursor: pointer;
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     text-transform: uppercase;
     width: auto;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
     background-color: #333;
}

.entry-content .button:hover {
     color: #fff;
}

.button {
     display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
     display: none;
}

/* Tables
--------------------------------------------- */

table {
     border-collapse: collapse;
     border-spacing: 0;
     line-height: 2;
     margin-bottom: 40px;
     margin-bottom: 4rem;
     width: 100%;
}

tbody {
     border-bottom: 1px solid #ddd;
}

th,
td {
     text-align: left;
}

th {
     font-weight: bold;
     text-transform: uppercase;
}

td {
     border-top: 1px solid #ddd;
     padding: 6px 0;
     padding: 0.6rem 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
     margin: 0 auto;
     max-width: 940px;
}

.site-inner {
     max-width: 940px;
     margin: 0 auto;
     clear: both;
     padding-top: 40px;
     padding-top: 4rem;
     border-top: 2px solid #222;
}

.magazine-home .site-inner {
     padding-bottom: 10px;
     padding-bottom: 1rem;
}

.magazine-landing .wrap {
     max-width: 940px;
}

.magazine-landing .site-inner {
     max-width: 940px;
     padding-bottom: 40px;
     padding-bottom: 4rem;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
     width: 940px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
     float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
     float: right;
}

/* Content */

.content {
     float: left;
     width: 550px;
     margin-right: 4%;
}

.magazine-landing .content {
     background-color: #fff;
     padding:0;
}

.page-id-14903 h1.entry-title {
  text-align:center;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
     float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
     width: 550px;
}

.full-width-content .content {
     width: 100%;
}

/* letters links along top of page */
.tag-alphabet {
text-align: center;
}

.tag-alphabet ul {
margin-left: 0 !important;
margin-right: 40px;
text-align:center;
}

.tag-alphabet ul li {
list-style-type: none;
}

.tag-alphabet li {
float:left;
list-style-type: none !important;
padding:0;
margin:2px;
margin:0.2rem;
}

.tag-alphabet a {
text-align:center;
text-decoration: none !important;
border-bottom: none !important;
font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-size: 30px;
     font-size: 3rem;
     font-weight: normal;
  display:block;
height:34px;
width:34px;
line-height:1.2;
margin:0;
  padding:0;
color: #222 !important;
}

.tag-alphabet a:hover {
background-color: #222;
color:#fff !important;}

.tag-test {
margin-right: 40px;
}

.tag-title {
  border-bottom-color:#F7F7F7;
  border-bottom-style:solid;
  border-bottom-width:3px;
  clear:both;
  display:block;
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
font-size: 50px;
     font-size: 5rem;
  line-height:1;
  margin:18px;
margin:1.8rem;
  padding:5rem 0 0.3rem;
padding:50px 0 3px;
  text-align:center;
}

.tag-list li {
width: 33%;
float: left;
list-style-type: none !important;
}

.tag-item a {
text-decoration: none !important;
border-bottom: none !important;
color: #000 !important;
}

.tag-item a:hover {
text-decoration: none !important;
border-bottom: 1px solid #ccc !important;
color: #000 !important;
}

.tag-count {
color: #ccc;
padding-left: 5px;
padding-left: 0.5rem;
}

.tag-list {
display: block;
clear: both;
}

/* Affiliate products
--------------------------------------------- */

.eop-aff-header {
clear: both;
font-weight: normal;
font-family: 'Playfair Display', Georgia, serif;
font-weight: 700;
font-style: italic;
font-size:18px;
font-size:1.8rem;
line-height: 1.2;
color: #222;
padding: 24px 0 3px 0;
padding: 2.4rem 0 0.3rem 0;
margin-bottom: 10px;
margin-bottom: 1rem;
border-bottom: 2px solid #f7f7f7;
display:inline-block;
width:100%;
}

.eop-disc {
font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:1.4rem;
  font-size:14px;
  font-weight:normal;
  font-style:normal;
  line-height:1;
  padding-bottom:0;
padding-top: 7px;
padding-top: 0.7rem;
  text-decoration:none !important;
  text-transform:uppercase;
float:right;
display: inline;
color: #A3A3A3;
}

/* Seasonal Posts */

h2.seasonal {
  border-bottom-color:#F7F7F7;
  border-bottom-style:solid;
  border-bottom-width:2px;
  font-size:3rem;
  font-size:30px;
  font-style:normal;
  line-height:1.2;
  margin:5rem 0 2rem;
  margin:50px 0 20px;
  padding-bottom:0.4rem;
  padding-bottom:4px;
  text-transform:capitalize;
}

.more-seasonal {
  background-color:#FFF;
  border:2px solid #222 !important;
color: #222 !important;
  display:inline-block;
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:20px;
  font-size:2rem;
  font-style:normal;
  font-weight:normal;
  padding:0;
  margin-top:2rem;
  margin-top:20px;
  text-align:center;
  text-decoration:none !important;
  text-transform:uppercase;
  width:100%;
}

/* Primary Sidebar */

.sidebar-primary {
     float: right;
     width: 300px;
     margin-top: 7px;
     margin-top: 0.7rem;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
     float: left;
}

.intro {
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-weight: normal;
     font-style: normal;
     font-size: 16px;
     font-size: 1.6rem;
     display: inline-block;
padding-bottom: 6px;
padding-bottom: 0.6rem;
border-bottom: 2px solid #f7f7f7;
text-align: center;
}

.intro a {
text-decoration: underline !important;
}

.intro-links {
font-family: 'Playfair Display', Georgia, serif;
     font-weight: 700;
     font-style: normal;
     font-size: 14px;
     font-size: 1.4rem;
     display: inline-block;
text-align: center;
width: 100%;
padding: 6px 0 7px 0;
padding: 0.6rem 0 0.7rem 0;
border-bottom: 2px solid #f7f7f7;
}

.intro-links a {
     font-weight: 700;
}

#text-72 a:hover {
color: #31ab9d;
}

.icon-font {
     font-family: cksocialfont;
     font-size: 24px;
     font-size: 2.4rem;
     -webkit-font-smoothing: antialiased;
text-align: center;
line-height: 1;
padding-top: 9px;
padding-top: 0.9rem;
}

.icon-font a {
      text-decoration: none !important;
     display: inline !important;
     text-align: center !important;
color: #222;
}

.bio-icon-font {
     font-family: cksocialfont;
     font-size: 32px;
     font-size: 3.2rem;
     -webkit-font-smoothing: antialiased;
text-align: center;
}

.bio-icon-font a {
      text-decoration: none !important;
text-align: center;
}

.social-text {
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-size: 18px;
     font-size: 1.8rem;
     font-weight: normal;
}

.social-text a {
     display: inline !important;
     text-align: center !important;
}

/* Secondary Sidebar */

.sidebar-secondary {
     float: left;
     width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
     float: right;
}

/* Column Classes
     Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
     float: left;
     margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
     width: 48.717948717948715%;
}

.one-third,
.two-sixths {
     width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
     width: 65.81196581196582%;
}

.one-fourth {
     width: 23.076923076923077%;
}

.three-fourths {
     width: 74.35897435897436%;
}

.one-sixth {
     width: 14.52991452991453%;
}

.five-sixths {
     width: 82.90598290598291%;
}

.first {
     clear: both;
     margin-left: 0;
}

/* shop page columns */

.shop {
width: 25%;
height: 450px;
margin: 0;
padding: 0 5px 18px;
padding: 0 0.5rem 1.8rem;
font-size: 13px;
font-size: 1.3rem;
text-align: center;
}

img.shop {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

img.shopimg:hover {
    opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
}

.product-title {
     font-size: 15px;
     font-size: 1.5rem;
     font-family: 'Playfair Display', Georgia, serif;
     font-style: normal;
line-height: 1.1;
font-weight: 700;
margin: 0;
}

.product-desc {
font-style: normal;
line-height: 1.5;
margin: 0.6rem 0 1.5rem;
margin: 6px 0 15px;
color: #333333;
}

.product-store {
font-style: normal;
color: #a8a8a8;
font-family: Function, 'Trebuchet MS', Arial, sans-serif;
}

.buy-button {
font-family: Function, 'Trebuchet MS', Arial, sans-serif;
color: #fff !important;
background-color: #31ab9d;
padding: 7px 18px 5px;
padding: 0.7rem 1.8rem 0.5rem;
text-decoration: none !important;
font-size: 18px;
font-size: 1.8rem;
border-radius: 3px;
border-bottom-style: none !important;
}

.buy-button:hover {
background-color: #37bfaf;
color: #fff !important;
border: none;
}

.shop-index {
     margin: 0;
     border: none;
     padding: 0 0 15px;
     padding: 0 0 1.5rem;
width: 100%;
display: block;
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:2.4rem;
  font-size:24px;
  font-style:normal;
  font-weight:400;
  line-height:1.6;
text-align: left;
}

.shop-index p {
margin:0.5rem 0 0.5rem 0 !important;
margin:5px 0 5px 0 !important;
  padding:0;
}

.shop-index a {
text-decoration: none !important;
color: #000 !important;
background:#F6F6F6;
  border-bottom-style:none !important;
  margin:0;
  padding:11px;
padding:1.1rem;
}

.shop-index a:hover {
border-bottom: none !important;
color: #31ab9d !important;
}

.shop-page {
font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-size: 24px;
     font-size: 2.4rem;
font-weight: 400;
     line-height: 1.2;
letter-spacing:0;
text-transform: uppercase;
     font-style: normal;
     border-bottom: 2px solid #f7f7f7;
     padding-bottom: 2px;
     padding-bottom: 0.2rem;
padding-top: 50px;
padding-top: 5rem;
padding-left: 5px;
padding-left: 0.5rem;
margin-bottom: 10px;
margin-bottom: 1rem;
}

.shop-page a {
     color: #222;
     font-weight: 700;
text-decoration: none !important;
}

.shop-banner-intro {
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-style:normal;
  font-size:18px;
  font-size:1.8rem;
  line-height:1.2;
  text-align:center;
  text-transform:uppercase;
}

.shop-banner-title {
font-family: 'Playfair Display', Georgia, serif;
  font-size:36px;
  font-size:3.6rem;
  font-style:italic;
  line-height:1.2;
  margin-bottom:0.4rem;
  padding:0 0 0.4rem;
  text-align:center;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
     float: left;
}

.alignleft .avatar {
     margin-right: 24px;
     margin-right: 2.4rem;
}

.alignright .avatar {
     margin-left: 24px;
     margin-left: 2.4rem;
}

.author-box .avatar {
     height: 70px;
     margin-right: 30px;
     margin-right: 3rem;
     width: 70px;
}

.comment .avatar {
     height: 50px;
     margin: 0 16px 24px 0;
     margin: 0 1.6rem 2.4rem 0;
     width: 50px;
}

.sticky {
}

img.centered,
.aligncenter {
     display: block;
     margin: 0 auto 24px;
     margin: 0 auto 2.4rem;
}

img.alignnone {
     margin-bottom: 12px;
     margin-bottom: 1.2rem;
}

.alignleft {
     float: left;
     text-align: left;
}

.alignright {
     float: right;
     text-align: right;
}

a.alignleft,
a.alignright {
     max-width: 100%;
}

img.alignleft,
.wp-caption.alignleft {
     margin: 0 14px 24px 0;
     margin: 0 1.4rem 2.4rem 0;
padding-bottom:0;
}

a.alignleft img {
margin: 0 14px 20px 0;
margin: 0 1.4rem 2rem 0;
}

img.size-full {
display:block !important;
text-align:center;
float: none;
clear: both;
margin-left:auto;
margin-right:auto;
}

img.size-medium {
display:block !important;
text-align:center;
float: none;
clear: both;
margin-left:auto;
margin-right:auto;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
     margin: 0 0 24px 24px;
     margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
     font-size: 14px;
     font-size: 1.4rem;
     font-weight: normal;
     margin: 0;
     text-align: center;
}

.content .entry {
     padding-bottom: 0;
}

.gallery-caption {
}

.widget_calendar table {
     width: 100%;
}

.widget_calendar td,
.widget_calendar th {
     text-align: center;
}

.blue a:link {
color: #0076d1;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
     border-bottom: 1px dotted #888;
     margin-bottom: 40px;
     margin-bottom: 4rem;
     padding-bottom: 10px;
     padding-bottom: 1rem;
}

.author-box {
     margin-bottom: 35px;
     margin-bottom: 3.5rem;
     padding: 10px;
     padding: 1rem;
background-color: #f5f5f5;
}

.archive-description {
font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:1.6rem;
font-size:16px;
line-height:1.3;
  font-weight:normal;
     margin-bottom: 40px;
     margin-bottom: 4rem;
     padding: 0;
background-color: #fff;
}

.archive-description a {
text-decoration: underline;
}

.archive-description p:last-child,
.author-box p:last-child {
     margin-bottom: 0;
}

.search-results .entry-title {
  font-size:2.4rem;
  font-size:24px;
}

.search-results .archive-description {
  margin-bottom: 40px;
margin-bottom: 4rem;
}

.author-box-title {
     color: #222;
     font-family: 'Georgia', serif;
     font-size: 16px;
     font-size: 1.6rem;
     margin-bottom: 4px;
     margin-bottom: 0.4rem;
}

.author-box p {
     margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
     overflow: hidden;
     position: relative;
}

.entry-content .search-form {
     width: 50%;
}

.site-header .search-form {
     float: right;
     margin-top: 24px;
     margin-top: 2.4rem;
}

.footer-widgets .search-form input {
     border: none;
}

.genesis-nav-menu .search-form input {
     background-color: #fff;
     border: 1px solid #e4e4e4;
     color: #000;
     text-transform: none;
     width: 180px;
     margin: 3px 0;
     margin: 0.3rem 0;
     font-size: 17px;
     font-size: 1.7rem;
}

.genesis-nav-menu input {
     padding: 3px 16px 0 6px;
     padding: 0.3rem 1.6rem 0 0.6rem;
}

.genesis-nav-menu .search-form input:focus {
     border: 1px solid #000;
}

.genesis-nav-menu .search-form input[type="submit"] {
  -webkit-font-smoothing:antialiased;
-webkit-appearance: none;
  background-color:transparent;
  background-position: initial;
  background-repeat: initial;
  border:0;
  clip:inherit;
  color:#999999;
  margin: 0;
  padding: 0;
float: right;
top: 22%;
}

.genesis-nav-menu .search-form input[type="submit"]:hover {
text-decoration: none;
-webkit-appearance: none;
}

.search-form input[type="submit"] {
     border: 0;
     padding: 0 0.3rem 0 0;
     position: absolute;
     font-family: cksocialfont !important;
     clip: inherit;
     width: 16px;
height: auto;
     color: #999;
     -webkit-font-smoothing: antialiased;
-webkit-appearance: none;
     font-size: 17px;
     font-size: 1.7rem;
line-height: 17px;
     background: transparent;
     text-transform: none;
right: 3px;
}

.search-form input:hover[type="submit"] {
     color: #000;
     background-color: #fff !important;
-webkit-appearance: none;
}

/* Titles
--------------------------------------------- */

.entry-title {
     font-size: 30px;
     font-size: 3rem;
     line-height: 1.2;
     font-style: normal;
     border-bottom: 2px solid #f7f7f7;
     padding: 0 0 4px;
     padding: 0 0 0.4rem;
margin-bottom: 4px;
margin-bottom: 0.4rem;
}

.entry-title a {
     color: #222;
     font-weight: 700;
}

.sidebar .widget-title a {
     color: #222;
     font-weight: 700;
}

.widget-title {
     clear: both;
     font-size: 20px;
     font-size: 2rem;
     margin-bottom: 10px;
     margin-bottom: 1rem;
     padding-bottom: 3px;
     padding-bottom: 0.3rem;
     text-transform: none;
     letter-spacing: 1px;
     border-bottom: 2px solid #f7f7f7;
text-align: left;
}

#featured-content h2 {
     margin: 0;
}

.magazine-home .content .widget-title,
.sidebar .widget-title {
     background-color: #fff;
     color: #222;
}

.sidebar .enews .widget-title {
     background: none;
}

.footer-widgets .widget-title {
     color: #fff;
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-weight: 400;
text-align: left;
     font-size: 20px;
     font-size: 2rem;
}

.archive-title {
  border-bottom-color:#F7F7F7;
  border-bottom-style:solid;
  border-bottom-width:2px;
  font-size:3rem;
  font-style:normal;
  line-height:1.2;
  margin-bottom:0.6rem;
margin-bottom:6px;
  padding-bottom:4px;
  padding-bottom:0.4rem;
}

#user-profile-2 {
display: inline-block;
}

#user-profile-2 h4 {
font-size: 18px;
font-size: 1.8rem;
letter-spacing: 0;
text-transform: uppercase;
}

#user-profile-2 a {
     text-decoration: none;
  border-bottom-color:#222222;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

#user-profile-2 a:hover {
color:#31ab9d;
     text-decoration: none;
  border-bottom-color:#31ab9d;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

.text-81 {
margin-bottom: 8.4rem;
margin-bottom: 84px;
}

/*

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget,
.widget li {
     word-wrap: break-word;
}

.widget li {
      list-style-type: none;
}

.widget li li {
     border: 0;
     margin: 0;
     padding: 0 0 0 20px;
     padding: 0 0 0 2rem;
}

.widget .genesis-nav-menu li li {
     padding: 0;
}

.widget a {
      text-decoration: none;
}

#text-33 a {
      text-decoration: underline;
}

#text-73 {
  display:block;
  margin-top:6rem;
  margin-top:60px;
}

.about {
border-bottom: 2px solid #f7f7f7;
}

.sidebar-resources {
  padding-bottom: 10px;
  padding-bottom: 1rem;
}


/* Featured Content
--------------------------------------------- */

.featured-content {
     clear: both;
     overflow: hidden;
}

.home-middle .featured-content a,
.home-top .featured-content a {
     position: relative;
}

.featured-content .entry {
      margin-bottom: 15px;
      margin-bottom: 1.5rem;
}

.home-middle .featured-content .entry,
.home-top .featured-content .entry {
     float: left;
     max-width: 100%;
}

.home-middle .featured-content .entry {
     width: 360px;
}

.home-bottom .featured-content .entry,
.sidebar .featured-content .entry {
     border-bottom: 1px solid #F9F9F9;
     height: 125px;
}

.sidebar .featured-content .entry:last-child {
     border-bottom: none;
}

.home-top .featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
     margin-bottom: 0;
}

.home-middle .featured-content .entry:nth-of-type(2n+1) {
     clear: left;
     margin-right: 30px;
     margin-right: 3rem;
}

.featured-content .entry-title {
     border: none;
     font-size: 18px;
     font-size: 1.8rem;
     line-height: 1.2;
}

.sidebar .featured-content .entry-title {
     font-size: 19px !important;
     font-size: 1.9rem !important;
     font-style: normal;
     line-height: 1.3 !important;
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-weight: normal;
text-align: left !important;
}

.featured-content .entry-title a {
     border: none;
     font-weight: 400;
}

.featured-content .entry-title a:hover {
text-decoration: underline !important;
}

.featured-content a.alignnone {
     display: inline-block;
     margin-bottom: 0;
     margin-bottom: 0rem;
     max-width: 100%
}

.featured-content .entry-header .entry-meta {
     margin-bottom: 10px;
     margin-bottom: 1rem;
}

/* style new ingredients widget in sidebar */

#text-83 .widget-title {
text-align:center;
}

#text-83 .textwidget {
font-size:1.6rem;
}

#text-83 {
border: 2px solid #F7F7F7;
padding:0.8rem 1rem;
text-align:center;
}

.favorite {
height: auto !important;
width: 100%;
line-height:1.2;
padding: 1rem;
padding: 10px;
border: 2px solid #f7f7f7;
display: block !important;
text-align: left;
}
.fav-title {
border-bottom: 2px solid #f7f7f7;
font-size:1.6rem;
font-size:16px;
font-weight:700;
font-family: 'Playfair Display', Georgia, serif;
letter-spacing:1px;
margin-bottom:0.6rem;
margin-bottom:6px;
padding-bottom:0.2rem;
padding-bottom:2px;
display: inline-block;
}
.fav-desc {
  font-size: 14px;
  font-size:1.4rem;
  font-weight:normal;
  line-height:1.1;
padding: 2px 0 2px 0;
padding: 0.2rem 0 0.2rem 0;
margin-bottom:0.4rem;
margin-bottom:4px;
}
.fav-buy a {
  border-bottom: 1px solid #222;
text-decoration: none;
}
.fav-buy a:hover {
  border-bottom: 1px solid #31ab9d !important;
text-decoration: none !important;
}
.fav-img {
     border: none;
     display: inline;
     float: left;
     margin: 0 10px 0 0;
     margin: 0 1rem 0 0;
}
.amazon {
background-color:#F9F9F9;
  font-size: 14px;
  font-size:1.4rem;
  font-weight:normal;
  line-height:1.1;
  text-align:center;
padding: 6px;
padding: 0.6rem;
margin-top: 6px;
margin-top: 0.6rem;
}

.amazon a {
text-decoration: underline;
}

.js .content .home-middle a .entry-time,
.js .content .home-top a .entry-time {
     background-color: #31ab9d;
     bottom: 24px;
     color: #fff;
     font-size: 14px;
     font-size: 1.4rem;
     font-weight: 300;
     padding: 5px 10px;
     padding: 0.5rem 1rem;
     position: absolute;
     right: 0;
}

.more-link {
     font-size: 22px;
     font-size: 2.2rem;
     font-family: 'Playfair Display', Georgia, serif;
     font-weight: 700 !important;
     font-style: italic;
     text-decoration: none !important;
     border-bottom: 1px solid #000 !important;
color: #000 !important;
}

.more-link a:link {
color: #000;
}

.more-link a:visited {
color: #222;
}

.more-link a:hover {
color: #31ab9d !important;
     border-bottom: 1px solid #31ab9d !important;
}

.more-link-search {
     font-size: 18px;
     font-size: 1.8rem;
     font-family: 'Playfair Display', Georgia, serif;
     font-weight: 700 !important;
     font-style: italic;
     text-decoration: none !important;
color: #000 !important;
border-bottom: 1px solid #000 !important;
}

.more-link-search a:link {
color: #000;
}

.more-link-search a:visited {
color: #000 !important;
}

.more-link-search a:hover {
color: #31ab9d !important;
border-bottom: 1px solid #31ab9d !important;
}

.featured-content ul {
     clear: both;
     margin-bottom: 30px;
     margin-bottom: 3rem;
}

.featured-content li {
     list-style-type: none;
}

.sponsored {
font-style: italic;
font-size: 14px;
     font-size: 1.4rem;
background-color:#F7F7F7;
  margin-bottom:24px;
  margin-top:-26px;
  text-align:center;
}

/* Recipe page
--------------------------------------------- */
.back-to-top {
text-align: center;
margin: 0 0 0.5rem !important;
margin: 0 0 5px !important;
}

.back-to-top a {
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-size: 14px;
     font-size: 1.4rem;
color: #000 !important;
     font-weight: normal;
line-height:1.4;
text-align: center;
text-transform: uppercase;
text-decoration: none !important;
padding-bottom: 1px;
padding-bottom: 0.1rem;
border-bottom: none !important;
}

.back-to-top a:hover {
color: #000;
border-bottom: 1px solid #31ab9d !important;
}

.recipe-headers {
font-family: 'Playfair Display', Georgia, serif;
     font-size: 24px;
     font-size: 2.4rem;
 color: #222;
     font-weight: 700;
     line-height: 1.2;
letter-spacing:1px;
text-transform: uppercase;
     font-style: normal;
margin-bottom: 4px;
margin-bottom: 0.4rem;
}

/* recipe index widget */
.recipe-index {
     margin: 0;
     border: 2px solid #f7f7f7;
     padding: 16px 10px 0 10px;
     padding: 1.6rem 1rem 0 1rem;
width: 100%;
display: block;
}

#top {
  line-height:18px;
  margin-bottom:0;
}

.recipe-index-labels {
font-family: 'Playfair Display', Georgia, serif;
font-size: 18px;
     font-size: 1.8rem;
font-weight: 700;
     line-height: 1.2;
letter-spacing:1px;
text-transform: uppercase;
     font-style: normal;
     padding-bottom: 2px;
     padding-bottom: 0.2rem;
margin: 0;
text-align: center;
}

.recipe-index-text {
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:1.5rem;
  font-size:15px;
  font-style:normal;
  font-weight:400;
  line-height:1.6;
text-align: center;
padding-bottom: 14px;
padding-bottom: 1.4rem;
}

.recipe-index-text p {
margin:0.5rem 0 0.5rem 0 !important;
margin:5px 0 5px 0 !important;
  padding:0;
}

.recipe-index-text a {
text-decoration: none !important;
border-bottom: none !important;
color: #000 !important;
}

.recipe-index-text a:hover {
border-bottom: none !important;
color: #31ab9d !important;
}

.recipe-index-notes {
  color:#222222;
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-style:normal;
  font-weight:normal;
  letter-spacing:normal;
  line-height:1.2;
  font-size:1.5rem;
  font-size:15px;
margin-top: 14px;
margin-top: 1.4rem;
margin-bottom: 0 !important;
text-align: center;
}

.selected-recipe {
border-bottom: 1px solid #000 !important;
}

.recipe-index-footer {
background-color: #f7f7f7;
margin: 0;
border: none;
padding: 2px 3px 5px;
padding: 0.2rem 0.3rem 0.5rem;
width: 100%;
display: block;
text-align: center;
line-height: 1.2;
}

.recipe-index-footer a {
text-decoration: underline !important;
border-bottom: none !important;
color: #000 !important;
}

.recipe-index-text a:hover {
border-bottom: none !important;
color: #31ab9d !important;
}

.recipe-footer-intro {
font-family: 'Playfair Display', Georgia, serif;
font-weight: bold;
font-style: italic;
font-size:18px;
font-size:1.8rem;
line-height: 1.6;
color: #222;
padding: 24px 0 6px 0 !important;
padding: 2.4rem 0 0.6rem 0 !important;
margin-bottom: 0;
}

.recipe-footer-instagram {
  font-family:Georgia, serif;
  font-size:1.6rem;
  font-size:16px;
  font-style:normal;
  font-weight:normal;
text-align: left;
display: inline-block;
line-height:1.6 !important;
margin-bottom:30px !important;
margin-bottom:3rem !important;
}

.recipe-footer-text {
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:1.4rem;
  font-size:14px;
  font-style:normal;
  font-weight:400;
text-align: center;
display: inline;
}

.recipe-social-icons {
     font-family: cksocialfont, 'Playfair Display', Georgia, serif;
     font-size: 14px;
     font-size: 1.4rem;
     -webkit-font-smoothing: antialiased;
text-align: center;
display: inline !important;
}

/* titles of recipe page sections */
.recipe-page {
font-family: 'Playfair Display', Georgia, serif;
     font-size: 24px;
     font-size: 2.4rem;
font-weight: 700;
     line-height: 1.2;
letter-spacing:1px;
text-transform: uppercase;
     font-style: normal;
     border-bottom: 2px solid #f7f7f7;
     padding-bottom: 2px;
     padding-bottom: 0.2rem;
padding-top: 50px;
padding-top: 5rem;
margin-bottom: 10px;
margin-bottom: 1rem;
}

.recipe-page a {
     color: #222;
     font-weight: 700;
text-decoration: none !important;
}

/* ingredient list */

.tag-alphabet {
text-align: center;
margin: 0 !important;
padding-top: 2px;
padding-top: 0.2rem;
padding-bottom: 14px;
padding-bottom: 1.4rem;
display: inline-block;
}

.tag-alphabet ul {
text-align:center;
}

.tag-alphabet ul li {
list-style-type: none;
}

.tag-alphabet li {
float:left;
list-style-type: none !important;
padding:0;
margin:1px;
margin:0.1rem;
border:1px solid #F7F7F7;
}

.tag-alphabet a {
text-align:center;
text-decoration: none !important;
font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-size: 17px;
     font-size: 1.7rem;
     font-weight: normal;
  display:block;
height:18px;
width:17.9px;
line-height:1.2;
margin:0;
  padding:0;
}

.tag-alphabet a:hover {
background-color: #222;
color:#fff !important;}

.tag-title {
  border-bottom-color:#F7F7F7;
  border-bottom-style:solid;
  border-bottom-width:3px;
  clear:both;
  display:block;
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
font-size: 50px;
     font-size: 5rem;
  line-height:1;
  margin:18px 0;
margin:1.8rem 0;
  padding:5rem 0 0.3rem;
padding:50px 0 3px;
  text-align:left;
}

.tag-list li {
width: 33%;
float: left;
list-style-type: none !important;
margin-left: 0;
padding-left: 0 !important;
}

.tag-list a {
text-decoration: none !important;
}

.tag-count {
color: #ccc;
padding-left: 4px;
padding-left: 0.4rem;
font-style:italic;
font-size:15px;
font-size:1.5rem;
}

.tag-list {
display: block;
clear: both;
margin-left: 0 !important;
}

.tag-title a {
font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:1.4rem;
  font-size:14px;
  font-weight:normal;
  line-height:1.4;
  padding-bottom:0;
padding-top: 28px;
padding-top: 2.8rem;
  text-decoration:none !important;
  text-transform:uppercase;
float:right;
color: #222 !important;
border-bottom: none !important;
}

.tag-title a:hover {
border-bottom: 1px solid #222 !important;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
background-color: #F9F9F9;
color: #000;
border: 4px solid #222;
margin: 3rem 0 0;
margin: 30px 0 0;
padding: 1.2rem 1rem 1rem;
padding: 12px 10px 10px;
text-align:center;
}

.enews-widget input, select, textarea {
padding:0.6rem 0.6rem 0.5rem;
padding:6px 6px 5px;
}

.enews form + p {
     margin-top: 0;
}

.enews-widget p {
margin: 0.1rem 0.4rem 1.4rem;
margin: 1px 4px 14px;
font-family: Function, 'Trebuchet MS', Arial, sans-serif;
font-size: 1.8rem;
font-size: 18px;
line-height: 1.4;
}

.enews-widget .widget-title {
color: #000;
border-bottom-style: none;
text-align: center;
font-family: 'Playfair Display', Georgia, serif;
font-size: 3rem;
font-size: 30px;
font-style: italic;
font-weight: 700;
letter-spacing: 0;
margin-bottom: 0.5rem;
margin-bottom: 5px;
}

.enews-widget input {
     margin-bottom: 4px;
     margin-bottom: 0.4rem;
     width: 50%;
}

.enews-widget input:focus {
     border: 1px solid #000;
}

.enews-widget input[type="submit"] {
     background-color: #222;
     color: #fff;
     border:  1px solid #222;
     margin: 0;
     width: auto;
}

.enews-widget input:hover[type="submit"] {
     background-color: #31ab9d !important;
     color: #fff;
     border:  1px solid #31ab9d;
}

.enews-widget a:hover {
     text-decoration: underline;
}

/* sidebar form
--------------------------------------------- */

#enews-ext-2 {
     border: 2px solid #222;
     background-color: #F9F9F9;
     padding: 7px 8px 3px;
     padding: 0.7rem 0.8rem 0.3rem;
text-align: left;
}

#enews-ext-2 .widget-title {
display: inline-block;
width: 100%;
     float: left;
     clear:both;
margin-bottom: 0.6rem;
margin-bottom: 6px;
font-size:26px;
font-size:2.6rem;
  font-style:italic;
  letter-spacing: 0;
}

#enews-ext-2 p {
display:block;
margin-bottom: 0;
}

#enews-ext-2 input {
     width: 60%;
     clear: left;
}

#enews-ext-2 input[type="submit"] {
     width: auto;
}

#enews-ext-3 {
     margin: 0 0 40px;
     margin: 0 0 4rem;
}

#scrollbox {
     border-top: 8px solid #ecf5d8;
     padding: 0 12px 0 0;
     padding: 0 1.2rem 0 0;
text-align: center;
background-color:#FFFFFF !important;
}

#scrollbox h2 {
font-size:3.6rem;
font-size:36px;
  font-style:italic;
  margin:0;
  padding:4rem 0 0.4rem;
  padding:40px 0 4px;
}

#scrollbox p {
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:2rem;
  font-size:20px;
  font-weight:normal;
  line-height:1.4;
margin: 0.6rem 0.8rem 1.2rem;
margin: 6px 8px 12px;
color: #222;
}

#scrollbox input {
     width: 34%;
     clear: left;
  background-color:#FFFFFF;
  border:1px solid #DDDDDD;
  color:#000000;
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:1.7rem;
  font-size:17px;
  font-weight:normal;
  letter-spacing:1px;
  padding:0.8rem 0.6rem 0.5rem;
  padding:8px 6px 5px;
  text-transform:none;
border-bottom-right-radius: 1px;
border-bottom-left-radius: 1px;
border-top-right-radius: 1px;
border-top-left-radius: 1px;
}

#scrollbox form {
margin-top:24px;
margin-top:2.4rem;
}

#scrollbox input[type="submit"] {
background-color:#222222;
  border:1px solid #222222;
  color:#FFFFFF;
  margin-left:3px;
  text-transform:uppercase;
  width:auto;
}

#scrollbox input:hover[type="submit"] {
     background-color: #31ab9d;
     color: #fff;
     border:  1px solid #31ab9d;
}

.dgd_stb_box.none .dgd_stb_box_close {
  top:8px !important;
}

.wbounce-modal {
  font-family: Georgia, serif;
}

.wbounce-modal .modal-footer {
  padding:30px 0 0 !important;
  padding:3rem 0 0 !important;
  position:relative;
  text-align:center;
  width:100%;
}

.wbounce-modal .modal-footer p {
border-bottom-color: #222222;
font-family: Georgia, serif !important;
font-size:1.6rem !important;
font-size:16px !important;
font-style:italic;
text-transform:none !important;
}

.wbounce-modal .wbounce-modal-sub {
  -webkit-transform:translateY(-50%);
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  margin:auto;
  max-height:95%;
  max-width:95%;
  opacity:1;
  overflow-x:hidden;
  overflow-y:scroll;
  position:relative;
  top:50%;
  width:600px !important;
  z-index:21;
background-color: #ffffff !important;
}

.wbounce-modal .wbounce-modal-flex {
top:50% !important;
}

/* federated native
--------------------------------------------- */
.fm-cs-ad-federated a {
font-size: 10px !important;
padding: 3px !important;
padding: 0.3rem !important;
margin: 0 0 6px 0 !important;
margin: 0 0 0.6rem 0 !important;
background-color: #f4f4f4 !important;
}

.fm-conversationalist-zone {
padding: 0;
}

/* new here widget
--------------------------------------------- */
#text-14 {
     border: none;
     background-color: #f9f9f9;
     padding: 10px 10px;
     padding: 1rem 1rem;
}

.new-here-title {
     font-family: 'Playfair Display', Georgia, serif;
     font-weight: 700 !important;
     font-style: normal;
     font-size: 36px;
     font-size: 3.6rem;
     line-height: 1;
     text-align: left;
     float: left;
     clear: right;
     display: inline-block;
     width: 100%;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
     padding-top: 40px;
     padding-top: 4rem;
	 border-top: 4px solid #222;
}

.site-header .wrap {
     padding: 30px 0;
     padding: 3rem 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
     float: left;
     padding-top: 30px;
     padding-top: 3rem;
}

.header-image .title-area {
     padding: 0;
     border-bottom: 2px solid #222;
}

.site-title {
     font-family: sans-serif;
     font-size: 48px;
     font-size: 4.8rem;
     line-height: 1;
     margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
     color: #222;
     font-weight: 700;
}

.site-description {
     display: block;
     height: 0;
     margin-bottom: 0;
     text-indent: -9999px;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
     width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
     display: block;
     height: 0;
     margin-bottom: 0;
     text-indent: -9999px;
}

/* Logo, hide text */
.header-image .site-header .wrap {
     padding: 0;
}

.header-image .site-title a {
     background-position: center !important;
     background-size: contain !important;
     float: left;
     display: block;
     min-height: 175px;
     text-indent: -9999px;
     width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
     float: right;
     text-align: right;
     width: 728px;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
     padding: 40px 0;
     padding: 4rem 0;
}

.site-header .widget-area p {
     margin-bottom: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
    color: #222;
    font-family: Function, 'Trebuchet MS', Arial, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 8px 14px 6px 10px;
	padding: 0.8rem 1.4rem 0.6rem 1rem;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:visited,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	border: 2px #222 solid;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	z-index: 99;
	width: 165px;
	background-color: #fff;
	padding: 5px 0;
}

.genesis-nav-menu .sub-menu .menu-item {
	padding: 0 15px;
}

.genesis-nav-menu .sub-menu a {
	border-bottom: 1px solid #f7f7f7;
	font-size: 16px;
	padding: 10px 4px;
	position: relative;
	width: 130px;
	letter-spacing: 0;
}

.genesis-nav-menu .sub-menu a:hover {
	border-bottom: 1px solid #555;
color: #222 !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 145px;
	text-transform: none;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
     color: #fff;
     display: inline-block !important;
     float: right;
     list-style-type: none;
     text-transform: uppercase;
	 position: relative;
	 clear: none;
}

.genesis-nav-menu > .right > a {
     display: inline;
     padding: 0;
}

.genesis-nav-menu > .rss > a {
     margin-left: 48px;
     margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 0 0.5rem 0 0;
	padding: 0 5px 0 0;
	margin: 0;
}

/* Sub menu indicators
--------------------------------------------- */
 
.genesis-nav-menu > .menu-item.menu-item-has-children > a:before {
	content: "\025B8";
	speak: none;
	padding: 0 2px 0 0;
	padding: 0 0.2rem 0 0;
}

.genesis-nav-menu > .menu-item.menu-item-has-children > a:hover:before {
	content: "\025BE";
	speak: none;
	padding: 0 2px 0 0;
	padding: 0 0.2rem 0 0;
}

ul.sub-menu li.menu-item-has-children > a:after {
	content: "\025B8";
	text-align:right;
	float:right;
	speak: none;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
     background-color: #fff;
     width: 100%;
}

.nav-primary a {
     color: #000;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Responsive Nav CSS
---------------------------------------------------------------------------------------------------- */

.nav-primary  #toggle, .toggle {
	z-index: 9999;
	display: none;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
     margin-bottom: 60px;
     margin-bottom: 6rem;
}

.archive .content .entry,
.page-template-page_blog-php .content .entry {
     border-bottom: none;
}

.entry-content {
     font-size: 16px;
     font-size: 1.6rem;
}

.entry-content a {
     color: #0067b5;
text-decoration: underline;
border-bottom-style: none;
}

.entry-content a:hover {
     color: #0077EE;
text-decoration: underline;
border-bottom-style: none;
}

.entry-content .attachment a,
.entry-content .gallery a {
     border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
     margin-bottom: 26px;
     margin-bottom: 2.6rem;
}

.entry-content ol,
.entry-content ul {
     margin-left: 40px;
     margin-left: 4rem;
}

.entry-content ol li {
     list-style-type: decimal;
}

.entry-content ul li {
     list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
     margin-bottom: 0;
}

.entry-meta {
     font-size: 13px;
     font-size: 1.3rem;
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     text-transform: uppercase;
     font-weight: normal;
     padding: 0;
     width: 100%;
     letter-spacing: 1px;
margin-bottom:40px;
margin-bottom:4rem;
}

.entry-meta a {
     text-transform: none;
}

.entry-meta a:link {
color: #000 !important;
}

.entry-meta a:visited {
color: #000 !important;
}

.entry-meta a:hover {
color: #31ab9d !important;
}

.entry-header .entry-meta {
     margin-bottom: 24px;
     margin-bottom: 2.4rem;
}

.entry-comments-link::before {
     content: "\2014";
     margin: 0 6px 0 2px;
     margin: 0 0.6rem 0 0.2rem;
}

.entry-comments h3 {
     font-size: 24px;
     font-size: 2.4rem;
     padding: 0 0 3px 0;
     padding: 0 0 0.3rem 0;
     margin-bottom: 30px;
     margin-bottom: 3rem;
	 border-bottom: 2px solid #f7f7f7;
}

.comment-respond h3 {
     color: #000;
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-size: 24px;
     font-size: 2.4rem;
     font-weight: normal;
     font-style: normal;
     letter-spacing: 1px;
     line-height: 1;
     margin: 0 0 10px;
     margin: 0 0 1rem;
	 padding-top: 20px;
	 padding-top: 2rem;
     border-bottom-style:none;
}

.comment-respond {
     background-color: #fff;
     border-bottom: 1px solid #e5e5e5;
     margin-bottom: 60px;
     margin-bottom: 6rem;
}

.comment-thank-you {
     font-style: italic;
}

.comment-content a {
     text-decoration: underline;
word-break: break-all;
}

.entry-categories {
     display: block;
     margin-top: 10px;
     margin-top: 1rem;
}

.entry-tags {
     display: block;
}

h3.guide {
font-size: 24px;
     font-size: 2.4rem;
     line-height: 1;
     margin: 0 0 24px;
     margin: 0 0 2.4rem;
	 padding: 0 0 3px;
	 padding: 0 0 0.3rem;
     border-bottom: solid 2px #f7f7f7;
}

/* list category posts */

.lcp_catlist {
display:inline-block;
clear:both;
}

.lcp_catlist * {
border:0;
padding: 0 0 6px;
padding: 0 0 0.6rem;
margin:0;
}

.lcp_catlist .lcp_catlist_item {
width:130px;
height:260px;
display:inline;
float:left;
margin:0 7px 10px 0;
margin:0 0.7rem 1rem 0;
text-align:center;
overflow:visible;
font-size:14px;
font-size:1.4rem;
font-style:normal;
line-height:normal;
padding:0 0 50px 0;
padding:0 0 5rem 0;
}

.lcp_catlist_clearer {
     display:block;
     clear:both;
     height:0px;
     visibility:hidden;
     overflow:hidden;
}

/* remove underline and change color of recipe index links */
.lcp_catlist a {
text-decoration:none !important;
color:#000000;
border-bottom:none !important;
}

.lcp_catlist a:active,
a:hover {
color: #31ab9d;
}

.lcp_catlist_item a:active,
.lcp_catlist_item a:hover {
color: #31ab9d;
text-decoration:underline;
}

.lcp_catlist_item a:link {
font-family:Function, 'Trebuchet MS', Arial, sans-serif;
font-style:normal;
font-weight:normal;
line-height:1.1;
color: #000000;
}

/* After Entry
--------------------------------------------- */

.after-entry {
     border-bottom: none;
     border-top: none;
     margin-top: 0;
     padding: 30px 0 0 0;
     padding: 3rem 0 0 0;
}

.after-entry p:last-child {
     margin-bottom: 5px;
     margin-bottom: 0.5rem;
}

.after-entry .widget {
     margin-bottom: 20px;
     margin-bottom: 2rem;
}

.after-entry .widget:last-child {
     margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
     font-family: 'Playfair Display', Georgia, serif;
     font-weight: 700 !important;
     font-style: italic;
     font-size: 36px;
     font-size: 3.6rem;
     margin: 0;
clear: both;
}

.archive-pagination li {
     display: inline;
}

.archive-pagination li a {
     color: #222;
     cursor: pointer;
     display: inline-block;
     text-decoration: underline;
     padding: 8px 12px;
     padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
     color: #31ab9d;
     text-decoration: underline;
}

.entry-pagination a {
     border-bottom: none;
}

.pagination {
     font-family: 'Playfair Display', Georgia, serif;
     font-weight: 700 !important;
     font-style: italic;
     font-size: 24px;
     font-size: 2.4rem;
     margin: 80px 0 40px;
     margin: 8rem 0 4rem;
padding: 0;
line-height:1.4;
}

.pagination a {
     font-family: 'Playfair Display', Georgia, serif;
     font-weight: 700 !important;
     font-style: italic;
     font-size: 24px;
     font-size: 2.4rem;
     text-decoration: none;
     border-bottom: 1px solid #222;
}

.pagination a:hover {
     text-decoration: none !important;
     border-bottom: 1px solid #31ab9d;
color: #31ab9d !important;
}

.older-newer {
  font-family:Function, 'Trebuchet MS', Arial, sans-serif;
  font-size:1.4rem;
  font-size:14px;
  font-style:normal;
  font-weight:normal;
  letter-spacing:1px;
  line-height:1;
  padding-bottom:4px;
  text-decoration:none;
  text-transform:uppercase;
}

.pagination-next alignright {
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border-top-color:#F9F9F9;
  border-top-style:solid;
  border-width:0;
  float:right;
  margin-top:25px;
  padding:0;
  text-align:right;
}

.pagination-previous {
margin-bottom: 20px;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.entry-pings {
     background-color: #fff;
     margin-bottom: 50px;
     margin-bottom: 5rem;
}

.comment-content {
     clear: both;
}

.bypostauthor {
border-color: #E0E9CD;
}

.comment-author {
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-size: 22px;
     font-size: 2.2rem;
     font-weight: normal;
     letter-spacing: 0;
     line-height: 1;
     text-transform: uppercase;
}

.comment-author a {
     text-decoration: underline;
}

.comment-author a:hover {
color: #31ab9d;
}

.says {
     font-family: Georgia, serif;
     font-weight: normal;
     font-style: italic;
     font-size: 14px;
     font-size: 1.4rem;
     text-transform: none;
}

.comment-meta {
     font-size: 12px;
     font-size: 1.2rem;
}

.comment-meta a {
     color: #b3b3b3;
}

.comment-reply-link {
     font-style: italic;
}

.comment-reply {
     font-style: italic;
     padding-bottom: 20px;
     padding-bottom: 2rem;
}

.entry-comments .comment-author {
     margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
     width: 50%
}

.comment-respond label {
     display: inline;
     margin-left: 4px;
     margin-left: 0.4rem;
     margin-right: 12px;
     margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
     list-style-type: none;
}

.comment-list li {
     margin-top: 24px;
     margin-top: 2.4rem;
     padding-left: 0;
padding-bottom: 10px;
padding-bottom: 1rem;
}

li.comment {
    border-bottom: 1px solid #e5e5e5;
}

.comment-list li li {
    border-left: none;
border-bottom: none;
}

.comment-list li li > article {
    border-left: 3px solid #e5e5e5;
    padding-left: 1rem;
}

.comment-list li li.bypostauthor > article {
    border-left: 3px solid #e0e9ce;
    padding-left: 1rem;
}

.comment-list li li li {
    margin-left: 0;
}

.comment-list li li li > article {
    border-left: 3px solid #e5e5e5;
}

.comment-list li li li.bypostauthor > article {
    border-left: 3px solid #e0e9ce;
}

.entry-pings .reply {
     display: none;
}

.form-allowed-tags {
     background-color: #f5f5f5;
     font-size: 14px;
     font-size: 1.4rem;
     padding: 24px;
     padding: 2.4rem;
}

/* mailchimp comment checkbox */
.comment-respond label {
  margin-left: 0.4rem;
  margin-left: 4px;
}

#mc4wp-checkbox {
  margin-left: -0.4rem;
  margin-left: -4px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar p:last-child,
.sidebar ul > li:last-child {
     margin-bottom: 0;
     border-bottom: none;
}

.sidebar .featured-content p:last-child {
     margin-bottom: 0;
}

.sidebar li {
     border-bottom: 2px solid #eee;
     margin-bottom: 20px;
     margin-bottom: 2rem;
     padding-bottom: 20px;
     padding-bottom: 2rem;
     word-wrap: break-word;
}

.sidebar .widget {
     margin-bottom: 40px;
     margin-bottom: 4rem;
}

.more-from-category {
     font-size: 14px;
     font-size: 1.4rem;
     font-family: 'Playfair Display', Georgia, serif;
     font-style: italic;
margin-bottom: 0;
}

.more-from-category a {
     font-weight: 700;
     text-decoration: underline;
}

.more-from-category a:hover {
     color: #31ab9d !important;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.before-footer {
max-width:940px;
margin: 60px auto 40px auto;
margin: 6rem auto 4rem auto;
overflow: hidden;
}

.before-footer .widget-title {
  font-size:3.6rem;
  font-size:36px;
  font-style:italic;
  letter-spacing:0;
  margin-bottom:1rem;
  padding-bottom:0.3rem;
  text-align:left;
}

.before-footer a {
     color: #000;
     font-family: Function, 'Trebuchet MS', Arial, sans-serif;
     font-weight: normal;
     font-style: normal;
     font-size: 16px;
     font-size: 1.6rem;
     text-transform:uppercase;
     text-decoration: none;
     letter-spacing: 0;
}

.before-footer .featured-content .entry {
width: 18.9%;
height: 100%;
float: left;
margin: 0 1.35% 0 0;
text-align:center;
display: block;
}

.before-footer .featured-content .entry:last-child {
margin: 0;
}

.footer-widgets {
     background-color: #222;
     color: #aaa;
     clear: both;
     font-size: 14px;
     font-size: 1.4rem;
     padding: 30px 0 10px;
     padding: 3rem 0 1rem;
     border-top: 4px solid #e0e9cd;
}

.footer-widgets-1,
.footer-widgets-2 {
     width: 32%;
     margin-right: 2%;
     float: left;
}

.footer-widgets-3 {
     width: 32%;
     float: right;
}

     .footer-widgets-3 select {
     height: 30px;
     height: 3rem;
     padding: 4px;
     padding: 0.4rem;
     }

.footer-widgets-4 {
width: 100%;
float: left;
padding-top:20px;
padding-top:2rem;
}

.footer-widgets-4 .alignleft {
font-size: 14px;
font-size: 1.4rem;
     }

.footer-widgets-4 .alignleft a {
color: #aaa;
text-decoration: underline;
}

.footer-widgets-4 a:hover {
color: #fff;
}

.footer-widgets a {
     color: #fff;
     font-weight: 300;
}

.footer-widgets a:hover {
     color: #fff !important;
text-decoration: underline;
}

.footer-widgets p:last-child {
     margin-bottom: 0;
}

.footer-widgets .widget {
     margin-bottom: 20px;
     margin-bottom: 2rem;
}

.footer-widgets li {
     margin-bottom: 0;
     word-wrap: break-word;
}

/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.magazine-pro-green .home-middle a.more-link,
.magazine-pro-green .home-top a.more-link,
.magazine-pro-green .site-title a:hover {
     color: #222;
}

.magazine-pro-green a.more-link:hover {
color: #31ab9d !important;
     text-decoration: none;
border-bottom: 1px solid #31ab9d !important;
}

.magazine-pro-green .archive-pagination li a:hover,
.magazine-pro-green .footer-widgets a:hover,
.magazine-pro-green .home-middle a.more-link:hover,
.magazine-pro-green .home-top a.more-link:hover,
.magazine-pro-green .site-footer a:hover {
     color: #000;
}

/* Magazine Pro Green
--------------------------------------------- */

.magazine-pro-green .entry-content {
     color: #000;
}

.magazine-pro-green .entry-title a:hover {
color: #31ab9d;
text-decoration: none;
}

.magazine-pro-green a:hover {
     color: #0077EE;
}
.magazine-pro-green .nav-secondary a:hover {
     color: #fff;
}

.magazine-pro-green .nav-primary a:hover {
     color: #31ab9d;
text-decoration: none;
}

.magazine-pro-green .enews-widget input[type="submit"] {
     background-color: #222;
text-decoration:none;
}

/*
Plugin styling etc from old theme
---------------------------------------------------------------------------------------------------- */

.press-list {
line-height: 2.4;
}

/* end of post follow on social media */
.end-post-social {
font-style:normal;
font-weight:normal;
margin-bottom:24px;
margin-bottom:2.4rem;
}

.above-foodie {
height: 128px;
}

hr.clear {
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
     }

hr.tag {
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     margin: 0;
     padding: 20px 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
     }

/* blogger resources page */
.resource {
clear: both;
display: block;
margin: 1rem 0;
margin: 10px 0;
padding: 1rem 0 5rem;
padding: 10px 0 50px;
}

h2.resource-header {
  clear:both;
  padding: 3rem 0 0.8rem;
padding: 30px 0 8px;
}

h3.resource-header {
  clear:both;
  padding-top: 2rem;
  padding-top: 20px;
}

/* social sharing buttons optimized plugin */

.crunchify-social {
  text-align:center;
margin:40px 0;
margin:4rem 0;
}

.crunchify-link {
-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0 -3px 0 inset;
box-shadow:rgba(0, 0, 0, 0.1) 0 -3px 0 inset;
color:white !important;
cursor:pointer;
font-family: Function, 'Trebuchet MS', Arial, sans-serif;
font-size:16px !important;
font-size:1.6rem !important;
margin:0 5px 5px 0 !important;
margin:0 0.5rem 0.5rem 0 !important;
padding:6px 16px 7px !important;
padding:0.6rem 1.6rem 0.7rem !important;
text-decoration:none !important;
display: inline-block;
}

.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
 
.crunchify-twitter {
    background: #00aced;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
 
.crunchify-facebook {
    background: #3B5997;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
 
.crunchify-googleplus {
    background: #D64937;
}
 
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}

.crunchify-pinterest {
    background: #bd081c;
}

.crunchify-pinterest:hover,.strikable-pinterest:active {
    background: #970616 !important;
}

.crunchify-email {
    background: #8C8C8C;
}

.crunchify-email:hover,.strikable-email:active {
    background: #626262 !important;
}

/* related posts */
.related_post_title h3 {
clear: both;
}

.related_post_title {
clear: both;
font-family: 'Playfair Display', Georgia, serif;
font-weight: bold;
font-style: normal;
text-transform: uppercase;
font-size:18px !important;
font-size:1.8rem !important;
line-height: 1.2 !important;
color: #222 !important;
padding: 24px 0 3px 0 !important;
padding: 2.4rem 0 0.3rem 0 !important;
margin-bottom: 0 !important;
border-bottom: 2px solid #f7f7f7 !important;
}

.wp_rp_content {
width: 100%;
}

ul.related_post {
display: block;
position: relative;
margin: 0 0 20px 0 !important;
margin: 0 0 2rem 0 !important;
padding: 0 !important;
width: 550px;
}

ul.related_post li {
display: inline-block;
vertical-align: top;
text-align:center;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.2;
font-family: Function, 'Trebuchet MS', Arial, sans-serif;
font-weight: normal;
margin: 5px 5px 10px 0;
margin: 0.5rem 0.5rem 1rem 0;
padding: 0;
background: none;
width: 178px;
}

ul.related_post li:last-child {
margin: 5px 0 10px 0;
margin: 0.5rem 0 1rem 0;
}

ul.related_post li a {
display: block;
text-decoration: none !important;
padding-bottom: 5px;
padding-bottom: 0.5rem;
color: #000000;
border-bottom: none !important;
}

ul.related_post li a:hover {
color: #31ab9d !important;
text-decoration: none;
}

ul.related_post li img {
display: block;
width: 178px;
height: 245px;
}

ul.related_post li small {
font-size: 80%;
}

label.screen-reader-text {display:none;}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (-moz-min-device-pixel-ratio: 1.5),
     only screen and (-o-min-device-pixel-ratio: 3/2),
     only screen and (min-device-pixel-ratio: 1.5),
     only screen and (min-resolution:120dpi) {

     .custom-header .site-title a {
     background: url(http://cookieandkate.com/images/2014/03/celebrating-whole-foods-header_2x.jpg) no-repeat left !important;
     background-size: contain !important;
     }
}

@media only screen and (max-width: 980px) {

     .site-inner,
     .wrap,
     .before-footer {
          margin-left: 3%;
          margin-right: 3%;
          max-width: 94%;
     }

.genesis-nav-menu .sub-menu .sub-menu {
  margin:-37px 0 0 145px;
  text-transform:none;
}

.genesis-nav-menu a {
     padding: 8px 10px 6px 9px !important;
     padding: 0.8rem 1rem 0.6rem 0.9rem !important;
}
}

@media only screen and (max-width: 940px) {
.genesis-nav-menu a {
     padding: 8px 8px 6px 6px !important;
     padding: 0.8rem 0.8rem 0.6rem 0.6rem !important;
}

     .genesis-nav-menu {
font-size: 1.6rem;
font-size: 16px;
     }

.genesis-nav-menu .search-form input {
font-size: 1.6rem;
font-size: 16px;
}

}

@media only screen and (max-width: 865px) {

     .site-inner,
.wrap,
     .before-footer {
          margin-left: 10%;
          margin-right: 10%;
max-width: 80%;
     }

.after-entry .wrap {
margin: 0;
width: 100%;
}

     .content,
     .content-sidebar-sidebar .content,
     .content-sidebar-sidebar .content-sidebar-wrap,
     .footer-widgets-1,
     .footer-widgets-2,
     .footer-widgets-3,
     .home-middle .featured-content .entry,
     .sidebar-content-sidebar .content,
     .sidebar-content-sidebar .content-sidebar-wrap,
     .sidebar-primary,
     .sidebar-secondary,
     .sidebar-sidebar-content .content,
     .sidebar-sidebar-content .content-sidebar-wrap,
     .site-header .widget-area {
          width: 100%;
     }

     .site-header .title-area,
     .site-header .widget-area,
     .site-title {
          text-align: center;
     }

     .genesis-nav-menu {
          text-align: center;
font-size: 1.5rem;
font-size: 15px;
     }

.genesis-nav-menu a {
     padding: 8px 6px 6px 6px !important;
     padding: 0.8rem 0.6rem 0.6rem 0.6rem !important;
}

     .nav-primary {
          position: relative;
     }

.genesis-nav-menu .search-form input[type="search"] {
     -moz-transition: 400ms width ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    width: 24px;
border: 1px solid #FFF;
          position: relative;
}

.genesis-nav-menu .search-form input[type="submit"] {
color: #222;
pointer-events: none;
}

.genesis-nav-menu .search-form input[type="search"]:focus {
     width: 180px;
     border: 1px solid #222;
          position: relative;
}

input::-webkit-input-placeholder { color:transparent; }
input:-moz-placeholder { color:transparent; } /* Firefox 18- */
input::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.genesis-nav-menu > .search {
  margin:0;
  padding:0 10px 0 0;
  padding:0 1rem 0 0;
position: relative;
}

.genesis-nav-menu .search-form input[type="submit"] {
  margin:0;
}

     .nav-secondary .wrap {
          margin: 0;
     }

     .genesis-nav-menu .widget-area {
          text-align: center;
          float: none;
          margin-left: 0;
          width: 100%;
          padding-bottom: 5px;
          padding-bottom: 0.5rem;
     }

     .icon-font {
          text-align: center;
     }

     .widget_text {
          width: 100%;
          display: block;
          text-align: center;
     }

     #enews-ext-2 {
          width: 100%;
          margin-right: 0;
          display: inline-block;
     }

#enews-ext-2 .widget-title {
  text-align: center;
}

.widget-title {
text-align: center;
}

#text-36, #text-55, #text-63, #text-64, #text-82 {
          width: 100%;
          display: block;
          text-align: center;
vertical-align: top;
     }

     .featured-content .entry,
     .site-header .search-form,
     .site-title {
          float: none;
     }

     .sidebar .featured-content .entry, .sidebar .featured-content .entry:last-child {
          width: 48%;
          margin-right: 2%;
          display: inline-block;
          float: left;
     }

     .sidebar .featured-content .entry:last-child {
          border-bottom-color:#F9F9F9;
          border-bottom-style: solid;
          border-bottom-width: 1px;
     }

     .more-from-category {
          font-size: 120%;
          text-align: center;
     }

     .site-header {
          padding-top: 0;
     }

     .title-area {
          width: 100%;
          padding-top: 0;
          padding-bottom: 20px;
          padding-bottom: 2rem;
     }

     .header-image .site-header .title-area {
          padding-bottom: 0;
     }

.lcp_catlist .lcp_catlist_item {
  margin:0 1% 10px 0;
  margin:0 1% 1rem 0;
  padding:0;
  width:19%;
}

     .genesis-nav-menu > .right {
          display: block;
position: relative;
     padding: 0 6px 0 0;
     padding: 0 0.6rem 0 0;
clear: none;
     }

.before-footer a {
     font-size: 12px;
     font-size: 1.2rem;
}

.before-footer .featured-content .entry-title {
     line-height: 0.9;
}

     #adthrive {
          width: 100%;
     }

#div-gpt-ad-901713904412285199-2 {
          width: 100% !important;
overflow: hidden;
     }

     .footer-widgets-4 .alignleft {
     text-align: center;
          float: none;
          padding-bottom: 5px;
          padding-bottom: 0.5rem;
margin:0;
overflow: hidden;
     }

     .footer-widgets-4 .alignright {
          text-align: center;
          float: none;
     }

 .above-foodie {
          text-align: center;
          float: none;
height: auto;
width: auto;
margin: 10px 0;
margin: 1rem 0;
     }

}

@media only screen and (max-width: 762px) {
     .genesis-nav-menu > .first > a {
          padding-left: 20px;
          padding-left: 2rem;
     }


.site-inner {
padding-top: 24px;
padding-top: 2.4rem;
}

.genesis-nav-menu > .search {
  margin:0;
  padding:0;
position: relative;
}

.genesis-nav-menu > .right {
  clear:both;
  display:block;
  float:none;
  margin-left:auto;
  margin-right:auto;
width: 100%;
position: relative;
}

.genesis-nav-menu .search-form input {
    width: 100%;
}

.genesis-nav-menu .search-form input[type="search"] {
border: 1px solid #e4e4e4;
    width: 100%;
}

.genesis-nav-menu .search-form input[type="submit"] {
color: #222;
pointer-events: auto;
width: 16px !important;
float: right !important;
}

.search-form input[type="submit"] {
     top: 10%;
}

.genesis-nav-menu .search-form input[type="search"]:focus {
     border: 1px solid #222;
    width: 100%;
}

ul.related_post {
width:auto;
}

ul.related_post li {
margin:0.5rem 1% 1rem 0;
width:32% !important;
}

ul.related_post li img {
height:auto !important;
width:auto !important;
}

.shop {
width: 33%;
}
}

@media only screen and (max-width: 480px) {

.site-inner,
     .wrap,
     .before-footer {
          margin-left: 5%;
          margin-right: 5%;
          max-width: 100%;
     }

     .header-image .site-title a {
          min-height: 120px;
     }

.lcp_catlist .lcp_catlist_item {
  margin:0 1.3% 1% 0;
  padding:0;
  width:32%;
}

#featured-post-5 .entry-title a {
display:none;
}

     .home-bottom .featured-content .entry,
     .home-middle .featured-content .entry {
          padding-bottom: 20px;
          padding-bottom: 2rem;
     }

     .archive-pagination li a {
          margin-bottom: 4px;
          margin-bottom: 0.4rem;
     }

     .widget_text {
          width: 100%;
          margin: 0;
          display: inline-block;
     }

.title-area  {
     padding-top: 15px;
     padding-top: 1.5rem;
          width: 100%;
}

.header-image .title-area, .nav-secondary, .site-title  {
     padding: 0;
          width: 100%;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
     padding: 20px 0 0 0;
     padding: 2rem 0 0 0;
}

.entry-title {
     font-size: 24px;
     font-size: 2.4rem;
}

.tag-list li {
width: 50%;
}

     #enews-ext-2 {
          width: 100%;
          display: inline-block;
     }

     .sidebar .featured-content .entry, .sidebar .featured-content .entry:last-child {
          width: 100%;
          margin: 0 0 20px 0;
          margin: 0 0 2rem 0;
          display: inline-block;
          float: left;
     }



     .five-sixths,
     .four-sixths,
     .one-fourth,
     .one-half,
     .one-sixth,
     .one-third,
     .three-fourths,
     .three-sixths,
     .two-fourths,
     .two-sixths,
     .two-thirds {
          margin: 0;
          width: 100%;
     }

}

/* # Responsive Nav CSS
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 480px) {

	.nav-primary {
		
	}
	
	.header-image .title-area,
	.site-inner {
	 	border: none;
	 }

	.nav-primary .menu {
		display: none;
		position: absolute;
		opacity: 1;
		width: 100%;
		right: 0;
		z-index: 9999;
		padding: 0 5%;
	}

	.nav-primary .menu li a.sub {
		behavior:url();
	}

	.nav-primary a {
		width:100%;
	}

	.nav-primary .menu, 
	.nav-primary .menu .sub-menu {
		margin:0;
		width:100%;
	}
	
	.nav-primary .menu .sub-menu {
		left: 0;
		display: none;
		opacity: 1;
	}
	

	.nav-primary .menu-item:hover {
		position: static;
	}

	.nav-primary .menu-item:hover > .sub-menu {
		position: relative;
		left: auto;
		display: block;
	}

	.nav-primary .menu li {
		position:relative;
		z-index:100;
		display: block;
	}
	

	.nav-primary .menu li a {
		display:block;
		padding-left:15px;
		width:100%;
		outline:0;
		background:#fff;
		color:#222;
		text-decoration:none;
		font-size:16px;
		line-height:21px;
	}

.genesis-nav-menu > .menu-item.menu-item-has-children > a:before {
	content: none;
	padding: 0;
}

.genesis-nav-menu > .menu-item.menu-item-has-children > a:hover:before {
	content: none;
	padding: 0;
}
	
	.nav-primary .menu li.menu-item-has-children > a:after {
		float: right;
		content: "\025B8";
	}
	
	.nav-primary .menu-item-has-children li a:before {
		position:absolute;
		top:0;
		left:0;
		display:block;
		display:none;
		height:21px;
		cursor:pointer;
	}
	
	.nav-primary .menu li a:hover {
		background-color:#f8f8f8;
		color: #666;
	}
	
	.genesis-nav-menu .sub-menu {
		border: none;
	}
	
	.nav-primary .menu .sub-menu li a {
		border-bottom:1px solid #ccc;
		background:#f5f5f5;
		color:#000;
		font-size:16px;
		line-height:21px;
	}	
	
	.nav-primary .menu .sub-menu li a:hover {
		background:#f8f8f8;
		color: #333;
	}
	
	.nav-primary .menu .sub-menu .sub-menu li a:hover {
		background:#fff;
		color: #333;
	}
	
	.nav-primary .menu .sub-menu .sub-menu > li a {
		background:#fff;
		color: #333;
	}
	
	.nav-primary .menu .sub-menu .sub-menu .sub-menu > li a {
		background:#51C1F1;
		color: #fff;
	}
	
	.nav-primary .menu a.sub:focus {
		outline:0;
		background:#099;
	}
	
	.nav-primary .menu a:focus ~ .sub-menu li {
		 margin-top:0;
	}

.genesis-nav-menu > .right {
  background-color:#FFFFFF;
border-bottom: 2px solid #222;
}
	
	.nav-primary .menu a:focus + after {
		display:block;
	}
	
	.nav-primary .menu a.sub:active {
		outline:0;
		background:#099;
	}
	
	.nav-primary .menu a:active ~ .sub-menu li {
		 margin-top:0;
	}
	
	.nav-primary .menu a:active + after {
		display:block;
	}
	
	.nav-primary .menu .sub-menu:hover li {
		margin-top:0;
	}
	

	.nav-primary .toggle {
		position: relative;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		font-family: Function, 'Trebuchet MS', Arial, sans-serif;
		border-top: 2px #222 solid;
		border-bottom: 2px #222 solid;	
	}

.nav-primary #toggle:checked + div .menu {
		display: block;
		opacity: 1;
		
	}
	
	.nav-primary .toggle:after {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 8px 0 6px 0;
		padding: 0;
		width: 200px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #fff;
		color: #222;
		content: attr(data-open);
		text-align: center;
		font-size: 17px;
		font-size: 1.7rem;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
	}
 
	.nav-primary .toggle:hover:after {
		background: #f5f5f5;
	}
	
	.nav-primary #toggle:checked + div .toggle:after {
		content: attr(data-close);
	}
}
 
 @media only screen and (max-width: 481px) {
	 
 	.nav-primary,
 	.nav-primary .toggle:after {
	 	float: none;
	 }
	 
	 .nav-primary .toggle:after {
		 width: 100%;
		 text-align: center;
	}
}