/*
	Theme Name: Genesis The Write Life
	Description: Customised sample theme for the Genesis Framework.
	Author: Artemis 
	Author URI: http://www.artemisdesign.co.uk/
 
	Version: 1.9
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 1.9
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		- max-width: 1024px
		- max-width: 768px
		- max-width: 480px

*/


body {overflow-x: hidden; /* to stop horizontal scrollbar */}

/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

/*@import url(http://fonts.googleapis.com/css?family=Lato:400,700);*/

@font-face {
    font-family: 'jenna_sueregular';
    src: url('fonts/jennasue-webfont.eot');
    src: url('fonts/jennasue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jennasue-webfont.woff') format('woff'),
         url('fonts/jennasue-webfont.ttf') format('truetype'),
         url('fonts/jennasue-webfont.svg#jenna_sueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'franchise';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/franchise-bold-webfont.woff') format('woff'),
         url('fonts/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/franchise-bold-webfont.svg#franchiseregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bebasregular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'prophecy_scriptregular';
    src: url('fonts/prophecy_script-webfont.eot');
    src: url('fonts/prophecy_script-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/prophecy_script-webfont.woff') format('woff'),
         url('fonts/prophecy_script-webfont.ttf') format('truetype'),
         url('fonts/prophecy_script-webfont.svg#prophecy_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #fff;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}
#content img {border: 5px solid #ccc;}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a {color: #57871c; text-decoration: none;}
a:hover {color: #e95d22;}
h1, h2, h2 a {color: #333;}
h2 a:hover {color: #57871c;}
.center {display: block; text-align: center;}
.genesis-nav-menu a {color: #333;}
	.genesis-nav-menu li a:hover, .genesis-nav-menu li:hover a, .genesis-nav-menu li li a:hover, .genesis-nav-menu .current-menu-item a {color: #57871c;}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: verdana, myriad, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
#title {
	font-family: helvetica, arial, sans-serif;
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
	font-size: 2.625rem;
}

h1,
.entry-title {
	font-size: 28px;
	font-weight: normal;
}
body.single h1, body.page h1 {
	font-size: 36px;
	font-size: 2.25rem;
}

blockquote::before {
	font-size: 32px;
	font-size: 2rem;
}

h2 {font-size: 1.5rem;
	font-weight: normal;
	}

h3 {
	font-size: 24px;
	font-size: 1.5rem;
}

h4,
.archive-title,
.taxonomy-description h1 {
	font-size: 20px;
	font-size: 1.25rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
	font-size: 1rem;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 14px;
	font-size: 0.875rem;
}

.genesis-nav-menu {font-size: 1rem;}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
	font-weight: 700;
}

.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}

.center {display: block; text-align: center;}

/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	margin: 0 auto;
	max-width: 1000px;
	border: 1px solid #000000; 
border-width: 0;}

#inner {
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-top: 2.5rem;
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar {
	width: 30.555555555%; /* 352px / 1152px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content {
	width: 65.277777777%; /* 752px / 1152px */
}
#title-area {
	/*width: 315px !important; */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%; /* 1152px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */

#header {
	min-height: 100px;
	overflow: hidden;
	padding: 0;
	background: url(images/strap.png) no-repeat right 67px;
}

@media (max-width: 760px) {
	#header {
		padding-bottom: 30px;
		background: url(images/strap.png) no-repeat left bottom;
	}
}



#title {
	line-height: 1;
	margin: 0;
	height: 100px;
}

.header-image #title {
	width: 438px !important; 
	height: 120px !important;
}

#description, #descriptions {
	line-height: 1.25;
}

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

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
	width: 50%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

