/*
	Theme Name: The Taylor House
	Theme URI: http://the-taylor-house.com
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Wordpress Barista
	Author URI: https://www.wpbarista.com/

	Version: 1.0

	Tags: dark-teal, yellow, grey, white, one-column, responsive-layout, custom-background, landing page, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments
widd
	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- 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
		- Genesis Responsive Slider
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Column Classes
	- Plugin Classes
	- 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
--------------------------------------------- */

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: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
--------------------------------------------- */

.author-box:before,
.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;
}

.author-box:after,
.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: #7c7c7c;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
}

body.tth-landing {
	background-color: #7c7c7c;
}

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: #d5b552;
	color: #fff;
}

::selection {
	background-color: #d5b552;
	color: #fff;
}

a {
	background-color: inherit;
	color: #d5b552;
	font-weight: 400;
	text-decoration: none;
}

a:hover {
	color: #d5b552;
}

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: #2a707a;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 26px;
	text-align:center;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

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


/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #b5b0af;
	color: #807e79;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 10px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #a8a7a4;
	font-family: 'Lato', sans-serif;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #a8a7a4;
	font-family: 'Lato', sans-serif;
}

.search-form input::-moz-placeholder {
	color: #74a2a8;
	font-family: 'Lato', sans-serif;
	opacity: 1;
}

.search-form input::-webkit-input-placeholder {
	color: #74a2a8;
	font-family: 'Lato', sans-serif;
}

.footer-widgets input::-moz-placeholder {
	color: #74a2a8;
	font-family: 'Lato', sans-serif;
	opacity: 1;
}

.footer-widgets input::-webkit-input-placeholder {
	color: #74a2a8;
	font-family: 'Lato', sans-serif;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #d5b552;
	border: none;
	color: #68520e;
	cursor: pointer;
	font-family: 'Lato', sans-serif;
	padding: 16px 24px 12px 24px;
	text-transform: uppercase;
	width: auto;
	border-bottom: 4px solid #bea042;
	font-weight: 700;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	color: #fff;
	background-color: #2a707a;
	border-bottom: 4px solid #2a707a;
}

.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: 1140px;
}

.site-inner {
	clear: both;
}

.tth-home .site-inner {
	padding-bottom: 10px;
}

.tth-landing .site-inner,
.tth-landing .wrap {
	max-width: 800px;
}

.tth-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, .home-content-wrap {
	float: right;
	width: 750px;
}

.home-content, .home-content-grid {
	width: 100%;
}

.single .content, .archive .content, .content {
	margin-top: -120px;
}

.tth-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, .home-sidebar {
	float: left;
	width: 360px;
}

