/*
	Theme Name: Lifestyle Pro Child Theme
	Modified By: MuzamilR
	Theme URI: http://my.studiopress.com/themes/lifestyle/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.0
 
	Tags: green, tan, white, 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: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
 

/*
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: 100%; /* 16px 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;
	text-decoration: none;
}

img a {
	border: none;
	text-decoration: none;
}

/*
03 Typography
-------------------------------------------------------------------------------------------------------

/* 03a - Font Color ----------- */

body,
h4.widgettitle a,
input,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover,
.footer a ,
.footer p,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled  {
	color: #444;
}

a,
h1.entry-title,
h2 a,
h2 a:visited,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a ,
.sidebar a {
	color: #572641;
}

.entry-content a {
	border-bottom: 1px dotted #4C82AE;
	color: #4C82AE;
	font-weight: normal;
}

a.footer-link {
	color: #4C82AE;
}

.entry-content a:hover {
	border-bottom: none;
	color: #6cb2eb;
	font-weight: normal;
	text-decoration: none;
}

h2 a:hover {
	color: #a4b2b7;
	text-decoration: none;
}

#description,
.genesis-nav-menu a,
.post-info,
.post-meta,
.post-meta a,
.sidebar p,
.footer-widgets p {
	color: #8c8c8d;
}

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 {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.genesis-nav-menu,
.genesis-nav-menu li a,
.post-info,
.post-meta a,
.sidebar a,
.footer a,
.footer p,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled,
a.more-link,
.more-from-category a  {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
}

h1,
.entry-title,
.entry-title a {
	font-size: 20px;
}

blockquote::before {
	font-size: 32px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle,
.sidebar p{
	font-size: 15px;
}

h5,
a.more-link,
.more-from-category a,
input,
select, {
	font-size: 14px;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 12px;
}

.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	font-size: 12px;
}

textarea {
	font-size: 14px;
}



/* 03d - Font Miscellaneous ----------- */

a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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,
.wp-caption,
#footer p,
#title {
	font-weight: 300;
	letter-spacing: 1px;
}

.wp-caption,
.widgettitle {
	margin-bottom: 5px;
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.widgettitle a,
#title a {
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
}

.navigation a,
.more-from-category a {
	font-weight: normal;
}

a.more-link  {
	border: none;
	clear: both;
	color: #572641;
	display: block;
	line-height: 50px;
}

a.more-link:hover  {
	color: #572641;
	text-decoration: underline;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	margin: 10px auto 0;
	max-width: 100%;
}

#inner {
	clear: both;
	margin: 20px auto;
	overflow: hidden;
	width: 1000px
}

/* 04b - 1000px CSS Grid ----------- */

#sidebar-alt {
	width: 0%; /* 0px / 1000px */
}

#title-area {
	width: 30%; /* 300px / 1000px */
}

.sidebar {
	width: 34%; /* 340px / 1000px */
}

.sidebar-bottom {
	margin: 0 auto;
	max-width: 340px;
}

.sidebar-bottom-left {
	float: left;
	width: 160px;
}

.sidebar-bottom-right {
	float: right;
	width: 160px;
}

.footer-widgets-1 {
	width: 30%; /* 300px / 1000px */
	max-width: 300px;
}

.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	margin-left: 10px;
	width: 22%; /* 220px / 1000px */
	max-width: 300px;
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 30%; /* 300x / 1000px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 60%; /* 600px / 1000px */
}

.content-sidebar #content,
.sidebar-content #content {
	width: 60%; /* 600px / 1000px */
}

#header .widget-area {
	width: 75%; /* 750px / 1000px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1000px / 1000px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1000px / 1000px */
}

.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-4,
.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 {
	border-bottom: 3px solid #efefef;
	margin: 0 auto;
	min-height: 125px;
	overflow: hidden;
	width: 90%;
}

#title {
	line-height: 1;
	margin: 40px 0 8px;
}

.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 {
	display: block;
	float: left;
	min-height: 125px;
	overflow: hidden;
	text-indent: -9999px;
	width: 100%;
}

.header-image #title-area {
	display: block;
	float: left;
	min-height: 125px;
	overflow: hidden;
	text-indent: -9999px;
	width: 25%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
}

.entry,
.page .post.entry {
	margin-bottom: 40px;
}

.single .entry {
	margin-bottom: 48px;
}

.page .entry {
	margin: 0;
}

.home .entry,
.home .page .post.entry {
	clear: both;
	display: block;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
}

