/*
	Theme Name: DIYNatural Pro - CLEAN
	Description: Child theme for the Genesis Framework for DIYNatural
	Author: Jesse Petersen
	Author URI: http://www.petersenmediagroup.com
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.0

	Template: genesis
	Template Version: 2.0.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v3.0.0 | 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:#000}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"],
.genesis-grid-even,
.genesis-grid-odd,
.sidebar,
.search-form input,
.content-sidebar .content-sidebar-wrap,
.content-sidebar-wrap .content,
content-sidebar .content,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.full-width-content.landing .content,
.full-width-content .content,
.full-width-content .content-sidebar-wrap,
.landing .wrap,
.sidebar-content .content,
.sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-wrap,
.site-footer .wrap,
.footer-widgets,
.footer-widgets .wrap,
.site-header,
.sidebar-primary-alt,
.feat,
.feat a.perm,
.marketplace-logo,
.mkt-entry,
.mkt-shelf,
.post_details {
	-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,
.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,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* Base CSS
--------------------------------------------- */

body {
	background-image: url(images/bg.png);
	background-attachment: fixed;
}

a {
	color: #8a6cd0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.half {
	width: 49%;
	float: left;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.hr {
	clear: both;
	border-bottom: 1px solid #cecece;
	width: 100%;
	padding-top: 20px;
}

input {
	height: 35px;
	background-color: #f5f2e4;
	border: 1px solid #ede9d9;
	padding-left: 10px;
	float: left;
}

textarea {
	background-color: #f5f2e4;
	border: 1px solid #ede9d9;
	padding-left: 10px;
}

input.name {
	width: 150px;
	margin-left: 20px;
}

input.email {
	width: 200px;
	margin-left: 10px;
}

.button,
.wpcf7-submit {
	background: #4ac6c2;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #225e5c;
	color: #225e5c;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 2px 10px 4px;
	text-decoration: none;
}

.button:hover,
.wpcf7-submit:hover {
	background: #4cdad5;
}

.wpcf7-submit {
	margin-top: 10px;
}

input.button:hover {
	cursor: pointer;
}

img.circle {
	position: absolute;
	bottom: 0;
	right: 10px;
}

.single .entry-content img,
.page-template-default .entry-content img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.sidebar img {
	max-width: 100%;
	height: auto;
}

.sidebar img.about-image {
	margin-top: 10px;
}

.pinterest-button img {
	height: auto;
	width: auto;
}


/* Typography
--------------------------------------------- */

body,
p {
	font-family: 'Bitter', sans-serif;
	font-weight: 400;
	color: #626053;
	line-height: 1.42em;
	font-size: 16px;
	margin: 0 0 25px;
}

blockquote p {
	background: url(images/bg-quote1.png) no-repeat;
	color: #a5a4a4;
	font-style: italic;
	margin: 30px;
	padding: 30px 30px 30px 50px;
}

li.copy {
	font-style: oblique;
	font-family: 'Lato', sans-serif;
	color: #5f5737;
	line-height: 25px;
	font-size: 14px;
}

.widget-wrap h4.widgettitle,
.widget-wrap h3.widgettitle {
	color: #766e50;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 10px 0 20px;
	padding-left: 0;
}

.sidebar .widget-wrap h4.widgettitle,
.sidebar .widget-wrap h3.widgettitle {
	color: #fff;
	font-size: 30px;
	background-color: #555;
	padding: 13px 10px;
	width: 320px;
	margin: -10px 0 0 -10px;
}

.single .entry-content h2,
.page-template-default .entry-content h2 {
	text-align: left;
	font-family: 'Bitter', sans-serif;
	color: #d8669c;
	font-size: 36px;
	font-weight: 400;
}

.home .entry-content h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

/*.archive h2.entry-title a {
	line-height: 1.7em;
	font-size: 24px;
}*/

.single .post.type-post.entry .entry-content h3,
.page-template-default .entry-content h3,
.diy-marketplace-single .entry-content h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #eb6a37;
	font-size: 30px;
	line-height: 1em;
}

.single .post.type-post.entry .entry-content h4,
.diy-marketplace-single .entry-content h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #40ce79 !important;
	font-size: 24px;
}

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1000px;
}

.site-inner {
	clear: both;
	overflow: hidden;
}

/* ## Screen reader text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
	color: #333;
	background: #fff;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

/* Header
--------------------------------------------- */

