/*
	Theme Name: StoneGable Theme
	Theme URI: http://stonegableblog.com
	Description: Custom theme for Yvonne at StoneGable
	Author: Blogger Boutiquef
	Author URI: http://www.bloggerboutique.com/

	Version: 3.0.1

	Tags: blue, yellow, white, two-columns, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, threaded-comments

	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.site
		- 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

*/

}/*HTML5 Reset---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize	normalize.css v2.1.2 | MIT License | git.io/normalize--------------------------------------------- */

@font-face {
    font-family: 'aurablueregular';
    src: url('fonts/aurablueregular-webfont.eot');
    src: url('fonts/aurablueregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aurablueregular-webfont.woff2') format('woff2'),
         url('fonts/aurablueregular-webfont.woff') format('woff'),
         url('fonts/aurablueregular-webfont.ttf') format('truetype'),
         url('fonts/aurablueregular-webfont.svg#aurablueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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: #999;
}

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: textfield;
	-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--------------------------------------------- */

body {
	background-color: #fff;
	color: #4d4d4d;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

body.stonegable-landing {
	background-color: #999;
}

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;
}

::-moz-selection {
	background-color: #999;
	color: #fff;
}

::selection {
	background-color: #999;
	color: #fff;
}

a {
	background-color: inherit;
	color: #a8b5ca;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #a8b5ca;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,ul {
	margin: 0;
	padding: 0;
}

blockquote,blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings--------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	color: #a2a59e;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	color: #a2a59e;
	text-transform: uppercase;
}

h2 a {
	color: #a2a59e;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* 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 {
	-moz-box-shadow: 0 0 0 #fff;
	-webkit-box-shadow:  0 0 0 #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 0 #fff;
	color: #999;
	font-family: 'Droid Serif', georgia, serif;
	font-size: 11px;
	font-style: normal;
	letter-spacing: .5px;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

button,input[type="button"],input[type="reset"],input[type="submit"],.button,.entry-content .button {
	background-color: #999;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,input:hover[type="button"],input:hover[type="reset"],input:hover[type="submit"],.button:hover,.entry-content .button:hover {
	color: #fff;
	background-color: #a8b5ca;
}

.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;
	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;
}

/*Structure and Layout---------------------------------------------------------------------------------------------------- */
/* Site Containers--------------------------------------------- */

.site-inner,.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.stonegable-home .site-inner {
	padding-bottom: 10px;
}

.stonegable-landing .site-inner,.stonegable-landing .wrap {
	max-width: 800px;
}
 
.stonegable-landing .site-inner {
	padding-bottom: 40px;
}

/* 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: 930px;
}

.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: right;
	width: 735px;
}

.stonegable-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.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: 540px;
}

.full-width-content .content {
	width: 100%;
} 

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
        margin-top: -65px;
}

.sidebar-content .sidebar-primary,.sidebar-sidebar-content .sidebar-primary {
	float: left;
} 

/* 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;
} 

/*Common Classes---------------------------------------------------------------------------------------------------- */
/* WordPress--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 70px;
	margin-right: 30px;
	width: 70px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.sticky {
}

img.centered,.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,a.alignright {
	max-width: 100%;
}

a.alignleft,img.alignleft,.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,img.alignright,.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,.widget_calendar th {
	text-align: center;
}

/* Genesis--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,.author-box {
	margin-bottom: 50px;
	padding: 40px;
}

.archive-description,.author-box {
	background-color: #f5f5f5;
}
  
.archive-description p:last-child,.author-box p:last-child,.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #999;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

/* Search Form--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input {
	border: none;
}

.genesis-nav-menu .search-form input {
	background-color: #999;
	border: 1px solid #999;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles--------------------------------------------- */

.entry-title {
        line-height: 1.0;
}

.entry-title a  {
	color: #a2a59e;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	font-weight: 500;
	line-height: 1;
	text-transform: none;
}