blockquote {
	padding: 24px 64px;
}

blockquote::before {
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.home .post-info {
	clear: none;
}

.post-info {
	margin: -5px 0 10px;
}

.post-comments {
	float: right;
}

.post-meta {
	border-top: 2px solid #efefef;
	padding-top: 5px;
}

.post-meta a {
	font-weight: normal;
}

.categories,
.tags {
	display: inline;
}

/* 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%; /* 416px / 1000px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 479px / 1000px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 305px / 1000px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 652px / 1000px */
}

.one-fourth {
	width: 21.875%; /* 218px / 1000px */
}

.three-fourths {
	width: 73.958333333%; /* 739px / 1000px */
}

.one-fifth {
	width: 16.666666666%; /* 166px / 1000px */
}

.two-fifths {
	width: 37.5%; /* 375px / 1000px */
}

.three-fifths {
	width: 58.333333333%; /* 583px / 1000px */
}

.four-fifths {
	width: 79.166666666%; /* 791px / 1000px */
}

.one-sixth {
	width: 13.194444444%; /* 131px / 1000px */
}

.five-sixths {
	width: 82.638888888%; /* 826px / 1000px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f7f7f7;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 32px;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .widget_nav_menu {
	float: right;
	margin: 5px 0 0;
	width: 100%;
}

#header .genesis-nav-menu {
	float: right;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	border-bottom: 1px solid #ccc;
}

.genesis-nav-menu ul {
	float: right;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	line-height: 110px;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 5px 12px;
	position: relative;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.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 solid #ccc;
	border-top: none;
	line-height: 30px;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li li a:hover {
	background: #f7f7f7;
}

.genesis-nav-menu li ul {
	left: -9999px;
	margin-top: -50px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -41px 0 0 179px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.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 {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	padding-left: 20px;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 5px;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
}

.archive-title {
	margin-bottom: 24px;
}

/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.home-top ol,
.home-top ul,
.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
}

.home-top ol li,
.home-top ul li,
.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.home-top ol li,
.home-top ul li,
.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.home-top ol li,
.entry-content ol li {
	list-style-type: decimal;
}

.home-top ul li,
.entry-content ul li {
	list-style-type: disc;
}

.home-top ol ol,
.home-top ul ul,
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */
.archive .navigation ul {

}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #fff;
	cursor: pointer;
	padding: 10px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #efefef;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
}

#comments a,
#respond a {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.ping-list,
#comments {
	margin-bottom: 48px;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	font-size: 12px;
	margin-bottom: 12px;
}

#comment {
	margin: 12px 0;
}

label {
	margin-left: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li ul li {
	border: 0;
	border-top: 3px solid #fff;
	margin: 10px;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	background: #f7f7f7;
	display: inline;
	line-height: 1.45;
	padding: 20px 20px 0;
}

.sidebar .widget,
.sidebar-bottom .sidebar-bottom-bottom .widget {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
	overflow: hidden;
}

.sidebar .tabber_widget,
.sidebar-bottom .widget,
.sidebar-bottom .widget .tabber_widget {
	background: #f7f7f7 !important;
	padding: 0 !important;
}

.sidebar .tabber_widget .widget_text {
	padding: 0;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	background: #efefef;
	clear: both;
	width: 100%;
}

#footer .wrap {
	border-top: 3px solid #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	max-width: 1000px;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	background: #efefef;
	clear: both;
	color: #444;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	width: 100%;
}

.footer-widgets .wrap {
	margin: 0 auto;
	width: 1000px;
}

.footer-widgets p,
.enews p {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 1%; /* 10px / 1000px */
}

#text-32 h4 {
	display: inline;
	float: left;
	line-height: 30px;
	margin-right: 10px;
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	width: 100%;
}

#search-3 {
}

#header .search-form {
	float: right;
	margin-top: 56px;
	width: 100%;
}

.search-form input {
	background: #fff url('images/search.png') center right no-repeat;
	border: 1px solid #ccc;
margin-bottom: 10px;
	padding-right: 20px;
}

.search-form input[type="submit"] {
	display: none;
	visibility: hidden;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #efefef;
	border: none;
	box-shadow: none;
	color: #444;
	cursor: pointer;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	padding: 8px 10px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #ddd;
}

#subscribe {
	clear: both;
	margin-bottom: 20px;
}

.enews {
	padding: 0 20px;
}

