/*
    Theme Name: Radical
    Theme URI: theradicalhomemaker.net
	Description: Radical is a mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: The Radical Homemaker
    Author URI: http://theradicalhomemaker.net
 
    Version: 1.4.1
 
	Tags: three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
    Template: genesis
    Template Version: 2.0
 
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.clearfix:before,
.entry:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 100%; /* 16px browser default */
} 


body {
	background: #761f31;
	background: #761f31 url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/red-wood-repeating-1.jpg') top left repeat;
	color: #244239;
	font-family: 'Neuton', serif;
	font-size: 1.14em;
	font-weight: 300;
	line-height: 1.5;
}

a,
.click-here,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background: #333;
	color: #fff;
}

::selection {
	background: #333;
	color: #fff;
}

a {
	color: #761f31;
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #B88E96;
	text-decoration: underline;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

strong {
	font-weight: 600;
	/* letter-spacing: -1px;*/
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 0 30px 5px 60px;
}

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	white-space: pre;
}

cite {
	font-style: normal;
}

.quote {
	background: #fff;
	border: 1px solid #ddd;
	color: #888;
	padding: 20px;
}

.quote-arrow {
	background-image: url(images/quote-arrow.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-gray {
	background: #eee;
	border: 1px solid #ccc;
	color: #333;
	padding: 20px;
}

.quote-arrow-gray {
	background-image: url(images/quote-arrow-gray.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black {
	background: #121212;
	border: 1px solid #353535;
	color: #fff;
	padding: 20px;
}

.quote-arrow-black {
	background-image: url(images/quote-arrow-black.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	bottom: 1px;
	display: block;
	margin: 0 0 10px;
	padding: 14px 0 0;
	position: relative;
}

.quote-black a {
	color: #fff !important;
}

.quote-black p {
	color: #fff;
}

.quote strong {
    color: #333; 
    padding: 10px 0 0;   
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #244239;
	font-family: 'SaintAgnes-Regular', 'Vibur', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 43px;
	font-family: 'SaintAgnes-Regular', sans-serif;
	text-transform: uppercase;
}

h2 {
	font-size: 40px;
	text-transform: uppercase;
}

h3 {
	font-size: 24px;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
}

h4 {
	font-size: 18px;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

h5 {
	font-size: 15px;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
}

h6 {
	font-size: 16px;
}

h1 a,
h2 a {
	color: #244239;
}

h1 a:hover,
h2 a:hover {
	text-decoration: none;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
	width: auto; /* IE8 */
}

.format-gallery #gallery-1 img {
	border: none;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	box-shadow: 0 1px 3px #eee;
	-moz-box-shadow: 0 1px 3px #eee;
	-webkit-box-shadow: 0 1px 3px #eee;
	background: #fff;
	border: none;
	border-radius: 0;
	color: #244239;
	font-family: 'Neuton', serif;
	font-size: 16px;
	padding: 12px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #aaa;
	outline: none;
}

::-moz-placeholder {
	color: #244239;
}

::-webkit-input-placeholder {
	color: #244239;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	box-shadow: none;
	border-radius: 0;
	background: #577656;
	border: none;
	color: #f7f6ea;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 12px 20px 10px;
	width: auto;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
}

.click-here {
	box-shadow: none;
	border-radius: 0;
	border: none;
	color: #f7f6ea;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	width: auto;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
}

.welcome .click-here a {
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	letter-spacing: -.5px;
}

.click-here a,
a.click-here {
	color: #fffff0;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	padding: 12px 20px 10px;
}

.two-line-button a:hover,
.click-here a:hover,
a.click-here:hover {
	text-decoration: none;
	opacity: .8;
}

.two-line-button {
	background: none repeat scroll 0% 0% #DBD489;
	text-align: center;
	color: #244239;
	margin: 0px auto 1vh;
	max-width: 148px;
	padding: 11px 10px 8px;
	font-family: "Vibur", sans-serif;
	text-transform: uppercase;
}

.footer-widgets .button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"] {
	background: #111;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"] {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	/*display: none;*/
}

/* Buttons
--------------------------------------------- */

a.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    display: inline-block;	
    font-size: 13px;
    font-weight: 400;	
    line-height: 13px;
    margin: 0 0 10px;
    padding: 8px 20px;
    text-decoration: none;	
}

a.button:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	color: #fff !important;
	opacity: .7;
	transition:all .5s ease;
	text-decoration: none;	
}

a.button.small {
	background-color: #303236;
	color: #fff;
    font-size: 13px;
    font-weight: bold;	
    line-height: 13px;
    padding: 8px 20px;
}

a.button.medium {
	background-color: #303236;
	color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}

a.button.large {
	background-color: #303236;
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 32px;
}

a.button.slim {
	background-color: #303236;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
    text-transform: uppercase;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}

a.button.black {
	background-color: #111 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.blue {
	background-color: #1887e5 !important;
	border: 1px solid #105c9e !important;
	color: #fff !important;
}

a.button.darkblue {
	background-color: #293f5e !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}

a.button.gray {
	background-color: #777 !important;
	border: 1px solid #555 !important;
	color: #fff !important;
}

a.button.green {
	background-color: #9dcb2a !important;
	border: 1px solid #83a924 !important;
	color: #fff !important;
}

a.button.orange {
	background-color: #ff7e00 !important;
	border: 1px solid #cb6400 !important;
	color: #fff !important;
}

a.button.pink {
	background-color: #ff55a9 !important;
	border: 1px solid #c14080 !important;
	color: #fff !important;
}

a.button.purple {
	background-color: #7154c4 !important;
	border: 1px solid #594299 !important;
	color: #fff !important;
}

a.button.red {
	background-color: #d91420 !important;
	border: 1px solid #a8271e !important;
	color: #fff !important;
}

form.rad-home-paypal-btn {
	text-align: center;
}

.stir-the-pot-learn-more-button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.stir-pot-patron-btn {
    transform: translate(0%, 40%);
}

/* Message Boxes
--------------------------------------------- */

.download-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2 url(images/download-arrow.png) no-repeat 10px 15px;
	border: 1px solid #a7d28a;
    color: #689c2a;
	margin: 0 2px 20px;
	padding: 14px 15px 20px 55px;	
}	

.info-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #cae0ec url(images/info-button.png) no-repeat 10px 15px;
	border: 1px solid #aec3ce;
    color: #08557e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.alert-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f2dbdb url(images/alert-button.png) no-repeat 10px 15px;
	border: 1px solid #eab4b4;
    color: #c8001c;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;	
}	

.note-box {
    box-shadow: 0 2px 2px 0 #ddd;	
    -moz-box-shadow: 0 2px 2px 0 #ddd;	
    -webkit-box-shadow: 0 2px 2px 0 #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97 url(images/note-button.png) no-repeat 10px 15px;
	border: 1px solid #ded5af;
    color: #ac670e;
	margin: 0 2px 20px;
	padding: 17px 15px 20px 55px;
}	

.black-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #000;
    color: #fff;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;
}