.site-header .wrap {
	background-color: #fff;
	height: 136px;
	margin-top: 40px;
	padding: 25px;
	width: 100%;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.title-area {
	width: 332px;
	height: 128px;
	margin-top: -56px;
	margin-left: 0;
	float: left;
	text-align: left;
	text-indent: -9999px;
}

.site-title {
	float: none;
	text-align: center;
}

.site-title a {
	display: block;
	width: 400px;
	height: 200px;
	float: left;
}

.site-description {
	text-indent: -9999px;
}

.nav-header {
	float: right;
	display: block;
	width: 550px;
	min-height: 40px;
	text-align: right;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:	all 0.4s ease-in-out;
	transition:		 all 0.4s ease-in-out;
}

.nav-primary input,
.nav-header input {
	width: 165px;
	height: 25px;
	background-color: #f5f2e4;
	color: #9b926e;
	font-size: 12px;
	border: 1px solid #ede9d9;
	background-image: url(images/glass.png);
	background-repeat: no-repeat;
	background-position-y: 8px;
	background-position-x: 9px;
	padding-left: 30px;
	float: right;
	background-position: 9px 8px;
}

.nav-primary input[type=submit],
.nav-header input[type=submit] {
	display: none;
}

/* Menus
--------------------------------------------- */

.nav-header ul.menu-header {
	margin: 0;
	padding: 0;
	float: right;
}

.nav-header li {
	float: left;
	margin-left: 12px;
	list-style-type: none;
	height: 25px;
	color: #9b926e;
	margin-right: 10px;
}

.nav-header li.first {
	list-style: none !important;
}

.nav-header li:last-child,
.nav-primary li:last-child,
.social-nav li:last-child {
	margin-right: 0px;
}

.nav-header li a {
	line-height: 25px;
	text-decoration: none;
	color: #9b926e;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 14px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.nav-header .current-menu-item a {
	color: #333022;
}

.nav-header input {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 12px;
	width: 165px;
	height: 25px;
	background-color: #f5f2e4;
	color: #9b926e;
	border: 1px solid #ede9d9;
	background-image: url(images/glass.png);
	background-repeat: no-repeat;
	background-position-y: 8px;
	background-position-x: 9px;
	padding-left: 30px;
	float: right;
	background-position: 9px 8px;
}

.social-nav {
	width: 578px;
	float: right;
	overflow: hidden;
}

.social-nav ul {
	float: right;
	margin-top: 0;
	padding-top: 0
}

.social-nav ul li {
	background-image: url(images/social.png);
	display: block;
	float: left;
	height: 43px;
	width: 45px;
	margin-right: 7px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.social-nav ul li a {
	text-indent: -9999px;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.social-nav li.a {
	background-position-x: 0;
	background-position: 0 0;
}

.social-nav li.b {
	background-position-x: -52px;
	background-position: -52px 0;
}

.social-nav li.c {
	background-position-x: -104px;
	background-position: -104px 0;
}

.social-nav li.d {
	background-position-x: -156px;
	background-position: -156px 0;
}

.social-nav li.e {
	background-position-x: -208px;
	background-position: -208px 0;
}

.social-nav li.f {
	background-position-x: -260px;
	background-position: -260px 0;
}

.social-nav li.g {
	background-position-x: -312px;
	background-position: -312px 0;
}

.social-nav li.h {
	background-position-x: -362px;
	background-position: -362px 0;
	width: 89px;
}

.social-nav li.h p,
.footer-widgets .social-nav li.h p  {
	text-indent: 2px;
	font: 600 18px 'Lato', sans-serif;
	color: #fff;
	padding: 0 0 0 13px;
	margin: 2px 5px 0 0 !important;
}

.social-nav li.h p span,
.footer-widgets .social-nav li.h p span {
	display: block;
	text-indent: 5px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

.social-nav li.a:hover,.social-nav li.b:hover, .social-nav li.c:hover, .social-nav li.d:hover, .social-nav li.e:hover, .social-nav li.f:hover, .social-nav li.g:hover {
	background-image: url(images/social_hover.png);
}

.nav-primary {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
}

.nav-primary {
	clear: both;
	line-height: 1;
	width: 100%;
	text-align: center;
	list-style-type: none;
	padding: 15px 0;
}

.nav-primary ul {
	margin: 4px 0;
	padding: 0;
}

.nav-primary li {
	float: none;
	margin: -6px 6px;
}

.nav-primary .menu-item {
	display: inline-block;
}

.nav-primary li a {
	color: #468017;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}

.nav-primary li a:hover,
.nav-primary .current-menu-item > a {
	color: #fff;
	text-decoration: none;
}

.nav-primary > .first > a {
	padding: 20px 16px;
}

.nav-primary > .last > a {
	padding: 20px 16px;
}

.nav-secondary {
	position: relative;
	height: 63px;
	margin: 20px auto 33px;
}

.nav-secondary ul {
	background-color: #fff;
	text-align: center;
	padding: 0;
	margin: 7px 0;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.nav-secondary ul a {
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 63px;
	display: block;
	width: 100%;
	height: 100%;
}

.nav-secondary ul li {
	display: inline-block;
	float: none;
	background-image: url(images/subnav.png);
	background-position-y: 10px;
	background-repeat: no-repeat;
	text-indent: 40px;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.nav-secondary ul li a {
	margin-right: 45px;
}

.nav-secondary ul li a:last-child {
	margin-right: 0;
}

.nav-secondary ul li.a {
	width: 150px;
	background-position: 15px 10px;
}

.nav-secondary ul li.b {
	width: 145px;
	background-position: -158px 10px;
}

.nav-secondary ul li.c {
	width: 139px;
	background-position: -293px 10px;
	text-indent: 50px;
}

.nav-secondary ul li.d {
	width: 140px;
	background-position: -425px 10px;
	text-indent: 45px;
}

.nav-secondary ul li.e {
	width: 135px;
	background-position: -573px 10px;
}

.nav-secondary ul li.f {
	width: 180px;
	background-position: -713px 10px;
}

.nav-secondary ul li.a a {
	color: #8a6cd0;
}

.nav-secondary ul li.b a {
	color: #4dc7c3;
}

.nav-secondary ul li.c a {
	color: #eb6a37;
}

.nav-secondary ul li.d a {
	color: #68BB22;
}

.nav-secondary ul li.e a {
	color: #eeab39;
}

.nav-secondary ul li.f a {
	color: #d8669c;
}

.nav-secondary ul li.a:hover, .nav-secondary ul li.b:hover, .nav-secondary ul li.c:hover, .nav-secondary ul li.d:hover, .nav-secondary ul li.e:hover, .nav-secondary ul li.f:hover {
	background-image: url(images/subnav_hov.png);
}

.nav-secondary ul li.a:hover a, .nav-secondary ul li.b:hover a, .nav-secondary ul li.c:hover a, .nav-secondary ul li.d:hover a, .nav-secondary ul li.e:hover a, .nav-secondary ul li.f:hover a {
	color: #777466;
}

/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	display: none;
}


/* Content (general)
--------------------------------------------- */

.content {
	max-width: 660px;
	background-color: #fff;
	padding: 20px;
	display: block;
	float: left;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

h1.entry-title {
	text-align: left;
	color: #604e8e;
	font-size: 40px;
	margin: 0;
	padding: 20px 20px 30px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
	line-height: 1em;
}

.entry-title a {
	color: #eb6a37;
	font-size: 36px;
}

.entry-title a:hover {
	text-decoration: none;
	color: #604e8e;
}


/* Content (posts)
--------------------------------------------- */

.single-header {
	width: 100%;
	background-color: #fff;
}

.post_ribbon_long {
	width: 100%;
	height: 30px;
	background-color: rgba(94,194,11,0.7);
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
	text-transform: uppercase;
}

.post_ribbon_long a {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}

.entry-content {
	display: block;
	position: relative;
}

.entry-content p,
.entry-content ul li,
.entry-content ol li {
	font-size: 16px;
	margin: 0 0 25px;
}

.entry-content p {
	line-height: 1.8em;
}

.entry-content ul,
.entry-content ol {
	margin-left: 20px;
}

.entry-content ul li,
.entry-content ol li {
	margin: 0;
	line-height: 23px;
	margin-bottom: 15px;
}

.entry-content img {
	margin-right: 20px;
}

.entry-content .aligncenter {
	margin: 20px auto 0;
	display: block;
}

.entry-content .alignleft {
	float: left;
	margin: 5px 10px 5px;
}

.entry-content .alignright {
	float: right;
	margin: 5px 0 5px 10px;
}

/* Comments --------------------------*/

p.ftc-disclosure {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	margin-top: 16px;
}

.author-box {
	width: 100%;
	min-height: 110px;
	background-color: #f9f6e7;
	border: 1px solid #b3aa7f;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 7px;
}

.author-box img {
	float: left;
	width: 102px;
	height: 102px;
	border: 4px solid #fff;
	margin: 0 10px 10px 0;
}

.author-box h1 {
	display: none;
}

.author-box strong,
h3.author-box-title {
	color: #68bb22;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	margin: 0;
}

.author-box strong {
	margin-top: 0;
	color: #68bb22;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
}

.author-box p {
	color: #5b584b;
	line-height: 26px;
	font-size: 14px;
}

.entry-comments h3 {
	display: none;
}

#respond {
	clear: both;
	margin-top: 40px;
}

.comment-policy-box {
	font-family: 'Bitter', sans-serif;
	font-weight: 400;
	color: #626053;
	border: 2px solid #a1a1a1;
	margin-top: 20px;
	padding: 10px 30px 4px;
	background: #f2f2f2;
	width: 100%;
	border-radius: 25px;
}

.comment-policy-box h4 {
	line-height: 0px;
	font-size: 20px;
	margin-bottom: 30px;
}

#comment-policy {
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
}

.comment-form p {
	display: block;
	clear: both;
}

#commentform input {
	background: #f9f6e7;
	clear: both;
	margin-right: 20px;
	width: 60%;
	margin-bottom: 10px;
	border: 1px solid #e3e1d5;
}

#commentform label {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #87857c;
	line-height: 40px;
	padding-bottom: 10px;
	float: left;
}

#commentform .required {
	color: #f17154;
}

#commentform textarea {
	width: 90%;
	background-color: #f9f6e7;
	border: 1px solid #e3e1d5;
	padding: 5px;
}

#commentform input[type=submit] {
	background: #4ac6c2;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	width: auto;
	height: auto;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 10px;
	text-decoration: none;
}