.home-sidebar {
	margin-top: 120px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.nav-icons {
	padding: 25px;
	text-align:center;
}

/* 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,
.home-content-grid article {
	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
--------------------------------------------- */

.sidebar .avatar {
	text-align: center;
	margin: 15px auto;	
	display: block;
}

.alignleft .avatar {
	margin-right: 14px;
	float: left;
}

.alignright .avatar {
	margin-left: 14px;
}

.sidebar .user-profile {
	text-align: center;
	border-top: 1px solid #b5b0af;
	border-bottom: 1px solid #b5b0af;
	padding: 30px 0;
	margin: 0 20px;
	
}

.sidebar .user-profile p {
	margin: 0 15px;
}

.user-profile .avatar {
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.comment .avatar {
	height: 50px;
	margin: 0 16px 24px 0;
	width: 50px;
}

.sticky {
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

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,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.featuredpost a.alignleft,
.featuredpost img.alignleft,
.featuredpost .wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 20px;
	padding: 30px;
}

.archive-description,
.author-box {
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.author-box-title {
	color: #7c7c7c;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
	margin: 6px 0 0 0;
}

.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: #2a707a;
	border: 1px solid #74a2a8;
	width: 250px;
	color: #fff;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #74a2a8;
	font-style: italic;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #74a2a8;
}

.genesis-nav-menu .search-form input:focus, .footer-widgets input:focus {
	border: 1px solid #97b2b6;
}

.genesis-nav-menu .search-form input[type="submit"] {
    background: none !important;
    border: none;
    clip: inherit;
    color: #eaf1f2;
    display: inline-block;
    font: 16px/1 'dashicons';
    height: 32px;
    padding: 0 10px 0 12px;
    position: absolute;
    right: 4px;
    top: 3px;
    vertical-align: top;
    width: 32px;
}

.widget_search input[type="submit"] {
margin: 0 10% 10%;
width: 80%;
	
}

.widget_search{
background-color: #A9BD4C;
}

.widget_search .widget-title {
padding: 30px 0 0;
background-color: #a9bd4c;
}

.widget_search input[type="search"] {
background-color: #A9BD4C;
margin: 3% 10%;
width: 80%;
border:1px solid #F0F4E6;
text-transform: lowercase;
color:#F0F4E6;
text-align:center;
font-style:italic;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 27px;
    line-height: 1;
    color: #2a707a;
    font-weight: 600;
}

.entry-title a {
	color: #47818a;
	font-weight: 500;
	font-size: 22px;
}

.entry-title a:hover {
	color: #d5b552;
}

.widget-title {
	clear: both;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #31747e;
	letter-spacing: 1px;
	text-align: left;
}

.sidebar h4.widget-title , .tth-home .content .widget-title, .home-sidebar h4.widget-title {
	padding: 0;
	clear: both;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #31747e;
	letter-spacing: 1px;
	text-align: center;
}

.tth-home .home-content .widget-title, .content .related-posts, .tth-home .home-content-grid .widget-title {
	text-align: left;
}

.tth-home .home-content #text-89 .widget-title {
	text-align: center;
}


.content .featured-content h4.widget-title {
	color: #32747e;
	font-size: 18px;
	padding: 0 10px 0 0;
	margin-bottom: 30px;
	background-color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.archive-title {
	font-size: 26px;
	margin-bottom: 0;
}
.footer-widgets input {
	background-color: #2a707a;
	border: 1px solid #74a2a8;
	width: 100%;
	color: #fff;
	margin-bottom: 15px;
}


/*
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;
	overflow: hidden;
}

.featured-content a {
	position: relative;
}

.home-top .featured-content .entry, 
.home-middle .featured-content .entry,
.home-bottom .featured-content .entry,
.home-after-bottom .featured-content .entry {
 	margin-bottom: 30px;
	border: none;
	float: left;
	max-width: 100%;
	margin-right: 2%;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	line-height: 1.2;
	text-align:left;
	margin-bottom:10px;
}

.page-template-page_blog .entry-title {
	text-align: center;
	line-height: 1.2;
	margin-bottom:10px;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-title a, .page-template-page_blog .entry-title a {
	border: none;
    color: #47818a;
    font-size: 22px;
    font-weight: 600;
}

.featured-content .entry-title a:hover, 
.home-after-bottom .featured-content .entry-title a:hover, 
.page-template-page_blog .entry-title a:hover {
    color: #827978;
}

.home-after-bottom .featured-content .entry-title a,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: 16px;
	color: #2a707a;
	font-weight: 500;
	}

.home-after-bottom .feature-content .entry-title a:hover {
	color: #7c7c7c;
}

.home-after-bottom .featured-content .entry {
	width: 32%;
}

.featured-content .entry:nth-of-type(3n+3)  {
	margin-right: 0;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;	
}

.featured-content .entry-content p:last-child,
.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
	margin-right: 10px;
}

/*.featured-content .entry:nth-of-type(3n+1){
	clear: left;
}*/


.featured-content a.alignnone {
	display: inline-block;
	max-width: 100%
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 15px;
	color: #c2b6b0;
	text-align:left;
}

.content .featured-content .more-link {
	color: #d5b552;
	font-weight: 600;
	display: block;
	text-decoration: underline;
	text-transform: lowercase;
}

.content .featured-content .more-link:hover {
	color: #d5b552;
}

.entry-time {
	text-transform: uppercase;
}


.home-content section, .home-content-grid section {
	position: relative;
}

.featured-content .more-from-category a, .more-from-category a {
	padding: 16px 30px;
	font-size: 13px;
	text-transform: uppercase;
	color: #d5b552;
	text-align: center;
	font-weight: 600;
	border: 1px solid #d5b552;
	clear: both;
	position: absolute;
	bottom: 55px;
	left: 275px;
}

.featured-content .more-from-category a:hover, .more-from-category a:hover,
.page-template-recipe-index .featured-content .more-from-category a:hover,
.page-template-recipe-index   .more-from-category a:hover
 {
	background: #d5b552 url("images/nav-line.jpg") repeat-x scroll left bottom;
	color: #68520e;
	transform: none;
	transition: none;
}


.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}

.featured-content h4.widget-title::before {
    left: 0;
}
.featured-content h4.widget-title::before, h4.related-posts::before {
    background: url('images/divider.jpg') repeat-x center center;
	content: "";
    display: block;
    height: .5px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.featured-content h4.widget-title, h4.related-posts {
    position: relative;
  
}

.featured-content h4.widget-title span, h4.related-posts span {
    background: #fff none repeat scroll 0 0;
    padding: 0 15px 0 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

/* Category / Archive Pages
--------------------------------------------- */


.archive .content .widget_text h4.widget-title {
	
	font-size: 36px;
    line-height: 1;
	color: #7c7c7c;
    font-family: "Lato",sans-serif;
    font-weight: 700;
    margin: 0 0 16px;
    text-align: center;
	background-color: transparent;
	text-transform:none;
}

.archive .content .widget {
	margin-bottom: 20px;
}

.archive .content .entry-title a, .home-content-grid .entry-title a{
	 color: #2a707a;
    font-size: 18px;
    font-weight: 600;
	line-height: 1;
	font-family: "Lato",sans-serif;
	text-transform: uppercase;
}

.home-content-grid .entry-title {
	text-align: center;
}

.archive .term-title {
	margin-bottom: 20px;
}

.archive .entry-content .entry-pagination {
	display: none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	background-color: #7c7c7c;
	color: #aaa;
	padding: 40px;
}

.enews form + p {
	margin-top: 24px;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #d5b552;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #7c7c7c;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.tth-home .content #genesis-responsive-slider,
.tth-home .content .genesis_responsive_slider li {
	border: none;
}

.tth-home  .genesis_responsive_slider {
	margin-bottom: 40px;
}

.tth-home .content .genesis_responsive_slider li:before {
	content: "";
	margin: 0;
}

.tth-home .content .genesis_responsive_slider .slide-excerpt,
.tth-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: transparent;
	border: none;
	margin: 0;
}

.tth-home .content .genesis_responsive_slider .slide-excerpt {
	padding: 0;
}

.tth-home .content #genesis-responsive-slider,
.tth-home .content .genesis_responsive_slider .slides li,
.tth-home .content .genesis_responsive_slider .flex-direction-nav li {
	margin: 0;
	padding: 0;
}

.tth-home .content .genesis_responsive_slider .flex-control-nav {
	line-height: 1;
}

.tth-home .content .genesis_responsive_slider .flex-control-nav li {
	margin: 0;
	padding: 0 5px;
}

.tth-home .content .genesis_responsive_slider .flex-direction-nav li a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.tth-home .content .genesis_responsive_slider .slide-excerpt-border  {
	background: #fff;
	width: 100%;
}

.tth-home .content .genesis_responsive_slider h2,
.tth-home .content .genesis_responsive_slider h2 a {
	line-height: 1.2;
	margin: 0;
}

.tth-home .content .genesis_responsive_slider p {	
	font-size: 14px;
	margin: 10px 0 0;
}

.tth-home .content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	outline: none;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.tth-home .content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.tth-home .content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	bottom: auto;
	left: auto;
	right: 62px;
	top: 30px;
}

.tth-home .content #genesis-responsive-slider .flex-direction-nav li a.next {
	bottom: auto;
	left: auto;
	right: 10px;
	top: 30px;
}

.tth-home .content #genesis-responsive-slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */

.primary-nav .site-header {
	padding-top: 64px;
}

.site-header .wrap {
	padding: 30px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
	width: 350px;
	min-height: 170px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'Raleway', sans-serif;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:hover {
	color: #7c7c7c;
	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-position: center !important;
	background-size: contain !important;
	float: left;
	display: block;
	min-height: 224px;
	text-indent: -9999px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 728px;
}

.header-image .site-header .title-area,
.header-image .site-header .widget-area {
	padding: 20px 0;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #7c7c7c;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	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: #7c7c7c;
	display: block;
	padding: 20px;
	position: relative;
	font-weight: 400;
	letter-spacing: 1px;
}


.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #d5b552;
}




.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 #7c7c7c;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
	text-transform:uppercase;
}

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

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #7c7c7c;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #2a707a;
	color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #fff;
}

