/* # Genesis Sample Child Theme  
Theme Name: dailyfoodrecipes_08_t 
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: dailyfoodrecipes_08  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # 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
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{/*overflow:auto*/}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding: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:before,
.entry-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:after,
.entry-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: #333;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;*/
	
	background-color: #fff;
	color: #565656;
font-family: "Open Sans",sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.625;
margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-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: #333;
	color: #fff;
}

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

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0px;
	padding: 0;
}

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

li {
	list-style-type: none;
/*padding: 0px 0px 1px 10px !important;
border-bottom: 1px solid #F8F8F8;*/
clear: both;
margin-left: 10px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h3,
h4,
h5,
h6 {
color: #727273;
font-family: "Raleway",sans-serif;
font-weight: 400;
line-height: 1.2;
margin: 10px 0px 10px;
}

h1 {
	font-size: 30px;
}

h2 {

	text-align: left;
font-size: 24px;
margin:0;
margin: 0px 40px 10px 0px;
color: #e5554e;
line-height: 1.2;
}

h3 {
	font-size: 22px;
	color: #727273;
}

h4 {
	font-size: 18px;
	color: #727273;
}

h4 a:hover {
		color: #e5554e;
}


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

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

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

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

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,

.button {
background: #e5554e none repeat scroll 0% 0%;
border-width: medium medium 4px;
border-style: none none solid;
border-color: -moz-use-text-color -moz-use-text-color #A73828;
-moz-border-top-colors: none;
-moz-border-right-colors: none;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
border-image: none;
border-radius: 5px;
color: #FFF;
font-size: 16px;
font-weight: 400;
margin-bottom: 20px;
padding: 15px 18px 10px;
text-transform: uppercase;
width: auto;
}


input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}


.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #e5554e;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	border-color:#e5554e;
	background-color:#A73828;
	color:#fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 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: 1020px;
}

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

.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 {
	border-left: 1px solid #DBDCDD;
border-right: 1px solid #DBDCDD;
width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 160px;
}

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

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
	border: 1px solid #C2C2C2;
overflow: hidden;
}

.search-form input{
	border:none;
	font-size:14px;
	padding:10px 16px;
	max-width:184px;
	vertical-align:top;
	color: #a4a4a4;
	font-family: Raleway,sans-serif;
font-weight: 500;
	
	
	
	
}


.site-header .search-form {
	border-radius:25px;
	float:right;
	margin:0px;
	width:235px;
}

.entry-content .search-form {
width: 50%;

}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {

	background: transparent none repeat scroll 0% 0%;
border: medium none;
font-family: "FontAwesome";
font-size: 18px;
padding: 7px 14px;
color: #e5554e;
	
	
}

.site-header .widget_search {
    margin: 0px 0px 0px 25px;
    vertical-align: -12px;
    display: inline-block;
}

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

.archive-title {
	font-size: 20px;
}



h2.entry-title a  {
/*	color: #727273;
font-size: 30px;*/

text-align: left;
font-size: 24px;
margin:0;
margin: 0px 40px 10px 0px;
color: #e5554e;
    font-weight: 400;
	
}

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

.entry-title a,
.sidebar .widget-title a {
	color: #727273;
font-size: 18px;
}

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

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #727273;
}

/* ## WordPress
--------------------------------------------- */

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

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

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





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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

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

.widget_calendar table {
	width: 100%;
}

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

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

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


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

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

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

.sidebar .widget.enews-widget {
	background-color: #333;
}

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

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

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

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

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

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

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
}

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

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

.title-area {
	float: left;
	padding: 10px 0;
	width: 428px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 100px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

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

.site-header .widget-area {
	float: right;
	text-align: right;
/*	width: 0px;*/
margin: 70px 0px 0px 0px;
}


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

.genesis-nav-menu {
	clear: both;
	font-size: 20px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #A6A8AB;
	display: block;
padding: 0px 4px;
display: inline;
}

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

.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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.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;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: #ffffff;
	font-size: 18px;
font-family: "Raleway",sans-serif;
font-weight: 400;
padding: 0px 4px;
text-transform: uppercase;
}

.nav-primary .genesis-nav-menu a {
	color: #e5554e;
	padding: 0px 8px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

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

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

.nav-secondary {
	background-color: #fff;
}


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

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

.entry {
margin-bottom: 20px;
padding: 0px 29px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	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-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	margin-bottom: 0;
	color: #A4A4A4;
font-family: "Raleway",sans-serif;
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
}

.entry-header  {
	margin-bottom: 15px;
}

.entry-meta {
	margin-bottom: 15px;
}

.entry-footer .entry-meta {
display:none;
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

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

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

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

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

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

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	/*background-color: #f5f5f5;
	border: 2px solid #fff;*/
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
margin-top: 40px;
padding-bottom: 40px;
}

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

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

.comment-reply {
    text-align: right;
}

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

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0px 0px 0px 0px;
	
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding-top: 40px;
	border-top: 3px solid #e5554e;
margin-top: 60px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
	font-size: 15px;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #e5554e;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

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

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


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

.site-footer {
	background-color: #565656;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
	font-size: 14px;
font-family: inherit;
line-height: initial;
color: #fff;
}


#menu-social-menu{
 /*margin: -120px 0px 0px 360px;*/
}

#social {
float: right;
margin: -130px 0px 0px;
}

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

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

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

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

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