#commentform input[type=submit]:hover {
	background: #54e0db;
	cursor: pointer;
}

.entry-comments .comment-reply-link {
	font: 700 16px 'Lato', sans-serif;
	color: #7dc341;
}

.entry-comments .comment-reply-link:hover {
	color: #eb6a37;
	text-decoration: none;
}

p.comment-author,
p.comment-author a {
	width: auto;
	display: block;
	color: #8a6cd0 !important;
	font-weight: 700;
	float: left;
	margin: 0;
}

p.comment-author a:hover {
	text-decoration: none;
}

.bypostauthor cite,
.comment-author cite,
.comment-author cite a {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #8a6cd0;
	font-style: normal;
}

.comment-author cite a:hover {
	color: #eb6a37;
	text-decoration: none;
}

.entry-comments .avatar {
	border: none;
	float: left;
	margin: 0 10px 10px 0;
}

.entry-comments p.comment-meta,
.entry-comments p.comment-meta a {
	font: 400 9px 'Lato', sans-serif;
	float: right;
	color: #959181;
	text-transform: uppercase;
	vertical-align: -webkit-baseline-middle;
	padding-left:10px;
}

.comment-content p {
	font: 400 14px/24px 'Bitter', sans-serif;
	color: #5b584b;
	float: none;
	clear: left;
	margin-bottom: 10px !important;
}

ol.comment-list {
	background-color: #fff;
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
}

ol.comment-list li {
	padding-top: 20px;
}

ol.comment-list a {
	color: #8a6cd0;
}

div.comment-reply {
	text-align: right;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	border-bottom: 1px dotted #a1a1a1;
	margin-bottom: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
}

.entry-comments ul.children {
	margin: 0;
	padding: 0;
}

ul.children li {
	list-style: none;
	padding-left: 40px;
	padding-top: 20px;
}

.entry-comments .children .comment-header {
	border-left: 2px solid #eeab39;
	padding-left: 5px;
}

.entry-comments .children {
	overflow: hidden;
}

.entry-comments .says {
	display: none;
}

.entry-comments .comment-content img {
	width: auto;
	height: auto;
	border: none;
}


/* Featured/Related (posts)
--------------------------------------------- */

.featuredblock {
	background-color: #fff;
	font-size: 14px;
	padding: 12px;
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
	display: none;
}

