/*
	Theme Name: Alida's Kitchen
	Author: Shay Bocks
	Author URI: http://www.shaybocks.com/
 
	Version: 1.9
 
	Tags: one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px
	15 Custom Widgets
	
*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Arvo);
@import url(http://fonts.googleapis.com/css?family=Pathway+Gothic+One);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 87.5%; /* 14px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h4.widgettitle a,
input,
.author,
.date,
.post-comments,
#title a,
#title a:hover,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	color: #67696d;
}

h1.entry-title,
h2.entry-title,
h2 a,
h2 a:visited {
	color: #67696d;
}

a,
h2 a:hover,
.genesis-nav-menu li li a:hover {
	color: #ef7a62;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a {
	color: #ddd;
}

.post-info,
.post-meta,
#description ,
blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
.genesis-nav-menu a {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h-1,
.h-2,
.h-3,
.h-4,
.h-5,
.entry-title a,
#title {
	font-family: 'Arvo', sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0px;
	text-transform: lowercase;
}

.post-info,
.post-meta {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.genesis-nav-menu a  {
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1.entry-title,
h2.entry-title,
h2.entry-title a {
	font-size: 20px;
	margin-bottom: 3px;
}

blockquote::before {
	font-size: 32px;
	font-size: 0.9375rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 16px;
	font-size: 1rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a,
.genesis-nav-menu {
	font-size: 14px;
	font-size: .875rem;
}

input,
select,
textarea,
.wp-caption,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}

.post-info,
.post-meta {
	font-size: 10px;
}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
	font-weight: 400;
}

.wp-caption {
	text-align: center;
}

a,
h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}
 #title a,
#description {
	display: none;
}

/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

body {
	background: url('images/bg.png') top center repeat-x;
}

#wrap {
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
}

#inner {
	background: #fff;
	clear: both;
	overflow: hidden;
	padding: 10px 20px 0;
	margin: 0px auto;
	max-width: 940px;
}

/* 04b - 1152px CSS Grid ----------- */

.footer-widgets-1 {
	width: 200px;
}

.footer-widgets-2,
.footer-widgets-3,
.sidebar {
	width: 300px;
}

#header .widget-area {
	width: 540px;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 300px;
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content,
.content-sidebar #content,
.sidebar-content #content {
	width: 540px;
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 100%; /* 960px / 960px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 960px / 960px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */

#header {
	background: url(http://alidaskitchen.com/wp-content/uploads/2013/12/AlidaHeader3.png) no-repeat;
        overflow: hidden;
	min-height: 157px;
}

#title {
	line-height: 1;
	margin: 40px 0 8px;
	margin: 2.5rem 0 0.5rem;
}

.header-image #title {
	margin: 0;
}

#description {
	line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image #title, .header-image #title a, .header-image #title-area {
    display: block;
    float: left;
    height: 157px;
    width: 420px;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

#header .widget-area .widget {
	clear: both;
	float: right;
}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.post-comments {
}

.post-meta {
	border-top: 1px dotted #5a5a5a;
	padding-top: 24px;
	padding-top: 1.5rem;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.1967696d67696d4%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px dotted #5a5a5a;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}

.breadcrumb {
	font-family: 'Pathway Gothic One', sans-serif !important;
	font-weight: 400 !important;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 20px 0;
	text-transform: uppercase;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
margin-bottom: 5px;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 7px;
	padding: 0 20px 0 0;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 1px dotted #5a5a5a;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	margin: 17px 5px 0;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	letter-spacing: 1px;
	line-height: 14px;
	padding: 3px 7px;
	position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #a8ab69;
}

.genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px dotted #5a5a5a;
	border-top: none;
	margin: 0;
	padding: 10px;
	position: relative;
	width: 130px;
}

.genesis-nav-menu li li a:hover {
	background: #f1edea;
	border-radius: 0px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -7bb1d39px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	display: none;
	visibility: hidden;
	position: absolute;
	text-indent: -7bb1d39px;
}


#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin-bottom: 8px;
	margin-bottom: .5rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.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;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation {
	clear: both;
	display: block;
	float: none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #fff;
    border: 1px solid #f5f5f5;
    color: #444;
    padding: 3px 5px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #efefef;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

#sidebar {
	background: #f2f7fb;
	margin: 0;
	width: 340px;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	padding: 20px 20px 10px;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
}