.sidebar-secondary{
display: none;
}

#menu-social-menu {
 /*   margin: 	-140px 30% 0px 30% !important;*/

}



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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		/*padding: 20px 16px;*/
	}

	.site-header .search-form {
		margin-top: 0px;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

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

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.synopsis {
    padding: 0px 20px 40px 0px !important;
    border-bottom: 1px solid #DBDCDD;
    margin-bottom: 40px;
    /*min-height: 360px !important;*/
    text-align: left;
}

p.entry-meta {
    margin: 0px 0px 0px 0px !important;
    color: #A4A4A4;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.h2 {
    text-align: left;
    font-size: 24px;
    margin: 0px 40px 10px 0px !important;
    color: #e5554e;
    line-height: 1.2;
}

.entry-title{
 margin: 0px 40px 10px 0px !important;
}


div.timerex div.preptimeex {
    width: 100px !important;
}

div.timerex div.cooktimeex {
    width: 100px !important;
}

div.timerex div.readyinex {
    width: 100px;
}

div.timerex {
    font-size: inherit;
    margin-bottom: 15px;
    padding-left: 0px;
    float: left !important;
    width: 200px;
    margin-right: 20px;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: 0px 20px 0px 0px !important;
}


div.timerex div {
    float: left;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    border-left: 1px dotted #CCC;
    text-align: center;
    font-size: 14px;
    padding: 2px 0px 0px 0px !important;
}

.entry-header {
    padding-left: 20px;
}

}



	
	.dfr-date-time::before {
    content: "";
}




/*###############################################*/
@media only screen and (min-width: 961px) and (max-width: 1140px) {



	.featured.wide .flex-direction-nav li a {

		width: 0; 

		height: 0; 

		margin: 0; 

		display: block; 

		background:none; 

		position: absolute; 

		top: -999em;

		left:-9999em;

		display:none; 

	}

		

}
/**************************/
div.timer

{

/*width: 300px;*/

color: #333333;

font-size:inherit;
background-color: #FFF;
float: left;
width: 100%;




}

div.timer div

{

float: left;

width: 100px;

height: 60px;

border-top:1px dotted  #cccccc;

border-bottom:1px dotted  #cccccc;

border-left:1px dotted  #cccccc;



text-align:center;
background: #F5F5F5 none repeat scroll 0% 0%;
}

div.timer div.preptime

{

padding: 6px 0px 0px 0px;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;

}

div.timer div.cooktime

{

padding: 6px 0px 0px 0px;

border-left: 1px solid  #cccccc;

border-right: 1px solid  #cccccc;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;

}

div.timer div.readyin {

padding: 6px 0px 0px 0px;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;
border-right: 1px dotted #CCC;

}


div.timer div.difficulty {
display:none;
padding: 6px 0px 0px 0px;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;
border-right: 1px dotted #CCC;

}


div.timer div.servingst {

padding: 6px 0px 0px 0px;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;
border-right: 1px dotted #CCC;

}


div.timer div.dIngredients

{
display:none;
padding: 6px 0px 0px 0px;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;
border-right: 1px dotted #CCC;
width: 100px;

}








div.servings

{
float: left;
width: 600px;

color: #666666;

height:auto;

font-size: 14px;

/*font-family:arial,helvetica,sans-serif;*/





}

div.servings div

{

	margin: 0px 0px 10px 0px;

	/*padding: 0px 0px 0px 0px;*/

}

div.servings div.servings_col1

{



float: left;

width: 600px;

height:auto;
line-height: 1.0 !important;


padding: 0px 5px 4px 0px;

text-align:left;




}

div.servings div.servings_col2

{

/*background-color: #F8F7F7;*/
float: right;
width: 90px;
position: static;
top: -190px;
text-align: center;
/*height: 0px;*/
padding-top: 10px;
padding-bottom: 10px;

}





div.directions

{

width: 600px;
font-size: 14px;


height: auto;











}

div.directions div

{

height: auto;

/*	margin:0px 0px 5px 0px;*/

	padding: 0px 0px 0px 0px;



}

div.directions div.directions_col1

{

/*float: left;
padding: 2px 0px 2px 0px;
*/
width: 60px;
height: auto;
margin-top: 9px;

text-align: center;
overflow: hidden;
/*color: #e5554e;*/
background-color: #F5F5F5;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
/*font-weight: bold;*/









}

div.directions div.directions_col2

{

float: left;
width: 600px;
height: auto;
padding: 0px 0px 10px 0px;
text-align: left;
overflow: hidden;



}







.notes

{

max-width:540px;
font-size:14px;
float:left;

}


.related_img

{

margin-top:15px;

}





div.contenttop

{

width: 440px;

color: #666666;

height:auto;

font-size:inherit;
margin-bottom: 20px;







}

div.contenttop div

{

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

}

div.contenttop div.contenttop_col1

{



float: left;

width: 540px;

height:515px;

padding: 0px 0px 0px 0px;

text-align:left;

}

div.contenttop div.contenttop_col2

{

/*float: right;*/

width: 540px;

text-align:center;

padding: 0px 0px 0px 0px;

/*height:210px;*/



}

	

div.ratings

{

float:left;

width:122px;

height:25px; 

text-align:left;




}

	

div.ratingsoptions