#title a {display: block; background: url(images/thewritelife2.png) no-repeat ; min-width: 292px !important; height: 100px !important; text-indent: -10000px; overflow: hidden; top:20px; position: relative;}
	#header .widget-area {text-align: right; padding-top: 10px;}
		#header .widget-area h4 {font-family: 'jenna_sueregular', verdana, myriad, sans-serif; font-size: 40px; color: #000; margin: 0 0 10px 0; line-height: 26px;}
		#header .widget-area input.email {padding: 3px 5px; font-size: 14px; width: 200px; border: 1px solid #ccc;}
		#header .widget-area input.button {padding: 3px 5px; font-size: 14px; width: 50px; background-color: #57871c; color: #ffffff;}
		#header .widget-area input.button:hover {background-color: #e95d22;}
		ul.socialmedia {margin: 0; padding: 0; list-style: none; margin-bottom: 20px;}
			ul.socialmedia li {display: inline; margin: 0; padding: 0;}
			ul.socialmedia li:first-child {margin: 0;}
			ul.socialmedia a {display: inline-block; width: 28px; height: 28px; overflow: hidden; text-indent: -500px; text-align: left; background-position: 0 0; background-repeat: no-repeat; padding: 0;}
			ul.socialmedia .facebook a {background-image: url(images/icon-facebook-small.png);}
			ul.socialmedia .twitter a {background-image: url(images/icon-twitter-small.png);}
			ul.socialmedia .pinterest a {background-image: url(images/icon-pinterest-small.png);}
			ul.socialmedia .rss a {background-image: url(images/icon-rss-small.png);}
			ul.socialmedia .fbgroup a {background-image: url(images/fb-groups.jpg);}
#description {display: none; color: #568819; font-size: 14px;}
#descriptions {color: #568819; font-size: 17px; font-style: italic;}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}

.entry,
.page .post.entry {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.single .entry {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

blockquote {
	padding: 24px 64px;
	padding: 1.5rem 4rem;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: none;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 15px;
	font-size: 12px;
}

.post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.post-meta {
	border: 0;
	padding: 0;
	margin: 0 0 20px 0;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
	padding: 1.5rem 0 1rem;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
	margin-bottom: 5rem;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	margin-bottom: 3rem;
	overflow: hidden;
	padding: 32px;
	padding: 2rem;
}

.author-box {
	margin-bottom: 20px;
	overflow: hidden;
}

/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	margin-top: 3rem;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
	background-color: #f6f6f6; 
	border: 1px solid #999; 
	border-width: 1px 0; 
	padding: 14px 5000px; 
	margin: 0 -5000px;
}

@media only screen and (max-width: 1000px) {
	.genesis-nav-menu.menu-primary,
	.genesis-nav-menu.menu-secondary {
		text-align: center;
	}	
	.genesis-nav-menu li {
		margin: 0 30px;
	}
}

.genesis-nav-menu ul {
	width: 100%;
	list-style-type: none;
}

.genesis-nav-menu li {
	display: inline-block;
	line-height: 2rem;
	margin: 0 0 0 30px;
}

.genesis-nav-menu a {
	padding: 0;
	position: relative;
}
.genesis-nav-menu>li:first-child {margin: 0;}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 1.25rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	padding: 1.25rem;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}
#nav li.facebook, #nav li.twitter, #nav li.pinterest, #nav li.rss {float: right; list-style: none; margin: 0 0 0 8px; padding: 18px 0 0 0;}
	#nav li.facebook a, #nav li.twitter a, #nav li.pinterest a, #nav li.rss a {display: block; width: 28px; height: 28px; overflow: hidden; text-indent: -500px; background-position: 0 0; background-repeat: no-repeat; padding: 0;}
	#nav .facebook a {background-image: url(images/icon-facebook-small.png);}
	#nav .twitter a {background-image: url(images/icon-twitter-small.png);}
	#nav .pinterest a {background-image: url(images/icon-pinterest-small.png);}
	#nav .rss a {background-image: url(images/icon-rss-small.png);}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 1.5rem 1.25rem;
}

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

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.375rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding-left: 20px;
	padding-left: 1.25rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 1.5rem;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

body.blog .entry-title {margin-bottom: 5px; font-size: 1.75rem;}
body.blog .entry-title a {font-size: 28px;}
body.archive .entry-title {margin-bottom: 5px;}
body.category .entry-title {margin-bottom: 5px;}

/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
	margin-bottom: 1.625rem;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 2.5rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #1e1e1e;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #ff2a00;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

#comment {
	margin: 12px 0;
	margin: 0.75rem 0;
}

label {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 1.5rem;
	padding: 32px;
	padding: 2rem;
}