#footer .wrap {
	overflow: hidden;
	padding: 20px 0;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	background: #f5f5f5;
	clear: both;
	line-height: 1.5;
	margin: 20px 0 0;
	overflow: hidden;
	padding: 32px 32px 16px;
	padding: 2rem 2rem 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 50px;
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
}

select {
	background-color: #fff;
	border: 0;
	width: 100%;
}

#header .search-form {
	float: right;
	margin: 25px 0 3px;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background: #7bb1d3;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 8px;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #a8ab69;
}

.search-form input {
	background: #fff url('images/search.png') center right no-repeat;
	border: 0;
	padding: 10px 20px 10px 10px;
	width: 100%;
}

.search-form input[type="submit"] {
	display: none;
	visibility: hidden;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 1.5rem;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.5rem
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}

/*
Simple Social Icons
---------------------------------------------------------------------------------------------------- */
.simple-social-icons {
    margin-bottom: -12px !important;
    padding-top: 19px !important;
padding-right: 20px;
}
.simple-social-icons ul li {
    margin: 0 2px 12px !important;
}
.simple-social-icons ul li a, .simple-social-icons ul li a:hover {
    font-size: 12px !important;
}



/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {

	#wrap {
		max-width: 960px;
	}	

}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {

	#wrap {
		margin: 0;
		padding: 0;
	}
	
	#header,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}

	#header .widget {
		background: #fff;
		display: block;
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#header .enews {
		display: none;
		visibility: hidden;
	}
	
	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.genesis-nav-menu li {
		background: #fff;
		margin: 0;
		text-align: center;
	}
	
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
		color: #444;
		padding: 5px !important;
	}

	#title {
		margin: 0;
		width: 100%;
	}

	#header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	#inner {
		padding: 10px 3%;
		width: 94%;
	}

	#footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}
	
	#alida {
		display: none;
		visibility: hidden;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) {

	html {
		font-size: 87.5%; /* 14px base */
	}

	#header .search-form {
		width: 100%;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

/*
15 Custom Widgets
------------------------------------------------------------------------------------------------------- */

.social {
	margin: 20px 20px 0 0;
}

#header .enews {
	font-size: 12px;
	margin: 7px 0;	
	width: 275px;
}

#sidebar .enews h4 {
	clear: none;
	display: inline;
	float: left;
	font-size: 16px;
	margin-right: 5px;
}

.enews p {
	font-size: 12px;
	line-height: 20px;
}

.enews form {
	clear: both;
	float: none;
	display: block;
}

.enews input {
	background: #fff;
	border: 0;
	float: left;
	margin: 0;
	padding: 7px;
	width: 245px;
}

.footer-widgets .enews-widget {
	height: 75px;
}

.footer-widgets .enews input {
	width: 170px;
}

.enews input[type="submit"] {
	background: #8dbbd9;
	color: #fff;
	color: #fff;
	font-family: 'Pathway Gothic One', sans-serif;
	font-size: 16px;
	border: 0;
	float: right;
	letter-spacing: 2px;
	margin: 0;
	overflow: hidden;
	padding: 5px 7px;
	text-transform: uppercase;
	width: 30px;
}

.enews input:hover[type="submit"] {
	color: #444;
}

.pibfi_pinterest {
	display: block !important;
}

.pibfi_pinterest .xc_pin {
    background-image: url("images/pinit.png");
	height: 95px;
	margin: 10px 0 0 -20px!important;
	width: 95px;
}

.sidebar-bottom {
	padding: 0 20px;
}

.sidebar-bottom .widget {
	padding: 10px 0;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	margin: 0 0 0 -12px;
	width: 160px;
}

.sidebar-bottom-right {
	display: inline;
	float: right;
	margin: 0 -12px 0 0;
	width: 160px;
}

.sidebar-bottom-bottom {
	display: inline;
	float: left;
	width: 300px;
}

.sidebar-bottom-bottom .featuredpost .post {
	float: left;
	margin: 3px 5px;
	width: 120px;
}

.footer-widgets .featuredpost .post {
	float: left;
	margin: 2px;
	width: 70px;
}

.sidebar-bottom-bottom .featuredpost h2,
.sidebar-bottom-bottom .featuredpost h2 a,
.footer-widgets .featuredpost h2,
.footer-widgets .featuredpost h2 a{
	color: #67696d;
	font-size: 14px;
	margin: 5px 0;
	text-align: center;
}