{

float:center;

width:213px;

 height:46px;

 text-align:left;

padding: 0px 0px 0px 10px;
margin:5px 0px 0px 10px;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;


border-top: 1px dotted #CCC;
border-bottom: 1px dotted #CCC;
border-left: 1px dotted #CCC;
border-right: 1px dotted #CCC;


}



#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}







/*

#social{
	float:left;
	display:block;
	}
*/


/*
div.boxyshadowgreen{
padding: 10px 15px 15px 15px;
font-size:13pt;
border: 1px solid #EBEBEB;
background: #79AE35;
height: auto;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;
width: 480px;
color:white;
font-weight:normal;
}


div.boxyshadowwhite{
padding: 10px 15px 15px 15px;
font-size:13pt;
border: 1px solid #EBEBEB;
background: #F5F5F5;
height: auto;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;
width: 480px;
color: #F84819;
font-weight:normal;
}

*/
.servingsx{
max-width: 400px;
padding: 10px 20px 10px 20px;
background: #F5F5F5;


}






.subbtncls {
    background: #e5554e !important;
    border: none;
    border-bottom: 4px solid #A73828 !important;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
    padding: 13px 20px 8px;
    width: 100%;
}
.subbtncls:hover {
border-color:#e5554e !important;
	background-color:#A73828 !important;
	color:#fff;}
	
}.subbtncls:active {
	position:relative;
	top:1px;
}



.SocialShareBar{
padding: 20px 0px 9px 5px;
border-bottom: 1px dotted #ECECEC;
border-top: 1px dotted #ECECEC;
margin: 0px 0px 15px 0px;
z-index: 1 !important;
background-color: #fff;
width: 610px;

}


.scrollup{
    width:32px;
    height:32px;
    opacity:0.9;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    text-indent:-9999px;
    background: url('icon_top.png') no-repeat;
}

.sharebtns{
padding: 0px 0px 0px 0px !important;
border: 0px !important;
background: #fff !important;
height: auto !important;
-webkit-box-shadow: 0px 0px 0px 0px !important;
box-shadow: 0px 0px 0px 0px !important;
margin: -5px 10px -5px 50px;
}




.st_sharethis_custom{
	background: url('http://www.dailyfoodrecipes.com/images/sharebtns.png') no-repeat scroll left top transparent;
	padding: 11px 30px 30px 10px;
cursor: pointer; 
cursor: hand;
}
	

/******** index timer styling ***********/

div.timerex {
/*color: #333333;*/
font-size:inherit;
/*width: 315px;*/
float: left; 
margin-bottom: 15px;
}

div.timerex div {
float: left;
width: 90px;
/*height: 46px;*/
border-top:1px dotted  #cccccc;
border-bottom:1px dotted  #cccccc;
border-left:1px dotted  #cccccc;
padding: 4px 8px 0px 8px !important;
text-align:center; }


div.timerex div.preptimeex {
padding: 0px 0px 0px 0px;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC; }

div.timerex div.cooktimeex {
padding: 0px 0px 0px 0px;
border-left: 1px solid  #cccccc;
border-right: 1px solid  #cccccc;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC; }

div.timerex div.readyinex {
padding: 0px 0px 0px 0px;
-webkit-box-shadow: 2px 2px 5px #CCC;
box-shadow: 2px 2px 5px #CCC;
/*background-color: #F7F7F7;*/
border-right: 1px dotted #CCC; }


.timerex_main_review {
padding-top:5px; 
height: 120px;
 }


#text-6{
/*background-color: #FFF0F0 !important;*/

}

#text-6-sticky-wrapper{
height: 218px !important;
}


#socialsbar-sticky-wrapper{
height: 63px !important;
}

/*###############################################*/	
@media screen and (max-width: 480px) {
	
#dfcg-outer-wrapper{
display:none;
}

.timerex{
/*display:none;*/
}
.entry-header {
  padding-left: 0px !important;
}



#text-6-sticky-wrapper {
display:none;
}

.entry {
margin: 0;
padding: 20px 0px 10px 0px;
border: 0px solid #e5e5e5;
position: relative;
background-image: url(images/post_div.png);
background-repeat: no-repeat;
background-position: bottom center;
text-align: center;
}





#sidebar{
display:none;
}

.timerex_main_review{
display:none;
}

h2.post-title {
font-size: 10pt;
margin: -255px 0px 255px 0px;
text-align: center;
}

#contentleft {
max-width: auto;
width: 100%;
float: left;
padding: 0;
margin: 0;
position: relative;
}

#head-content {
margin: 0px auto 8px auto;
padding: 10px 12px 0px 18px;
width: inherit;
max-width: none !important;
background-color: #ffffff;
}


#wrap {
width: inherit;
}

img.thumbnail {
float: none;
margin: 0px 0px 10px 0px;
text-align: center !important;
}

.showcasetitlebox{
display:none;
}

.showcaseadbox{
display:none;
}

.showcase{
display:none;
}

#socialsbar-sticky-wrapper{
display:none;
}

.post-titlex{
text-align: center;
font-size: 12pt;
margin:0;
font-weight: bold;
}

.dIngredients{
display:none;
}

.difficulty{
display:none;
}

.servingst{
display:none;
}


div.timer {
/*max-width:266px;
width: auto;*/
    max-width: 364px;
    width: 100%;
}

div.contenttop div.contenttop_col2 {
    /* float: right; */
    width: 100%;}