.enews input[type="submit"] {
	background: #4c82ae;
	border: 0;
	color: #fff;
	float: right;
	margin: 0;
	overflow: hidden;
	padding: 4px 5px 3px;
	position: relative;
	width:;
}

#subbox {
	background-color: #efefef;
	border: 0px;
	margin: 0;
	padding: 7px 10px;
	width: 70%;
}

/* 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;
	padding: 16px;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
}

.gallery-caption {
}

/*
14 Ziplist & EasyRecipe Plugin Customizations
---------------------------------------------------------------------------------------------------- */

#zlrecipe-container-1, .easyrecipe {
	background: #efefef !important;
	border: 0 !important;
	padding: 20px !important;
}

#zlrecipe-title,
.h-1,
.h-4,
.ERSName,
.ERSHeading,
.ERSNotesHeader {
	color: #572641;
	font-family: 'Oswald', serif !important;
	font-weight: 300 !important;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#zlrecipe-title {
	font-size: 20px !important;
}

.h-4 {
	font-size: 16px !important;
}

#zlrecipe-container .border-bottom,
#zlrecipe-container .b-b {
	border-bottom: 1px solid #fff !important;
}

.zl-recipe-link a.butn-link,
a.ERSSaveBtn {
	background-image: url("images/save.png") !important;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	font-size: 0px !important;
	height: 22px !important;
	margin: 0 0 5px 0 !important;
	width: 120px !important;
}

.zl-recipe-link a.butn-link:hover,
a.ERSSaveBtn: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,
a.ERSPrintBtn {
	background-image: url("images/print.png") !important;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block !important;
	font-size: 0px !important;
	height: 22px !important;
	margin: 0 !important;
	width: 120px !important;
}

#zlrecipe-container .zlrecipe-print-link a:hover,
a.ERSPrintBtn:hover {
	background-image: url("images/printhover.png") !important;
	text-decoration: none;
}

.ERSPrintBtn p {
	display: none;
	visibility: hidden;
}

#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;
}

.easyrecipe .ERSHead {
	color: #444 !important;
	float: left;
	font: 13px georgia, serif !important;
	margin-right: 15px;
	margin-top: 10px;
}

.ERSIngredients {
	border-top: 3px solid #fff;
	padding-top: 10px !important;
}

.easyrecipe .ERSIngredients .ingredients li {
	list-style-type: none !important;
}

.ERSRatings {
	clear: both !important;
	display: block !important;
	float: right !important;
	margin: 0 0 0 10px;
}

div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ziplist-link.ERSSaveBtn,
div.easyrecipe div.ERSSavePrint .ERSSaveBtnSpan .ziplist-button.ERSSaveBtn {
	background-color: transparent !important;
}

.ERSSaveIcon,
.ERSPrintIcon {
	display: none;
	visibility: hidden;
}

.ERSHead {
	font-family: arial, sans-serif !important;
}

div.easyrecipe .nutrition {
	display: none;
	visibility: hidden;
}

/*
15 Misc Widget Customizations
---------------------------------------------------------------------------------------------------- */
.sidebar .featuredpost .post {
	margin: 0px;
}

.sidebar .featuredpost .post h2,
.sidebar .featuredpost .post h2 a,
.tabber-widget-basic-light .featuredpost .post h2,
.tabber-widget-basic-light .featuredpost .post h2 a {
	color: #572641 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	margin: 5px 0 10px;
	text-align: center;
}

#text-24 {
	background: #f7f7f7;
	height: 34px;
	padding: 0;
}

#text-24 h4 {
	color: #a4b2b7;
	display: inline;
	float: left;
	font-size: 20px;
	line-height: 34px;
	margin: 0 30px 0 10px;
}

.sidebar-bottom-left a {
	text-transform: none;
}