.recipes-top {
	background: #efefef;
	overflow: hidden;
	margin: 20px 0 10px;
	padding: 20px;
}

.archive .recipes-top {
	margin-bottom: 20px;
}

.recipes-top .widget {
	float: left;
	margin: 0 15px;
	width: 220px;
}

.recipes-top #cat {
	padding: 10px 5px 11px;
}

.recipes-top h4 {
	display: none;
	visibility: hidden;
}

.recipes-bottom h4 {
	color: #7bb1d3;
	font-size: 18px;
	font-size: 1.25rem;
	padding: 0 0 10px;
}

.recipes-bottom .featuredpost {
	border-bottom: 1px dotted #5f5f5f;
	padding: 20px 0;
}

.recipes-bottom .featuredpost .post {
	float: left;
	margin: 0px 5px 10px;
	width: 125px;
}

.recipes-bottom .featuredpost h2,
.recipes-bottom .featuredpost h2 a {
	color: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	margin: 5px 0 0;
	text-align: center;
	text-transform: none;
}

.recipes-bottom .featuredpost .post-info {
	text-align: center;
}

.more-from-category {
	clear: both;
	display: block;
	float: none;
}

#alida {
	background: url('images/alida.gif') top center no-repeat;
	font-size: 13px;
	color: #828488;
	margin: -20px;
	padding: 80px 188px 20px 20px;
}

/* Easy Recipe Pro
--------------------------------------------- */

#content .easyrecipe {
	background: url('images/recipebg.png') top center repeat;
	border: 0;
	border-top: 5px solid #b6d4e7;	
color: #67696D;
font-family: 'Open Sans', sans-serif;
line-height: 1.65;
	margin: 20px 0;
	padding: 40px !important;
}

#content .easyrecipe div:before,
#content .easyrecipe div:after {
	clear: none;
	display: inline;
}

#content .easyrecipe .ERSName {
	color: #67696D;
	font-family: 'Arvo', Helvetica, Arial, serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0px;
line-height: 1.2;
	text-transform: lowercase;
}

.ERSTimes {
	display: none;
	visibility: hidden;
}

#content .easyrecipe .ERSTimeHeading,
#content .easyrecipe .ERSHeading,
#content .easyrecipe .ERSNotesHeader,
#content .easyrecipe .ERSNutritionHeader,
#content .easyrecipe .ERSIngredients .ERSIngredientsHeader,
#content .easyrecipe .ERSInstructions .ERSInstructionsHeader,
#content .easyrecipe div.ERSNotesHeader,
#content .easyrecipe .nutrition .ERSNutritionHeader   {
	color: #67696D;
	font-family: 'Arvo', Helvetica, Arial, serif;
	font-weight: 300;
	letter-spacing: 0px;
	text-transform: lowercase;
}

#content .easyrecipe .ERSHeading,
#content .easyrecipe .ERSNotesHeader,
#content .easyrecipe .ERSNutritionHeader {
	margin: 5px 0 10px;
}

#content .easyrecipe .ERSTopRight img {
	border: 0;
}

#content .easyrecipe .pibfi_pinterest .xc_pin {
	margin: 0;
}

#content .easyrecipe .ERSSummary {
	width: 60%;
}

#content .easyrecipe .ERSSavePrint {
	background: transparent;
}

#content .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
#content .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
#content .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn,
#content .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn {
	border-radius: 0;
	padding: 5px 20px;
}

#content .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn:hover,
#content .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn:hover {
	
}

#content .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn,
#content .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ERSSaveBtn,
#content .easyrecipe .ui-button .ui-button-text {
	color: #fff;
	font-family: 'Open Sans', Helvetica, Arial, serif;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#content .easyrecipe .ui-button .ui-button-text {
	padding: 0.4em 1em;
}

#content .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-link .ERSSaveIcon,
#content .easyrecipe .ERSSavePrint .ERSSaveBtnSpan .ziplist-button .ERSSaveIcon {
	background-image: url('images/save.png');
	margin-left: 10px;
}

#content .easyrecipe .ERSSavePrint .ERSPrintBtnSpan .ERSPrintBtn .ERSPrintIcon {
	display: none;
visibility: hidden;
}

#content .easyrecipe .ERSIngredients,
#content .easyrecipe .ERSInstructions,
#content .easyrecipe .ERSNutrition {
	border-top: 1px dashed #999;
	margin-top: 20px;
}