div.timerex {
    font-size: inherit;
    margin-bottom: 15px;
    padding-left: 0px;
    float: left !important;
    max-width: 364px;
    margin-right: 20px;
    width: 100% !important;
}

div.timerex div.preptimeex {
    width: 50% !important;
}

div.timerex div.cooktimeex {
    width: 50% !important;
}

div.timerex div.readyinex {
    width: 50% !important;
}

div.timerex div.readyinex {
    width: 50% !important;
}



#contentleft {
/*max-width: 280px;*/
}


div.timer div {
    float: left;
    width: 33%;
}




img.alignleft {
margin: 0 0px 15px 0px;
}

.entry img {
    padding: 0px 0px 15px 0px;
    width: 400px;
 /*  height: 100% !important;
  width: 290px !important;*/ 
}

.post ul li {
  list-style-type: none;
  padding: 0;
  margin: 5px 0 -25px;
}

.ingredient-list {
 
}

.ingredient-list li {
  border-bottom: 1px solid #F8F8F8;
clear: both;
padding: 0px 0px 9px 10px !important;

}



.entry {
  margin: 0;
  padding: 20px 0px 10px 0px;
  border: 0px solid #e5e5e5;
  position: relative;
  background-image: none; 
  /* background-repeat: no-repeat; */
  /* background-position: bottom center; */
  text-align: center;
}


h2.post-title {
font-size: 12pt;
  margin: -10px 0px -15px 0px;
  text-align: center;
  background-color: #e5e5e5;
  padding: 5px;


}

.wp_rp_title{
/*  background-color: #e5e5e5;*/
    padding: 5px 0px 20px 0px;
    margin: 150px 0px 0px 0px;
text-align: center !important;



}

.recipeminititle {
  /*color: #6FA530;*/
  font-size: 22px;
  float: left;
  width: 100%;
  color: #e5554e !important;
}

h3.recipeminititle {
  /*color: #6FA530;*/
  font-size: 22px;
  float: left;
  width: 100%;
  color: #e5554e !important;
}

.entry h4{
float: left;
}

.entry h5{
}

div.directions div.directions_col2 {
width: 85%;
}

.mob-ad-top{
display:inline !important;
margin: 20px 0px 15px -4px;
}

.mob-ad-mid{
display:inline !important;
margin: 20px 0px 15px -4px;
}

.mob-ad-bot{
display:inline !important;
margin: 20px 0px 0px -4px;
}


div.servings div.servings_col1 {
    line-height: 1 !important;
    text-align: left;
}

div.directions div.directions_col1 {
    width: 60px;
    height: auto;
    margin-top: 9px;
    text-align: center;
    overflow: hidden;
    color: #e5554e;
    background-color: #F5F5F5;
    border-radius: 5px;
    font-weight: bold;
  /*  float: left;*/
}

div.contenttop {
    width: 100%;
}

.servingsx {
    max-width: 400px;
    padding: 15px 0px 15px 10px;

}

input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px 12px 8px 12px;
}


#servfield {
    margin-top: 10px;
}


}
/*###############################################*/	


#servfield{
background-color: #FFF;
border: 1px solid #DDD;
color: #333;
font-size: 18px;
font-weight: 300;
width: 50px;
padding: 6px;
margin-top: 10px;
}



/*###############################################*/	
@media screen and (max-width: 523px) {
.synopsis {
    padding: 0px 20px 40px 0px !important;
    border-bottom: 1px solid #DBDCDD;
    margin-bottom: 40px;
    min-height: 360px !important;
    text-align: left;
}

}