.nav-primary a:hover,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	background: #d5b552 url(images/nav-line.jpg) bottom left repeat-x ;
	color: #68520e;
	font-weight: 700;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.nav-primary a:hover::after,
.nav-primary .sub-menu a:hover::after,
.nav-primary .genesis-nav-menu .current-menu-item > a::after {
	color: #68520e;
	background-color: #d5b552;

}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #2a707a;
	border: 1px solid #78999b;
	border-top: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #d5b552;
	color: #68520e;
}

.nav-primary .genesis-nav-menu .sub-menu a::after {
	content: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	border-bottom: 1px solid #d5b552;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: -1px;
	text-align: center;
}

.responsive-menu-icon::before {
	content: "\f333";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}


.archive .content .entry,
.home .content .entry,
.page-template-page_blog-php .content .entry {
	
	margin-bottom: 0;

}

.entry-content a {
	color: #47818a;
}

.entry-content a:hover {
	color: #d5b552;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.cat-nav {
max-width:750px;
margin: 0 auto;
display:table;}

ul.cats {
	list-style:none;
	clear: both;
	color: #2a707a;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}

ul.cats li {
	display:inline-block;
	text-align:center;
	padding: 10px 0 25px;
}

ul.cats li a {
	color: #2a707a;
	
}

ul.cats li a::after {
	content: "•";
	color: #2a707a;
	padding: 0 10px 0 12px;

}

ul.cats li:last-child a::after{
	content: "";
	color: #fff;
}

.single .entry-content p:first-of-type {
text-align:center;
}

.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-bottom: 30px;
	text-align:center;
}