.blue-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #7adaff;
    color: #005e82;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;
}

.gray-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #f7f6ea;
    color: #888;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}	

.green-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #d2eac2;
    color: #689c2a;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}

.orange-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #ff7f3a;
    color: #fff;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}	


.pink-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #f2dbdb;
    color: #c8001c;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}	

.red-box {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	background: #ff3d3d;
    color: #fff;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;	
}

.yellow-box {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;	
	background: #ffec97;
    color: #ac670e;
    font-weight: 300;
	margin: 0 2px 20px;
	padding: 30px;
}

/* Circles */

.circle {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
	margin: 0 2px;
	min-width: 10px;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none;
}	


/* 
20 Pricing Plans 
---------------------------------------------------------------------------------------------------- */

.plans {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 0;
	text-align: center;
}

.plan-col {
	background: #f7f6ea;
	float: left;
	font-weight: 300;
	padding: 0;
	text-align: center;
	vertical-align: top;
}

.plan-col-popular {
	background: #fff;
	float: left;
	font-weight: 300;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: top;
}

.plan-col, 
.plan-col-popular {		
	width: 25%;
}

.plan-col-wrap, 
.plan-col-popular-wrap {
	border: 1px solid #d3d3d3;
	margin: 0 auto;
	padding: 40px 10px;
}

.plans .plan-head h4 {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align: center;
}

.plan-head em {
	font-size: 14px;
}

.plan-pricing {
	background: url(images/border-img-x.png) repeat-x scroll center bottom;
	clear: both;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
} 

.plan-price {
	font-size: 60px;
}

.plan-price sup {
	font-size: 24px;
}

.plan-pricing .monthly {
	font-size: 14px;
}

.plan-list {
	margin: 0 0 20px;
	overflow: hidden;
}

.plan-list li,
.entry-content .plan-list li {
	list-style: none;
	margin: 0 0 20px;
}

.plan-button {
	clear: both;
}

.plan-button a,
.entry-content .plan-button a {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #303236;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 25px 8px;
}

.plan-button a:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	opacity: .7;
	transition:all .5s ease;
	text-decoration: underline;
}
	

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding: 0;
	background-color: #fbfaf3;
}

.site-inner .wrap {
	margin: 10px auto 40px;
}

.home .site-inner .wrap {
	margin-bottom: 0;
}

.home .site-inner {
	padding-top: 0;
	margin-bottom: -10px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content  */

.content {
	float: right;
	width: 740px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	padding-top: 50px;
	width: 330px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.two-fifths {
	width: 38.4615384615384616%;
}

.three-fifths {
	width: 58.9743589743589744%;
}

.four-fifths {
	width: 79.4871794871794872%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.header-widget-area .search-form {
	/* width: 100%; */
}

/*.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}*/

#search-3 input[type="submit"] {
	font-family: 'FontAwesome';
	background-color: transparent;
	color: #fffff0;
}

.search-form input[type="submit"] {
	font-family: 'FontAwesome';
}

.footer-widgets .search-form input[type="submit"] {
	font-family: 'FontAwesome' !important;
	width: 15%;
	padding: 12px 0;
}

.sticky { }

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.post-image {
	display: block;
	margin: 0 auto 40px;
	border: 5px solid #f2efda;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.gallery-caption { }

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 40px;
}

.archive-description, .author-box {
	margin-bottom: -35px;
	background: none;
	padding: 60px 40px 20px;
}

h1.archive-title {
	margin-bottom: 0;
	text-transform: capitalize;
	text-align: center;
	font-size: 60px;
	line-height: 1.3;
}

.category h1.archive-title:before,
.tag h1.archive-title:before {
	content: "Blog: ";
}

.author-box-title {
	color: #244239;
	font-family: 'Neuton', serif;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 4px;
}

.search h1.archive-title {
	font-family: 'Neuton', serif;
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	background-color: #f7f6ea;
	padding: 12px 20px;
	margin-bottom: 25px;
}

.author-box a {}

.author-box p {
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0 20px;
}

.entry-title a {
	color: #244239;
	font-weight: 400;
}

.sidebar .widgettitle a {
	color: #244239;
}

.entry-title a:hover {
	color: #888;
}

.widgettitle {
	color: #244239;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 16px;
	font-family: 'Vibur', sans-serif;
}

.site-header .widgettitle {
	color: #fff;
}

.sidebar .widgettitle {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

h1.entry-title {
	text-transform: none;
	font-size: 3.8em;
	line-height: 1.3;
	padding-bottom: 15px;
}

.post h1.entry-title {
	font-size: 2.2em;
	font-family: 'Neuton', serif;
	text-align: center;
	line-height: 1;
}

.page-template-page_blog-php h1.entry-title,
.archive h1.entry-title,
.search h1.entry-title {
	font-family: 'Neuton', serif;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1;
}

.page-template-page_blog-php footer.entry-footer .entry-meta,
.archive footer.entry-footer .entry-meta,
.search footer.entry-footer .entry-meta {
	display: none;
}

.page-template-page_blog-php footer.entry-footer,
.archive footer.entry-footer,
.search footer.entry-footer {
	background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/small-leaves-divider-2.png') top center no-repeat;
	background-size: 64px;
	padding: 15px 20px;
}

article.post-21.page.type-page.status-publish.entry h1.entry-title {
	display: none;
}

.post-21 .entry-content {
	padding-bottom: 0;
	margin-bottom: -18px;
}

.post-21 h1.entry-title {
	display: none!important;
}

.page-template-page_blog-php img.post-image,
.archive img.post-image {
	float: left !important;
	margin-right: 20px;
	border: 5px solid #f2efda;
	padding-bottom: 0;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Slider Wide
--------------------------------------------- */

.slider-wide {	
    clear: both;
    width: 100%;
}

.slider-wide .wrap {
    margin: 0 auto 20px;
    padding: 30px 0 0;
    max-width: 100%;	
}

.slider-wide .widget {
	margin: 0 0 20px;
}

.slider-wide .flexslider .slides img {
	width: 100% !important;
}

.slider-wide .flexslider {
	max-width: 100% !important;
}

/* Slider
--------------------------------------------- */

.slider {	
    clear: both;
}

.slider .wrap {
    margin: 0 auto 20px;
    padding: 0;
    width: 1140px;	
}

.slider .widget {
	margin: 0 0 20px;
}

/* Slider Misc
--------------------------------------------- */

#genesis-responsive-slider {
	background: none !important;
	border: none !important;
	margin: 0 auto;
	padding: 0 !important;
	position: relative;
}

.flexslider {
	background: none !important;
}

.flex-direction-nav li .prev {
	left: 0 !important;
}

.flex-direction-nav li .next {
	right: 0 !important;
}

.flex-control-nav {
	margin: 12px 0 0 !important;
}

#genesis-responsive-slider li a {
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#genesis-slider {
    background-color: #fff !important;
    border: medium none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

.slider-previous, .slider-previous:hover {
	margin-left: 10px !important;
}

.slider-next, .slider-next:hover {
	margin-right: 10px !important;
}

.desktop-slider {
    display: block;
}

.mobile-slider {
    display: none;
}

/* 
Welcome
---------------------------------------------------------------------------------------------------- */

.welcome {
	background: #fbfaf3;
	clear: both;
	color: #ccc;
    margin: 0 auto;
    text-align: center;
}

.welcome .widgettitle {
	font-size: 36px;
	font-weight: 300;
	line-height: 46px;
}

.welcome h4 {
	color: #244239;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
}

.welcome p {
	color: #244239;
    margin: 0 0 20px;
	text-align: left;
}

.welcome a {
	color: #244239;
}

.welcome .entry-header .entry-meta {
	border-bottom: 1px solid #555;
}

/* Welcome Wide */

.welcome-wide {
	background: #fbfaf3;
	clear: both;
	text-align: left;
}

.welcome-wide h1 {
	font-size: 53px;
	line-height: 1;
	margin: 55px 0 15px;
	color: #761F31;
	text-align: center;
}

.welcome-wide h2 {
	font-size: 45px;
	text-align: center;
	margin-bottom: -18px;
}

.welcome .two-thirds p {
	color: #244239;
	margin: 0 6% 30px 5.5%;
}

.welcome-wide .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 60px;
    width: 1140px;
}

.welcome-wide .widget {
	margin: 0 0 60px;
	overflow: hidden;
}

/* Welcome Feature 1-3 */

.welcome-features {
	background: #fbfaf3;
	overflow: hidden;
	width: 100%;
}

.welcome-features .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 120px 0 60px;
    width: 1140px;
}


.welcome-features .widget {
	margin: 0 0 60px;
	overflow: hidden;
}

.welcome-features h4 {
	font-size: 20px;
	line-height: 26px;
}

.welcome-feature-1,
.welcome-feature-2 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
}