.tabber-widget-basic-light ul.tabber-widget-tabs {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a {
	background: #a4b2b7 !important;
	border: 1px solid ##a4b2b7;
	color: #fff !important;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	letter-spacing: 2px;
	margin: 1px 3px -2px 0 !important;
	text-transform: uppercase;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a.selected {
	background: #fff !important;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff !important;
	color: #a4b2b7 !important;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	margin-bottom: -1px !important;
	text-transform: uppercase;
}

.tabber-widget-basic-light ul.tabber-widget-tabs a:hover {
	background: #fff !important;
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff !important;
	color: #8c8c8d !important;
	font-family: 'Oswald', sans-serif;
	font-size: 12px;
	margin-bottom: -1px !important;
	text-transform: uppercase;
}

.tabber-widget-basic-light .tabber-widget-content {
	background: #fff !important;
	border: 1px solid #ddd;
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 20px 5px 0 !important;
}

.tabber-widget-basic-light .featuredpost .gfwa-even {
	clear: none;
	display: inline;
	float: left;
	height: 217px;
	margin: 0 0 10px 2%;
	width: 46%;
}

.tabber-widget-basic-light .featuredpost .gfwa-odd {
	clear: none;
	display: inline;
	float: right;
	height: 217px;
	margin: 0 2% 10px 0;
	width: 46%;
}

.archive .teaser,
.search .teaser,
.tag .teaser {
	height: 250px;
}

.teaser .entry-content,
.teaser .post-info,
.teaser .post-meta {
	display: none;
	visibility: hidden;
}

.archive .post,
.search .post,
.tag .post {
	margin-bottom: 20px;
}

.archive .teaser h2,
.archive .teaser h2 a,
.search .teaser h2,
.search .teaser h2 a,
.tag .teaser h2,
.tag .teaser h2 a {
	font-size: 16px;
	height: 62px;
	text-align: center;
}

.teaser .post-image {
	display: inline;
	margin: 0 24px 5px 0;
}

.home .featuredpost p,
#older p {
	line-height: 1.625;
	margin-bottom: 26px;
}

.home img.aligncenter {
	display: block;
	margin: 0 auto 12px;
}

.home .entry-content a {
	border: none;
}

.home-bottom .featuredpost .post-info,
.older-top .featuredpost .post-info {
	clear: none;
}

#text-38 {
	clear: both;
	float: none;
	height: 24px;
	margin: 0 0 10px 20px;
	width: 600px;
}

.recipe-index #content .widget {
    padding-bottom: 10px;
    width: 100%;
}

.recipe-index #content h4 {
	background: #f7f7f7;
	color: #a4b2b7;
	margin: 0 0 10px;
	padding: 10px;
	text-align: left;
}

.recipe-index #content .featuredpost .post {
	margin: 0;
	width: 285px;
}

.recipe-index #content .featuredpost h2,
.recipe-index #content .featuredpost h2 a {
	color: #444 !important;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: normal;
	height: auto;
	letter-spacing: 0;
	padding: 2px 0;
	text-align: left;
	text-transform: none;
}

.recipe-index #content .featuredpost h2 a:hover {
	text-decoration: underline;
}

.recipe-index #content .more-from-category a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	padding: 5px 0 0;
	text-transform: uppercase;
}

.post-bottom {
	background: #efefef;
	margin: 20px auto 0;
	padding: 10px;
	max-width: 300px;
}

.af-form-wrapper {
	color: #8c8c8d;
	background: #fff;
	font-size: 12px;
	margin-bottom: 20px;
	max-width: 100% !important;
	padding: 20px;
	text-align: center;
}

.af-form-wrapper h4 {
	color: #572641;
	font-size: 20px;
	text-align: center;
}

.af-form {
	margin: 10px 0;
}

.af-form-wrapper input {
	background: #efefef;
	border: 0;
	float: left;
	margin: 0 3px 0 0;
}

.af-form-wrapper button, .af-form-wrapper input[type="button"], .af-form-wrapper input[type="submit"] {
	background: #4C82AE;
	border: 0;
	color: #ffffff;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	margin: 0 0 0 -3px;
}

.privacyPolicy p {
	clear: both;
	display: block;
	float: none;
	font-size: 10px;
}

/* Button CSS ----------- */

.sidebar-button {
	margin-top: 25px;
	margin-bottom: 35px;
	font-size: 22px;
}

.button-purple {
    padding: 7px 12px;
    background-color: #5c1e40;
    border: 1px solid #5c1e40;
		font-size: 18px;
}

.button-purple:hover {
    text-decoration: none;
    background-color: #a9899b;
    border: 1px solid #a9899b;
}

/** CSS for Previous & Next Post Links in Single Page */

#prev-next {  clear: both; float: left; margin:10px 0; line-height: 1.25; width: 100%;}
#prev-next .prev-link {float: left;width: 50%;text-align: left;}
#prev-next .prev-link a {float: left;text-align: left;}
#prev-next .next-link {float: right;width: 50%;text-align: right;}
#prev-next .next-link a {float: right;text-align: right;}
#prev-next a{text-decoration: none; font-weight: normal; }
#prev-next a:hover { text-decoration: none; }