.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link a {
	text-decoration: underline;
}

/* After Title Text Disclosure
--------------------------------------------- */

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

.postid-36374 .single-title, .postid-32377 .single-title {
	display: none;
	
}



/* After Entry
--------------------------------------------- */

.after-entry {
	
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Home Top Post 
--------------------------------------------- */

#featured-content-2 {
	margin-bottom: 40px;
}

#featured-content-2 h3 {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #d5b552;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#featured-content-2 p {
	margin: 0;
}

#featured-content-2 .entry-header {
    background: #ffffff;
    left: 0;
    margin: 0 0 0 48%;
    padding: 30px;
    position: absolute;
    text-align: center;
    top: 12%;
    width: 45%;
	border-bottom: 1px solid #b5b0af;
}

#featured-content-2 .entry-title {
	text-align: center;
}

#featured-content-2 .entry-title a {
	font-size: 24px;
	
}


/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 16px;
	margin: 40px 0;
	clear: both;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #7c7c7c;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #d5b552;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.entry-comments h3,
.entry-pings h3,
.comment-respond h3 {
position:relative;
display:block;
text-align: left;

}
.entry-comments h3::before,
.entry-pings h3::before,
.comment-respond h3::before {
     background: url('images/divider.jpg') repeat-x center center;
	content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.entry-comments h3 .tth-line,
.entry-pings h3 .tth-line,
.comment-respond h3 .tth-line,
h4.related-posts .tth-line {
	font-family: "Lato",sans-serif;
    position: relative;
    text-align: left;
    background: #fff none repeat scroll 0 0;
    padding: 0 15px 0 0;
    text-transform: uppercase;
    z-index: 1;
    color: #32747e;
    font-size: 18px;
}

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.comment-respond {
	margin-top: 30px;
}

.comment-content {
	clear: both;
}

.comment-desc {
	text-align: center;
	margin: 15px 0 25px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	margin-bottom: 0;
	color: #2a707a;
	font-weight: 700;

}

.comment-reply a {
	text-decoration: underline;
	font-weight: 700;
	text-transform: lowercase;
}

.comment-meta a{
	color: #7c7c7c;
	font-size:15px;
}


.comment-respond input[type="url"] {
	width: 50%;
	display:inline;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"] {
	width: 100%;
}

.form-submit {
	text-align: right;
}

.comment-form-email {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.comment-form-url {
	width: 50%;
	float: left;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-respond a {
	text-decoration: none;
}

#reply-title a {
    display: block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    margin: 3px 0;
    position: absolute;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px 32px 0 32px;
}

.comment-list li article {
	padding-bottom: 32px;
	border-bottom: 1px solid #b5b0af;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
border-left: 4px solid #2a707a;
}

/*
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 dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #7c7c7c;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:hover {
	background-color: #d5b552;
	color: #fff;
}


.sidebar .menu-sidebar-menu-with-icons-container li {
	border-bottom: none;
	background: url(images/divider-cat.jpg) no-repeat bottom center;
	background-size: contain;
	padding-bottom: 15px;
    margin-top: 2px;
	text-align: center;
}

.sidebar .menu-sidebar-menu-with-icons-container ul:first-child {
	padding-top: 8px;
}

.sidebar .menu-sidebar-menu-with-icons-container li a {
	text-transform: uppercase;
	color: #d5b552;
	font-weight: 600;
	font-size: 14px;
}

.sidebar .menu-sidebar-menu-with-icons-container ul:first-child {
	padding-top: 8px;
}


.sidebar .featured-content h4.widget-title::before {
    background: none !important;
	background-size: cover;
	content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.sidebar .featured-content h4.widget-title span {
	background: none !important;
	text-transform: uppercase;
}

.sidebar .featured-content .entry-title a {
	font-size: 16px;
}

.sidebar-welcome-icons {
	text-align: center;
	margin:  14px auto;
}

.sidebar-welcome-icons img {
	 margin: 0 6px;
}

/*
Footer Top
---------------------------------------- */

.footer-top {
	padding: 30px 0;
	border-top: 1px solid #b5b0af;
	content: "";
	display: table;
	width: 100%;
}

.footer-top.widget-area .widget {
	width: 50%;
	float: left;
	margin-left: 1%;
	margin-top: 30px;
}

.footer-top.widget-area .widget:first-child {
	width: 23%;
	float: left;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
}

.footer-top.widget-area .widget:last-child {
	width: 25%;
	float: left;
	margin-right: 0;
	margin-left: 0;
}

.footer-top.widget-area .footer-badges {
	vertical-align: middle;
	margin: 40px 10px;
	text-align: center;
}

.footer-top h4.widget-title {
	padding: 0;
	color: #d5b552;
}

/*
Sticky Footer
---------------------------------------- */

.sticky-footer {
	content: "";
	display: table;
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}

/*
Recipe Index
---------------------------------------- */

.page-template-recipe-index .featured-content .entry-title a {
	color: #2a707a;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.625;
    text-transform: uppercase;
	text-align: center;

}

.page-template-recipe-index .more-from-category {
	text-align: right;
}

.page-template-recipe-index .featuredpost {
	margin-bottom: 20px;
}
.page-template-recipe-index .entry {
	margin-bottom: 20px;
}

.page-template-recipe-index .featured-content .more-from-category a, .page-template-recipe-index .more-from-category a {
    border: 1px solid #d5b552;
    bottom: initial !important;
    clear: both;
    color: #d5b552;
    font-size: 13px;
    font-weight: 600;
    left: initial !important;
    padding: 16px 30px;
    position: relative  !important;
    text-align: center;
    text-transform: uppercase;
	display: block;
	
}

.page-template-recipe-index .featured-content .entry-title {
	text-align: center;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #2a707a;
	padding: 24px 0;
	color: #fff;
	
}

.footer-widgets p {
	font-size: 15px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 33%;
	padding: 1%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


.footer-widgets a {
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 1px;
	font-size: 14px;
}

.footer-widgets .menu {
	margin: 0 20px;
}


.footer-widgets li a {
	font-weight: 300;
	color: #ffffff;
	padding: 8px 0 8px 12px;
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
}
 
.footer-widgets li {
	border-bottom: 1px solid #78999b;
	margin-bottom: 0 !important;
}

.footer-widgets a:hover {
	color: #d5b552;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets .enews-widget {
	padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #1d414d;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 35px 12px 35px;
	border-bottom: 4px solid #1d414d;
}

.footer-widgets button:hover,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:hover {
	background-color: #d5b552;
	color: #68520e;
	border-bottom: 4px solid #d5b552;
}

.footer-widgets .featured-content h4.widget-title::before {
    background: transparent url('images/divider-full.jpg') no-repeat center center;
	background-size: cover;
	content: "";
    display: block;
    height: 6px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.footer-widgets .featured-content h4.widget-title {
    background-color: #ffffff;

}

.prev-next-navigation .previous {
	width: 50%;
	float: left;
	color: #d5b552;
}

.prev-next-navigation .next {
	text-align: right;
	color: #d5b552;
}

.prev-next-navigation .previous p a, .prev-next-navigation .next p a {
	font-weight: 700;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #21636c;
	font-family: 'Raleway', sans-serif;
	
}

.site-footer .wrap {
	padding: 20px 0;
}

.site-footer,
.site-footer a {
	font-size: 13px;
	text-align: center;
	color: #dee5e6;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.site-footer a:hover {
	color: #d5b552;
}

.site-footer p {
	margin-bottom: 0;
}



/* Column Classes
  Link: Link: http://wpsmith.net/2013/wp/genesis-2-0-drops-fifths-from-column-classes/
  Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds
{
	float: left;
	margin-left: 2.564102564102564%;
	margin-right: 0;
}

.home-content-grid article  {
	float: left;
	margin-right: 0;
	margin-left: 1.3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths,
.home-content-grid article {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}



/*
Plugin Classes
---------------------------------------------------------------------------------------------------- */

/* Soliloquy
--------------------------------------------- */

.soliloquy-caption h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 700;
}

.soliloquy-caption p {
	margin-bottom: 10px;
}

.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
    background: none !important;
  
}



/* Social Warfare
--------------------------------------------- */

.sw-pinit img {
	position: relative !important;
}

	

.nc_socialPanel .nc_tweetContainer a {
	border-radius: 50px;
}

/* Jetpack
--------------------------------------------- */

.jp-relatedposts-post-context {
	display: none;
}


/* ConvertKit
--------------------------------------------- */

.home-content .ck_subscribe_form {
	width: 100% !important;
	text-align: left;
	margin: 15px auto !important;
	max-width: 900px !important;
}

.home-content .ck_email_address, .home-content .ck_first_name {
	border: 1px solid #b5b0af !important;
	padding: 10px !important;
	font-size: 14px !important;
	color: #82837e !important;
	width: 48% !important;
	float: left !important;
	margin: 0 0 15px 10px !important;
	line-height: normal !important;
	font-style: italic;
}



.footer-widgets-2 .ck_email_address, .footer-widgets-2 .ck_first_name {
	border: 1px solid #b5b0af !important;
	padding: 10px !important;
	font-size: 16px !important;
	color: #82837e !important;
	width: 48% !important;
	float: left !important;
	margin: 0 0 0 10px !important;
	line-height: normal !important;
}

.sidebar .ck_email_address, .sidebar .ck_first_name {
	margin: 0 0 10px !important;
}

.sidebar button {
	display: block;
	width: 100%;
}

.home-content .ck_subscribe_button {
	border-bottom: 4px solid #716968 !important;
	padding: 14px 0 10px 0 !important;
	background: #827978 !important;
	font-size: 16px !important;
	color: #ffffff !important;
	width: 25% !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	margin: 0 auto 0 auto !important;
	text-align: center;
	display: block;
	letter-spacing: 1px;
}

.home-content #text-89 {
	border: 1px solid #b5b0af;
	padding: 20px;
	margin-bottom: 50px;
}

.home-content #text-89 .tth-line {
	background: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
}