.feat-wrap {
	width: 760px;
	height: 100%;
	position: relative;
	float: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.feat img {
	width: 120px;
	height: 80px;
	float: left;
	margin: 0 12px 0 0;
}

.feat {
	height: 90px;
	float: left;
	border-right: 2px solid #68BB22;
	margin: 0 12px 0 0;
	padding: 6px 15px 6px 0;
}

.feat:nth-child(4),
.feat:nth-child(5) {
	display: none;
}

.feat:nth-child(3) {
	margin: 0;
	border: 0;
}

.feat a.perm {
	width: 90px;
	float: left;
	font-family: 'Lato', sans-serif;
	color: #000;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

.feat a:hover {
	color: #68BB22;
	text-decoration: none;
}


/* Content (pages)
--------------------------------------------- */

div.fb-share-button {
	width: 95px !important;
}

div.twitter-button {
	width: 78px !important;
}

/* Blog Index/Category archive
--------------------------------------------- */

.blog .content,
.archive .content,
.search .content {
	background: transparent;
	padding: 0;
}

.blog .content article.post,
.archive .content article.post,
.search .content article.post {
	background: #fff;
	padding: 10px 20px 20px;
	margin-bottom: 20px;
}

.archive .entry-meta,
.blog .entry-meta,
.search .entry-meta {
	width: 100%;
	height: 23px;
	background-color: #68BB22;
	color: #fff;
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
}

.archive .entry-meta a,
.blog .entry-meta a,
.search .entry-meta a {
	font-size: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 23px;
}

.archive p.entry-meta,
.blog p.entry-meta,
.search p.entry-meta {
	margin: 0;
}

.archive .category-name,
.search div.category-name {
	background-color: #555;
	padding: 20px;
	margin-bottom: 20px;
}

.archive .category-name h2,
.archive .category-name p,
.search .category-name h2,
.search .category-name {
	color: #fff;
	text-align: center;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.search .category-name {
	margin-bottom: 20px;
}

.archive .category-name h2,
.search .category-name p {
	margin-bottom: 20px;
}

.blog h2.entry-title,
.archive h2.entry-title,
.search h2.entry-title {
	margin: 0 0 10px;
	line-height: 1.7em;
	font-weight: normal;
}

.search .entry-content h2.entry-title {
	display: none;
}

h1.archive-title {
	display: none;
}

/* Front-page
--------------------------------------------- */

.home .content,
.diy-marketplace-archive .content,
.diy-marketplace-single .content {
	width: 100%;
	max-width: 1280px;
	background-color: transparent;
	padding: 0;
}

.about .banner {
	height: 50px;
	background-color: #68bb22;
	width: 100%;
}

.about .banner h2 {
	margin: 10px 0;
}

.about .block {
	background-color: #fff;
	width: 100%;
	min-height: 150px;
	margin: 0 auto 40px;
	padding: 20px;
}

.home-about h4.widgettitle {
	display: none;
}

.home-about p {
	color: #565340;
	font-size: 16px;
	line-height: 1.25em;
	padding: 0 0 0 160px;
	margin: 0 0 10px;
	display: block;
}

.home-about img.alignleft {
	display: block;
	float: left;
	width: 16%;
	height: auto;
	margin-top: 0;
}

.home_widget p {
	color: #565340;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	padding: 10px;
	margin: 0 0 10px;
	box-shadow: 0 1px 3px #ccc;
}

.home-widget {
	width: 32.25%;
	float: left;
	margin: 0 1.5% 25px 0;
	height: auto;
	max-height: 325px;
	background-color: #fff;
	display: block;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.home-widget:nth-child(3n+3) {
	margin-right: 0;
	float: right;
}

.home-widget .widget {
	width: 100%;
}

a.ir {
	display: block;
	border: 0;
	text-indent: -9999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
}

.home-widget ul {
	list-style: none;
}

.home-widget a {
	color: #6f6646;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 40px;
	font-size: 18px;
}

.home-widget .post-title {
	padding-left: 10px;
}

.home-widget a:hover {
	color: #3ece78;
	text-decoration: none;
}

.home-widget img {
	max-width: 100%;
	min-width: 100%;
	height: auto;
	display: block;
}

.home-widget .banner h2 {
	font-size: 20px;
	margin: 0;
}

.home-widget .block {
	min-height: 178px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}

.home-widget .trim_title h2 {
	padding-left: 5px;
}

.home .books {
	position: relative;
}

.home .books .upw-image {
	position: relative;
	top: 30px;
}

.home .books .upw-content {
	position: absolute;
	top: -2px;
	left: 10px;
}

.home .blog h2 {
	color: #fff;
	position: relative;
}

.home .blog h2 a {
	background: url(images/rss.png) no-repeat;
	width: 13px;
	height: 13px;
	display: block;
	position: absolute;
	right: 35px;
	top: 20px;
}

.home .watch h2 {
	position: relative;
}

.home .watch h2 a {
	background: url(images/yt.png) no-repeat;
	width: 20px;
	height: 21px;
	display: block;
	position: absolute;
	right: 105px;
	top: 14px;
}

.block.home-email {
	position: relative;
}

.block.home-email .gform_widget {
	padding: 20px 7px 0;
	width: 93%;
	margin: 0 auto;
}

.block.home-email .gform_wrapper .top_label input.large {
	width: 100%;
}

.block.home-email .gform_wrapper {
	padding-top: 28px;
	margin: 0;
}

.block.home-email .gform_wrapper .gfield_html.gfield_no_follows_desc {
	width: 179px;
}

.block.home-email .gform_footer.top_label {
	float: right !important;
	margin: 10px 0 0 0;
}

.half .hr.email {
	padding-top: 0;
}

.banner.orange {
	background-color: #eeab39;
}

.banner.green {
	background-color: #3ece78;
}

.banner.purple {
	background-color: #8a6cd0;
}

.banner.red {
	background-color: #eb6a37;
}

.banner.blue {
	background-color: #4ac6c2;
}

.banner.pink {
	background-color: #d8669c;
}


/* DIY Marketplace
--------------------------------------------- */

.diy-marketplace-archive .content,
.diy-marketplace-single .content {
	background-color: #fff;
}

.diy-marketplace-archive .entry-title {
	display: none;
}

.marketplace-logo {
	width: 100%;
	height: auto;
	padding: 30px 20px 40px;
	display: block;
	text-align: center;
}

.marketplace-logo img {
	width: 100%;
	height: auto;
}

.diy-marketplace-single .entry-content img {
	width: auto;
	margin: 0 auto;
	display: block;
	float: none;
}

.diy-marketplace-archive .post_details article {
	box-shadow: 0 0 2px #ccc;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
}

.diy-marketplace-archive .post_details {
	width: 100%;
	height: auto;
}

ul.mkt-wrap {
	font-size: 0;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: url(images/shelf.png) bottom center no-repeat contain;
}

ul.mkt-wrap img {
	width: 90%;
	height: auto;
}

.mkt-wrap img.shelf {
	margin-top: -70px;
}

.post_details .mkt-entry {
	width: 20%;
	height: auto;
	list-style-type: none;
	display: inline-block;
	margin: 0 70px 40px 0;
	vertical-align: bottom;
}

.mkt-entry:nth-child(4n + 3) {
	margin-right: 0;
}

.mkt-banner {
	width: 100%;
	height: auto;
	position: relative;
}

.mkt-banner img {
	border: 4px solid white;
	width: 100%;
	height: auto;
	margin: 3px;
	z-index: 1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.mkt-title h4 {
	color: white !important;
	text-decoration: underline;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 0 3px 0;
}

.diy-marketplace-archive .caption {
	background: rgba(0, 0, 0, .6);
	text-align: left;
	width: 100%;
	padding: 5px 8px;
	overflow: hidden;
	position: absolute;
	bottom: 1px;
}

.diy-marketplace-archive .caption p {
	color: white;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.2em;
}

.mkt-shelf {
	display: none;
}

.single-diy_marketplace .featuredblock {
	display: none;
}

.diy_marketplace .ngfb-excerpt-buttons {
	display: none;
}

.diy_marketplace .printfriendly {
	display: none;
}

.diy_marketplace .nr_related_placeholder {
	display: none;
}


/* Gravity Forms
--------------------------------------------- */

.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"] {
	color: #9b926e;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper textarea:focus {
	border: 1px solid #aca89a;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
	color: #605d49;
	font-size: 12px !important;
	font-style: italic;
	font-weight: 700;
}

ul.gform_fields {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 35px;
}

#gform_fields_1 label {
	display: none;
}

#field_1_3 {
	float: left;
	width: 72%;
	padding-left: 15px;
	margin-top: 10px;
	font-style: italic;
	font-size: .9em;
}

#gform_wrapper_1 {
	font-family: 'Lato', sans-serif;
}

#gform_wrapper_1 input[type='text'],
#gform_wrapper_1 input[type='email'] {
	margin-bottom: 10px;
	font-size: 1.1em;
	padding: 3px 8px;
}