#content .easyrecipe .ERSIngredients {
	width: 60%;
}

#content .easyrecipe .ERSIngredients li.ingredient {
	list-style: none;
}

#content .easyrecipe .ERSIngredients ul li:before {
	content: "";
	padding-right: 0;
}

#content .easyrecipe .ERSNutrionDetails span {
	margin-right: 20px;
}

#content .easyrecipe .ERSRatings {
	margin: 10px 0 0;
}

#content .easyrecipe .ERComment {
	font-family: 'Arvo', Helvetica, Arial, serif;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#content .easyrecipe .ERRateBG {
	background: url('images/whitestar.png');
	margin: 2px 0 0 10px;
}

#content .ERRateBG,
#content .ERRatingComment,
#content .ERComment .ERRateBG,
#content .ERSRatingOuter {
	background: url('images/whitestar.png');
	margin: 0 0 10px 0;
}

#content .easyrecipe .ERRateStars,
#content .ERComment .ERRateStars,
#content .ERRatingCommentInner,
#content .ERSRatingInner {
	background: url('images/graystar.png');
}

#content .easyrecipe .average {
	font-family: 'Arvo', Helvetica, Arial, serif;
}

.zlrecipe-container-border {
	background: url('images/recipebg.png') top center repeat;
	border-top: 5px solid #b6d4e7;
	padding: 20px !important;
}

#zlrecipe-container .border-bottom, 
#zlrecipe-container .b-b {
    border-bottom: 0px !important;
}

#zlrecipe-container .zlrecipe-print-link a {
	color: #fff !important;
}

#zlrecipe-container .meta, #zlrecipe-container .zlmeta {
    border-bottom: 1px dashed #999;
	border-top: 1px dashed #999;
}

.zl-recipe-link a.butn-link {
    background-image: url("images/save.png") !important;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 22px !important;
    width: 120px !important;
}

.zl-recipe-link a.butn-link:hover {
    background-image: url("images/savehover.png") !important;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 22px !important;
    width: 120px !important;
}

#zlrecipe-container .zlrecipe-print-link {
    background-image: url("images/print.png") !important;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block !important;
    height: 22px !important;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
    width: 120px !important;
}
#zlrecipe-container .zlrecipe-print-link:hover {
    background-image: url("images/printhover.png") !important;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
}
#zlrecipe-container .zlrecipe-print-link a {
    background-image: url("images/print.png") !important;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block !important;
	font-size: 0px;
    height: 22px !important;
	margin: 0 !important;
    width: 120px !important;
}
#zlrecipe-container .zlrecipe-print-link a:hover {
    background-image: url("images/printhover.png") !important;
	text-decoration: none;
}

#zlrecipe-container .zl-recipe-link {
	padding: 0 !important;
	margin: 0px 0px 0 10px !important;
}

#zlrecipe-container .zlrecipe-print-link .butn-link {
    background: none !important;
    cursor: pointer;
    padding: 0 !important;
    display: block;
    height: 22px;
}
#zlrecipe-container .zlrecipe-print-link .butn-link:hover {
	background-position: 0 !important;
}

.h-1 {
	font-size: 24px !important;
}

.h-4 {
	font-size: 18px; !important;
}

#zlrecipe-container .img-desc-wrap {
    background-color: transparent !important;
    float: none;
	margin: 0 0 0 20px;
}

#zlrecipe-container ul {
    margin: 0px !important;
    padding: 0 0 0 0px !important;
}

#zlrecipe-container ol {
    margin: 0px !important;
    padding: 0 0 0 20px !important;
}

.t-a-c {
	display: none;
	visiblity: hidden;
}

.recipe {
	background: #fff;
	border-radius: 5px 5px 5px 5px;
}
.recipe:hover {
	border-radius: 5px 5px 0px 0px;
}

.recipe a {
	color: #7bb1d3;
	font-size: 12px;
	line-height: 14px;
}

.recipe a:hover {
	border: 1px dotted #5a5a5a;
	border-bottom: 0;
	color: #444 !important;
	
}

.home-top {
	border-bottom: 1px dotted #5a5a5a;
	margin-bottom: 20px;
}

.featuredgrid img {
	margin-bottom: 10px;
}

.home .featuredpost p,
.featuredgrid p {
	line-height: 1.625;
	margin-bottom: 1.625rem;
}