/* Making Money from a Food Blog Cateogry Page ----------- */

.category-7 .breadcrumb {
	display: none;
}

.category-7 h1.archive-title {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 15px;
}

/* Tasty Food Photography Discounts and Coupons Page ----------- */

.page-id-22559 h1.entry-title {
	text-align: center;
	font-size: 42px;
	margin: 12px 0 0 6px;
}

/* Food Photography Posts - Focus Styling (no sidebare)  

.post-22009 = http://pinchofyum.com/5-ways-to-improve-your-food-photography-with-artificial-light
.post-16520 = http://pinchofyum.com/the-evolution-of-a-food-photo
.post-13238 = http://pinchofyum.com/ten-more-household-items-that-can-improve-your-food-photos
.post-12973 = http://pinchofyum.com/ten-household-items-that-can-improve-your-food-photography
.post-3657 = http://pinchofyum.com/tasty-food-photography-book
.post-16051 = http://pinchofyum.com/artificial-lighting-tips-for-food-photography
.post-18540 = http://pinchofyum.com/food-photography-10-tips-for-the-pour-shot
.post-1907 = http://pinchofyum.com/food-photography-faq
.post-12741 = http://pinchofyum.com/new-tasty-food-photography-giveaway
.post-13553 = http://pinchofyum.com/behind-scenes-5-practical-tips-food-photography

----------- */

.post-22009 h1.entry-title,
.post-16520 h1.entry-title,
.post-13238 h1.entry-title,
.post-12973 h1.entry-title,
.post-3657 h1.entry-title,
.post-16051 h1.entry-title,
.post-18540 h1.entry-title,
.post-1907 h1.entry-title,
.post-12741 h1.entry-title,
.post-13553 h1.entry-title {
	text-align: center;
	font-size: 52px;
	max-width: 800px;
	margin: 0 auto;
}

.post-22009 .post-info .published,
.post-22009 .optin,
.post-22009 .optin2,
.post-22009 .post-bottom.widget-area,
.post-22009 #prev-next,
.post-16520 .post-info .published,
.post-16520 .optin,
.post-16520 .optin2,
.post-16520 .post-bottom.widget-area,
.post-16520 .pintie.deux,
.post-16520 #prev-next,
.post-13238 .post-info .published,
.post-13238 .optin,
.post-13238 .optin2,
.post-13238 .post-bottom.widget-area,
.post-13238 .pintie.deux,
.post-13238 #prev-next,
.post-12973 .post-info .published,
.post-12973 .optin,
.post-12973 .optin2,
.post-12973 .post-bottom.widget-area,
.post-12973 .pintie.deux,
.post-12973 #prev-next,
.post-3657 .post-info .published,
.post-3657 .optin,
.post-3657 .optin2,
.post-3657 .post-bottom.widget-area,
.post-3657 #prev-next,
.post-16051 .post-info .published,
.post-16051 .optin,
.post-16051 .optin2,
.post-16051 .post-bottom.widget-area,
.post-16051 .pintie.deux,
.post-16051 #prev-next,
.post-18540 .post-info .published,
.post-18540 .optin,
.post-18540 .optin2,
.post-18540 .post-bottom.widget-area,
.post-18540 .pintie.deux,
.post-18540 #prev-next,
.post-1907 .post-info .published,
.post-1907 .optin,
.post-1907 .optin2,
.post-1907 .post-bottom.widget-area,
.post-1907 #prev-next,
.post-12741 .post-info .published,
.post-12741 .optin,
.post-12741 .optin2,
.post-12741 .post-bottom.widget-area,
.post-12741 #prev-next,
.post-13553 .post-info .published,
.post-13553 .optin,
.post-13553 .optin2,
.post-13553 .post-bottom.widget-area,
.post-13553 .pintie.deux,
.post-13553 #prev-next {
	display: none;
}

.post-22009 .pintie,
.post-16520 .pintie,
.post-13238 .pintie,
.post-12973 .pintie,
.post-3657 .pintie,
.post-16051 .pintie,
.post-18540 .pintie,
.post-1907 .pintie,
.post-12741 .pintie,
.post-13553 .pintie {
	margin: 0 auto 15px;
	max-width: 40px;
}

/* Tasty Food Photography Original Sales Page ----------- */

.page-id-1974 h1.entry-title {
	display: none;
}