.welcome-feature-3 {
	float: right;
    width: 32%;
}	

.welcome-feature-1 .widgettitle, 
.welcome-feature-2 .widgettitle, 
.welcome-feature-3 .widgettitle {
	color: #fff;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.welcome-feature-1 h4, 
.welcome-feature-2 h4, 
.welcome-feature-3 h4 {
    color: #fff;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0;
    padding: 0;
}

.welcome-feature-1 p, 
.welcome-feature-2 p, 
.welcome-feature-3 p {
	margin: 0 0 20px;
}

section#text-26 {
	margin-top: -10px;
}


/* 
Home Feature BG 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg {
	border: none;
	overflow: hidden;
}

.home-feature-bg .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0 80px;
	width: 1140px;
}

.home-feature-bg .featuredpage .page,
.home-feature-bg .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
}

.home-feature-bg .featuredpage .page h2,
.home-feature-bg .featuredpost .post h2 {
    margin: 10px 0;
}

.home-feature-bg .featuredpage .page h2 a,
.home-feature-bg .featuredpost .post h2 a {
	font-size: 15px;
}

.home-feature-bg .featuredpage img, 
.home-feature-bg .featuredpost img {
	background: none;
	border: 7px solid #f2efda;
	margin: 0 29px 10px 0;
}

.home-feature-bg .featuredpage img:hover, 
.home-feature-bg .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg .byline, 
.home-feature-bg .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg p {
	margin: 0 0 25px;
}


/* 
Home Feature BG Alt 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-alt {
	background: #fff;
}

.home-feature-bg-alt .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 60px;
	width: 1140px;
}

.home-feature-bg-alt .featuredpage .page,
.home-feature-bg-alt .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 100%;
}

.home-feature-bg-alt .featuredpage img, 
.home-feature-bg-alt .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg-alt .featuredpage img:hover, 
.home-feature-bg-alt .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg-alt .byline, 
.home-feature-bg-alt .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg-alt p {
	margin: 0 0 25px;
}

.home-feature-bg-alt .entry-header .entry-meta {
	border-bottom: 1px solid #ddd;
}


/* 
Home Feature BG Dark 
---------------------------------------------------------------------------------------------------- */

.home-feature-bg-dark {
	background: #303236;
	color: #aaa;
}

.home-feature-bg-dark .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 120px 0 80px;
	width: 1140px;
}

.home-feature-bg-dark .featuredpage .page,
.home-feature-bg-dark .featuredpost .post {
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;
    width: 300px;
}

.home-feature-bg-dark .featuredpage .page h2 a,
.home-feature-bg-dark .featuredpost .post h2 a {
	font-size: 15px;
}

.home-feature-bg-dark .featuredpage img, 
.home-feature-bg-dark .featuredpost img { 
	background: none;
	border: none;
	padding: 0;
}

.home-feature-bg-dark .featuredpage img:hover, 
.home-feature-bg-dark .featuredpost img:hover {
	opacity: .7;
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
}

.home-feature-bg-dark .byline, 
.home-feature-bg-dark .byline {
	font-size: 11px !important;
	line-height: 15px !important;
	margin: 0 0 8px !important;
}

.home-feature-bg-dark h1,
.home-feature-bg-dark h2,
.home-feature-bg-dark h3,
.home-feature-bg-dark h4,
.home-feature-bg-dark h5,
.home-feature-bg-dark h6 {
	color: #fff;
}

.home-feature-bg-dark p {
	color: #aaa;
	margin: 0 0 20px;
}

.home-feature-bg-dark a {
	color: #fff;
}


/*
Home Features
---------------------------------------------------------------------------------------------------- */

/* Home Feature Classes */
 
/*You can add background images/colors to each section of the homepage by adding them to the classes below.
*/

.hf1,
.hf3,
.hf4,
.hf5,
.hf6,
.hf7,
.hf8,
.hf9,
.hf14 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment: fixed;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
}

.hf1 {}

.hf3 {
	background: #f3f1d5;
	background-image: url(http://theradicalhomemaker.net/wp-content/uploads/2014/11/sunflower-darker.jpg) !important;
	background-size: cover;
}

.hf4 {}

.hf5 {}

.hf6 {}

.hf7 {}

.hf8 {}

.hf9 {}

.hf14 {
	background: #f3f1d5;
}

/* Home Feature 1 */

.home-feature-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 45%;
}

.home-feature-1 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-1 .widgettitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

/* Home Feature 2 */

.home-feature-2 {
	float: right;
	margin: 0;
	width: 45%;
}