#gform_wrapper_1 .gform_footer.top_label {
	float: left;
	clear: none !important;
}

#gform_wrapper_1:after {
	content: ".";
	height: 0px;
	visibility: hidden;
	clear: both;
	display: block;
}

.gform_wrapper .gform_footer{
	padding: 0 !important;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
	display: none;
}

.block.home-email .gform_wrapper {
	padding-top: 10px;
	padding-bottom: 15px;
}

.block.home-email .gform_widget {
	padding: 0 7px 0;
}

.block.home-email .gform_button {
	margin-bottom: 10px;
}

.entry-content img.wpcf7-captchac {
	width: auto;
	height: 24px;
}

.footer-widgets #field_1_1 {
	margin-left: 0;
}

.footer-widgets #field_1_3 {
	display: none;
}

.footer-widgets .gform_body {
	float: left;
	width: 78%;
}

.footer-widgets #field_1_1,
.footer-widgets #field_1_2 {
	float: left;
	width: 50%;
}

.footer-widgets .gform_wrapper .top_label input.large {
	width: 88%;
}

.footer-widgets .gform_wrapper ul li.gfield {
	clear: none;
	list-style-type: none;
}

.footer-widgets .gform_wrapper .gform_footer {
	margin: 0;
	padding: 1px;
}

.footer-widgets #gform_wrapper_1 input[type="text"] {
	padding: 0 8px;
}

.footer-widgets .widget-area li {
	color: #766E50;
	line-height: 1em;
}

/* Sidebar
--------------------------------------------- */

.sidebar {
	float: right;
	margin-top: 20px;
	width: 320px;
	max-width: 50%;
}

.sidebar .widget {
	background-color: #fff;
	min-height: 100px;
	margin: 0 20px 20px 0;
	width: 320px;
	float: left;
}

.sidebar .widget {
	display: block;
	float: left;
	margin-right: 20px;
	clear: left;
}

.sidebar .widget ul {
	padding-left: 30px !important;
}

.sidebar .widget li {
	line-height: 1.4em !important;
}

.sidebar .widget:nth-child(2n+2) {
	margin-right: 0;
	clear: right;
}

.sidebar .widget_text .widget-wrap,
.sidebar .widget_pw_board_widget .widget-wrap,
.sidebar .widget_recent_entries .widget-wrap {
	padding: 10px;
}

.sidebar .PIN_1395694019675_embed_grid_bd {
	width: 240px !important;
	height: 270px !important;
}

.blog .sidebar, .archive .sidebar, .search .sidebar {
	margin-top: 0 !important;
}


/* Post Navivgation
--------------------------------------------- */

.pagination {
	width: 100%;
	position: relative;
	display: block;
	margin: 0 0 20px 0;
}