.sidebar .widget-title a, .sidebar .entry-title a {
	color: #a2a59e;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.entry-title a:hover {
	color: #a8b5ca;
}

.widget-title  {
	clear: both;
	font-size: 20px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.stonegable-home .content .widget-title, .sidebar .widget-title {
	color: #999;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 25px;
	text-transform: none;
	text-align: center;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: none;
	font-size: 27px;
	color: #000;
}

.footer-widgets .widget-title {
	color: #999999;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 27px;
	text-transform: None;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/*Widgets---------------------------------------------------------------------------------------------------- */

.widget,.widget li {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

/* Featured Content--------------------------------------------- */

.featured-content {
	clear: both;
	margin: 0 0 25px 0;
	overflow: hidden;
}

.home-middle .featured-content a,.home-top .featured-content a {
	position: relative;
}

.featured-content .entry {
	margin-bottom: 0px;
}

.content .home-middle .featured-content .entry,.content .home-top .featured-content .entry {
	border: none;
	float: left;
	max-width: 100%;
	margin-bottom: 20px;
}

.home-middle .featured-content .entry {
	margin: 0 0 50px 20px;
	width: 320px;
}

.content .home-bottom .featured-content .entry,.sidebar .featured-content .entry {
	border-bottom: px solid #eee;
}
 
.sidebar .featured-content .entry:last-child { 
	border-bottom: none;
}
 
.home-middle .featured-content .entry-content p:last-child,.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: 25px;
}

.content .featured-content .post {
    display: inline-block;
	width: 20%;

}
.featured-content .entry-title {
	border: none;
	margin-top: -1px;
}

.sidebar .featured-content .entry-title {
	font-size: 10px;
}

.featured-content .entry-title a {
	border: none;
	font-size: 14px;
}

.featured-content a.alignnone {
	display: inline-block;
	max-width: 100%;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.js .content .home-middle a .entry-time, .js .content .home-top a .entry-time {
	background-color: #a8b5ca;
	bottom: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	padding: 5px 10px;
	position: absolute;
	right: 0;
}

.js .home-middle a.alignleft,.js .home-top a.alignleft {
	margin: 0 24px 24px 0;
}

.js .home-middle a.alignright,.js .home-top a.alignright {
	margin: 0 0 24px 24px;
}

.js .home-middle a.alignleft img,.js .home-middle a.alignright img,.js .home-top a.alignleft img,.js .home-top a.alignright img {
	margin: 0;
}

.home-middle a.more-link,.home-top a.more-link,.home-middle .more-from-category a {
	background: #eee;
	clear: both;
	color: #999;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
}

.home-middle a.more-link:hover,.home-top a.more-link:hover {
	background: #eee;
	color: #000;
	text-decoration: underline;
}

.more-from-category a:hover {
	background: #eee;
	color: #000;
	text-decoration: underline;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}

/*Plugins---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended--------------------------------------------- */

.header-widget-area .enews-widget {
	background: #dde1e4;
	border: 1px solid #fff;
	color: #fff;
        height: 97px;
	padding: 2px 10px;
	text-align: center;
	outline: 4px solid #dde1e4;
}

.header-widget-area .enews-widget .widgettitle {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #fff;
        font-size: 22px;
	margin: 0;
}

.header-widget-area .enews-widget p {
	font-family: "Pontano Sans", sans-serif; 
    font-size: 16px;
	padding: 2px;
	margin: 0;
}

.header-widget-area .enews-widget input {
	float: left;
	margin-bottom: 6px;
	padding: 7px;
	width:60%;
}

.header-widget-area .enews-widget input:focus {
	border: 1px solid #ccc;
}

.header-widget-area .enews-widget input[type="submit"] {
	background: none repeat scroll 0 0 #a8b5ca;
    color: #fff;
	height: 27px;
    font-size: 14px;
    margin: 0;
    width: 40%;}

.header-widget-area .enews-widget input:hover[type="submit"] {
	background: #a2a59e;
	color: #fff;
}



/* Genesis Latest Tweets--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}
/* Gravity Forms--------------------------------------------- */

div.gform_wrapper input[type="email"],div.gform_wrapper input[type="text"],div.gform_wrapper textarea,div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

div.gform_wrapper .ginput_complex label
{
	padding: 0;
}

div.gform_wrapper li,div.gform_wrapper form li
{
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"]
{
	font-size: 14px;
}/* Jetpack--------------------------------------------- */

img#wpstats {
	display: none;
}
/* Simple Social Icons--------------------------------------------- */

#simple-social-icons-7 .widgettitle {
font-family: 'aurablueregular';
font-size: 25px;
text-transform: lowercase;
}

.simple-social-icons {
	overflow: visible !important;
}

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}

.sidebar .simple-social-icons ul li a,.sidebar .simple-social-icons ul li a:hover {
	font-size: 19px !important;
	padding: 11px !important;
}

.footer-widgets .simple-social-icons ul li a,.footer-widgets .simple-social-icons ul li a:hover {
	font-size: 15px !important;
	padding: 9px !important;
}

.simple-social-icons ul li:before {
	content: none !important;
	padding-right: 0 !important;
}

.simple-social-icons ul li.social-email a {
	background-color: #656764 !important;
}

.simple-social-icons ul li.social-email a:hover {
	background-color: #656764 !important;
	opacity: 0.8;
}

.simple-social-icons ul li.social-facebook a {
	background-color: #a2a59e !important;
}

.simple-social-icons ul li.social-facebook a:hover {
	background-color: #a2a59e !important;
	opacity: 0.8;
}

.simple-social-icons ul li.social-gplus a {
	background-color: #d4d5d0 !important;
}

.simple-social-icons ul li.social-gplus a:hover {
	background-color: #d4d5d0 !important;
	opacity: 0.8;
}

.simple-social-icons ul li.social-instagram a {
	background-color: #e0e1de !important;
}

.simple-social-icons ul li.social-instagram a:hover {
	background-color: #e0e1de !important;
	opacity: 0.8;
}

.simple-social-icons ul li.social-pinterest a {
	background-color: #a8b5ca !important;
}

.simple-social-icons ul li.social-pinterest a:hover {
	background-color: #a8b5ca !important;
	opacity: 0.8;
}

.simple-social-icons ul li.social-rss a {
	background-color: #c0dbf9 !important;
}

.simple-social-icons ul li.social-rss a:hover {
	background-color: #c0dbf9 !important;
	opacity: 0.8;
}

.simple-social-icons ul li.social-twitter a {
	background-color: #d1e5fc !important;
}

.simple-social-icons ul li.social-twitter a:hover {
	background-color: #d1e5fc !important;
	background-color: #d1e5fc !important;
	opacity: 0.8;
}

/*
Top Ad
---------------------------------------------------------------------------------------------------- */

.top-ad {
	background: #fff;
	clear: both;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
}

.top-ad img,
.top-ad iframe {
	display: block;
	margin: 0 auto;
}

/*Site Header---------------------------------------------------------------------------------------------------- */

.primary-nav .site-header {
	padding-top: 15px;
}

.site-header .wrap {
	padding: 30px 0;
	width: 100%;
}

.site-header {
	background: url(images/bg.png);
	padding: 6px 0 0 0;
} 

/* Title Area--------------------------------------------- */

.title-area
{
	float: left;
	padding-top: 30px;
	width: 617px;
}

.header-image .title-area
{
	padding: 0;
}

.site-title
{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,.site-title a:hover
{
	color: #999;
	font-weight: 900;
}

.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: url() ;
	display: block;
	float: left;
	margin-bottom: 15px;
	min-height: 250px;
	text-indent: -9999px;
	width: 100%;
}

/* Widget Area--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: center;
	width: 38%;
}

.header-image .site-header .widget-area {
	padding: 60px 20px 0px 20px;
}

.header-image .site-header .title-area {
	
}

.site-header .widget-area p
{
	margin-bottom: 0;
}/*Site Navigation---------------------------------------------------------------------------------------------------- */.genesis-nav-menu
{
	clear: both;
	color: #999;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item
{
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #a2a59e;
	display: block;
	padding: 17px;
	position: relative;
	text-align: center;
}

.genesis-nav-menu a:hover {
	color: #fff;
        background-color: #a8b5ca;
}

.genesis-nav-menu .current-menu-item > a,.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}


.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-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;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #999;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #a8b4cb;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.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;
	float: right;
	list-style-type: none;
	padding: 25px 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 7px 0 0;
} 