.comment-list li ul li {
	margin-right: -32px;
	margin-right: -2rem;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #eee;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
	margin-top: 2rem;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.sidebar .widget {
	border: 1px solid #ddd;
	border-top: 5px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
	overflow: hidden;
	background-color: #f6f6f6;
}
	#sidebar .widget.nobox {border: 0; background-color: transparent; padding: 0px; border-radius: 0px; -moz-border-radius: 0px;}

	
	
	
.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.sidebar .widget.popular-posts ul {
	llist-style-type: square;
}
.sidebar .widget.popular-posts ul li {
	list-style-type: none;
	color: #57871c; 
	background: url(images/square.gif) no-repeat left 9px;
	padding-left: 15px; 
}
.sidebar .widget.popular-posts ul li a {
	color: #000;
}
.sidebar .widget.popular-posts ul li a:hover {
	color: #e95d22;
}

#sidebar .widgettitle {text-align: center; color: #000; font-size: 20px; font-weight: normal; font-family: helvetica, arial, sans-serif;}
#sidebar  .greenbox {display: block; text-align: center;}
	#sidebar  .greenbox a {display: inline-block; margin: 0 auto; background-color: #57871c; color: #ffffff; border-radius: 5px; -moz-border-radius: 5px; padding: 5px 10px; text-decoration: none; font-weight: bold;}
	#sidebar  .greenbox a:hover {background-color: #e95d22;}
#sidebar  .greenbox2 {display: block; text-align: center;}
	#sidebar  .greenbox2 a {display: inline-block; margin: 0 auto; background-color: #d5e0bc; border: 3px solid #57871c; color: #57871c; border-radius: 5px; -moz-border-radius: 5px; padding: 5px 10px; text-decoration: none; font-size: 20px;}
	#sidebar  .greenbox2 a:hover {background-color: #e95d22; color: #ffffff;}
#sidebar  .greenboxbig {display: block; text-align: center;}
	#sidebar  .greenboxbig a {display: inline-block; margin: 0 auto; background-color: #57871c; color: #ffffff; border-radius: 5px; -moz-border-radius: 5px; padding: 5px 20px; text-decoration: none; text-transform: uppercase; font-size: 40px;}
	#sidebar  .greenboxbig a:hover {background-color: #e95d22;}
	

#sidebar .widget.mainsignup {background-color: #568819; color: #fff; border: 0; border-radius: 15px; padding: 4px;}
#sidebar .widget.mainsignup div.border {border: 1px solid #82a54f; border-radius: 10px; padding: 15px;}
#sidebar .widget.mainsignup .widgettitle {display: none;}
p.trail {font-family: prophecy_scriptregular, arial, helvetica, sans-serif; color: #fff; font-size: 1.5em !important; font-weight: bold; margin: 0;}
#sidebar .widget.mainsignup p {text-align: center; font-size: 0.9em;}
#sidebar .widget.mainsignup h4 {text-align: center;}
#sidebar .widget.mainsignup h3.stronger {text-align: center; font-size: 2em; font-weight: normal; margin: 0 0 10px 0; font-family: bebasregular, arial, helvetica, sans-serif; text-transform: uppercase;}
#sidebar .widget.mainsignup form {width: 100%; overflow: hidden;}

#sidebar #mc-embedded-subscribe-form #extras {display: none;}


#sidebar .widget.mainsignup {background-color: #568819; color: #fff; border: 0; border-radius: 15px; padding: 4px;}
#sidebar .widget.mainsignup div.border {border: 1px solid #82a54f; border-radius: 10px; padding: 15px;}
#sidebar .widget.mainsignup .widgettitle {display: none;}
p.trail {font-family: prophecy_scriptregular, arial, helvetica, sans-serif; color: #fff; font-size: 1.5em !important; font-weight: bold; margin: 0;}
#sidebar .widget.mainsignup p {text-align: center; font-size: 0.9em;}
#sidebar .widget.mainsignup h4 {text-align: center;}
#sidebar .widget.mainsignup h3.stronger {text-align: center; font-size: 2em; font-weight: normal; margin: 0 0 10px 0; font-family: bebasregular, arial, helvetica, sans-serif; text-transform: uppercase;}
#sidebar .widget.mainsignup form {width: 100%; overflow: hidden;}

#sidebar #mc-embedded-subscribe-form input.email {
	float: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-width: 1px 0px 1px 1px;
	width: 75%;
	padding: 5px;
	}
#sidebar #mc-embedded-subscribe-form input.email.wider {
	width: 99%;
	margin-bottom: 10px;
	}
	
	
#sidebar #mc-embedded-subscribe-form #showextras {
	float: left;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 25%;
	padding: 5px;
	background-color: #e95d22;
	}