.page-id-1974 a,
.post-3657 a {
	border-bottom: none;
}

.page-id-1974 .sales-quote {
	max-width: 600px;
}

.page-id-1974 a img:hover {
	opacity: .8;
}

.page-id-1974 h1 {
	text-align: center;
	font-size: 42px;
	margin: 12px 0 0 6px;
}

.page-id-1974 h2 {
	text-align: center;
	font-size: 24px;
	margin: 12px 0 0 6px;
}

.page-id-1974 img.drop-shadow {
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         3px 3px 5px 6px #ccc;
}

.page-id-1974 .footer-widgets,
.page-id-1974 .footer {
	display: none;
}

.page-id-3657 img.drop-shadow {
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         3px 3px 5px 6px #ccc;
}

.sales-quote {
	max-width: 580px;
	border: 4px dotted #333333;
	margin: 15px auto 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff url('https://d24iwyw0zgwyye.cloudfront.net/quote.png') no-repeat left top;
}

.sales-quote p.quote {
	padding: 20px 15px 0 20px;
	color: #333333;
	font-style: italic;
}

.sales-quote p.source {
	font-size: 13px;
	padding: 0 0 10px 20px;
	font-style: italic;
}

.sales-quote img {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 2px 10px 5px 5px;
	width: 100px;
	height: 100px;
}

.sales-quote a,
.sales-quote a:active,
.sales-quote a:hover {
	text-decoration: none;
	color: #333333;
}

/* Tasty Food Photography Test Sales Page (8591) ----------- */

.page-id-8591 h1.entry-title {
	display: none;
}

.page-id-8591 a {
	border-bottom: none;
}

.page-id-8591 .sales-quote {
	max-width: 600px;
}

.page-id-8591 a img:hover {
	opacity: .8;
}

.page-id-8591 h1 {
	text-align: center;
	font-size: 42px;
	margin: 12px 0 0 6px;
}

.page-id-8591 h2 {
	text-align: center;
	font-size: 24px;
	margin: 12px 0 0 6px;
}

.page-id-8591 img.drop-shadow {
	-moz-box-shadow:    3px 3px 5px 6px #ccc;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow:         3px 3px 5px 6px #ccc;
}

.page-id-8591 .footer-widgets,
.page-id-8591 .footer {
	display: none;
}

/* How to Start a Food Blog Page ----------- */

.page-id-483 h1 {
	font-size: 32px;
}

.page-id-483 h1.entry-title {
	text-align: center;
	font-size: 38px;
}

.page-id-483 .footer-widgets,
.page-id-483 .footer {
	display: none;
}

/* How to Start a Food Blog TEST Page ----------- */

.page-id-19463 h1 {
	font-size: 32px;
}

.page-id-19463 h1.entry-title {
	text-align: center;
	font-size: 38px;
}

.page-id-19463 .footer-widgets,
.page-id-19463 .footer {
	display: none;
}


/* Free Cookbooks Page ----------- */

.page-id-15445 h1 {
	font-size: 32px;
}

.page-id-15445 h1.entry-title {
	text-align: center;
	font-size: 38px;
	margin: 0 0 20px 0;
}

.page-id-15445 .footer-widgets,
.page-id-15445 .footer {
	display: none;
}

/* The Creamy Cauliflower Sauce and Everyday Healthy eCookbook Sales Page ----------- */

.page-id-13852 h1,
.page-id-17362 h1 { 
	font-size: 32px;
}

.page-id-13852 h1.entry-title {
	text-align: center;
	font-size: 38px;
}

.page-id-17362 h1.entry-title,
.page-id-17671 h1.entry-title {
	text-align: center;
	font-size: 52px;
}

.page-id-13852 .footer-widgets,
.page-id-13852 .footer,
.page-id-17362 .footer-widgets,
.page-id-17362 .footer {
	display: none;
}

/* Resources for Food Bloggers Page ----------- */

.page-id-476 h1 { 
	font-size: 32px;
}

.page-id-476 h1.entry-title {
	text-align: center;
	font-size: 38px;
}

.page-id-476 h1.entry-title {
	text-align: center;
	font-size: 52px;
}

.page-id-476 .footer-widgets,
.page-id-476 .footer {
	display: none;
}

.resources-wrap {
	margin: 40px 0 45px 0;
}

/* Affiliate Pages ----------- */

.page-id-3603 h1,
.page-id-16653 h1 {
	font-size: 32px;
}