/*###############################################*/	
@media screen and (max-width: 630px) {


.synopsis {
    padding: 0px 20px 40px 0px !important;
    border-bottom: 1px solid #DBDCDD;
    margin-bottom: 40px;
 /*   min-height: 360px !important;*/
    text-align: left;
}

p.entry-meta {
    margin: 0px 0px 0px 0px !important;
    color: #A4A4A4;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.h2 {
    text-align: left;
    font-size: 24px;
    margin: 0px 40px 10px 0px !important;
    color: #e5554e;
    line-height: 1.2;
}

.entry-title{
 margin: 0px 40px 10px 0px !important;
}


div.timerex div.preptimeex {
    width: 100px ;
}

div.timerex div.cooktimeex {
    width: 100px ;
}

div.timerex div.readyinex {
    width: 100px;
}

div.timerex {
    font-size: inherit;
    margin-bottom: 15px;
    padding-left: 0px;
    float: left !important;
    width: 200px;
    margin-right: 20px;
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: 0px 20px 0px 0px !important;
}


div.timerex div {
    float: left;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    border-left: 1px dotted #CCC;
    text-align: center;
    font-size: 14px;
    padding: 2px 0px 0px 0px !important;
}

.entry-header {
    padding-left: 20px;
}

}
@media only screen and (max-width: 1200px) {
	.site-inner,.wrap{
		max-width:960px;
		/*padding-top: 100px;*/
	}
	
	.site-header .search-form {
    margin-top: 10px;
}

	.content-sidebar-sidebar .content-sidebar-wrap,.sidebar-content-sidebar .content-sidebar-wrap,.sidebar-sidebar-content .content-sidebar-wrap,.hbg-recipes .content-sidebar-wrap{
		width:776px;
	}

	.content{
		width:620px;
	}

	.site-header .widget-area{
		clear:both;
		float:none;
		margin:0 auto;
	/*	max-width:725px;*/
		text-align:center;
		width:100%;
	}

	.sidebar-content-sidebar .content,.sidebar-sidebar-content .content,.content-sidebar-sidebar .content,.hbg-recipes .content{
		width:412px;
	}

	.footer-widgets-1,.footer-widgets-2,.footer-widgets-3{
		width:300px;
	}

	.footer-widgets-1{
		margin-right:30px;
	}

	.after-header{
		display:none;
	}

	.title-area{
		float:none;
		padding:0px;
		margin:0 auto 20px;
		max-width:428px;
		overflow:hidden;
		width:100%;
	}

	.entry,.pagination{
		/*margin:0 24px;*/
		
		margin: 0px;
padding: 0px;
	}
	
	h2 {
    text-align: left;
    font-size: 24px;
    margin: 0px 0px 10px 0px;
    color: #e5554e;
    line-height: 1.2;
}


p.entry-meta {
    margin: 0px 0px 0px 0px;
    color: #A4A4A4;
    font-family: "Raleway",sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

div.timerex {
    font-size: inherit;
    float: none;
    margin-bottom: 15px;
}
	
div.timerex div {
    float: left;
    border-top: 1px dotted #CCC;
    border-bottom: 1px dotted #CCC;
    border-left: 1px dotted #CCC;
    padding: 4px 8px 0px !important;
    text-align: center;
    font-size: 14px;
}

div.timerex div.preptimeex {
    padding: 0px;
    box-shadow: 2px 2px 5px #CCC;
    width: 90px;
}

div.timerex div.cooktimeex {
    padding: 0px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    box-shadow: 2px 2px 5px #CCC;
    width: 90px;
}

.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
    border-left: none;
    border-right: none;

}


div.directions div.directions_col2 {
    float: left;
    width: 410px;
    height: auto;
    padding: 0px 0px 10px 0px;
    text-align: left;
    overflow: hidden;
}


div.directions {
    width: 412px;
    font-size: 14px;
    height: auto;
}

.synopsis{
padding: 110px 0px 40px 0px;
border-bottom: 1px solid #DBDCDD;
/*margin: 0px 40px 40px 40px;*/
margin-bottom: 40px;
min-height: 250px;
}

	a.alignleft, img.alignleft, .wp-caption.alignleft {
    /*margin: 0px 20px 0px 20px;*/
	}
	
	.site-footer .widget_nav_menu,.creds{
		margin-bottom:25px;
		text-align:center;
		width:100%;
	}

	.creds{
		margin-bottom:0;
	}

	.post-box-entry{
		border:none;
		float:left;
		margin:0 8px 30px 8px !important;
		max-width:165px;
		padding:0px;
		width:30%;
	}

	.hbg-recipes .content{
		padding:0;
	}

	.post-box-entry:nth-of-type(3n+1){
		clear:none;
margin-left:21px!important;
	}

	.post-box-entry:nth-of-type(4n+1){
		clear:none;
	}

	.hbg-recipes .content{
		text-align:center;
	}

	.post-box-entry{
		display:inline-block;
		float:none;
		margin:0 8px 30px;
		vertical-align:top;
		width:27%;
	}
	
	.entry-header {
    margin-bottom: 0px;
}

	.recipe-sidebar-before .search-form{
		max-width:160px;
	}

	.after-entry-subscribe .enews-widget input[type="submit"]{
		width:100%;
	}

	.pantry-entry,.hbg-how-to .content .entry{
		margin:0 0 30px 16px;
	}

	.hbg-how-to .content .content{
		padding:0 24px;
	}

	.hbg-pantry .content section{
		margin:0 24px 40px;
	}

	.easyrecipe .ERSTimes{
		width:100%!important;
	}

	.easyrecipe .ERSTopRight{
		float:none!important;
		margin-bottom:20px;
		max-width:none!important;
		width:100%!important;
	}

	
	#social {
	margin: 100px 0px 0px;
float: none;
    /*float: none !important;
    display: block;
   margin: -100px 0px 0px 360px 
   float: none;
margin: 0px;;*/
}

#menu-social-menu{
/* margin: -120px 0px 0px 360px;*/
margin: -110px 0px 80px;
}



.textwidget{
text-align:center;
}


.genesis-nav-menu {
    clear: both;
    font-size: 18px;
    line-height: 1;
    width: 100%;
    margin: 30px 0px 0px;
	text-align: center;
}
}

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