/* Site Header Navigation--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #999;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}
/* Primary Navigation--------------------------------------------- */
.nav-primary {
	background-color: none;
	position: absolute;
	width: 95%;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #999;
	font-size: 15px;
	margin: 22px 35px 0 0;
	padding: 0px 3px;
}

.nav-primary a:hover }
	color: #a8b5ca;
}

.nav-primary .sub-menu a:hover,.nav-primary .genesis-nav-menu .current-menu-item > a {
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #999;
	border: 1px solid #fff;
	border-top: none;
}

.nav-primary .menu-item
{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}/* Secondary Navigation--------------------------------------------- */

.nav-secondary {
	border-top: 4px double #a8b5ca;
       	border-bottom: 4px double #a8b5ca;
        margin-top: 20px;
	text-align: center;
}

#nav-secondary .wrap
{
}

.nav-secondary li
{
	display: inline-block;
	float: none;
	list-style-type: none;
}
/* Responsive Menu--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 10px 0;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #a8b5ca;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-align: center;
	text-transform: none;
}
/*Content Area---------------------------------------------------------------------------------------------------- */
/* Entries--------------------------------------------- */
.entry {
        margin-bottom: 0px;
}

.archive .content .entry,.home .content .entry,.page-template-page_blog-php .content .entry
{
	border-bottom: px solid #eee;
}