.home-feature-2 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-2 .widgettitle {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

/* Home Feature 3 */

.home-feature-3 {
	background: none;
    clear: both;
   	margin: 0 auto ;
   	overflow: hidden;
   	padding: 0;
   	text-align: left;
}

.home-feature-3 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-bg.hf3 .wrap {
	padding: 60px 0 20px;
}

/* Home Feature 4 */

.home-feature-4 {
	margin: 0;
	width: 100%;
}

.home-feature-4 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 5 */

.home-feature-5 {
	margin: 0;
	width: 100%;
}

.home-feature-5 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 6 */

.home-feature-6 {
	margin: 0;
	width: 100%;
}

.home-feature-6 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 7 */

.home-feature-7 {
	margin: 0;
	width: 100%;
}

.home-feature-7 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 8 */

.home-feature-8 {
	margin: 0;
	width: 100%;
}

.home-feature-8 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 9 */

.home-feature-9 {
	clear: both;
	text-align: center;
}

.home-feature-9 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

.home-feature-9 h4 {
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
}

/* Home Feature 10 */

.home-feature-10 {
	float: left;
	margin: 0 1.3% 0 0;
	width: 24%;
}

.home-feature-10 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 11 */

.home-feature-11 {
	float: left;
	margin: 0 1.3% 0 0;
	width: 24%;
}

.home-feature-11 .widget {
	margin: 0 0 10px;
	overflow: hidden;
}

/* Home Feature 12 */

.home-feature-12 {
	float: left;
	margin: 0 1.3% 0 0;
	width: 24%;
}

.home-feature-12 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 13 */

.home-feature-13 {
	float: right;
	margin: 0;
	width: 24%;
}

.home-feature-13 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature 14 */

.home-feature-14 {
	margin: 0;
	text-align: center;
	width: 100%;
}

.home-feature-14 .widget {
	margin: 0 0 40px;
	overflow: hidden;
}

/* Home Feature h4 */

.home-feature-3 h4,
.home-feature-4 h4,
.home-feature-5 h4,
.home-feature-6 h4,
.home-feature-7 h4,
.home-feature-8 h4,
.home-feature-9 h4,
.home-feature-10 h4,
.home-feature-11 h4,
.home-feature-12 h4,
.home-feature-14 h4 {
	font-size: 20px;
	font-family: 'Vibur', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}

.home-feature-10 h4,
.home-feature-11 h4,
.home-feature-12 h4,
.home-feature-13 h4 {
	font-size: 21px;
	font-weight: 300;
}

.home-feature-12 h4 {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}

.home-feature-bg h2,
.home-feature-bg-alt h2 {
	font-size: 45px;
	margin-bottom: -18px;
}

section#text-18 {
	margin-bottom: 0;
}

.home-feature-12 {
	float: left;
	margin: 0;
	width: 30%;
}

.home-feature-11 {
	float: left;
	margin: 0 5.3% 0 0;
	width: 64%;
}


.hf9 {
	background-color: #fbfaf3;
}

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 20px;
}

.featured-content .entry-title {
	border: none;
	font-size: 18px;
	line-height: 1.5;
	margin: 10px 0;
}

.home .featured-content .entry-title {
	font-size: 28px;
	padding: 0;
}

.featured-content .entry-title a {
	border: none;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget .widgettitle {
	color: #244239;
}

.sidebar .enews-widget .widgettitle {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 20px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background: #2a2a2a;
	border: none;
	color: #fff;
	margin: 0 0 20px;
	width: auto;
}

.sidebar .enews-widget input[type="submit"] {
	background: #aaa;
	border: none;
	box-shadow: none;
	width: 100%;
}

.footer-widgets .enews-widget input[type="submit"] {
	background: #111;
	padding: 16px 24px;
}

.enews-widget input:hover[type="submit"] {
	opacity: .7;
	transition: all .5s ease;
}

.sidebar .enews-widget input:hover[type="submit"] {
	background: #ccc;
	box-shadow: none;
	opacity: 10;
	transition: 0;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 8px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 18px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.head-wrap {
	/* background: #303236;
	margin: 0 0 40px;*/
	background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/sap-bush-header-4.png') top center no-repeat;
	background-attachment: fixed;
	background-size: 1260px;
}

.site-header {
	margin: 0 auto;
	max-width: 100%;
	height: 563px;
}

.site-header .wrap {
	padding: 7% 0 0;
	max-width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	float: left;
	padding: 0;
	padding: 0;
	width: 100%;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-size: 7em;
	letter-spacing: 1px;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
}

.site-header .site-title a {
	color: transparent;
	font-weight: 300;
	opacity: 0;
}

.site-title a:hover {
	color: transparent;
	text-decoration: none;
	opacity: 0;
}

.site-description {
	color: #999;
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 10px;
	display: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 164px;
	width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #ddd;
	float: right;
	text-align: right;
	width: 17%;
	/* background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/wood-search-bar-2.png') top left no-repeat;
	background-size: 238px; */
}

.site-header .widget-area a {
	color: #fff;
}

.header-image .site-header .widget-area {
	padding: 40px 0;
}

.site-header .search-form {
	float: right;
}

.top-bar {
	float: right;
	background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/wood-search-bar-2.png') top left no-repeat;
	margin-top: 40px;
	margin-right: -5px;
	width: 258px;
	background-size: 258px;
}

.widget_search input[type="submit"] {
	width: 15%;
	padding: 13px 0;
}

.widget_search input[type="search"] {
	width: 85%;
	float: left;
	border-radius: 0;
	border: none;
	box-shadow: none!important;
	background-color: #fff;
	font-weight: 300;
	font-family: 'Neuton', serif;
	font-size: 18px;
	padding: 10px 12px;
	color: #244239;
}

/* .header-widget-area input[type="search"] {
	width: 76%;
	float: left;
	margin: 6px 0 23px 0;
	font-size: 18px;
	padding: 10px 0 3px;
	box-shadow: none;
	background: none;
	border: none;
	border-radius: 0;
	border-bottom: 2px solid #fffff0;
	padding: 10px 0;
	color: #fffff0;
	font-family: 'Neuton', serif;
	font-size: 18px;
	font-weight: 300;
}

.header-widget-area input[type="submit"] {
	background: transparent;
	margin: 18px 22px 0 0;
	padding: 0;
	font-family: 'FontAwesome';
	font-size: 20px;
	color: #fffff0;
}*/


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #ccc;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	font-weight: 400;
	padding: 13px;
	position: relative;
}

.nav-primary .wrap {
    max-width: 1140px;
}

.nav-primary .genesis-nav-menu a {
	/* color: #fff;
	padding: 13px 26px 13px 0; */
	color: #314337;
	padding: 14px 22px 0;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: -1px;
	margin-top: 10px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	text-decoration: none;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #aaa;
}

.genesis-nav-menu > .menu-item > a { }

.genesis-nav-menu .sub-menu {
	box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.1);
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 202px;
	z-index: 9999999;
}