#menu-social-menu {
    margin: -120px 0px 90px;
}

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

	.content,.content-sidebar-sidebar .content,.content-sidebar-sidebar .content-sidebar-wrap,.footer-widgets-1,.footer-widgets-2,.footer-widgets-3,.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,.hbg-recipes .content-sidebar-wrap,.hbg-recipes .content{
		width:100%;
	}

	.site-header .wrap{
		padding:20px 5%;
	}

	.header-image .title-area{
		background-position:center top;
	}

	.genesis-nav-menu li,.site-header ul.genesis-nav-menu,.site-header .search-form{
		float:none;
	}

	.genesis-nav-menu,.site-description,.site-header .title-area,.site-header .search-form,.site-title{
		text-align:center;
	}

	.genesis-nav-menu a,.genesis-nav-menu>.first>a,.genesis-nav-menu>.last>a{
		/*padding:20px 16px;*/
	}

	.genesis-nav-menu li.right{
		display:none;
	}

	.footer-widgets-1{
		margin-right:0;
	}

	.sidebar-content-sidebar .content,.hbg-recipes .content{
		border:none;
		margin-bottom:40px;
	}

	.sidebar-primary{
		clear:both;
		float:none;
		margin:0 auto;
		max-width:340px;
	}

	.entry-comments{
		margin-bottom:0;
	}

	.sidebar.sidebar-secondary .widget{
		padding-bottom:20px;
	}

	.sidebar-secondary .featured-content .entry{
		display:inline-block;
		margin-right:15px;
		max-width:160px;
		vertical-align:top;
	}

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

	.footer-widgets-1,.footer-widgets-2,.footer-widgets-3{
		margin-bottom:20px;
		min-height:0;
	}


		.post-box-entry{
		text-align:center;
	}

	.post-box-entry{
		/*clear:both;*/
		display:inline-block;
		float: none !important;
		margin: 0px 1.9% 20px !important;
		vertical-align:top;
		width:165px
	}
	

	
	
	.synopsis {
    padding: 60px 20px 40px;
    border-bottom: 1px solid #DBDCDD;
    margin-bottom: 40px;
    min-height: 250px;
	text-align: left;
}

p.entry-meta {
    text-align: left;
}



	.post-box-entry:nth-of-type(3n+1){
	margin-left:1.9% !important;
		clear:none;
	}

	.post-box-entry:nth-of-type(4n+1){
		clear:none;
		margin-left:1.9% !important;
	}

	.entry,.pagination{
		margin:0;
	}

	.after-entry-subscribe .enews-widget{
		display:block;
		margin:0 auto 40px;
	}

	.after-entry-subscribe .enews-widget input[type="submit"]{
		width:auto;
	}

	.after-entry-share{
		margin:0 0 30px;
	}

	.entry-categories,.entry-tags,.nrelate{
		padding:0;
	}

	.adjacent-entry-navigation{
		margin:0 0 60px;
	}

	.after-entry-subscribe{
		padding:0;
	}

	.after-entry-disclaimer,.comment-respond,.entry-pings{
		margin:0;
	}

	.entry-comments{
		padding:30px 0;
	}

	.recipe-sidebar-wrap{
		margin-bottom:40px;
		width:100%;
	}

	.recipe-sidebar-wrap .widget{
		border:none;
		display:inline-block;
		margin-bottom:20px;
		margin-right:40px;
		max-width:160px;
		vertical-align:top;
	}
div.directions {
    height: auto;
   width: 100%;
float: left;
}
	
	div.servings div.servings_col1 {
    float: left;
    width: 100%;
    height: auto;
    line-height: 0.6;
    padding: 0px 5px 4px 0px;
    text-align: left;
}

div.directions div.directions_col2 {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 10px;
    text-align: left;
    overflow: hidden;
}
	
	div.servings {
    width: 100%;
    color: #666;
    height: auto;
    font-size: inherit;
float: left;
}
	
	.recipe-sidebar-wrap{
		margin:0;
	}

	.ajax-load-more-wrap{
		text-align:center;
	}

	.pantry-entry,.hbg-how-to .content .entry{
		display:inline-block;
		float:none;
		margin:0 8px 30px;
		width:160px;
		vertical-align:top;
	}

	.hbg-how-to .content .entry:nth-of-type(3n+1),.pantry-entry:nth-of-type(3n+1){
		clear:none;
		margin-left:8px;
	}

	.hbg-how-to .content .content{
		padding:0;
	}

	.hbg-pantry .content section{
		margin:0 0 40px;
	}

	.sidebar-primary .widget:last-child{
		display:none;
	}
	
	

}

@media only screen and (max-width: 800px) {
	body{
		background-color:#fff;
		font-size:16px;
	}

	.site-inner,.wrap{
		padding-left: 6%;
padding-right: 6%;
/*text-align: center;*/
    max-width: 700px;
	}

	.archive-description,.author-box,.comment-respond,.entry,.entry-comments,.entry-pings,.sidebar .widget,.site-header{
		padding:0;
	}

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

	.sidebar .widget.enews-widget{
		padding:40px;
	}

	.footer-widgets-4 .widget_nav_menu ul{
		-webkit-column-count:4;
		-moz-column-count:4;
		column-count:4;
		-webkit-column-gap:40px;
		-moz-column-gap:40px;
		column-gap:40px;
	}
	
	div.servings div.servings_col1 {
    float: left;
    width: 100%;
    height: auto;
    line-height: 0.6;
    padding: 0px 5px 4px 0px;
    text-align: left;
}

div.directions div.directions_col2 {
    float: left;
    width: 100%;
    height: auto;
    padding: 0px 0px 10px;
    text-align: left;
    overflow: hidden;
}
	
	

	.site-header .search-form{
margin-top:10px;
	}

	.site-header .widget_nav_menu{
		margin-bottom:15px;
	}

	.genesis-nav-menu .menu-item{
		line-height:1.6;
	}

	.front-page-1,.front-page-2{
		padding:0;
	}

	.front-page-1 .wrap,.front-page-2 .wrap{
		padding:0;
	}

	.comment-respond{
		padding-top:40px;
	}

	
		.post-box-entry:nth-of-type(3n+1){
	margin-left:0.8% !important;
		clear:none;
	}

	.post-box-entry:nth-of-type(4n+1){
		clear:none;
		margin-left:0.8% !important;
	}
	
	.post-box-entry {
    display: inline-block;
    float: none !important;
    margin: 0px 0.8% 20px !important;
    vertical-align: top;
    width: 31%;
}
}