#sidebar #mc-embedded-subscribe-form #showextras:hover {
	background-color: #000;
	}
#sidebar #mc-embedded-subscribe-form input#mce-FNAME {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-width: 1px 0px 1px 1px;
	width: 99%;
	padding: 5px;
	}
	

#sidebar #mc-embedded-subscribe-form input.button {
	float: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 100%;
	padding: 5px;
	background-color: #e95d22;
	}
#sidebar #mc-embedded-subscribe-form input.button:hover {
	background-color: #000;
	}
	
#sidebar #mc-embedded-subscribe-form .input-group input {
	clear: both;
	width: auto; 
	float: left;
	}
#sidebar #mc-embedded-subscribe-form .input-group strong {
	display: block; margin: 10px 0 5px 0;
	}
#sidebar #mc-embedded-subscribe-form .input-group label {
	font-size: 0.8em;
	line-height: 1.25em;
	margin-top: -5px;
	}




#sidebar .searchform  .search-input {
	float: left;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-width: 1px 0px 1px 1px;
	width: 80%;
	padding: 5px;
	}

#sidebar .search-form input[type="submit"] {
	float: left;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 20%;
	padding: 5px;
	}



/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	text-align: center; 
	background-color: #e5e5e5; 
	padding: 0 5000px 0 5000px; 
	margin: 0 -5000px; 
	border-top: 2px solid #999;
}

#footer .wrap {
	border: 0;
	overflow: hidden;
	padding: 10px 0 30px 0;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
	margin: 0.5rem 0;
}


	#menu-footer-menu {list-style: none; margin: 0 0 10px 0; padding: 0; text-align: center;}
	#menu-footer-menu li {display: inline; margin: 0 10px; padding: 0; font-size: 14px;}
	#footer p {font-weight: normal; font-size: 14px;}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
	padding: 2rem 0 1rem;
}

.footer-widgets p {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.footer-widgets .widget {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	padding: 1rem;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 3.5rem;
	width: 100%;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #57871c;
	color: #ffffff;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	padding: 1rem 1.5rem;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #e95d22;
}

.enews input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.miniform {max-width: 400px; margin: 20px auto;}
.miniform input.email {width: 70%; float: left; margin-right: 3%;}
.miniform input.email.wider {width: 99%; float: none; margin: 0 0 10px 0;}
.miniform .input-group {margin: 10px 0;}
.miniform input#showminiextras {width: 27%;}
#miniextras {display: none; text-align: left;}
.miniform ul {list-style: none !important; margin: 0 !important; padding: 0 !important;}
.miniform li {list-style: none !important; margin: 0 !important; padding: 3px 0 !important; line-height: 1.25em !important;}
.miniform input[type="radio"] {width: auto;}
.miniform input.button {width: 100%;}






/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1rem;
	padding: 16px;
	padding: 1rem;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
	padding: 1rem 1.5rem;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1rem 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	max-width: 100%;
}

img {
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 1.5rem;
}

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

.author-box .avatar {
	float: left;
	margin-right: 24px;
	margin-right: 1.5rem
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
	margin: 0 1rem 1.5rem 0;
}

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

img.alignnone {
	display: inline;
	margin-bottom: 12px;
	margin-bottom: 0.75rem;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
	margin: 0 1.5rem 1.5rem 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
	margin: 0 0 1.5rem 1.5rem;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
	margin-top: 0.75rem;
}

.gallery-caption {
}


/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

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

	#wrap {
		max-width: 960px;
	}	

}

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

	#wrap {
		padding: 0 5%;
	}
}


/* iPads (portrait) ----------- */