.home-content #text-89 .widgettitle {
	margin-top: -45px;
	padding: 16px 0;
}

.home-content-grid .widget {
	margin-bottom: 30px;
}

/* Easy Recipe Plus
--------------------------------------------- */

div.easyrecipe {
    background: #ffffff !important;
    border: 1px solid #b5b0af !important;
    color: #7c7c7c !important;
	font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    padding: 20px !important;
	line-height: 1.625 !important;
}

.easyrecipe .ERSName {
	font-size: 22px !important;
    font-family: 'Raleway', sans-serif !important;
	font-weight: 500 !important;
	color: #47818a !important;
}

.easyrecipe .ERSHeading, .easyrecipe .ERSIngredients .ERSIngredientsHeader, .easyrecipe .ERSInstructions .ERSInstructionsHeader, .easyrecipe .nutrition .ERSNutritionHeader, .easyrecipe div .ERSNotesHeader {
	text-transform: uppercase;
	margin-bottom: 11px !important;
	font-size: 18px !important;
	color: #47818a;
}

#content .easyrecipe .ERSIngredients li.ingredient, .easyrecipe .ERSIngredients li.ingredient {
	list-style: none !important;
	margin-bottom: 8px !important;
}

.easyrecipe .ERSInstructions li.instruction {
	margin-bottom: 8px !important;
}