.genesis-nav-menu .sub-menu a {
	background: #222;
	color: #fff;
	letter-spacing: 0;
	padding: 13px;
	position: relative;
	width: 200px;
	z-index: 9999999;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -45px 0 0 201px;
}

.genesis-nav-menu .menu-item:hover {
	position: relative;
	z-index: 999999999;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a { }

.genesis-nav-menu > .last > a { }

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 13px 0 13px 20px;
}

.genesis-nav-menu > .right > a {
	background: none; 
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu > .search input {
	padding: 6px;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #fff;
}

.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu a:hover {
	color: #aaa;
}

.site-header .genesis-nav-menu .sub-menu .current-menu-item > a { 
	color: #aaa;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	clear: both;
	line-height: 1;
	margin: -5px auto;
	width: auto;
	background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/nav-banner-smaller.png') repeat top center;
	min-height: 67px;
	position: relative;
	z-index: 999999999999;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.current-menu-parent a, 
.current-menu-ancestor a {
	color: #761f31 !important;
	background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/small-leaves-divider.png') top center no-repeat;
	background-size: 72px;
	transition: none;
}

.nav-primary .genesis-nav-menu > .right > a {
    background: none;
}

.nav-primary .sub-menu a:hover {
	color: #314337;
}

.nav-primary .sub-menu a:hover {
	color: #761f31;
	background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/small-leaves-divider.png') top center no-repeat;
	background-size: 52px;
}

.genesis-nav-menu .sub-menu {
	background: #e4dfad;
}

.genesis-nav-menu .sub-menu a {
	background: none;
	background-image: none;
	color: #314337;
	letter-spacing: 0;
	padding: 13px;
	position: relative;
	width: 187px;
	font-size: 16px;
	text-align: center;
	z-index: 9999999;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background: #222;
	clear: both;
}

.nav-secondary .genesis-nav-menu a {
	font-size: 12px;
	padding: 8px 13px;
}

.nav-secondary .genesis-nav-menu > .right {
	padding: 8px 0 8px 20px;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu > .right > a,
.nav-secondary .genesis-nav-menu > .right > a:hover {
    background: none;
    padding: 0;
}

.nav-secondary .sub-menu a:hover {
	color: #aaa;
}

.nav-secondary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -34px 0 0 201px;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

/* .responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 32px/1 'dashicons';
	margin: 0 auto;
} */

.responsive-menu-icon::after {
	content: "Menu";
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	padding-left: 6px;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	/*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2);
	background: #fff;*/
	margin: 0 3px 0;
	padding: 60px 0 0;
}

.home .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.entry-content {
	padding: 0 20px 30px;
	overflow: hidden;
}

.home .entry-content {
	padding: 0 0 20px;
}

.home .entry-content p {
	padding-top: 14px;
}

.entry-content a {
	color: #761f31;
}

.entry-content a:hover {
	color: #B88E96;
	text-decoration: none;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 25px;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
	padding-bottom: 25px;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
}

.entry-meta a {
	font-weight: 600;
}

.entry-header .entry-meta {
	border-bottom: 1px solid #f7f6ea;
	font-size: 12px;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
}

.home .entry-header .entry-meta {
	padding: 10px 0 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #f7f6ea;
	margin: 0;
	overflow: hidden;
	padding: 16px 0;
}

.entry-footer {
	background: none;
	padding: 0;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories {
	display: block;
	float: left;
	font-size: 12px;
}

.entry-tags {
	float: right;
	font-size: 12px;
}

img.alignleft.post-image.entry-image {
	border: 5px solid #f2efda;
}

.entry-footer .entry-meta {
	border-top: 1px solid #f2efda;
	margin: 0;
	overflow: hidden;
	color: #314437;
	font-weight: 400;
	letter-spacing: .6px;
	text-transform: uppercase;
	padding: 24px 0;
}

.entry-footer .entry-meta a {
	font-weight: 300;
	text-transform: none;
}

.entry-tags,
.entry-categories {
	font-size: 13px;
	width: 50%;
}

/* After Entry widget
--------------------------------------------- */

.after-entry {
	background: none;
	color: #244239;
	margin: 60px 0;
	overflow: hidden;
	text-align: center;
}

.after-entry .wrap {
	padding: 0;
	margin-top: 0;
}
.after-entry a {
	color: #761f31;
}

.after-entry .widget-title,
.after-entry h4 {
	color: #244239;
	font-size: 30px;
}

.after-entry h1,
.after-entry h2,
.after-entry h3,
.after-entry h4,
.after-entry h5,
.after-entry h6 {
	color: #244239;
	font-weight: 400;
}

.after-entry .enews-widget input {
	width: 50%;
}

.after-entry .enews-widget input[type="submit"] {
	width: auto;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background: #444;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	padding: 4px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #1e1e1e;
}

.archive-pagination, .entry-pagination {
	text-align: center;
}

.archive-pagination li a {
	background: none;
	border-radius: 0px;
	color: #314337;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Vibur';
	padding: 8px 16px 6px;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background: #dbd489;
	color: #761f31;
	text-decoration: none;
}

.adjacent-entry-pagination.pagination {
	margin-top: 70px;
}

.pagination-next.alignright {
	width: 50%;
	padding: 9px 24px 19px;
	text-align: center;
	line-height: 1.1;
}

.pagination-previous.alignleft {
	border-right: 1px solid #f2efda;
	width: 50%;
	padding: 9px 24px 19px;
	text-align: center;
	line-height: 1.1;
}

.pagination-previous.alignleft:before {
	content: "Previous Post";
	display: block;
	text-align: center;
	padding-bottom: 14px;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size: 16px;
}

.pagination-next.alignright:before {
	content: "Next Post";
	display: block;
	text-align: center;
	padding-bottom: 14px;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size: 16px;
}

/* Comments
--------------------------------------------- */

.entry-comments,
#respond { }

.entry-comments,
.ping-list,
#respond {
	margin-bottom: 40px;
}

.entry-comments a,
#respond a { }

.entry-comments .comment-author {
	margin: 0;
}

#respond input[type="email"],
#respond input[type="text"],
#respond input[type="url"] {
	width: 50%
}

#respond label {
	display: none !important;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li { }

li.comment {
	padding: 30px;
}

li.comment ul li {
	border-radius: 0;
	border-left: 1px solid #ddd;
}

.thread-alt li.comment {
	border-radius: 0;
	border-left: 1px solid #aaa;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.thread-alt {
	background-color: #ddd;
}

.thread-even {
	background-color: #fff;
}

.bypostauthor { }

.form-allowed-tags {
	background: #dedede;
	font-size: 14px;
	padding: 24px;
}


.thread-even {
	background-color: #f7f6ea;
}

.thread-alt {
	background-color: transparent;
}

.comment .avatar {
	margin: 0 0 24px 16px;
	float: right;
}

span[itemprop="name"] {
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	padding-right: 4px;
}

a.comment-reply-link {
	background-color: #dbd489;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	padding: 8px 13px 5px;
	color: #244239 !important;
	font-size: 16px;
}

div.comment-reply {
	text-align: right;
}

.thread-alt li.comment {
	border-radius: 0;
	border-left: 1px solid #dbd489;
	padding-right: 0;
}

.depth-2 {
	padding-right: 0 !important;
}

a.comment-time-link {
	font-size: 14px;
	color: #244239;
	text-transform: uppercase;
	font-weight: 300;
}

.entry-comments .comment-author {
	margin: 0;
	margin-bottom: -7px;
}

.comment-edit-link {
	float: right;
	font-weight: 300;
}

div#respond {
	padding-top: 39px;
}

.entry-comments h3 {
	font-family: 'SaintAgnes-Regular', serif;
	font-size: 44px;
	text-align: center;
	line-height: 1.1;
}

.entry-comments h3:before {
	content: "• ";
}

.entry-comments h3:after {
	content: " •";
}

li.comment ul li {
	border-radius: 0;
	border-left: 1px solid #dbd489;
}

p.logged-in-as {
	font-size: 17px;
	text-align: right;
	margin-top: -51px;
	padding-top: 8px;
}

#respond input[type="submit"] {
	font-size: 20px;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #666;
	font-size: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	padding: 0;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px solid #ddd;
	margin-bottom: 32px;
	overflow: hidden;
	padding-bottom: 32px;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #2a2a2a;
	color: #aaa;
	padding: 30px;
}