@media only screen and (max-width: 600px) {
	.footer-widgets-4 .widget_nav_menu ul{
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
		-webkit-column-gap:40px;
		-moz-column-gap:40px;
		column-gap:40px;
	}

.post-box-entry {
    display: inline-block;
    float: none !important;
    margin: 0px 0.8% 20px !important;
    vertical-align: top;
    width: 165px;
}
	
	.post-box-entry{
	width:30%;
	}

	.after-entry-subscribe .enews-widget input,.after-entry-subscribe .enews-widget input[type="submit"]{
		max-width:none;
		width:100%;
	}

}

@media only screen and (max-width: 477px) {
#menu-social-menu {
  margin: -200px 0px 140px;
}

#menu-menutop{
margin: 50px 0px 40px;;
}

	.header-image .site-title>a{
		background-size:contain;
	}

	.nr_panel{
		width:100%;
	}

	.pantry-entry,.hbg-how-to .content .entry{
		margin:0 2.5% 20px!important;
		width:44%;
	}

}

.post-entry-title-box {
	    font-size: 16px;
    max-width: 170px;
  /*  min-height: 80px;*/
}

.post-entry-title {
font-size:16px;
}

.post-box-entry{
    float: left;
    margin: 0px 5px 30px 5px ;
    max-width: 170px;
}

div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt, div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt:hover, div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opened {
    background: #e5554e none repeat scroll 0% 0%;
    border: 5px;
    margin: 0px 0px 2px;}
	
	div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dt.level1.opened:hover a span,div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dt.level1.opened:hover a span:after{
	color:#fff!important;
}
	
	div#nextend-accordion-menu-nextendaccordionmenuwidget-3 dl.level1 dt.opened a span {
    color: #666666 !important;}
	
	
	.inner a span:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 10px;
}
	
	
	.sidebar dl.level2 {
    margin: 5px 0 10px!important;
}

dt.level1.opened .inner a span:after {
    color: #727273;
    content: "\f0d8";
}

dt.level1:hover .inner a span:after{
	color:#727273;
}

dt.level1.opened:hover  {
	background:#e5554e !important;
}



	
	
.timercss{
font-size:14px;
}

.timerhrmin{
font-size:12px;
}
	
.post-titlex{
text-align: left;
font-size: 24px;
margin:0;
margin: 0px 40px 10px 40px;
color: #e5554e;
}
	
.widget-sub{
    border: 1px solid #e5554e;
    margin: 0px 0 40px;
    overflow: visible;
    padding: 10px 0px 10px 0px;
    position: relative;

}



.widget-sub input {
    border-color: #c2c2c2;
    color: #a4a4a4;
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 20px;
    max-width: 260px;
    padding: 14px 16px;
    width: 100%;}
	
	
	.widget-sub input[type="submit"] {
    background: #e5554e;
    border: none;
    border-bottom: 4px solid #A73828;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 13px 45px 8px;
    width: 100%;}
	
	.widget-sub input:hover[type="submit"]{
	border-color:#e5554e;
	background-color:#A73828;
	color:#fff;}

	
	.widget-sub-footer input {
    border-color: #c2c2c2;
    color: #a4a4a4;
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 20px;
    max-width: 260px;
    padding: 14px 16px;
    width: 100%;}
	
	
	.widget-sub-footer input[type="submit"] {
    background: #e5554e;
    border: none;
    border-bottom: 4px solid #A73828;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    padding: 13px 45px 8px;
    width: 100%;}
	
	.widget-sub-footer input:hover[type="submit"]{
	border-color:#e5554e;
	background-color:#A73828;
	color:#fff;}
	
	

	.form-submit input[type="submit"] {
    background: #e5554e;
    border: none;
    border-bottom: 4px solid #A73828;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
 margin-top: 0px;
    padding: 15px 60px 10px;
    width: auto;}
	
	.form-submit input:hover[type="submit"]{
	border-color:#e5554e;
	background-color:#A73828;
	color:#fff;}
	
	
	
	input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */


::-moz-placeholder{
	color:#a4a4a4;
	opacity:1;
}

::-webkit-input-placeholder{
	color:#a4a4a4;
}
	.after-header .wrap{
	border-top:1px solid #dbdcdd;
	border-bottom:1px solid #dbdcdd;
	    padding: 20px 0;
}

.widget_youtube-channel h4{
	float:left;
	max-width:90px;
	margin-top:26px;
}

.after-header .youtube_channel{
	clear:none;

}

.youtube_channel.responsive .ytc_video_container {
   
    margin-bottom: 20px;
}

.youtube_channel .ytc_video_container{
	/*margin-left: 8px;*/
margin-right: 18px;
}

.youtube_channel .ytc_video_container:first-of-type{
	/*margin-left:0;*/
}

.youtube_channel .ytc_thumb>span:before{
width:70px !important;
height:49px !important;
background-image:url(images/yt_play.png) !important;
opacity:0.9 !important;
margin-top:-23px !important;
margin-left:-32px !important;
}




.facetwp-pager {
    border-bottom: 1px solid #DBDCDD;
    clear: both;
    text-align: center;
    border-top: 1px solid #DBDCDD;
    padding: 5px 0px;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;

}

 .post-box-entry:nth-of-type(3n+1){
	clear:both;
	/*margin-left:0;*/
}
.synopsis {
  
    border-bottom: 1px solid #DBDCDD;
    margin-bottom: 35px;
    min-height: 250px;
}

.simple-social-icons ul li {
    margin: 0px 6px 12px !important;
    list-style-type: none !important;
    border: medium none !important;
    background: transparent none repeat scroll 0% 0% !important;
    padding: 0px !important;
    float: left;
    display: inline-block !important;
}


#text-22{
margin: -110px 0px 0px 0px;
color: #e3e3e3;

}
#socialx{

	float: right;
	display:block;
	
	}

#socialx a{
	float:left;
	display:inline;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	background-image:url(images/social_sprite_new.png);
	background-repeat:no-repeat;
	width:32px;
	height:32px;
	margin:4px 6px 4px 0;
	}