.pagination ul {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

.pagination li {
	display: inline-block;
	float: none;
	width: 29px;
	height: 29px;
	line-height: 29px;
	background-color: #969280;
	margin-right: 2px;
	text-align: center;
	color: #444134;
}

.pagination li.active,
.pagination li:hover {
	background-color: #68bb22;
}

.pagination li a {
	width: 29px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.pagination li.pagination-next a {
	display: inline-block;
	text-indent: -99999px;
	background: #68bb22 url(images/next.png);
}

.pagination li.pagination-previous a {
	display: inline-block;
	text-indent: -99999px;
	background: #68bb22 url(images/prev.png);
}


/* Footer
--------------------------------------------- */

.footer-widgets,
.footer-widgets .widget-area,
.footer-widgets .widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-widgets {
	margin-top: 30px;
	padding-bottom: 0;
	margin-bottom: 20px;
	width: 100%;
	position: relative;
}

.home .footer-widgets {
	margin-top: 20px;
}

.footer-banner {
	background-image: url(images/footer-banner.png);
	background-repeat: repeat-x;
	height: 13px;
	width: 100%;
	position: relative;
}

.footer-widgets .wrap {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.05);
	padding: 20px;
}

.footer-widgets .widget {
	margin-bottom: 15px;
}

.footer-widgets .widget p {
	font: 400 11px/20px 'Bitter', sans-serif;
	color: #514f40;
}

.footer-widgets h4.widgettitle {
	text-align: left;
	color: #766e50;
	font-family: 'Lato', sans-serif;
	/*margin: 0 0 0 20px;*/
	font-weight: normal;
	font-size: 24px;
}

.footer-widgets .social-nav {
	width: 453px;
	height: 60px;
	float: none;
	clear: right;
	margin-left: 0;

}

.footer-widgets .social-nav li.h p {

}

.footer-widgets .widget-area:first-child {
	border-right: 1px solid #cecece;
	width: 50%;
	float: left;
}

.footer-widgets .widget-area:last-child {
	padding: 0;
	min-height: 402px;
	width: 50%;
	float: right;
}

/* .footer-widgets .widget.nrelate-popular-widget, */
.footer-widgets .widget.popular-posts,
.footer-widgets .widget.widget_recent_entries {
	padding: 0 15px 15px;
	width: 50%;
	float: left;
}

.footer-widgets .widget-area:first-child {
	border-left: none;
}

.footer-widgets-2 .widget:last-child {
	border-left: 1px solid #cecece;
}

.footer-widgets .widget-wrap li a {
	color: #766E50;
	font-size: 11px;
}

.footer-widgets ul {
	padding-left: 15px;
}

.footer-widgets .social-nav ul {
	padding-left: 0;
	margin: 0;
}

.footer-widgets .gform_widget ul {
	padding: 0;
	margin: 0;
}

.footer-widgets img.alignleft {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 50%;
	height: auto;
}

.footer-widgets p.about {
	color: #565340;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	padding: 0 10px 0 160px;
	margin: 0 0 10px;
}

/* .nrelate h3.nr_title, */
.footer-widgets h3 span {
	margin: 10px 0 0 !important;
	line-height: 1em;
}

.footer-widgets p {
	margin-left: 0 !important;
	margin-top: 20px !important;
	padding-right: 20px;
}

/* .nrelate_related {
	margin-top: 20px !important;
}

.nrelate_popular a {
	text-decoration: none;
}

.nrelate_popular a:hover {
	text-decoration: underline !important;
}

.nrelate_related .nr_title {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
	color: #eb6a37 !important;
}

.nrelate_related .nr_text {
	color: #eb6a37 !important;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	margin-top: 7px;
}

.nr_related_placeholder {
	border-bottom: 1px solid #626053;
	padding-bottom: 10px;
}

.nrelate-popular-widget .nrelate_popular .nr_title {
	color: #766e50;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	font-weight: normal !important;
	margin: 10px 0 11px;
}

.nrelate-popular-widget .nrelate_popular .nr_text {
	color: #766E50;
	font-family: 'Bitter', sans-serif;
	font-size: 11px;
}

.nrelate .nr_inner {
	padding: 0 !important;
}

span.nr_post_title,
.nrelate span,
.nrelate a, */
.footer li,
.widget_recent_entries ul li {
	line-height: 1em !important;
}

.site-footer .footer-menu {
	display: inline-block;
	float: none;
	width: 100%;
	margin: 0 auto;
	font-size: 12px;
}

.footer-menu ul.menu {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}

.site-footer .creds {
	float: left;
	margin: 0 0 -25px;
	padding: 0;
	width: 70%;
}

.site-footer .creds p {
	font-size: 12px;
}

.site-footer .gototop p {
	text-indent: -9999px;
}

.site-footer .gototop {
	float: right;
	width: 133px;
	height: 50px;
	background-image: url(images/top.png);
}

.site-footer .gototop:hover {
	background-position: 0 -50px;
}

.site-footer {
	height: 50px;
	margin-bottom: 15px;
}

.site-footer ul {
	margin-top: 10px;
	padding: 0;
}

.site-footer li {
	float: left;
	height: 25px;
	color: #645a30;
	list-style-type: none;
	margin: 0 15px 0 0;
	padding: 0;
}

.footer-widgets li a {
	line-height: 18px;
	text-decoration: none;
	color: #645a30;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

/***** Plugin and Misc. Code Tweaks *************************************************/

.vitacost img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/***** Media Queries ******************************************************/

@media only screen and (max-width: 1023px) {

	.wrap,
	.footer-widgets .wrap {
		max-width: 768px;
	}

	.sidebar-primary,
	.title-area {
		width: 100%;
	}

	.content {
		width: 100%;
		max-width: 768px;
		float: none;
	}

	.home .content,
	.diy-marketplace-archive .content {
		width: 100%;
		max-width: 100%;
	}

	.site-header{
		height: 130px;
		width: 100%;
		margin-top: 90px;
	}

	.site-header .wrap {
		margin-top: 0;
		height: 156px;
		padding: 0;
		width: 100%;
		background-color: transparent;
		box-shadow: none;
	}

	.title-area {
		float: none;
		text-align: center;
		width: 370px;
		height: 130px;
		background-color: #fff;
		padding: 20px;
		position: relative;
		margin: 0 auto 20px;
		-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
	}

	.site-title {
		float: none;
		text-align: center;
		margin-top: 0;
	}

	p.site-title {
		margin-top: 0;
	}

	.site-title a {
		display: block;
		width: 350px;
		height: 130px;
		margin-top: -37px;
		float: left;
	}

	.nav-primary {
		display: block;
		background-color: #68bb22;
		position: fixed;
		width: 100%;
		height: 50px;
		margin-bottom: 20px;
		z-index: 999;
	}
	
	.nav-primary .wrap {
		min-height: 20px;
	}

	.nav-primary ul {
		padding: 0;
	}

	.nav-header{
		display: none;
	}

	.site-header .social-nav {
		position: relative;
		float: none;
		display: table;
		height: 66px;
		padding: 5px 10px;
		width: 485px;
		margin: 0 auto;
	}

	.site-header .social-nav ul {
		float: left;
		width: 100%;
		padding: 0;
		margin-top: 0;
	}

	.nav-secondary {
		clear: both;
		margin: 0 auto;
	}

	.nav-secondary ul li {
		background-image: none;
		text-indent: 0;
	}

	.nav-secondary ul li.a {
		width: 110px;
	}
	
	.nav-secondary ul li.b {
		width: 105px;
	}
	
	.nav-secondary ul li.c {
		width: 75px;
		text-indent: 0;
	}
	
	.nav-secondary ul li.d {
		width: 90px;
		text-indent: 0;
	}
	
	.nav-secondary ul li.e {
		width: 90px;
	}
	
	.nav-secondary ul li.f {
		width: 140px;
	}

	.nav-secondary ul li.a:hover,
	.nav-secondary ul li.b:hover,
	.nav-secondary ul li.c:hover,
	.nav-secondary ul li.d:hover,
	.nav-secondary ul li.e:hover,
	.nav-secondary ul li.f:hover {
		background-image: none;
	}

	.home-about p {
		font-size: 14px;
		line-height: 1.25em;
	}

	.home-about img.alignleft {
		width: 22%;
		margin: 0 10px 0 0;
	}

	.home-widget {
		width: 48.5%;
		float: left;
		margin: 0 1.5% 25px 0;
		height: auto;
		max-height: 325px;
	}
	
	.home-widget:nth-child(3n+3) {
		margin-right: 1.5%;
		float: left;
	}

	.home-widget:nth-child(2n+2) {
		margin-right: 0;
		float: right;
		clear: right;
	}

	.home-widget .block {
		min-height: 178px;
	}

	.block.home-email .gform_wrapper {
		padding-top: 10px;
		padding-bottom: 25px;
	}

	.block.home-email .gform_widget {
		padding: 10px 7px 0;
	}

	.block.home-email .gform_button {
		margin-bottom: 20px;
	}

	.featuredblock {
		display: none;
	}

	.nav-secondary {
		margin-bottom: 20px;
	}

	.single-header {
		line-height: 1.15em;
	}

	.error404 .content-sidebar-wrap {
		background-color: #fff;
		padding: 20px;
	}

	h1.entry-title {
		font-size: 30px;
		line-height: 1.15em;
		text-align: center;
		padding: 10px 20px 20px;
	}

	.diy-marketplace-archive .caption {
		position: relative;
		margin-top: -15px;
	}

	.sidebar .widget {
		display: block;
		float: left;
		margin-right: 20px;
	}

	.sidebar {
		float: none;
		width: 100%;
		max-width: 100%;
		display: block;
	}
	
	.sidebar .widget:nth-child(2n+2) {
		margin-right: 0;
		float: right;
	}

	.footer-widgets .widget-area:first-child {
		width: 100%;
		border: 0;
	}

	.footer-widgets .widget-area:last-child {
		display: none;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
	}

	.footer-widgets .gform_body {
		width: 85%;
	}

	.footer-widgets p.about {
		font-size: 16px;
		line-height: 1.42em;
	}

	ul.menu-footer-nav {
		text-align: center;
	}

	.site-footer li {
		display: inline-block;
		float: none;
	}

	.menu-footer-nav-container {
		width: auto;
		margin: 0 auto;
		display: block;
		text-align: center;
		font-family: 'Bitter', sans-serif;
		font-weight: 400;
		color: #626053;
		line-height: 1.42em;
		font-size: 16px;
	}

	.site-footer .creds,
	.site-footer .gototop {
		position: relative;
		float: none;
		text-align: center;
		width: 100%;
		clear: both;
		display: block;
		margin: 0 auto;
	}

	.site-footer .gototop {
		width: 133px;
		/* margin: -20px auto 20px; */
	}

	.single h1.entry-title {
		padding: 20px 20px 0;
	}

	.blog h2.entry-title, .archive h2.entry-title, .search h2.entry-title, entry-title a, .blog h2.entry-title a, .archive h2.entry-title a, .search h2.entry-title a, entry-title a {
		font-size: 32px;
		line-height: 1.5em;
}

}

@media only screen and (max-width: 800px) {
 
	.wrap,
	.footer-widgets {
		padding-left: 5%;
		padding-right: 5%;
	}

	.home-about img.alignleft {
		width: 25%;
		margin: 0 10px 0 0;
	}

	.blog h2.entry-title, .archive h2.entry-title, .search h2.entry-title, entry-title a, .blog h2.entry-title a, .archive h2.entry-title a, .search h2.entry-title a, entry-title a {
		font-size: 26px;
		line-height: 1.3em;
	}

}


@media only screen and (max-width: 768px) {
	
	.responsive-menu {
		margin-bottom: 25px;
		display: block;
	}
	
	.nav-secondary ul {
		margin: 10px 0;
	}

	.nav-secondary ul li {
		background-image: url(images/subnav.png);
		text-indent: 0;
		width: 40px !important;
		margin: 0 3.5%;
	}

	.nav-secondary ul li.c {
		width: 46px !important;
	}

	.nav-secondary ul li a {
		text-indent: -9999px;
	}

	.nav-secondary ul li.a:hover,
	.nav-secondary ul li.b:hover,
	.nav-secondary ul li.c:hover,
	.nav-secondary ul li.d:hover,
	.nav-secondary ul li.e:hover,
	.nav-secondary ul li.f:hover {
		background-image: url(images/subnav_hov.png);
	}

	.home-about img.alignleft {
		width: 35%;
		margin: 0 10px 0 0;
	}

	.home-about p {
		padding: 0 10px 0 0;
	}

	.block.home-email .gform_wrapper {
		padding-bottom: 0;
	}

	.footer-widgets-1 .widget_text:last-child p {
		padding: 0;
	}

}

@media only screen and (max-width: 735px) {

	.sidebar {
		width: 100%;
	}

	.sidebar .widget,
	.sidebar .widget:nth-child(2n+2) {
		width: 320px;
		margin: 10px auto 0;
		float: none;
		clear: both;
	}

}


@media only screen and (max-width: 710px) {

	.home-widget {
		width: 80%;
		position: relative;
		float: none;
		margin: 0 auto 35px;
		height: auto;
		max-height: 325px;
	}
	
	.home-widget:nth-child(3n+3) {
		margin: 0 auto 25px;
		float: none;
	}

	.home-widget:nth-child(2n+2) {
		margin: 0 auto 25px;
		float: none;
	}

	.home-widget .block {
		min-height: 178px;
	}

}

@media only screen and (max-width: 600px) {

	.nav-primary {
		height: auto;
	}

	.nav-primary li:last-child {
		clear: left;
		margin-top: 10px;
	}

	.site-header {
		margin-top: 80px;
	}

	.post_details .mkt-entry {
		width: 55%;
		clear: both;
		margin: 0 auto 30px;
	}

	.fsb-social-bar {
		display: none;
	}

}

@media only screen and (max-width: 580px) {

	.widget-area #text-38, /* or footer social nav widget */
	.social-nav {
		display: none;
		height: 0;
		padding: 0;
		margin: 0;
	}

	.site-header .social-nav,
	.footer-widgets .social-nav {
		display: none;
	}

	.site-header {
		margin-bottom: 20px;
	}

	.footer h2.connect {
		display: none;
	}

}

@media only screen and (max-width: 568px) {

	.nav-primary {
		height: auto;
		padding: 0;
	}

	.nav-primary ul {
		margin-bottom: 15px;
	}

	.nav-primary li a {
		font-size: .85em;
	}

	.nav-primary li:last-child {
		clear: none;
		margin-top: 15px;
	}

	#responsive-menu-icon {
		color: #fff;
		cursor: pointer;
		display: inline-block;
		margin-top: 10px;
		margin-bottom: 10px;
		border: 1px solid #fff;
		border-radius: 4px;
		padding: 3px 4px;
	}

	.responsive-menu {
		margin-bottom: 25px;
		display: none;
	}

	.blog h2.entry-title, .archive h2.entry-title, .search h2.entry-title, entry-title a, .blog h2.entry-title a, .archive h2.entry-title a, .search h2.entry-title a, entry-title a {
		line-height: 1.2em;
}

}

@media only screen and (max-width: 530px) {

	.nav-secondary ul li {
		margin: 0 1.5%;
	}

	.nav-primary li {
		font-size: 13px;
		margin: -6px 6px 8px;
	}

	.nav-primary li a {
		font-size: 13px;
	}

	.nav-primary li:last-child {
		clear: none;
		margin-top: 0;
		margin-bottom: -8px;
	}

	.home-widget {
		width: 100%;
	}

	.home-about p {
		font-size: 14px;
		line-height: 1.25em;
		padding: 0;
	}

	.home-about img.alignleft {
		width: 100%;
		margin: 0 10px 10px;
	}

	.footer-widgets-1 .widget_text:last-child img {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.footer .block {
		display: none;
	}

	.footerNav {
		background-color: #fff;
		height: 65px;
		margin-bottom: 20px;
	}

}

@media only screen and (max-width: 480px) {

	.nav-primary .wrap {
		padding: 0;
	}

	.nav-primary li a {
		color: #fff;
		font-size: .85em;
	}

	.nav-primary li a:hover,
	.nav-primary .current-menu-item > a {
		color: #468017;
	}

	#responsive-menu-icon {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.site-header {
		height: 100px;
		margin-top: 75px;
		margin-bottom: 20px;
	}

	.title-area {
		width: 360px;
	}

	.site-header .site-title a {
		width: 100%;
	}

	.site-header .social-nav,
	.footer-widgets .social-nav {
		display: none;
	}

	.nav-header,
	.site-header .social-nav {
		height: 0;
		width: 0;
		margin: 0;
		padding: 0;
	}

	.home-about img.alignleft {
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 10px 0;
	}

	.nav-secondary {
		margin-top: 50px;
		margin-bottom: 0;
	}

	.nav-secondary ul li {
		display: inline-block;
		float: none;
		background-image: url(images/subnav.png);
		background-position-y: 10px;
		zoom: .8;
		-moz-transform:scale(0.80);
    	-moz-transform-origin: 0 0;
		background-repeat: no-repeat;
		text-indent: 40px;
	}

	.gform_wrapper .ginput_complex .ginput_left,
	.gform_wrapper .ginput_complex .ginput_right,
	.gform_wrapper .ginput_complex .ginput_left input[type=text],
	.gform_wrapper .ginput_complex .ginput_right input[type=text],
	.gform_wrapper .top_label input.medium,
	.gform_wrapper .ginput_complex input[type=text],
	.gform_wrapper .ginput_complex input[type=email],
	.gform_wrapper .ginput_complex .ginput_right input[type=email] {
		width: 100% !important;
	}

	.single .entry-content h2,
	.page-template-default .entry-content h2 {
		font-size: 20px;
	}

	.footer-widgets .gform_body,
	.footer-widgets .gform_wrapper .top_label input.large {
		width: 100%;
	}

	.footer-widgets #field_1_1,
	.footer-widgets #field_1_2 {
		width: 90%;
	}

	.footer-widgets-1 .widget_text:last-child {
		display: none;
	}

	.footer-widgets-1 input[type=submit] {
		margin-top: 8px;
	}

	.site-footer .menu ul {
		padding: 0;
		margin: 0;
	}

	.site-footer .menu li {
		list-style-type: none !important;
	}

	.printfriendly {
		display: none !important;
	}

}

@media only screen and (max-width: 320px) {

	.title-area {
		width: 95%;
		margin: 0 auto 20px;
		height: 100px;
	}

	.site-header .site-title a {
		width: 100%;
		background: url(http://diynatural.wpengine.com/wp-content/themes/diynatural-pro/images/logo-small.png) no-repeat !important;
	}

	.nav-primary li:last-child {
		clear: left;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.nav-secondary {
		margin-top: 20px;
		margin-bottom: 0;
	}

	.home-widget .block {
		min-height: 0;
	}

}