.page-id-3603 h1.entry-title,
.page-id-16653 h1.entry-title {
	text-align: center;
	font-size: 38px;
}

.page-id-3603 .footer-widgets,
.page-id-16653 .footer-widgets,
.page-id-3603 .footer,
.page-id-16653 .footer {
	display: none;
}

/* The Tutorial Pages ----------- */

.page-id-13997 h1.entry-title {
	text-align: center;
	font-size: 38px;
}

.page-id-13997 .instructions img {
  -moz-box-shadow: 3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow: 3px 3px 5px 6px #ccc;
}

/* Custom Pin It Button Changes ----------- */

.pintie a, .reviews_tab a {
  border-bottom: 0;
}

.pintie {
  margin-bottom: 15px;
}

.deux {
  margin-top: -110px;
} 

/* Content Boxes ----------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
 
.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
 
.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}
 
.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
 
.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
 
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}  

/* Optins */

.optin1 {
    background: url('http://pinchofyum.com/wp-content/uploads/2014/05/optin1.png') top center no-repeat; 
    color: #444;
    font-family: Georgia, serif;
    font-style: italic;
    height: 317px; 
    margin: 0 auto;
    padding: 120px 20px 20px 30px; 
    width: 600px; 
    max-width: 100%;
}

.optin1 ul {
	margin: 10px 0 0 !important;
}
.optin1 li {
    font-family: 'Open Sans', serif;
    font-style: normal;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: .25px;
	list-style-type: none !important;
	margin-left: 0 !important;
	padding: 0 0 5px;
    text-transform: uppercase;
}

.optin1 .submit {
    margin: 30px 0 0;
}

.optin1 a.submit {
    background: #4c82ae;
    border-radius: 0;
    clear: both;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300 !important;
    padding: 14px 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.optin1 a.submit:hover {
    background: #fff;
    border: 1px solid #4c82ae;
    color: #4c82ae;
    text-decoration: none;
}

.optin2 {
    background: url('http://pinchofyum.com/wp-content/uploads/2014/05/optin2.png') top center no-repeat; 
    color: #fff;
    font-family: Georgia, serif;
    font-style: italic;
    height: 317px; 
    margin: 0 auto;
    padding: 120px 70px 20px 300px; 
	text-align: center;
    width: 600px; 
    max-width: 100%;
}

.optin2 .submit {
    margin: 30px 0 0;
}

.optin2 a.submit {
    background: #4c82ae;
    border-radius: 0;
    clear: both;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-style: normal;
    font-weight: 300 !important;
    padding: 14px 40px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.optin2 a.submit:hover {
    background: #fff;
    border: 1px solid #4c82ae;
    color: #4c82ae;
    text-decoration: none;
}


.optin1,
.optin2 {
  margin: 40px auto;
  padding: 0 !important;
  height: 400px;
  clear:both;
}
.optin1 {
  	background: url('http://www.pinchofyum.com/wp-content/themes/pinch/images/optin1.png') top center no-repeat;
}

.optin1 .ois-design {
  padding: 120px 20px 20px 30px;
     clear:both;
  margin-bottom: 40px;
  overflow: hidden;
}

.optin2 {
  	background: url('http://www.pinchofyum.com/wp-content/themes/pinch/images/optin2.png') top center no-repeat;
}

.optin2 .ois-design {
  padding: 120px 30px 20px 270px;
  clear:both;
  margin-bottom: 40px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) 
{
    #header {
  border-bottom: 3px solid #efefef;
  margin: 0 auto;
  min-height: 125px;
  overflow: hidden;
  width: 100%;
}

#header #title-area {
  background: rgba(0, 0, 0, 0) url("http://www.4hourbodygirl.com/wp-content/uploads/2015/04/4-hour-body-girl-logo.png") no-repeat scroll left top;
  width: 90%;
}
  
 .optin1,
.optin2 {
    height:  240px !important;
    margin-bottom: 40px;
    padding: 20px !important;
  }
  
  .optin1 .ois-design,
.optin2 .ois-design {
	padding: 10px;
}
}

/* Optin Hiding for Important Pages */

.postid-18830 .optin1,
.postid-18830 .optin2,
.postid-3657 .optin1,
.postid-3657 .optin2 {
	display: none;
}