.widget_categories {
	background-color: #f7f6ea;
	padding: 27px 30px;
}

.widget_categories ul > li {
	list-style-type: none;
	text-transform: capitalize;
	text-align: center;
}

.widget_categories a {
	font-weight: 300;
	color: #244239;
}

.sidebar-primary h4 {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	letter-spacing: normal;
}

.sidebar-primary .widgettitle {
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	letter-spacing: normal;
}

.sidebar .widget {
	border-bottom: none;
	margin-bottom: 20px;
}

section#sf_widget_constantcontact-4 {
	background-color: #f7f6ea;
	padding: 20px;
}

/*
Portfolio
---------------------------------------------------------------------------------------------------- */

.entry-portfolio {
	margin: 0 0 40px;
	padding: 0;
}

.content .portfolio {
	background: #fff;
    float: left;
    margin: 0 2% 40px 0 !important;
    overflow: hidden;
    padding: 0;
    width: 23%;
}

.portfolio .post-image {
	margin: 0;
}

.portfolio .post-image:hover {
	-moz-transition:all .5s ease;	
	-o-transition:all .5s ease;	
	-webkit-transition:all .5s ease;
	transition:all .5s ease;
	opacity: 0.6;
}

.portfolio .entry-title {
	font-size: 18px;
	margin: 0;
	padding: 15px 0;
}

.page-template-page_portfolio-php h1 {
	padding: 0;
}
	
.portfolio .entry-title a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0;
	text-decoration: none;
}

.portfolio p {
	font-size: 16px;
}

.portfolio .more-link {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	background: #2a2a2a;
	color: #fff;
	display: block;
    font-size: 14px;
    font-weight: 400;	
	padding: 4px 12px;
    margin: 20px 0 0;
	text-align: center;
	text-decoration: none;	
	width: 110px;
}
	
.content .portfolio .more-link:hover {
	background: #555;
	color: #fff;
}

.portfolio .entry-content {
	padding: 0 20px 0;
}

.portfolio .entry-footer {
	background: none;
	padding: 0;
}


/*
Miscellaneous
---------------------------------------------------------------------------------------------------- */

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #f7f6ea;
	clear: both;
	margin-bottom: 26px;
}

/* Embedded Gists */
.line-pre::before,
.line-pre::after,
.line::before,
.line::after {
	content: '';
}
 
.line-number,
.gist .line-data > .line-pre {
	line-height: 1.2;
}

.tagcloud a {
	background: #e3e3e3;
	float: left;
	padding: 3px 10px;
	margin: 0 2px 5px;
}

.tagcloud a:hover {
	background: #f5f5f5;
}

.search .entry {
	padding: 40px 20px 10px;
}

.page-template-page_blog-php .entry,
.archive .entry	 {
	padding: 30px 0 0;
}

/* Content Align (Left & Right) */

.feature-left {
	float: left;
	margin: 0 2% 0 0;
	width:  48%;
}

.feature-right {
	float: right;
	width:  48%;
}

.feature-margin {
	margin-top: 80px;
}

/* Check List */

.check-list {
	list-style: none;
	margin: 0 0 30px;
}

.check-list li {
	padding: 0 0 0 30px;
}

/* Responsive Videos */

