/*
	Theme Name: Going Green Pro Theme
	Theme URI: http://my.studiopress.com/themes/goinggreen/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.0

	Tags: brown, green, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Going Green Pro Forest
		- Going Green Pro Mint
		- Going Green Pro Olive
		- Going Green Pro Custom
	- Media Queries
		- max-width: 1268px
		- max-width: 1067px
		- max-width: 767px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

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-content:before,
.entry-pagination:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.clearfix:after,
.entry-content:after,
.entry-pagination:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background: #f5f4f2 url(images/pattern-light.png);
	background-size: 10px 10px;
	color: #707070;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.714285714;
}


button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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-color: #273E56;
	color: #fff;
}

::selection {
	background-color: #273E56;
	color: #fff;
}

a {
	color: #319a54;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #984a23;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #c3bbad;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 16px;
	font-weight: bold;
	padding: 0;
	color: #333;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #dddad3;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #f8f8f8 inset;
	color: #c3bbad;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #c3bbad;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #c3bbad;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #984a23;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #319a54;
}

.entry-content .button:hover {
	color: #fff;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	background: rgba( 0, 0, 0, 0.3 );
	clear: both;
	margin: -160px auto 0;
	max-width: 1140px;
	padding: 10px;
	position: relative;
	width: 92%;
	z-index: 9;
}

.site-inner .wrap {
	background: #f2f2f2 url(images/pattern-light.png); /*url(images/pattern-light.png)*/
	background-size: 10px 10px;
	width: 100%;
}

.going-green-pro-landing .site-inner {
	margin: 60px auto;
	max-width: 960px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content */

.content {
	background: #fff;
	background-size: 10px 10px;
	float: right;
	padding: 0;
	width: 760px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
	word-wrap: break-word;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.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%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
	
}

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

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

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	color: #c3bbad;
	font-size: 12px;
	text-transform: uppercase;
}

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

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

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 15px 5px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 5px 15px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f9f9f9;
	color: #ABAAA9;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 16px 40px;
	text-transform: uppercase;
}

.archive-description,
.author-box {
	background-color: #f5f4f2;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #319a54;
	font-family: 'Lora', serif;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #984a23;
	font-size: 36px;
	line-height: 1;
	padding: 40px 40px 0;
}

.entry-title a {
	color: #984a23;
}

.entry-title a:hover {
	color: #46402f;
}

.widget-title {
	/*font-family: 'Lora', serif;*/
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 24px;
}

.archive-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
}

.sidebar .widget-title,
.sidebar .widget-title a {
	color: #319a54;
}