@media only screen and (max-width: 768px) {
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.wrap,
	#footer .creds,
	#footer .gototop,
	#inner,
	#title-area,
	#wrap .sidebar,
	#wrap #content,
	#wrap #content-sidebar-wrap,
	#wrap #sidebar-alt {
		width: 100%;
	}

	.genesis-nav-menu li,
	#footer .creds,
	#footer .gototop,
	#header ul.genesis-nav-menu,
	#header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	#description,
	#footer .creds,
	#footer .gototop,
	#header .search-form,
	#title,
	#title-area {
		text-align: center;
	}

	.genesis-nav-menu a {
	}

	#title {
		margin: 16px 0;
		margin: 0;
	}

	#header .search-form {
		margin: 32px auto 0;
		margin: 2rem auto 0;
		width: 50%;
	}

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

	#footer .wrap {
		padding: 24px 0;
		padding: 1.5rem 0;
	}

	.footer-widgets-1,
	#header .genesis-nav-menu {
		margin: 0;
	}

}

/* iPhones (portrait and landscape) ----------- */

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

	html {
		font-size: 87.5%; /* 14px base */
	}

	#header .search-form {
		width: 100%;
	}

	.archive-page,
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

/* general */

/* For 505px or less */
@media (max-width: 505px) {
	#title-area {float: none; text-align: center; width: 100%; margin: 0 auto 20px;}
	#title a {margin: 0 auto; background-position: center center; width: 100%;}
	#title {margin: 0 auto; width: 100%;}
	#header .widget-area {float: none; width: 80%; margin: 0 auto 20px auto;}
	#header .widget-area {padding-top: 0px; text-align: center;}
	#header {background-image: none;}
	#description {display: none; text-align: center; color: #568819; font-size: 14px; margin-bottom: 20px; margin-top: 10px;}
	#descriptions {display: block; text-align: center; color: #568819; font-size: 16px; margin-bottom: 20px; margin-top: 10px;}
	
}







/* LOOP */
 