.archive .teaser .entry-content,
.archive .teaser .post-meta,
.archive .teaser .post-comments,
.home .teaser .post-meta {
	display: none;
	visibility: hidden;
}

.featuredgrid h2, 
.featuredgrid h2 a {
	font-size: 18px;
	text-align: center;
	width: 259px;
	max-width: 100%;
}

.teaser h2,
.teaser h2.entry-title a {
	font-size: 16px;
	text-align: center;
	width: 165px;
}

.home-top .featuredpost h2,
.home-top .featuredpost h2.entry-title a {
	font-size: 18px;
	text-align: left;
	margin-bottom: 3px;
}

.home-middle .post-info {
	text-align: center;
	width: 259px;
	max-width: 100%;
}

.teaser .post-info {
	text-align: center;
	width: 165px;
}

.home .featuredpost .post-info {
	text-align: left;
}

.teaser img.alignleft, 
.teaser .post-image,
.archive .entry,
.search .entry,
.archive .post,
.search .post {
	margin-bottom: .5rem;
}

.home .entry,
.home .post,
.home .post  {
	margin-bottom: 2rem;
}

a.more-link {
	background: #8dbbd9;
	border-radius: 3px;
	clear: both;
	color: #fff;
	float: none;
	font-size: 12px;
	padding: 5px 10px;
	text-transform: uppercase;
}

a.more-link:hover {
	background: #efefef;
	color: #444;
}

.tabber_widget {
	clear: both;
	display: block;
	float: none;
}

.tabber-widget-basic-light ul.tabber-widget-tabs li,
.tabber-widget-basic-light ul.tabber-widget-tabs li a {
	background: #444 !important;
	color: #fff !important;
	font-family: 'Arvo', sans-serif;
	font-size: 14px;
	padding: 6px 20px !important;
	text-transform: lowercase;
}

.tabber-widget-basic-light ul.tabber-widget-tabs li a.selected {
	background: #fff !important;
	border: 0;
	border-bottom: 2px solid #fff !important;
	color: #444 !important;
	font-family: 'Arvo', sans-serif;
	margin: 0 !important;
	padding: 6px 20px !important;
	text-transform: lowercase;
}

.tabber-widget-basic-light .tabber-widget-content {
	background: #fff !important;
    clear: both;
    margin: 0;
	overflow: hidden;
    padding: 20px !important;
}

.post-opt-in {
	display: block;
	clear: both;
	float: none;
	margin: 40px 0;
	overflow: hidden;
	width: 540px;
}

.post-opt-in .widget {
	float: right;
	text-align: center;
	width: 300px;
}

.post-opt-in .enews-widget {
	background: #f5f5f5;
	float: left;
	padding: 65px 20px 69px;
	width: 190px;
}

.post-opt-in h4 {
	border-bottom: 1px dashed #999;
	font-size: 17px;
	padding-bottom: 5px;
	text-align: center;
}

.post-opt-in .enews input {
	margin-top: 10px;
	width: 160px;
}

.post-opt-in .enews input[type="submit"] {
	margin-top: 10px;
	width: 30px;
}

.home-slider {
	margin-bottom: 10px;
}

#genesis-responsive-slider {
    border: 0px !important;
    margin: 0 auto;
    padding: 0px !important;
    position: relative;
}

.slide-excerpt {
    background: none !important;
	margin: 0 0 10% !important;
}

.slide-excerpt-border {
    border: 0px !important;
    display: inline;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
	width: 100% !important;
}

.slide-excerpt-border h2 {
	margin: 0 !important;
	text-align: center !important;
	width: 100%;
}

#genesis-responsive-slider h2 a {
    background: #67696d !important;
	color: #fff !important;
	font-size: 18px !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 10px !important;
	text-align: center;
	width: 100%;
}

.flex-direction-nav li a {
	background: url("images/bg_direction_nav.png") !important;
	top: 40% !important;
}

.flex-direction-nav li .prev {
    left: -25px !important;
}

.flex-direction-nav li .next {
    background-position: -52px 0 !important;
    right: -25px !important;
}

.flex-control-nav li a {
    background: url("images/bg_control_nav.png") !important;
}

.flex-control-nav li a.active {
	background-position: 0 -26px !important;
}

.flex-control-nav li a:hover {
	background-position: 0 -12px !important;
}