/*
16 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (max-width: 1024px) {
	
	 #header {
  border-bottom: 3px solid #efefef;
  margin: 0 auto;
  min-height: 125px;
  overflow: hidden;
  width: 90%;
}

#header #title-area {
  background: rgba(0, 0, 0, 0) url("http://www.4hourbodygirl.com/wp-content/uploads/2015/04/4-hour-body-girl-logo.png") no-repeat scroll left top;
  width: 90%;
}
	#sidebar {
		display: none;
	}

	#wrap {
		max-width: 960px;
	}

	.footer-widgets .wrap {
		max-width: 940px;
		padding: 0 20px;
	}

	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4{
		float: left;
		margin-left: 5px;
	}

	.footer {
		padding: 0 20px;
	}

}

/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {
	
	#sidebar {
		display: none;
	}

	#wrap {
		padding: 0 5%;
	}

	.wrap,
	#footer .creds,
	#footer .gototop,
	#header .widget-area,
	#inner,
	#title-area,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}

	#wrap .sidebar {
		width: 95%;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	#title {
		margin: 16px 0;
	}

	#header .search-form {
		margin: 32px auto 0;
		width: 50%;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	#footer .wrap {
		padding: 24px 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}

	.home-bottom {
		width: 100%;
	}

	.genesis-nav-menu li {
		line-height: 10px;
	}

	.genesis-nav-menu a {
		padding: 6px;
	}

	#search-3 {
		margin: 0 auto;
	}

	.search-form input {
		width: 95%;
	}

	.tabber_widget {
		margin: 0 auto;
		width: 340px;
	}

	.footer-widgets .wrap {
		max-width: 100%;
	}

	.footer-widgets .widget {
		padding: 0 !important;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 300px;
		max-width: 100%;
	}

}

/* iPhones (portrait and landscape) ----------- */

@media only screen and (max-width: 480px) 
{
     #header {
  border-bottom: 3px solid #efefef;
  margin: 0 auto;
  min-height: 125px;
  overflow: hidden;
  width: 100%;
}

#header #title-area {
  background: rgba(0, 0, 0, 0) url("http://www.4hourbodygirl.com/wp-content/uploads/2015/04/4-hour-body-girl-logo.png") no-repeat scroll left top;
  width: 90%;
}
	
	#sidebar {
		display: none;
	}

	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%;
	}

	.sidebar {
		width: 100%;
		padding: 0px;
	}

	.home a.more-link,
	.older-top .featuredpost a.more-link  {
		margin: 0;
	}

	.home .alignleft {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto 10px;
	}

	.home .entry-title,
	.home .entry-title a,
	.home .post-info {
		text-align: center;
	}

	.teaser .post-image {
		clear: both;
		display: block !important;
		float: none;
		margin: 0 auto 5px !important;
	}

	.single .optin1 {
		background: #efefef;
		background-image: none;
		height: auto; 
		margin: 0 auto;
		padding: 40px 20px; 
		text-align: center;
		width: auto;
	}
	
	.single .optin2 {
		background: #444;
		background-image: none;
		height: auto; 
		margin: 0 auto;
		padding: 40px 20px; 
		text-align: center;
		width: auto;
	}
	
	.single .optin1 ul li,
	.single .optin2 ul li {
		margin-left: 0;
	}

}

/* Smaller Screens ----------- */

@media only screen and (max-width: 320px) 
{
	#sidebar {
		display: none;
	}
	
	#text-24 {
	height: auto;
	text-align: center;
	}

	#text-24 h4 {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
	}

	.tabber_widget {
		display: none;
		visibility: hidden;
	}

	#subbox {
	width: 70%;
	}

	.post-image {
		clear: both;
		display: block;
		float: none;
		margin: 0 auto;
	}

	.sidebar-bottom-left {
		float: none;
		margin-top: 10px !important;
		width: 100%;
	}

	.sidebar-bottom-right {
		float: none;
		width: 100%;
	}

	.ERSSavePrint {
		clear: both !important;
		display: block !important;
		float: none !important;
		margin: 0 auto 5px !important;
		text-align: center !important;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		float: none;
		margin: 0 auto;
		width: 100%;
	}

}



#header #title-area {
  background:url(http://www.4hourbodygirl.com/wp-content/uploads/2015/04/4-hour-body-girl-logo.png) no-repeat top left;
  width:90%;
}

#title {
  position: relative;
  height: 150px;
  width: 250px;
  clear: both;
  float: left;
  line-height: 1;
  margin: 10px 0 8px;
}
#title a{
position:absolute;
text-indent:-9999px;
}