.video-container {
	height: 0; 
	overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-container iframe,
.video-container object,
.video-container embed {
    left: 0;     
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {	
	clear: both;
	color: #aaa;
	font-size: 16px;
	line-height: 1.4;
	background: #577656 url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/green-bar-2.png') repeat-x bottom center;
	background-size: 523px;
}

.footer-widgets:before {
	background: #577656 url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/green-bar-2.png') repeat-x top center;
	width: 100%;
	height: 14px;
	background-size: 490px;
}

.footer-widgets .wrap {
	padding: 52px 0 47px;
}

.footer-widgets a {
	color: #bcc8bb;
	font-weight: 300;
}

.footer-widgets p {
	color: #1B261E;
	font-size: 18px;
	line-height: 1.22;
	margin: 0 0 20px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
	margin: 0 4.166666666% 0 0;
	width: 30.555555555%;
}

.footer-widgets-3 {
	float: right;
	width: 30.555555555%;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
    color: #fff;
	line-height: 1;
	margin-bottom: 9px;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widgettitle {
	color: #1B261E;
	font-family: 'SaintAgnes-Regular', serif;
	font-size: 39px;
	width: 79%;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 90%;
}

.footer-widgets .entry {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background: none;
}

.footer-widgets .widget_search input[type="search"] {
	background-color: #fffff0;
}

.footer-widgets .featured-content .entry-title {
	margin: 15px 0;
	padding-left: 0;
}

.footer-widgets .entry-content {
	padding: 0;
}

.footer-widgets h5 {
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	color: #1B261E;
	margin-top: -10px;
}

.footer-widgets-3 .widgettitle {
	width: 100%;
}

.footer-widgets input[type="submit"] {
	font-family: 'Vibur', sans-serif;
	width: 100%;
	text-transform: uppercase;
	background-color: #314337;
	color: #bcc8bb;
	font-size: 19px;
}

.footer-widgets input {
	background: #fffff0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	font-family: 'Neuton', serif;
	color: #314337;
	font-size: 18px;
	font-weight: 300;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: transparent;
	color: #aaa;
	font-size: 14px;
	text-align: center;
}

/*.site-footer .wrap {
	padding: 30px 20px;
}*/

.site-footer .wrap {
	background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/sap-bush-footer-2.png') bottom center no-repeat;
	background-size: 1260px;
	background-attachment: fixed;
	max-width: 1260px;
}

.site-footer a {
	color: #B88E96;
	font-weight: 300;
}

.site-footer p {
	position: static;
	height: 498px;
	padding-top: 461px;
        line-height: 1.4;
	color: #b88e96;
}

.widget_search ::-webkit-input-placeholder { /* WebKit browsers */
    	color: #fff;
	font-size: 18px;
}
.widget_search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color: #fff;
	font-size: 18px;
}
.widget_search ::-moz-placeholder { /* Mozilla Firefox 19+ */
    	color: #fff;
	font-size: 18px;
}
.widget_search :-ms-input-placeholder { /* Internet Explorer 10+ */
    	color: #fff;
	font-size: 18px;
}

.header-widget-area ::-webkit-input-placeholder { /* WebKit browsers */
   	 color: #fffff0;
	font-family: 'Vibur', 'Neuton', serif;
	text-transform: uppercase;
}
.header-widget-area :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    	color: #fffff0;
	font-family: 'Vibur', 'Neuton', serif;
	text-transform: uppercase;
}
.header-widget-area ::-moz-placeholder { /* Mozilla Firefox 19+ */
    	color: #fffff0;
	font-family: 'Vibur', 'Neuton', serif;
	text-transform: uppercase;
}
.header-widget-area :-ms-input-placeholder { /* Internet Explorer 10+ */
    	color: #fffff0;
	font-family: 'Vibur', 'Neuton', serif;
	text-transform: uppercase;
}

.footer-widgets ::-webkit-input-placeholder { /* WebKit browsers */
    	color: #314337;
	font-size: 18px;
}
.footer-widgets :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   	color: #314337;
	font-size: 18px;
}
.footer-widgets ::-moz-placeholder { /* Mozilla Firefox 19+ */
    	color: #314337;
	font-size: 18px;
}
.footer-widgets :-ms-input-placeholder { /* Internet Explorer 10+ */
    	color: #314337;
	font-size: 18px;
}

/* span.copyright {
	float: left;
}*/

span.footer-links {
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
}


/*
Remove Woocommerce Product Meta
*/
.product_meta {
    display: none;
}
/*

/* Farm Products 
-----------------------------------------------------------------------------------------------------*/
a.farm-products > img {
	border: 5px solid #f2efda !important;
}

img.farm-products {
	border: 5px solid #f2efda !important;
}

.shop-widget {
	background-color: #fbfaf3;
	background-color: rgba(250,251,243,.8);
	padding: 0 5px 5px;
}

section#text-24 img {
	margin: 0 auto;
	width: 100%;
}

.shop-widget h3 {
	padding-top: 14px;
	margin-bottom: 8px;
	font-size: 1.3rem;
}

div.shop-widget:hover {
	background-color: #dbd489;
}

/* Soaps
-----------------------------------------------------------------------------------------------------*/
a.soaps > img {
	border: 5px solid #f2efda !important;
}

img.soaps {
	border: 5px solid #f2efda !important;
	margin: 10px;
}

h2.soaps {
	margin: 15px 0;
	padding: 0px;
	line-height: 125%;
	text-transform: none;
}

h2.soaps-other {
    margin: 10px 0px 0px;
    padding: 5px 0;
    line-height: 125%;
    text-transform: none;
}

h2.bay-soaps {
    font-size: 40px;
    margin: 0;
    text-transform: none;
}

/* Homepage Featured Posts
----------------------------------------------------------------------------*/

.home .entry-content {
	display: inline;
	padding-top: 14px;
}

.featuredpost header.entry-header {
	display: inline;
}

.home-feature-bg .featuredpage .page h2 a, .home-feature-bg .featuredpost .post h2 a {
	font-size: 1.7rem;
	font-family: 'Neuton', serif;
	text-transform: none;
	font-weight: 400;
}

.home-feature-bg .featuredpage .page h2,
.home-feature-bg .featuredpost .post h2 {
	margin: 0 0 -10px;
	line-height: 1;
}

.home .entry-header .entry-meta {
	padding: 0;
	display: inline;
}

.entry-header .entry-meta {
	border-bottom: none;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: .3px;
	margin: 0 0 14px;
	text-transform: uppercase;
	color: #761f31;
	padding: 0 10px 20px;
}

a.more-link {
	display: block;
	text-align: right;
	clear: both;
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	padding-top: 9px;
}

.form-allowed-tags {
	display: none;
}

.entry-title a {
	color: #244239;
}

.entry-title a:hover {
	color: #577656;
}

/* Gravity Forms 
------------------------------------------------------------------------------------*/

.gform_wrapper .top_label .gfield_label {
	font-family: 'Vibur', sans-serif;
	text-transform: uppercase;
	margin: 0.625em 0 0.300em 0;
}

.gform_wrapper span.ginput_product_price_label {
	display: none !important;
}

.gform_wrapper span.ginput_product_price {
	display: none !important;
}

.gform_wrapper span.ginput_quantity_label {
	margin-left: 0 !important;
}

/* New Classes
---------------------------------------------------------------------------------------------------- */
span.small-caps {
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 17px;
}

p.emph {
	font-family: 'Neuton', serif;
	font-size: 28px;
	line-height: 1;
	font-style: italic
}

a.social-link {
	font-family: 'SaintAgnes-Regular', serif;
	font-size: 30px;
	color: #761f31;
}

a.social-link:hover {
	text-decoration: none;
	line-height: 1.6;
}

.social {
	background-color: #e4dfad;
	text-align: center;
	padding-top: 13px;
	line-height: 1.2;
	margin-bottom: 20px;
}

div.social:hover {
	opacity: .98;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	border: none;
	background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/small-leaves-divider-2.png') top center no-repeat;
	background-size: 105px;
	padding: 15px 20px;
}

.constantcontactwidget_form input[type="submit"] {
	width: 100%;
	padding: 14px;
	font-size: 20px;
}

input[type="text"] {
	font-family: 'Neuton', serif;
	color: #244239;
	font-weight: 300;
	font-size: 20px;
}

p.how-to {
	text-align: justify;
}

#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
	clear: both;
	margin-top: 50px;
	text-align: center;
}

div.sharedaddy h3.sd-title {
	font-size: 18px !important;
}

div.sharedaddy h3.sd-title:before {
	border-top: none !important;
}

div#text-27 {
	padding: 4% 6% 3%;
	margin: 0 auto;
	background: #e4dfad;
	font-size: 17px;
}

div#text-27 p {
	margin-bottom: 10px;
	line-height: 1.2;
}