.easyrecipe .ERSIngredients .ERSSectionHead, .easyrecipe .ERSInstructions .ERSSectionHead {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	text-transform: uppercase !important;
	font-size: 16px;
}

.divERSHeadItems {
	font-weight: 700 !important;
}

.divERSHeadItems span {
	color: #7c7c7c !important;
	text-transform: none !important;
	font-weight: 300 !important;
}

.easyrecipe .ERSTimes .ERSTime .ERSTimeHeading {
	color: #2a707a !important;
	text-transform: uppercase !important;
}

.easyrecipe .ERSTimes .ERSTimeItem {
	font-size: 13px !important;
}

.easyrecipe .ERSTimes, .easyrecipe .ERSHead, .easyrecipe .ERSAuthor {
	font-weight: 700;
	margin-bottom: 10px;
  
}

.easyrecipe .ERSTimes time, .easyrecipe .ERSTimes span, .easyrecipe .ERSHead span, .easyrecipe .ERSAuthor span{
	font-weight: 300;
  
}
	
.easyrecipe .ERSTimeRight {
    border-left: 1px solid #b5b0af !important;
}


div.easyrecipe div.ERSSavePrint span.ERSPrintBtnSpan a.ERSPrintBtn span.ERSPrintIcon {
	background: none !important;
}