#socialx a.facebook{
	background-position:0 -36px;
		}
#socialx a.twitter{
	background-position:-36px -36px;
		}
#socialx a.pint{
	background-position:-144px -36px;
	}
#socialx a.gplus{
	background-position:-180px -36px;
	}
#socialx a.utube{
	background-position:-216px -36px;
	}
#socialx a.rss{
	background-position:-108px -36px;
	}
#socialx a.email{
	background-position:-72px -36px;
	}
#socialx a.facebook:hover{
	background-position:0 0;
	text-decoration:none;
	}
#socialx a.twitter:hover{
	background-position:-36px 0;
	text-decoration:none;
	}
#socialx a.rss:hover{
	background-position:-108px 0;
		text-decoration:none;
	}
#socialx a.pint:hover{
	background-position:-144px 0;
	text-decoration:none;
	}
#socialx a.gplus:hover{
	background-position:-180px 0;
	text-decoration:none;
	}
#socialx a.utube:hover{
	background-position:-216px 0;
	text-decoration:none;
	}
#socialx a.email:hover{
	background-position:-72px 0;
		text-decoration:none;
	}

	
	.wrp-social{
	text-align:center;
	float:none;
	}
	
	.facetwp-type-checkboxes {
    overflow: auto;
    max-height: none !important;
}

.facetwp-search {
    border-radius: 25px;
    font-size: 13px;
    padding: 10px 32px 10px 14px;
}

.facetwp-type-search::after {
    color: #e5554e;
    display: inline-block;
    font-family: FontAwesome;
    content: "";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 10px;
}

.facetwp-type-search {
    max-width: 235px;
    position: relative;
}

.facetwp-facet-g {
    border-bottom: 1px solid #DBDCDD;
}

.srp-post-title-link{
color:#727273;
font-size: 13px;

}

.srp-post-title{
font-size: 14px;
line-height: 1em !important;
}


.srp-widget-thmb{
border-bottom: 1px solid rgb(219, 220, 221);
padding-bottom: 25px;
}

.widget-sub-footer {
    margin: 0px 0px 40px;
    overflow: visible;
    position: relative;
}

.single-share-end{
text-align: center;
margin-top: 40px;
}

.share-aside{
text-align: center;
margin-bottom: 30px;
}
	
.single-next-prev{
border-bottom: 1px solid #DBDCDD;
border-top: 1px solid #DBDCDD;
font-family: "Raleway",sans-serif;
font-size: 14px;
font-weight: 400;
margin: 0px 40px 30px;
padding: 20px 0px;
text-align: center;
}



h3.recipeminititle {

  color: #e5554e !important;
}

.notes {
max-width:540px;
font-size:14px;
float:left; }

.comment-meta a{
color: #A4A4A4;
font-family: "Raleway",sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
}


.children{
background-color: #f5f5f5
}

.comment-list li.depth-1 {
    border-bottom: 1px solid #C8C8C8;
}



/* Before Header
--------------------------------------------- */
 
.before-header {
	padding-bottom: 0px;
	padding-top: 20px;
	text-align: center;
}

.DFR_top_leaderboard_Responsive { width: 320px; height: 100px; }
@media(min-width: 500px) { .DFR_top_leaderboard_Responsive { width: 468px; height: 60px; } }
@media(min-width: 800px) { .DFR_top_leaderboard_Responsive { width: 728px; height: 90px; } }

.DFR_mid_right_Responsive { width: 300px; height: 250px; }
@media(min-width: 500px) { .DFR_mid_right_Responsive { width: 336px; height: 280px; } }
@media(min-width: 800px) { .DFR_mid_right_Responsive { width: 336px; height: 280px; } }

.DFR_mid_right_btm_Responsive { width: 300px; height: 250px; }
@media(min-width: 500px) { .DFR_mid_right_btm_Responsive { width: 300px; height: 600px; } }
@media(min-width: 800px) { .DFR_mid_right_btm_Responsive { width: 300px; height: 600px; } }

.relatedrecipes{
text-align:center;
}


@media(min-width: 1200px) {
div.timerex {
    color: #333333;
    font-size: inherit;
    width: 366px;
    float: left;
    margin-bottom: 15px;
}

}

.sp-btn-link {
    background: #e5554e;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 4px 15px;
}


.sp-btn-link:hover {
    background: #696969;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway',sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 4px 15px;
}