.entry-content a
{
	color: #a8b5ca;
}

.entry-content a:hover
{
	color: #999;
}

.entry-content .attachment a,.entry-content .gallery a
{
	border: none;
}

.entry-content ol,.entry-content p,.entry-content ul,.quote-caption
{
	margin-bottom: 26px;
}

.entry-content ol,.entry-content ul
{
	margin-left: 40px;
}

.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: 14px;
}

.entry-header .entry-meta
{
	margin-top: -9px;
}

.entry-comments-link::before
{
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,.entry-tags {
	display: block;
}

/* After Entry--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #999;
	border-top: 2px solid #999;
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination--------------------------------------------- */

.archive-pagination,.entry-pagination {
	clear: both;
        float: right;
        font-size: 14px;
	margin: 40px 0;

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #999;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,.archive-pagination li.active a {
	background-color: #a8b5ca;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
} 

/* Comments--------------------------------------------- */

.comment-respond,.entry-comments,.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.comment-content {
	clear: both;
}

.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: block;
	margin-right: 12px;
}

.comment-list li,.ping-list li  {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
background: #ebebeb !important;
}

.form-allowed-tags
{
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}/*Sidebars---------------------------------------------------------------------------------------------------- */.sidebar p:last-child,.sidebar ul > li:last-child
{
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child
{
	margin-bottom: 24px;
}

.sidebar li
{
	border-bottom: 1px solid #999;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget
{
	
}

.sidebar .tagcloud a,.sidebar .tagcloud a:visited
{
	background-color: #eee;
	color: #999;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover
{
	background-color: #a8b5ca;
	color: #fff;
}/*Footer Widgets---------------------------------------------------------------------------------------------------- */.footer-widgets
{
	background: url(http://2.bp.blogspot.com/-7sxKwf4a4mQ/UTUmd4R2_XI/AAAAAAAAcyY/TGLfTs9ETJQ/s1600/pinstripe1.jpg);
	color: #333;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 20px 40px 0;
	padding: 2rem 4rem 0;
	text-align: center;
}

.footer-widgets-1
{
	width: 29%;
}

.footer-widgets-2
{
	width: 67%;
}

.footer-widgets-3
{
	text-align: center;
	width: 100%;
}

.footer-widgets-1
{
	margin-right: 20px;
	margin-right: 2rem;
}

.footer-widgets-1,.footer-widgets-3
{
	float: left;
}

.footer-widgets-2
{
	float: right;
}

.footer-widgets .widget
{
	margin-bottom: 22px;
	margin-bottom: 2.2rem;
}

.footer-widgets .widgettitle
{
}

.footer-widgets li
{
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form
{
	width: 100%;
}

.footer-widgets .search-form input:focus
{
	border: 1px solid #dfdacc;
}

.footer-widgets img
{
	margin: 0;
}

.footer-widgets .featured-content,.footer-widgets .featuredpost
{
	background: transparent;
}

.footer-widgets .featured-content .entry,.footer-widgets .featuredpost .entry
{
	border: 5px solid #fff;
	clear: none;
	float: left;
	margin: 0 .5%;
	width: 15%;
}/*Site Footer---------------------------------------------------------------------------------------------------- */.site-footer
{
	background-color: #a8b5ca;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
	text-align: center;
}

.site-footer .wrap
{
	border-top: 1px solid #999;
	padding: 60px 0;
}

.site-footer,.site-footer a
{
	color: #fff;
}

.site-footer a:hover
{
	color: #999;
}

.site-footer p {
	margin-bottom: 0;
}

/*Extra Customizations---------------------------------------------------------------------------------------------------- */
#featured-post-16 .widgettitle {
	background: #feeb97;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
	text-transform: none;
	margin-bottom: 20px;
}

#featured-post-17 .widgettitle {
	background: #feeb97;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
	text-transform: none;
	margin-bottom: 20px;
}

#featured-post-15 .widgettitle {
	background: #feeb97;
	text-align: center;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 40px;
	text-transform: none;
	margin-bottom: 20px;
}

.sidebar .widget_categories h4 {
	display: none;
} 

/* Style Tabber Tabs */
.tabber-widget-basic-light {
	margin: 0 !important;
	padding: 0 !important;
	color: #999 !important;
}

.tabber-widget-basic-light ul.tabber-widget-tabs {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

.tabber-widget-basic-light a:hover {
	color: #666 !important;
}

.tabber-widget-basic-light a {
	color: #999 !important;
}

.tabber-widget-basic-light ul.tabber-widget-tabs li
{
	border: medium none;
	float: left;
	list-style-type: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tabber-widget-basic-light ul.tabber-widget-tabs li:before
{
	content: "" !important;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a
{
	background: none repeat scroll 0 0 #FEEB97 !important;
	color: #999 !important;
	display: block;
	margin: 1px 1px 1px 0;
	padding: 6px 10px;
	text-decoration: none !important;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a:hover
{
	background: none repeat scroll 0 0 #a8b5ca !important;
	color: #FFFFFF !important;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a.selected, .tabber-widget-basic-light ul.tabber-widget-tabs a.selected:hover
{
	background: none repeat scroll 0 0 #FFFAFA !important;
	border-bottom: 1px solid #FFFAFA !important;
	color: #000000;
	cursor: default;
	margin-bottom: 0;
}

.tabber-widget-basic-light .tabber-widget-content
{
	background: none repeat scroll 0 0 #FFFAFA !important;
	clear: both;
	margin: 0;
	padding: 10px 10px 8px;
}

.tabber-widget-basic-light .tabber-widget-content
{
	text-align: left;
}

.tabber-widget-basic-light .tabber-widget-content .tabber-widget-title
{
	margin-top: 0;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a.selected,
.tabber-widget-basic-light ul.tabber-widget-tabs a.selected:hover {
	margin-bottom: 0;
	color: #000;
	background: url(images/bg.png) !important;
	border-bottom: 1px solid snow;
	cursor: default;
}

.tabber-widget-basic-light .tabber-widget-content {
	padding: 10px 10px 8px 10px;
	margin: 0;
	clear: both;
	background: url(images/bg.png) !important;
}

h5.tabber-widget-title
{
	display: none;
	visibility: hidden;
}
a.more-link,
.more-from-category a {
	background: #a8b5ca;
	clear: none;
	color: #fff;
	display: block;
	font-size: 14px;
	margin-top: 20px;
	padding: 8px 10px;
	text-align: center;
        width: 47%;
        float: left;
}

.more-from-category {
	clear: both;
	display: block;
	float: none;
	text-align: center;
}

a.more-link:hover,
.more-from-category a:hover {
		background: #a2a59e;
	color: #fff;
	text-decoration: underline;
}

/* Recipes Page
--------------------------------------------- */

.recipes-top {
	
}

.recipes-top .widget {
	float: left;
	margin-right: 1%;
	width: 32%;
}

.recipes-bottom {
	margin-top: 20px;
	margin-top: 2rem;
}

.recipes-bottom .widget {
	border-bottom: 1px dotted #333;
	padding: 20px 0;
	padding: 2rem 0;
}

.recipes-bottom .widgettitle {
	font-size: 22px;
	font-size: 2.2rem;
}

.recipes-bottom .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 21.076923076923077%;
}
.recipes-bottom .gfwa-1,
.recipes-bottom .gfwa-5,
.recipes-bottom .gfwa-9,
.recipes-bottom .gfwa-13,
.recipes-bottom .gfwa-17,
.recipes-bottom .gfwa-21,
.recipes-bottom .gfwa-25,
.recipes-bottom .gfwa-29,
.recipes-bottom .gfwa-33,
.recipes-bottom .gfwa-37,
.recipes-bottom .gfwa-51,
.recipes-bottom .gfwa-55,
.recipes-bottom .gfwa-59,
.recipes-bottom .gfwa-63,
.recipes-bottom .gfwa-67,
.recipes-bottom .gfwa-71,
.recipes-bottom .gfwa-75,
.recipes-bottom .gfwa-79,
.recipes-bottom .gfwa-83,
.recipes-bottom .gfwa-87,
.recipes-bottom .gfwa-91,
.recipes-bottom .gfwa-95 {
	clear: both;
	margin-left: 0;
}

.recipes-bottom .featuredpost h2{
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	text-transform: none;
}

.recipes-bottom .featuredpost .post-info,
.recies-bottom .featuredpost .post-meta {
	font-size: 10px;
	font-size: 1rem;
}

/* Cookbooks Page
--------------------------------------------- */

.cookbooks-top {
	background: #e9e6dc;
	padding: 20px;
	padding: 2rem;
}

.cookbooks-top .widget {
	float: left;
	margin-right: 1%;
	width: 32%;
}
 /* Remove Styling
.cookbooks-bottom {
	margin-top: 20px;
	margin-top: 2rem;
}

.cookbooks-bottom .widget {
	border-bottom: 1px dotted #333;
	padding: 20px 0;
	padding: 2rem 0;
}

.cookbooks-bottom .widgettitle {
	font-size: 22px;
	font-size: 2.2rem;
}

.cookbooks-bottom .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}
.cookbooks-bottom .gfwa-1,
.cookbooks-bottom .gfwa-5,
.cookbooks-bottom .gfwa-9,
.cookbooks-bottom .gfwa-13,
.cookbooks-bottom .gfwa-17,
.cookbooks-bottom .gfwa-21,
.cookbooks-bottom .gfwa-25,
.cookbooks-bottom .gfwa-29,
.cookbooks-bottom .gfwa-33,
.cookbooks-bottom .gfwa-37,
.cookbooks-bottom .gfwa-51,
.cookbooks-bottom .gfwa-55,
.cookbooks-bottom .gfwa-59,
.cookbooks-bottom .gfwa-63,
.cookbooks-bottom .gfwa-67,
.cookbooks-bottom .gfwa-71,
.cookbooks-bottom .gfwa-75,
.cookbooks-bottom .gfwa-79,
.cookbooks-bottom .gfwa-83,
.cookbooks-bottom .gfwa-87,
.cookbooks-bottom .gfwa-91,
.cookbooks-bottom .gfwa-95 {
	clear: both;
	margin-left: 0;
}
*/

.cookbooks-bottom .featuredpost h2{
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	text-align: left;
	text-transform: none;
}

.cookbooks-bottom .featuredpost .post-info,
.recies-bottom .featuredpost .post-meta {
	font-size: 10px;
	font-size: 1rem;
	text-align: left;
}

.cookbooks-bottom .teaser,
.cookbooks-bottom .one-fourth {
	display: block;
	margin: 20px 0 40px;
	margin: 2rem 0 4rem;
	width: 100%;
	text-align: left;
}

.archive .entry-title a {
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	text-transform: none;
}

.teaser .entry-title a {
font-size: 11px;
font-size: 1.1rem;
text-align: center;
}

.sidebar-primary .teaser,
.sidebar-split .teaser {
width: 100%;
}


#genesis-responsive-slider {
	border: 0 !important;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.slide-excerpt {
	background: transparent;
	margin: 0 0 25%;
	opacity: 1;
	width: 100%;
}

.slide-excerpt-border {
	border: 0;
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}

.slide-excerpt-border h2 {
	margin: 0;
	text-align: center;
	width: 100%;
}

#genesis-responsive-slider h2 a {
	background: #a8b5ca;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	overflow: visible;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.flex-direction-nav li a {
	background: url('images/bg_direction_nav.png');
	top: 40%;
}

.flex-direction-nav li .prev,
.flex-direction-nav li .prev:hover {
	background-position: 0 0;
	left: -25px;
}

.flex-direction-nav li .next,
.flex-direction-nav li .next:hover {
	background-position: -52px 0;
	right: -25px;
}

.flex-direction-nav li .prev:hover,
 .flex-direction-nav li .next:hover {
	opacity: 0.9;
}

.flex-control-nav li a {
	background: url('images/bg_control_nav.png');
}

.flex-control-nav li a.active {
	background-position: 0 -26px;
}

.flex-control-nav li a:hover {
	background-position: 0 -12px;
}

/* Genesis Simple Share
--------------------------------------------- */

.content a.count,
.content a.count:hover,
.content a.share,
.content a.share:hover {
	border: none;
}

.content .share-filled .share {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.content .share-filled .count {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.content .share-filled .facebook .count,
.content .share-filled .facebook .count:hover,
.content .share-filled .googlePlus .count,
.content .share-filled .googlePlus .count:hover,
.content .share-filled .linkedin .count,
.content .share-filled .linkedin .count:hover,
.content .share-filled .pinterest .count,
.content .share-filled .pinterest .count:hover,
.content .share-filled .stumbleupon .count,
.content .share-filled .stumbleupon .count:hover,
.content .share-filled .twitter .count,
.content .share-filled .twitter .count:hover {
	color: #a8b5ca;
	border: 1px solid #a8b5ca;
}

.content .share-filled .facebook .share,
.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus .share,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin .share,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest .share,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon .share,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter .share,
.content .share-filled .twitter:hover .count {
	background: #a8b5ca !important;
}

.content .share-filled .facebook:hover .count,
.content .share-filled .googlePlus:hover .count,
.content .share-filled .linkedin:hover .count,
.content .share-filled .pinterest:hover .count,
.content .share-filled .stumbleupon:hover .count,
.content .share-filled .twitter:hover .count {
	color: #fff;
}




/*Media Queries---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {
	.site-inner,	.wrap 	{
		max-width: 960px;
	}

	.title-area 	{
		width: 542px;
	}

	.site-header .widget-area 	{
		width: 400px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,	.sidebar-content-sidebar .content-sidebar-wrap,	.sidebar-sidebar-content .content-sidebar-wrap 	{
		width: 780px;
	}

	.content 	{
		width: 630px;
	}

	.content-sidebar-sidebar .content,	.sidebar-content-sidebar .content,	.sidebar-sidebar-content .content 	{
		width: 450px;
	}

	.footer-widgets-1,	.footer-widgets-2,	.footer-widgets-3,	.home-middle .featured-content .entry,	.sidebar-primary 	{
		width: 300px;
	}

	.sidebar-secondary 	{
		width: 150px;
	};
}

@media only screen and (max-width: 1024px) {

    .header-image .title-area, 
        .header-image .site-title,      
        .header-image .site-title a {
		background-size: contain !important;
        max-width: 100%;
        min-height: 270px;
    }
	.site-inner,	.wrap	{
		max-width: 750px;
	}

	.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,	.title-area{
		width: 100%;
	}

	.genesis-nav-menu,	.site-header .title-area,	.site-header .widget-area,	.site-title	{
		text-align: center;
	}

	.nav-primary	{
		position: static;
	}

	.featured-content .entry,	.site-header .search-form,	.site-title	{
		float: none;
	}

	.primary-nav .site-header,	.title-area	{
		padding-top: 0;
	}

	.title-area	{
		padding-bottom: 20px;
	}

	.header-image .site-header .title-area	{
		padding-bottom: 0;
	}

	.genesis-nav-menu > .right	{
		display: none;
	};
}

@media only screen and (max-width: 768px) {

     .header-image .title-area, .header-image .site-title, .header-image .site-title a {
		background-size: contain !important;
        max-width: 100%;
        min-height: 254px;
        }


	.footer-widgets,	.nav-secondary,	.site-footer,	.site-header,	.site-inner	{
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu > .first > a	{
		padding-left: 20px;
	}

	.nav-primary .responsive-menu	{
		display: none;
	}

	.nav-primary #responsive-menu-icon	{
		display: block;
		text-align: center;
	}

	.home-bottom .featured-content .entry,	.home-middle .featured-content .entry	{
		padding-bottom: 20px;
	}

	.archive-pagination li a	{
		margin-bottom: 4px;
	}

	.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%;
	};
}
@media only screen and (max-width: 767px) {
 
        #featured-post-8 {
               display: none;
        }        

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.recipes-top .widget,
	.cookbooks-top .widget {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.recipes-bottom .entry,
	.cookbooks-bottom .entry	{
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
	}

	.recipes-bottom .gfwa-odd,
	.cookbooks-bottom .gfwa-odd	{
		clear: both;
		margin-left: 0;
	}

}

@media only screen and (max-width: 480px) {

        .header-image .title-area, 
        .header-image .site-title,      
        .header-image .site-title a {
		background-size: contain !important;
        max-width: 100%;
        min-height: 148px;
        }

.header-widget-area .enews-widget {
	height: 122px;
	
}

}

@media only screen and (max-width: 320px) {

      .header-image .title-area,  .header-image .site-title, .header-image .site-title a {
		background-size: contain !important;
        max-width: 100%;
        min-height: 105px;
    }
   
    	.home-bottom .featuredpost .entry {
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.recipes-bottom .entry,
	.cookbooks-bottom .entry 	{
		margin: 0;
		width: 100%;
	}

	.recipes-top .widgettitle,
	.cookbooks-top .widgettitle	{
		font-size: 10px;
		font-size: 1rem;
	}

	.slide-excerpt {
		display: none;
		visibility: hidden;
	}

.header-widget-area .enews-widget {
	height: 122px;
	
}


}

@media only screen and (max-width: 220px) {

        .header-image .title-area, 
        .header-image .site-title,      
        .header-image .site-title a {
		background-size: contain !important;
                max-width: 100%;
                min-height: 88px;
        }

}