div.easyrecipe div.ERSSavePrint span.ERSSaveBtnSpan span.ERSSaveIcon {
    background-image: none !important;
    height: 18px;
    width: 20px;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text,
.easyrecipe .ui-button-text-icons .ui-button-text {
	background: #827978 !important;
	border-radius: 0 !important;
	font-family: 'Raleway', sans-serif !important;
	padding: 15px 50px 11px !important;
	text-transform: uppercase !important;
	border-bottom: 4px solid #716968;
}

.easyrecipe .ui-button-text-icon-primary .ui-button-text:hover,
.easyrecipe .ui-button-text-icons .ui-button-text:hover {
	background: #d5b552 !important;
	border-bottom: 4px solid #d5b552;
}

/* WooCommerce
--------------------------------------------- */
.woocommerce .quantity .qty {
    min-width: 30px;
    padding: 9px !important;
    text-align: center;
    width: 5.631em !important;
}

.cross-sells .first {
	clear:none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    width: 30.05% !important;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
   width: 180px !important;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px 6px !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 3% 2.992em 0 !important;
}

.wc_payment_method.payment_method_paypal {
	list-style: none;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.title-area {
		width: 380px;
	}

	.site-header .widget-area {
		width: 570px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content, .home-content-wrap {
		width: 580px;
	}

	.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
	 {
		width: 100%;
	}

	.sidebar-secondary {
		width: 150px;
	}
	
	.genesis-nav-menu > .search {
		display: none;
	}
	
	#featured-content-2 .entry-header { 
		left: 10%;
		margin: auto;
		padding: 20px;
		position: absolute;
		top: 14%;
		width: 80%;
		max-height: 250px;
		overflow: hidden;
   
	}
	
	.featured-content .more-from-category a, .more-from-category a {
		position: relative;
		bottom: initial;
		left: initial;
		display: table;
	}

}

@media only screen and (max-width: 1023px) {

	.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%;
	}
	
	.home-sidebar, .single .content, .archive .content, .content {
		margin-top: 0;
	}

	.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) {

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.content, .home-content-wrap {
		width: 100%;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu a {
		line-height: 1;
		padding: 18px 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		color: #fff;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a
	 {
		background: none;
		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		border: none;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}

	.home-bottom .featured-content .entry,
	.home-middle .featured-content .entry {
		padding-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.four-fifths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-fifths,
	.three-sixths,
	.two-fourths,
	.two-fifths,
	.two-sixths,
	.two-thirds ,
	.home-content-grid article {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		
		
	}
	

	.tth-home .content .genesis_responsive_slider h2,
	.tth-home .content .genesis_responsive_slider h2 a {
		font-size: 20px;
		line-height: 1.2;
	}
	
	.tth-home .content .genesis_responsive_slider .slide-excerpt-border p {
		display: none;
	}
	
	
	
	
	.home-sidebar {
		margin: 0 auto;
		float: none;
	}
	
	.footer-top.widget-area .widget:first-child,
	.footer-top.widget-area .widget,
	.footer-top.widget-area .widget:last-child  {
		width: 100%;
		float: none;
	}
	
	.footer-widgets .featured-content h4.widget-title::before {
		height: 9px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3, 
	.footer-top.widget-area .widget {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
		display: table;
	}

}

@media only screen and (max-width: 480px) {
	
	.home-content, .home-content-grid {
		margin-bottom: 20px;
		text-align: center;
	}
	
	.home-content .featuredpost a.alignleft, .home-content .featuredpost img.alignleft {
		float: none;
		margin-bottom: 10px;
	}
	
	.featured-content .entry-title {
		text-align: center;
	}
	
	.home-content .featuredpost img {
		width: 250px;
		margin: auto;
		text-align: center;
	}
	
	.featured-content .more-from-category a, .more-from-category a {
		display: block;
		margin: 15px 0;
	}
	
	#featured-content-2 .entry-header {
		position: relative;
		top: initial;
		left: initial;
		padding: 10px;
		border: none;
	}
	
	.archive .alignleft {
		float: none;
	}
	
	.archive ul.cats li {
		float: none;
	}

	.archive ul.cats li a::after {
		content: "";
	}
	
	.tth-home .content .genesis_responsive_slider .flex-direction-nav, #featured-content-2 p {
		display: none;
	}

	.tth-home .content .genesis_responsive_slider .slide-excerpt {
		width: 100%;
	}
	.home-content .ck_email_address, .home-content .ck_first_name, .home-content .ck_subscribe_button{
		width: 100% !important;
		margin: 0 0 15px 0 !important;
	}
	
	.sidebar-primary, .home-sidebar {
		width: 100%;
	}
	
	.ck_subscribe_form {
	width: 100% !important;
	text-align: left;
	margin: 0 auto !important;
	}
}