div#text-27 h2.widgettitle {
	margin-bottom: 6px;
	text-align: center;
	color: #761F31;
}

.home div#text-27 {
	padding: 21px 23px 12px;
}

.home div#text-27 h2.widgettitle {
	font-size: 37px;
	color: #244239;
	margin-bottom: 0;
	line-height: 1.2;
	text-transform: none;
	font-family: 'SaintAgnes-Regular';
}

.home div#text-27 p {
	font-size: 16px;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
	background: #dbd489 !important;
	margin-top: 2px;
	color: #761f31 !important;
	color: #fff !important;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
	color: #761f31 !important;
}

.sd-social-icon .sd-content ul li[class*=share-] a,
.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a {
	padding: 12px !important;
}f

/* Sap Bush Hollow Farm Page 
---------------------------------------------------------------------------------------------------- */

.page-id-17 h1.entry-title {
	line-height: 1.3 !important;
	padding-top: 37px !important;
}

.page-id-17 .entry {
	padding: 40px 0 0;
}

/* Products
------------------------------------------------------------------------------------------------------*/

.category-ebooks .featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 20px;
	width: 23.076923076923077%;
	margin-right: 2.564102564102564%;
	float: left;
}

.category-ebooks .featured-content .entry-title {
	font-family: 'Neuton', serif;
	text-transform: none;
	font-size: 26px;
	text-align: center;
}

.category-ebooks .featured-content a.aligncenter {
	margin-bottom: 5px;
}

.after-entry .featured-content .entry {
	margin-bottom: 20px;
	padding: 0 0 20px;
	width: 23.076923076923077%;
	margin-right: 2.564102564102564%;
	float: left;
}

.after-entry .featured-content .entry-title {
	font-family: 'Neuton', serif;
	text-transform: none;
	font-size: 26px;
	text-align: center;
}

.after-entry .featured-content a.aligncenter {
	margin-bottom: 5px;
}


.category-ebooks img.post-image {
	float: left !important;
}

li.cat-item.cat-item-80 {
	display: none;
}

.postid-963513 img.post-image {
	max-width: 380px;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary,
	.title-area {
		width: 300px;
	}
	
	.hf1,
	.hf3,
	.hf4,
	.hf5,
	.hf6,
	.hf7,
	.hf8,
	.hf9,
	.hf14 {
		/*background-attachment: scroll;*/
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		background-size: auto;
	}

	/* aside.widget-area.header-widget-area {
		margin-top: -30px;
		width: 28%;
		margin-right: -106px;
	}*/

}

/* Header Search Bar
----------------------------------------------------------*/

.header-widget-area {
display: none;
}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.nav-primary .wrap,
	.nav-secondary .wrap,
	.slider .wrap,
	.welcome .wrap,
	.home-feature-bg .wrap,
	.home-feature-bg-alt .wrap,
	.home-feature-bg-dark .wrap,
	.footer-widgets .wrap {
		width: 98%;
	}
	
	.title-area {
		padding: 16px 0;
	}
	
	.header-image .site-header,
	.header-image .site-header .wrap {
		background-position: center top !important;
	}
	
	.site-header .widget-area {
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	.nav-primary {
		background-color: #dbd489;
	}

	.genesis-nav-menu li,
	.genesis-nav-menu > .right,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header hgroup,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a { }
	

	.site-header .search-form {
		margin: 10% auto 0;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	.wp-caption {
		width: 100% !important;
	}
	
	.footer-widgets .widget {
		margin-bottom: 40px;
	}

}

/* iPad/Tablets (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 960px) {

	.feature-margin {
		margin: 0;
	}

}

/* iPhones (portrait and landscape)
--------------------------------------------- */
@media only screen and (max-width: 770px) {
    .stir-pot-patron-btn {
        transform: translate(0%, 0%);
    }
}

@media only screen and (max-width: 767px) {

	.home-feature-3,
	.home-feature-4,
	.home-bottom-sidebar-1,
	.home-bottom-sidebar-2,
	.home-bottom-sidebar-3,
	.home-bottom-sidebar-4,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-fifth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 22px;
		font-size: 23px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: uppercase;
		margin-top: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		color: #314337;
		z-index: 99999999999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 999999999999;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 20px;
		position: relative;
		text-transform: uppercase;
		width: 100%;
		text-align: left;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #e4dfad;
	}
	
	.feature-left,
	.feature-right {
		width: 45%;
	}
	
	.home-feature-10 {
		width: 48%;
	}
	
	.home-feature-13 {
		float: right;
		margin: 0;
		width: 48%;
	}
	
	.home-feature-12,
	.home-feature-11 {
		width: 100%;
	}

	.home-feature-12 {
		clear: both;
	}

	.search-form {
		width: 80%;
	}
	
	.content .portfolio {
		width: 48%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.home-feature-10 img, 
	.home-feature-11 img, 
	.home-feature-12 img, 
	.home-feature-13 img {
		width: 100%;
	}
	
	.plan-col, 
	.plan-col-popular {	
		float: none;
		margin: 0 auto 40px;	
		width: 80%;
	}

}

@media only screen and (max-width: 680px) {
	.site-title {
	display: none;
	}
}

@media only screen and (max-width: 640px) {
	.site-header {
		height: auto;
		padding: 3% 0 9%;
	}

	.head-wrap {
		background: url('http://theradicalhomemaker.net/wp-content/uploads/2014/11/Radical-homemaker-small-logo.png') top center no-repeat;
		background-attachment: scroll;
		background-size: contain;
	}

	.header-widget-area {
		display: block;
	}
}

@media only screen and (max-width: 580px) {

	.home .wrap {
		text-align: center;
	}
	
	.site-header .wrap {
		width: 90%;
	}
	
	.welcome-feature-1, 
	.welcome-feature-2,
	.welcome-feature-3,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-1,
	.home-feature-2,
	.home-feature-3,
	.home-feature-4,
	.home-feature-5,
	.home-feature-6,
	.home-feature-7,
	.home-feature-8,
	.home-feature-9,
	.home-feature-10,
	.home-feature-11,
	.home-feature-12,
	.home-feature-13,
	.home-feature-14 {
		margin: 0 auto;
	    text-align: center;
	    width: 100%;
	}
	
	.feature-left {
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	
	.feature-right {
		float: none;
		margin: 40px auto 0;
		text-align: center;
		width: 100%;
	}

}

@media only screen and (max-width: 480px) {

	.site-header {
		width: 100%;
	}
	
	.content .portfolio {
		text-align: center;
		width: 100%;
	}
	
	.content .portfolio .post-image {
		width: 100%;
	}
	
	.content .portfolio .more-link {
		margin: 20px auto 0;
		padding: 6px;
		width: 60%;
	}

    .desktop-slider {
        display: none;
   }

    .mobile-slider {
         display: block;
   }

	
}