body.blog .post {padding: 20px 0; margin: 0; border-top: 1px solid #ddd; max-width: 653px; overflow: hidden;}
body.archive .post {padding: 20px 0; margin: 0; border-top: 1px solid #ddd; max-width: 653px; overflow: hidden;}
body.category .post {padding: 20px 0; margin: 0; border-top: 1px solid #ddd; max-width: 653px; overflow: hidden;}


body.blog .hfeed>div.post:first-child {background-color: #d5e0bc; padding: 20px;}
body.archive .hfeed>div.post:first-child {background-color: #d5e0bc; padding: 20px;}
body.category .hfeed>div.post:first-child {background-color: #d5e0bc; padding: 20px;}

.content-sidebar .post  {clear: left;}

body.blog .entry-content, body.blog .entry-content p {display: inline;}
body.archive .entry-content, body.archive .entry-content p {display: inline;}
body.category .entry-content, body.category .entry-content p {display: inline;}

body.blog .post img.alignleft, body.blog .post .post-image {margin-bottom: 0;}
body.archive .post img.alignleft, body.archive .post .post-image {margin-bottom: 0;}
body.blog .category img.alignleft, body.blog .category .post-image {margin-bottom: 0;}

.readmore {text-decoration: none;}

.single .entry {margin-bottom: 2rem;}

.bctt-click-to-tweet {background-color: #f5f5f5 !important;}

/* FEATURED PRODUCTS */
/*.featuredproductteaser  {margin: 30px 0 0 0; background-color: #f9d1c1; border: 2px solid #333; padding: 20px; border-radius: 15px; -moz-border-radius: 15px; overflow: hidden; min-height: 10px;}
	.featuredproductteaser h2 {margin: 0 0 15px 0; text-align: center; text-transform: uppercase; font-size: 18px; color: #e95d22;}
	.featuredproductteaser img {float: left; margin: 0 10px 0 0;}
	.featuredproductteaser h3 {font-size: 26px; margin: 0 0 5px 0;}
	.featuredproductteaser h3 a {text-decoration: none; color: #000;}
	.featuredproductteaser h3 a:hover {text-decoration: underline;}
	.featuredproductteaser .flink {text-align: right; margin: 5px 0;}
	.featuredproductteaser .flink a {color: #e95d22;}
	.featuredproductteaser .flink a:hover {color: #000;}
	.featuredproductteaser .addthis_toolbox {display: none;}*/
.featuredproductteaser  {margin: 30px 0 0 0; background: #476d15 url(images/bg-rays.gif) no-repeat 0 0; bborder: 2px solid #333; padding: 20px; overflow: hidden; min-height: 10px;}
	.featuredproductteaser h2 {margin: 0 0 15px 0; text-align: center; text-transform: uppercase; font-size: 18px; color: #fff;}
	.featuredproductteaser img {float: left; margin: 0 10px 0 0;}
	.featuredproductteaser .copy {}
	.featuredproductteaser h3 {font-size: 20px; margin: 0 0 5px 0; color: #fff;}
	.featuredproductteaser h3 a {text-decoration: none; color: #fff;}
	.featuredproductteaser h3 a:hover {}
	.featuredproductteaser p {color: #fff; line-height: 1.3em; ffont-size: 0.9em;}
	.featuredproductteaser .addthis_toolbox {display: none;}
	.featuredproductteaser .flink {margin: 10px 0 0 0; text-align: center; font-family: arial, helvetica, sans-serif; font-size: 26px;}
	.featuredproductteaser .flink a {display: inline-block; color: #fff; background-color: #e95d22; padding: 8px 15px; text-align: center; border-radius: 5px; -moz-border-radius: 5px; }
	.featuredproductteaser .flink a:hover {}




/* AUTHOR */
.author-box {background-color: #f6f6f6; padding: 20px; border: 1px solid #ddd; border-top: 5px solid #ccc;}
	body.single-featured_products .author-box {display: none;}
	.author-box h3 {margin: 0 0 5px 0; font-size: 1.25rem;}
	.author-box p {ffont-size: 0.9rem;}
	.author-box .contact {margin: 5px 0 0 0;}
	.author-box .contact {clcear: both; paddincg-top: 5px;}
.author-list {list-style: none !important; margin: 0 !important; padding: 0 !important;}
	.author-list li {list-style: none !important; margin: 0 0 20px 0 !important; padding: 20px 0 0 0 !important; border-top: 1px solid #ddd;}
	.author-list h2 {margin: 0 0 5px 0; padding: 0; font-size: 20px;}
	.author-list h2 a {color: #57871c;}
	.author-list h2 a:hover {color: #e95d22;}
	.author-list img {float: left; margin: 0 10px 5px 0; padding: 0;}
	.author-list .contact {margin: 0 0 5px 0;}
	.author-list .author-bio {margin: 0;}
	.author-list .author-archive {margin: 5px 0 0 0;}

	
/* FORMS */

.wpcf7 {background-color: #d5e0bc; padding: 40px 20px !important;}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {padding: 5px 10px; width: 380px;}
.wpcf7 label {float: left; width: 200px; text-align: right; padding: 0 10px 0 0; margin: 0;}
.wpcf7 p.submit {margin: 0 0 0 210px;}






.addthis_toolbox {min-height: 30px;}
div.atclear {
    clear: none !important;
}




.holdingpage #content {text-align: center; min-height: 600px;}
.holdingpage #mc-embedded-subscribe-form {max-width: 400px; margin: 0 auto;}
.holdingpage #mc-embedded-subscribe-form input {float: left;}
.holdingpage #mc-embedded-subscribe-form input.email {width: 300px; margin-right: 10px;}



.sidebar.widget-area #text-12 ul {list-style-type: disc; padding: 0 0 0 10px;}
.sidebar.widget-area #text-12 li {list-style-type: square; padding: 0; margin: 0.5em 0 0 0; color: #57871c;}
.sidebar.widget-area #text-12 li span {color: #000;}


#overalldescription {display: none;}

.adbox {
	border: 1px solid #ddd;
	border-top: 5px solid #ccc;
	margin-bottom: 20px;
	padding: 20px 20px 1px 20px;
	overflow: hidden;
	background-color: #f6f6f6;
}


.comment-author-alexis, .comment-author-heather {background-color: #b9d593;}

#footer {
	margin: 0;
	padding: 0;
}

.genesis-nav-menu.menu-primary {
	padding: 14px 0;
	margin: 0;
	text-align: center;
}

#content .custom_images {
	text-align: center;
}

#content .custom_images img {
	border: none;
}

.page-template-full-width-php.content-sidebar #content {
	width: 100%;
}

.ninja-forms-form-wrap label {
	margin-left: 0;
	font-weight: normal !important;
}

div#ninja_forms_form_5_all_fields_wrap.ninja-forms-all-fields-wrap {
	background-color: #d5e0bc;
	padding: 40px 20px !important;
}