.footer-widgets .widget-title {
	color: #984a23;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry-meta,
.featured-content .entry-content,
.featured-content .entry-footer {
	padding: 0;
}

.featured-content .entry-title {
	font-size: 24px;
	line-height: 1.2;
	padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #c3bbad;
}

.enews-widget .widget-title {
	color: #fff;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #319a54;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #3e3827;
}

/* 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: 16px;
}

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: 14px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background: #319a54 url(images/pattern.png);
	background-size: 10px 10px;
	color: #fff;
	padding: 40px 0 200px;
	overflow: hidden;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	width: 360px;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	/*font-family: 'Lora', serif;*/
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	margin: 0;
	/*margin: 0 0 12px;*/
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.site-description {
	color: #287241;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 2px;
	margin: 0;
	text-transform: uppercase;
}

/* 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;
	height: 70px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 740px;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area a:hover {
	color: #287241;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 24px 16px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #287241;
}

.genesis-nav-menu .sub-menu {
/*	-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;*/
	left: -9999px;
	opacity: 0;
	position: absolute;
/*	transition:         opacity .4s ease-in-out;*/
	width: 175px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #287241;
	font-size: 12px;
	letter-spacing: 0;
	padding: 14px 20px;
	position: relative;
	width: 175px;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a {
	background-color: #fff;
	color: #984a23;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 174px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 24px 0;
}

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

.genesis-nav-menu > .rss > a {
	padding: 24px 16px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	text-transform: uppercase;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #287241;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #319a54;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a {
	color: #984a23;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #319a54;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-meta,
.entry-content,
.entry-footer {
	padding: 0 40px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

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

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

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

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

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #ABAAA9;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.entry-meta a {
	color: #c3bbad;
}

.entry-meta a:hover {
	color: #319a54;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px dashed #7f7a62;
	margin: 0;
	padding: 24px 0 8px;
}

.entry-comments-link::before,
.entry-tags::before {
	content: "\2F";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-size: 14px;
	padding: 0 40px 40px;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #dddad3;
	border-radius: 3px;
	color: #984a23;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #984a23;
	color: #fff;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.entry-comments {
	padding: 0 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 24px 0 16px 140px;
	padding: 32px;
	position: relative;
}

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

.comment .avatar {
	display: block;
	float: none;
	margin: 0 auto 12px;
}

.comment-list .comment-author {
	font-size: 13px;
	left: -170px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 170px;
}

.comment-list .comment-author .says {
	display: none;
}

.comment-list cite {
	display: block;
	text-align: center;
	margin-top: 10px;
}

.comment-meta {
	color: #7c7a77;
	font-size: 10px;
	left: -180px;
	position: absolute;
	top: 90px;
	text-align: center;
	width: 180px;
}

.comment-list .comment-author:before {
	content: '';
	display: block;
	height: 0;
	position: absolute;
	right: 0px;
	border-bottom: 25px solid;
	border-left: 10px solid;
	border-right: 17px solid;
	border-top: 15px solid;
	border-color: #f5f4f2 #f5f4f2 transparent transparent;
	top: 20px;
	width: 0;
}

.depth-2 .comment-author:before,
.depth-4 .comment-author:before {
	border-color: #fff #fff transparent transparent;
}

.depth-3 .comment-author:before {
	border-color: #f5f4f2 #f5f4f2 transparent transparent;
}

.ping-list .comment-meta {
	color: #7c7a77;
	font-size: 11px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.depth-3,
.thread-alt,
.thread-even {
	background-color: #f5f4f2;
}

.depth-2,
.depth-4 {
	background-color: #fff;
}

.form-allowed-tags {
	background-color: #f5f4f2;
	font-size: 14px;
	padding: 24px;
}


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

.sidebar a {
	color: #984a23;
}

.sidebar a:hover {
	color: #319a54;
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	border-bottom: 1px dashed #827d65;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
}

.sidebar li ul {
	border-top: 1px dashed #827d65;
	margin-top: 12px;
	padding-top: 12px;
}

.sidebar ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	border-bottom: 1px dashed #dddad3;
	padding: 40px;
}

.sidebar .enews-widget {
	background: #443e2c url(images/pattern-dark.png);
	background-size: 10px 10px;
	box-shadow: inset 10px 0 10px -10px #2f2a1e;
}

.sidebar-content .sidebar .enews-widget {
	box-shadow: inset -10px 0 10px -10px #2f2a1e;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: rgba( 0, 0, 0, 0.3 );
	clear: both;
	margin: 40px auto 0;
	padding: 10px;
	position: relative;
	max-width: 1140px;
	z-index: 9;
}

.footer-widgets .wrap {
	background: #fff url(images/pattern-light.png);
	background-size: 10px 10px;
	clear: both;
	padding: 40px 40px 16px;
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 320px;
}

.footer-widgets-2 {
	width: 310px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

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

.footer-widgets li {
	border-bottom: 1px dashed #827d65;
	list-style-type: none;
	margin-bottom: 12px;
	padding-bottom: 12px;
	word-wrap: break-word;
}

.footer-widgets li ul {
	border-top: 1px dashed #827d65;
	margin-top: 12px;
	padding-top: 12px;
}

.footer-widgets ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background: #2B2B2B;
	background-size: 10px 10px;
	box-shadow: inset 0 3px 4px #3c3624;
	color: #999;
	font-size: 14px;
	font-weight: 700;
	margin-top: -160px;
	padding: 220px 0 60px;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Going Green Pro Custom
--------------------------------------------- */

.going-green-pro-custom .author-box-title,
.going-green-pro-custom .entry-meta a:hover,
.going-green-pro-custom .nav-primary .genesis-nav-menu .current-menu-item > a,
.going-green-pro-custom .nav-primary .genesis-nav-menu a:hover,
.going-green-pro-custom .sidebar a:hover,
.going-green-pro-custom a {
	color: #FC4349;
}

.going-green-pro-custom .site-description,
.going-green-pro-custom .genesis-nav-menu .current-menu-item > a,
.going-green-pro-custom .genesis-nav-menu a:hover,
.going-green-pro-custom .site-header .widget-area a:hover {
	color: #FC4349;
}

.going-green-pro-custom .entry-title,
.going-green-pro-custom .entry-title a,
.going-green-pro-custom .footer-widgets .widget-title,
.going-green-pro-custom .genesis-nav-menu .sub-menu .current-menu-item > a,
.going-green-pro-custom .genesis-nav-menu .sub-menu a:hover,
.going-green-pro-custom .navigation li a,
.going-green-pro-custom .sidebar .widget-title a,
.going-green-pro-custom .sidebar a,
.going-green-pro-custom a:hover {
	color: #333;
}

.going-green-pro-custom .content a:hover {
	text-decoration: underline;
}

.going-green-pro-custom .sidebar .widget-title {
	color:#203A56;
}

.going-green-pro-custom .entry-meta a {
	color: #FC4349;
}
.going-green-pro-custom .site-footer a {
	color: #999;
}

.going-green-pro-custom .entry-title a:hover {
	color: #FC4349;
}

.going-green-pro-custom .enews-widget .widget-title,
.going-green-pro-custom .genesis-nav-menu a,
.going-green-pro-custom .navigation li a:hover,
.going-green-pro-custom .navigation li.active a,
.going-green-pro-custom .site-footer a:hover,
.going-green-pro-custom .site-title a,
.going-green-pro-custom .site-title a:hover {
	color: #fff;
}

.going-green-pro-custom .enews-widget input[type="submit"],
.going-green-pro-custom .nav-secondary,
.going-green-pro-custom button,
.going-green-pro-custom input[type="button"],
.going-green-pro-custom input[type="reset"],
.going-green-pro-custom input[type="submit"] {
	background-color: #FC4349;
}

.going-green-pro-custom .enews-widget input[type="submit"],
.going-green-pro-custom .nav-secondary,
.going-green-pro-custom button:hover,
.going-green-pro-custom input:hover[type="button"],
.going-green-pro-custom input:hover[type="reset"],
.going-green-pro-custom input:hover[type="submit"] {
	background-color: #203A56;
}

.going-green-pro-custom .site-header {
	background: #203A56;
}

.going-green-pro-custom .genesis-nav-menu .sub-menu a,
.going-green-pro-custom .nav-primary {
	background-color: #1e3348;
}

.enews-widget input:hover[type="submit"],
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
	background-color: #6DBCDB;
}

/* Simple social plugin */
div.simplesocialbuttons { 
	height: 20px;
	margin: 6px auto 20px 0;
	text-align: center;
	clear: left;
}

div.simplesocialbutton { 
	float: left; 
	text-align: center;
}

.fb-like iframe { 
	max-width: none !important;
}

/* Contact form 7*/
div.wpcf7-validation-errors,
span.wpcf7-not-valid-tip,
div.wpcf7-mail-sent-ok {
	font-weight: bold;
}

div.wpcf7-validation-errors {
	color: orange;
}

span.wpcf7-not-valid-tip {
	color: red;
}

div.wpcf7-mail-sent-ok {
	color: green;
}

/* Media object */
.media {
	display: block;
}
.media:after,
.media:before {
    content: "";
    display: table;
}

.media:after {
    clear: both;
}
    .media__img {
        float: left;
    }
    /**
     * Reversed image location (right instead of left).
     */
    .media__img--rev {
        float: right;
    }

    .media__img img,
    .media__img--rev img {
        display: block;
    }

    .media__body {
        overflow: hidden;
    }
  
    .media__body {
        margin-bottom: 0;
    }

@media only screen and (max-width: 480px) {
    .media__img img {
        width: 151px;
        height: 130px;
    }

    .media__body {
        overflow: visible;
    }
}

/* Custom ul list */
ul.l-list li, ol.l-list li {
	margin-bottom: 24px;
}

/* Border content images */
.entry img {
	border: 2px solid #f0f0f0;
}

.entry a img:hover {
	border-color: #203A56;
}

.entry img.wp-smiley {
	border: none;
}

/* Blind links */
a.blind, a.blind:hover {
	color: #707070;
	text-decoration: none !important;
	cursor: text;
}

/* Main CTA banner */
.going-green-pro-custom .sidebar .easyazon-link {
	color: #333;
	display: block;
}

.going-green-pro-custom .sidebar .easyazon-link:hover {
	color: #333;
}

.main-cta-banner {
	margin: 0 auto;
	text-align: center;
}

.main-cta-banner .cta-title {
	margin-bottom: 12px;
}

.main-cta-banner .cta-product-name {
	color: #203A56;
	font-family: "Lato";
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 12px;
}

.cta-button a, .cta-button span {
	display: inline-block;
	color: white;
	font-weight: bold;
	padding: 12px 29px;
	background: #28b042;
	border-radius: 3px;
	text-decoration: none !important;
}

.cta-button a:hover, .cta-button span:hover {
	background: #203A56;
	color: #fff;
	text-decoration: none !important;
}

/* Product listing */
.product-listing {
	margin-bottom: 18px;
}

.product-listing a {
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.product-listing img {
	margin-bottom: 6px;
	width: 100%;
	height: auto;
	display: block;
}

/* home table responsive fix */
.table-wrap {
	display: block;
	width: 100%;
	overflow: scroll;
}

/* Landing page */
.page-template-page_landing .breadcrumb {
	display: none;
}

.page-template-page_landing .entry-title {
	text-align: center;
	margin-bottom: 40px;
	color: #C05124;
}

.page-template-page_landing .entry-title, .page-template-page_landing .entry-content {
	padding-left: 120px;
	padding-right: 120px;
}

.page-template-page_landing .tablepress {
	margin-bottom: 40px;
}

.lp-block {
	display: table;
	width: 100%;
/*	margin-bottom: 50px;
	border-bottom: 1px solid #F0F0F0;*/
	padding-bottom: 50px;
}

.lp-block-title {
	margin-bottom: 0px;
}

.lp-block-top-review {
	margin-bottom: 20px !important;
}

.lp-block-top-review a {
	line-height: 26px;
	vertical-align: top;
	color: #A5A5A3;
}

.lp-block-top-review a:hover, .lp-block-content .cta-review a:hover {
	color: #C25318;
}

.lp-block-top-review img {
	border: 0;
	margin-bottom: 0;
	margin-right: 20px;
}

.lp-block-content p {
	float: left;
	width: 50%;
}

.lp-block-content .cta-button a {
	width: 100%;
	text-align: center;
}

.lp-block-content .cta-review a {
	display: inline-block;
	margin-left: 26px;
	line-height: 48px;
	color: #1D64BC;
}

.lp-block-content .cta-button, .lp-block-content .cta-review {
	margin-bottom: 0;
}

.lp-block .media__img {
	width: 85%;
}

.lp-block .media__img img {
	margin-bottom: 0;
	margin-right: 0;
}

.lp-block .media__body {
	display: table-cell;
	vertical-align: middle;
}

.review-title {
	/*text-align: center;*/
	color: #C05124;
	font-size: 18px;
	line-height: 26px;
	/*text-decoration: underline;*/
}

.review-list {
	margin-left: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 52px !important;
}

.review-list + .cta-button {
	text-align: center;
}

.review-list__item {
	list-style-type: none !important;
}

.review-header {
	
}

.review-item-title {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
}

.review-item-title img {
	border: 0;
	float: left;
	margin-right: 8px;
	margin-bottom: 0;
}

.review-item-desc {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 12px !important;
	color: #A5A5A3;
}

.review-item-confirm {
	font-size: 11px;
	line-height: 19px;
	color: #C25318;
	font-weight: bold;
	margin-bottom: 0 !important;
}

.review-content {
	font-size: 13px;
	line-height: 20px;
}

.review-content a {
	color: #1D64BC;
}

.review-content a:hover {
	color: #C05124;
}

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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
	
	body,
	.site-header {
		background-image: url(images/pattern@2x.png);
	}
	
	.content,
	.footer-widgets .wrap,
	.site-inner .wrap {
		background-image: url(images/pattern-light@2x.png);
	}
	
	.going-green-pro-forest .site-header,
	.sidebar .enews-widget,
	.site-footer {
		background-image: url(images/pattern-dark@2x.png);
	}
	
}

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

	.footer-widgets,
	.wrap,
	.site-inner {
		max-width: 960px;
	}

	.content {
		width: 640px;
	}
	
	.site-header .widget-area {
		width: 620px;
	}
	
	.title-area {
		width: 340px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 260px;
	}
	
	.genesis-nav-menu a {
		padding: 24px 12px;
	}
	
	.comment-list li ul li {
		margin-right: -40px;
	}

	.comment-list li .avatar,
	.comment-list .comment-author::before {
		display: none;
	}

	.comment-list .comment-author,
	.comment-meta {
		font-size: 14px;
		left: 0;
		position: inherit;
		text-align: left;
		top: 0;
		width: auto;
	}

	.comment-meta {
		margin: 0 0 10px;
	}

	.comment-list cite {
		text-align: left;
	}

	.comment-list cite,
	.comment-list .comment-author .says {
		display: inline-block;
	}

	.comment-list li,
	.ping-list li {
		margin: 20px 0 5px;
	}

}

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

	.footer-widgets,
	.wrap,
	.site-inner {
		max-width: 900px;
		width: 92%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.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 {
		width: 100%;
	}
	
	.site-inner {
		margin: -160px auto 0;
	}
	
	.site-header {
		padding: 30px 0 180px;
	}

	.site-title {
		margin: 0 0 12px;
	}


	.header-image .site-header .title-area {
		background-position: top !important;
	}

	.entry-footer .entry-meta {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.title-area {
		padding-bottom: 12px;
	}

	.genesis-nav-menu {
		padding: 16px 0;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 3px 12px;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.entry-title {
		font-size: 30px;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

	.page-template-page_landing .entry-title, .page-template-page_landing .entry-content {
		padding-left: 60px;
		padding-right: 60px;
	}

}

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

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

	.product-listing .one-fourth {
		float: left;
		width: 48.717948717948715%;
		margin-left: 2.564102564102564%;
	}

	.product-listing .first, .product-listing .one-fourth:nth-child(odd) {
		margin-left: 0;
	}

	.product-listing .one-fourth:nth-child(1), .one-fourth:nth-child(2) {
		margin-bottom: 18px;
	}

	.lp-block {
		display: block;
	}

	.lp-block .media__img {
		width: 100%;
		display: block;
		margin-bottom: 26px;
	}

	.lp-block .media__img a {
		margin: 0 auto;
		display: block;
		width: 50%;
	}

	.lp-block .media__body {
		overflow: inherit;
		display: block;
		width: 100%;
		text-align: center;
	}

}

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

	.site-inner {
		background: none;
		padding: 0;
		width: 100%;
	}

	img.size-full {
		max-width: 50%;
	}

	.product-listing img {
		max-width: inherit;
		width: 100%;
	}

	.page-template-page_landing .entry-title, .page-template-page_landing .entry-content {
		padding-left: 30px;
		padding-right: 30px;
	}

	.lp-block .media__img a {
		margin: 0 auto;
		width: 70% !important;
	}

	.lp-block .media__img img {
		width: 100% !important;
		max-width: inherit;
		height: auto;
	}

	.lp-block-content .cta-review, .lp-block-content .cta-button {
		width: 100%;
	}

	.lp-block-content .cta-review a {
		margin-left: 0;
	}

}

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

	.header-image .site-header .title-area {
		background-size: contain !important;
	}

}

