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

.clear {
	clear:both;	
}


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

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

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

body {
	/*background: #e1dfd4 url(images/pattern-light.png);
	background-size: 10px 10px;*/
	background: url(images/body-gradient.png) 0 0 repeat-x #E6F2F3;
	/*background:#EDEAFD;*/
	color: #12061C;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	/*font-size: 1.6rem;*/
	font-weight: 400;
	line-height: 1.625;
}

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


a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #3e3827;
	color: #fff;
}

::selection {
	background-color: #3e3827;
	color: #fff;
}

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

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

a:hover {
	color: #984a23;
}

a:focus {
	outline:none;	
}

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

strong {
	font-weight: 600;
}

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

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

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	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: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding: 0;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

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

h4 {
	font-size: 20px;
	font-size: 2rem;
}

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

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight:400;
	color:#075454;
}

.entry-content h5,
.entry-content h6 {
	font-weight:600;	
}

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

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

/*img {
	height: auto;
	width: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: #494949;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

.page-id-1299 input {width:auto;}

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

::-moz-placeholder {
	color: #0A4A4A;
	opacity: 1;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #826DAF;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	font-size:15px;
	padding:9px 20px;
	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: 5px;
	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;
	padding: 0.6rem 0;
}

.tablepress.linkstable {
	line-height:1.5;
	border:none;
}

.tablepress.linkstable td {
	border:none;
	padding:10px 6px;
	background:none !important;
}

.tablepress.linkstable tbody {border:none;}

.linkstable .odd .column-2,
.linkstable .odd .column-4,
.linkstable .even .column-2,
.linkstable .even .column-4 {
	background:none;
}

.linkstable .column-2,
.linkstable .column-4 {
	width:40%;	
}



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

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

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

.home .site-inner {
	background:none;
	padding:0;
}

.home .site-inner {
	box-shadow:none; 
	-webkit-box-shadow:none;
}

.site-inner {
	/*background: rgba( 0, 0, 0, 0.1 );*/
	clear: both;
	/*margin: -160px auto 0;
	margin: -16rem auto 0;*/
	margin:-60px auto 0;
	max-width: 1140px;
	padding: 10px;
	position: relative;
	width: 96%;
	z-index: 9;
	background: #80C9D2;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0px 1px 5px #444444; 
	-webkit-box-shadow:0px 1px 5px #444444;
}

.site-inner a {
	color:#662D91;
	font-weight:600;
	text-decoration:none;
}

.site-inner a:hover {
	color:#006D6D;
}

.home .site-inner .wrap {
	background:none;	
}

.home .content .widget {
	background: none;
	padding: 0;
}

.home .content .widget-wrap {
	background: none;
	padding:0;
	box-shadow:0px 2px 5px #666666; 
	-webkit-box-shadow:0px 2px 5px #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.home h1.entry-title {
	background: none;
	height: 0;
	padding: 0;
	text-indent: -9999em;
	position: absolute;
}

.home .entry-content {
	padding-left: 0;
	padding-right: 0;
}

.home #about {
	margin:0 auto 35px;
	/*max-widtH:900px;*/
}

.home .content #about .widget-wrap {
	background: #D7CFF6;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 8px;
	box-shadow:0px 1px 5px #444444; 
	-webkit-box-shadow:0px 1px 5px #444444;
}

.home .homeintro {
	background: url(images/home-about.jpg) repeat transparent;
	color:#FFFFFF;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	padding:28px 3px;
}

.home .homeintrotop {
	margin-bottom:13px;	
}

.home .homeintrobottom span {
	border-top:1px solid #DDD7F9;
	padding:6px 10px 0;
	font-style:italic;
	text-transform:none;
}

.home .content .columns .widget {
	float:left;
	width: 29.6296%;
	margin-bottom:10px;
	background:none;
	padding:0;
	padding:10px 0;
}

.home .content .columns .widget#featured-post-2 {
	margin-right: 5.55556%;
	clear:both;
}

#featured-post-2 .entry-content,
#featured-post-6 .entry-content,
#featured-post-10 .entry-content {
	padding:0 0 7px 0;	
}

#featured-post-2 .entry-content p,
#featured-post-6 .entry-content p,
#featured-post-10 .entry-content p {
	padding:0 5px;	
}

#featured-post-2 .entry-content img,
#featured-post-6 .entry-content img,
#featured-post-10 .entry-content img {
	border: 2px solid #EFEFEF;
	margin: 0;
	display: inline;
}

.home-feature-box {
	margin-bottom:8px;	
}

#featured-post-11 .entry-content,
#featured-post-12 .entry-content,
#custom_html-2 {
	border: 5px solid #D7CFF6;
    padding: 0;
}

/* Temporary remove for Christmas offering */
#featured-post-12,
#featured-post-10 {
	display: none;
}

/* Temporary remove */
/* #custom_html-2 {
	display: none;
} */

#custom_html-2 {
	border: none;
	margin-top: 10px !important;
	margin-bottom: 35px !important;
}

#custom_html-2 .widget-wrap {
	padding: 10px;
	border: 10px solid #D7CFF6;
	background: #fff;
}

#custom_html-2 img {
	width: auto;
	height: auto;
	box-shadow: 0 2px 10px #848484;
	-webkit-box-shadow: 0 2px 10px #848484;
	border: none;
}

#featured-post-11 .entry-content p,
#featured-post-12 .entry-content p,
#custom_html-2 p {
	margin:0;	
}

/* #featured-post-11 .entry-content iframe,
#featured-post-12 .entry-content iframe {
	display:block;
} */

#featured-post-11 .entry-content .js-video,
#featured-post-12 .entry-content .js-video {
	margin:0;
}


.home .homebottom {
	margin-bottom:25px;
}

.home .homebottom .entry {
	background:#5F33AE;
	padding:15px 15px 0;
	color:#FFF;
	margin-bottom:0;
}

.home .homebottom h2,
.home .homebottom h3,
.home .homebottom h4 {
	font-size:18px;
	color:#B4E4E8;
	text-align:center;
}

.home .content .homebottom .widget-wrap {
	background: #D7CFF6;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 9px;
	box-shadow:0px 1px 5px #444444; 
	-webkit-box-shadow:0px 1px 5px #444444;
}



.home .content .columns .widget#featured-post-5,
.home .content .columns .widget#featured-post-9 {
	width:65%;
}

#featured-post-5 img,
#featured-post-9 img {
	margin:0 15px 0 0;
	width:44%;
	height:auto;
	max-width:280px;
}

.home .content .columns a:hover img {
	opacity:0.9;	
}


.home .content .columns .widget#featured-post-4,
.home .content .columns .widget#featured-post-3,
.home .content .columns .widget#featured-post-10,
.home .content .columns .widget#featured-post-11,
.home .content .columns .widget#featured-post-12,
.home .content .columns .widget#custom_html-2 {
	float:right;	
}

.home .content .columns .widget-wrap .entry-content {
	background: url("images/pattern-light.png") repeat scroll 0 0 / 10px 10px #F5F4F9;
	padding:10px;
	border:10px solid #D7CFF6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.home .content .columns .widget#featured-post-2 .entry-content,
.home .content .columns .widget#featured-post-3 .entry-content,
.home .content .columns .widget#featured-post-4 .entry-content,
.home .content .columns .widget#featured-post-6 .entry-content,
.home .content .columns .widget#featured-post-10 .entry-content {
	text-align:center;	
}

.home .content .columns .entry-title {
	margin:0;
	background:#B5AAE0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding:5px 3px 6px;
	text-align:center;
}

.home .content .columns .entry-title a {
	color:#4F1D75;
	font-size:26px;
	font-weight:400;
}

.home .content .columns .entry-title a:hover {
	color:#085E5E;	
}

.home-button-div,
.button-div {
	padding:5px 0 15px;
	text-align:center;	
}

.site-inner .home-button,
.site-inner .button {
	margin:0 auto;
	background:#127979;
	padding:9px 20px;
	text-align:center;
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0px 2px 5px #666666; 
	-webkit-box-shadow:0px 2px 5px #666666;
	letter-spacing:1px;
}

.site-inner .home-button.purple,
.site-inner .button.purple {
	background:#826DAF;	
}

.site-inner .home-button:hover,
.site-inner .button:hover {
	background:#B5AAE0;
	color:#4F1D75;
}

.home .content .columns .widget-wrap img {
	display:block;
}


.site-inner .wrap {
	background: #f5f4f2 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 */

.home .content {
	background:none;
	box-shadow:none; 
	-webkit-box-shadow:none;
	float:none;
}

.content {
	background: #fff url(images/pattern-light.png);
	background-size: 10px 10px;
	float: right;
	padding: 0;
	width: 760px;
	box-shadow:2px 2px 3px #AAAAAA; 
	-webkit-box-shadow:2px 2px 3px #AAAAAA;
}

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

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

/* Primary Sidebar */

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

.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;
	margin-right: 2.4rem;
}

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

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	color: #c3bbad;
	font-size: 12px;
	font-size: 1.2rem;
	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;
	margin: 0 auto 2.4rem;
}

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

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

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

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 5px 0;
	/*margin: 0 2.4rem 2.4rem 0;*/
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 5px 20px;
	/*margin: 0 0 2.4rem 2.4rem;*/
}

.site-inner img,
.vid-left iframe,
.vid-right iframe {
	/* border:3px solid #A0A0A0; */
	box-shadow:0 2px 10px #848484; 
	-webkit-box-shadow:0 2px 10px #848484;	
}

.photo-gallery {
    margin-top: 15px;
    text-align: center;
}

.photo-gallery img {
    margin:5px;
}

.photo-row {
	text-align:center;	
}

.photo-row img {
    margin:5px 7px;
}

.vid-left {
	float:left;
	margin: 0 20px 10px 0;
}

.vid-right {
	float:right;
	margin:0 0 10px 20px;	
}

.site-inner .noborder {
	border:none;
}

.site-inner .noshadow,
.cartside .wp-caption .noshadow {
	border:none;
	box-shadow:none; 
	-webkit-box-shadow:none ;
}

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

.widget_calendar table {
	width: 100%;
}

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

.wp-caption {
  background: #DDDDDD;
  border: none;
  box-shadow: 0 5px 10px #8E8E8E;
  -webkit-box-shadow:0 5px 10px #8E8E8E;
  padding: 8px 7px 0;
}

.wp-caption img {
  box-shadow: none;
  -webkit-box-shadow:none;
}

.entry-content .wp-caption-text {
  font-size: 13px;
  margin: 0 0 6px;
}

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

.breadcrumb {
	background-color: #f5f4f2;
	color: #c3bbad;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 16px 40px;
	padding: 1.6rem 4rem;
	text-transform: uppercase;
}

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

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

.author-box {
	padding: 40px;
	padding: 4rem;
}

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

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

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

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

.entry-title {
	color: #FFF;
	font-size: 40px;
	line-height: 1;
	/*padding: 40px 40px 0;
	padding: 4rem 4rem 0;*/
	padding:14px 14px 16px;
	background:#127A7A;
	text-align:center;
}

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

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

.widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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


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

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

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

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

.featured-content .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
	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;
	margin-bottom: 1.6rem;
}

.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;
	margin-bottom: 1.6rem;
}

/* 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;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

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

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

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

img#wpstats {
	display: none;
}


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

.site-header {
	background: #5ABAC5 url(images/pattern-light.png);
	background-size: 10px 10px;
	color: #fff;
	/*padding: 40px 0 200px;
	padding: 4rem 0 20rem;*/
	padding:25px 0 80px;
	overflow: hidden;
	box-shadow:0px 1px 5px #444444; 
	-webkit-box-shadow:0px 1px 5px #444444;
}

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

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

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

.site-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 5px;
}

.site-title, .site-title a {
	text-indent:-9999em;	
}

.site-title a {
	background: url("images/rhm-logo-web.png") no-repeat scroll left top transparent;
	height:110px;
	width:350px;
	display:block;
	-webkit-transition: all 0.0s ease-in-out;
}

.site-title a:hover {
	opacity:0.9;	
}

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

.site-description {
	color: #287241;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	/*line-height: 1;*/
	line-height:0;
	text-indent:-9999em;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	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;
}



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

.site-header .widget-area {
	float: right;
	text-align: right;
	margin-top:25px;
	/*width: 740px;*/
}

.site-header .widget-area a {
	color: #054444;
	text-shadow: #8BCED6 1px 1px;
}

.site-header .widget-area a:hover,
.site-header .widget-area li.current-menu-parent a {
	color: #CCFAFF;
	text-shadow: #127A7A 1px 1px;
}

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


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

#menu-lower-nav.genesis-nav-menu .sub-menu a,
#menu-lower-nav.genesis-nav-menu .sub-menu li.current-menu-item .sub-menu a {
	background:#47A9B2;
	color:#FFF;
	text-shadow:none;
	border:1px solid #34929B;
	text-transform:none;
	font-weight:600;
}

#menu-lower-nav.genesis-nav-menu .sub-menu li.current-menu-item a,
#menu-lower-nav.genesis-nav-menu .sub-menu a:hover,
#menu-lower-nav.genesis-nav-menu .sub-menu li.current-menu-item .sub-menu li.current-menu-item a,
#menu-lower-nav.genesis-nav-menu .sub-menu li.current-menu-item .sub-menu a:hover {
	background:#FFF;
	color:#31909B;
}

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

.genesis-nav-menu#menu-lower-nav {
	font-weight:700;
	font-size:16px;
}

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

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

.genesis-nav-menu .last-item a {
	padding-right:2px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #CCFAFF;
	text-shadow: #127A7A 1px 1px;
}

.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: #47A9B2;
	border:1px solid #34929B;
	color:#FFF;
	font-size: 13px;
	letter-spacing: 0;
	padding: 10px 20px;
	position: relative;
	/*width: 175px;*/
	width:185px;
}

.genesis-nav-menu .menu-item-223 .sub-menu a,
.genesis-nav-menu .menu-item-504 .sub-menu a {
	width:225px;	
}

.genesis-nav-menu .menu-item-504 .sub-menu .sub-menu a {
	width:185px;	
}

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

.genesis-nav-menu .sub-menu .menu-item-type-custom.current-menu-item a,
.genesis-nav-menu .current-menu-item .sub-menu .menu-item-type-custom.current-menu-item a,
.genesis-nav-menu .nocurrent ul a {
	background-color: #47A9B2 !important;
	border:1px solid #34929B !important;
	color:#FFF !important;
}

.genesis-nav-menu .sub-menu .menu-item-type-custom.current-menu-item a:hover,
.genesis-nav-menu .nocurrent ul a:hover {
	background-color: #FFF !important;
	color:#31909B !important;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -42px 0 0 184px;
}

.genesis-nav-menu #menu-item-170 .sub-menu .sub-menu {
	margin: -42px 0 0 -184px;  
}

.genesis-nav-menu #menu-item-326 .sub-menu {
	margin-left:-25px;	
}

.genesis-nav-menu .menu-item-504 .sub-menu .sub-menu {
	margin: -42px 0 0 224px;
}

.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;
	padding: 2.4rem 0;
}

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

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

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

/*.nav-header .genesis-nav-menu li.menu-item-10 .sub-menu a {
	width:200px;
}*/



.genesis-nav-menu .home-icon a {
  background: url("images/home-nav.png") no-repeat 0 0 transparent;
  padding: 0;
  text-indent: -9999em;
  -webkit-transition: none;
  -moz-transition:    none;
  -ms-transition:     none;
  -o-transition:      none;
  transition:         none;
  width: 20px;
  height: 20px;
  margin-top:-1px;
  position:relative;
  top:-1px;
}

.genesis-nav-menu .home-icon {
    padding-right: 17px;
}

.genesis-nav-menu .home-icon a:hover {
  background-position: 0 -20px;
}


/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin:5px;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #157B7A;
	content: "\e00e";
	font-family: 'Icon';
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
	padding:5px;
}


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

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

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

.nav-primary {
	background: none;
	text-align:right;
}

.nav-primary .wrap {
	width:96%;	
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .current-menu-parent a {
	color: #49196D;
	text-shadow:none;
}

.nav-primary .genesis-nav-menu .current-menu-parent .sub-menu a {
	color:#FFF;
}

.genesis-nav-menu .current-menu-parent .sub-menu a:hover,
.genesis-nav-menu .current-menu-parent .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover {
	color: #31909B;
	background:#FFF;
}

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

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

/* Sidebar Navigation
--------------------------------------------- */
.sidebar .widget_nav_menu .widget-wrap {
	background:#FFF;	
}

.sidebar .widget_nav_menu .widget-wrap ul.menu {
	padding:10px;	
}

.sidebar .widget_nav_menu li {
	text-align:center;
	border:none;
	padding:0;
	margin:0;
}

.sidebar .widget_nav_menu li a {
	display:block;	
	color:#FFF;
	border:1px solid #127A7A;
	padding:5px;
	margin:0 0 7px 0;
	background:#127A7A;
}

.sidebar .widget_nav_menu ul > li:last-child a {
	margin:0;
}

.sidebar .widget_nav_menu li.current-menu-item a,
.sidebar .widget_nav_menu li a:hover {
	background:#FFF;
	color:#054444
}



/*
Archive & Search Pages
---------------------------------------------------------------------------------------------------- */
.archive-page {
	max-width:350px;
	padding:0 10px;
	margin:10px auto 0;
}

.archive-page h4 {
  background: #47A2AA;
  color: #FFFFFF;
  padding:10px;
  text-align: center;
  font-weight:400;
}

.entry-content .archive-page ul li {
	list-style:none;	
}

.search .content .post {
	display:none;	
}

.search .archive-description {
	background:#127A7A;
	color:#FFF;
	padding:25px 50px 5px;	
}

.search .entry-title {
	background:#D5EBED;
	font-size:30px;
	margin-left:20px;
	margin-right:20px;
}

.search .entry-title a {
	color:#15646D;	
}

.search .entry-title a:hover {
	color:#662D91;	
}



/*
Custom elements
---------------------------------------------------------------------------------------------------- */
.withbackground,
.page-id-324 h2,
.page-id-324 h3,
.page-id-324 h4,
.page-id-324 h5 {
	background:#AFD4D6;
    padding:8px;
	text-align:center;
	box-shadow:0px 1px 5px #AAA; 
	-webkit-box-shadow:0px 1px 5px #AAA;
	border: 1px solid #9FC5C9;
}

.highlight-box {
	width:48%;
	margin:0 auto 15px;
	box-shadow:0px 1px 5px #898989; 
	-webkit-box-shadow:0px 1px 5px #898989;
}

.highlight-box.wide {
	width:90%;
	max-width:600px;	
}

.highlight-box.wider {
	width:100%;	
}

.highlight-box.left {
	float:left;	
}

.highlight-box.right {
	float:right;	
}

.highlight-box.shadow {
	box-shadow:0px 1px 5px #898989; 
	-webkit-box-shadow:0px 1px 5px #898989;
}

.entry-content .highlight-header {
	text-align:center;
	background:#47A2AA;
	color:#FFF;
	margin:0;
	padding:8px 10px 10px;
	font-weight:400;
}

.highlight-header.purple {
	background:#7B68AC;	
}

.highlight-header.dark {
	background:#127A7A;	
}

.highlight-content.dark {
	background:#127A7A;
	color:#FFF;
}

.highlight-content.special,
.highlight-header.special {
	box-shadow:0px 1px 5px #898989; 
	-webkit-box-shadow:0px 1px 5px #898989;
}

.highlight-content.medium {
	width:90%;
	max-width:500px;
}

.highlight-content {
	background:#CDE7EA;
	padding:10px 15px 1px;	
}

.special .highlight-content {
	border: 1px solid #9FC5C9;
}

.special .highlight-header,
.special .highlight-content {
	box-shadow:0px 1px 5px #AAA; 
	-webkit-box-shadow:0px 1px 5px #AAA;	
}

.entry-content iframe {
	box-shadow:0px 2px 5px #666666; 
	-webkit-box-shadow:0px 2px 5px #666666;
}

.date-small {
	font-size:16px;
	font-style:italic;	
}

.bottompage-nav {
	width:100%;
	max-width:325px;
	margin:20px auto 0;
	background:#AFD4D6;
	padding:4px 8px;
	box-shadow:0px 2px 5px #666666; 
	-webkit-box-shadow:0px 2px 5px #666666;
}

.bottompage-nav a {
	background:#127A7A;
	color:#FFF;
	padding:4px 10px;
	display:block;
	margin:5px 0;
}

.bottompage-nav a:hover {
	background:#B5AAE0;
	color:#4F1D75;
}

.page-id-367 .entry-content p,
.page-id-674 .entry-content p {
	border-bottom: 1px solid #B1D5D8;
    margin-bottom: 15px;
    padding-bottom: 12px;
    text-align: center;
}

.page-id-588 h2,
.page-id-588 h3,
.page-id-588 h4 {
	border-bottom:1px solid #075454;
	padding-bottom:5px;	
}

.page-id-293 h2,
.page-id-293 h3,
.page-id-293 h4 {
	border-top:1px solid #B3DBDD;
	padding-top:7px;
	margin-bottom:8px;	
}

.paypaldiv {
	text-align:center;
}

.paypaldiv br {
	display:none;
}

.paypaldiv input {
	width:auto;
	background:none;
	border:none;
	box-shadow:none; 
	-webkit-box-shadow:none;	
}

.dark a {
	color:#FFD13D;	
}

.dark a:hover {
	color:#D7B5FF;	
}

.wpcf7-captchac {
	border:none !important;
	box-shadow:none !important; 
	-webkit-box-shadow:none !important;	
}

.wpcf7-captchar {
	width:100px;
}


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

.tableyes {
	width:20px;
	height:20px;
	background:#127A7A;	
}

.tablepress.jazztable {
	border:1px solid #D0EBED;	
}

.tablepress.jazztable tbody {
	border:none;
}

.tablepress.jazztable th {
	padding:2px 8px;	
}

.tablepress.jazztable td {
	padding:2px 8px;
	vertical-align:middle;
	font-size:14px;
}

.tablepress.jazztable thead th, 
.tablepress.jazztable tfoot th {
	background:#AFD4D6;
	color:#075454;
	text-transform:none;
}

.tablepress.jazztable .odd td {
    background-color: #E6F2F3;
}

.tablepress.jazztable .row-hover tr:hover td {
	background-color:#AFD4D6;
}

.tablepress.jazztable tbody td, .tablepress.jazztable tfoot th {
    border-top: none;
}


/* Responsive Videos
--------------------------------------------- */
.vid-wrap {
	max-width:700px;
	margin: 0 auto;	
}

.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	-moz-box-shadow:    0 0 4px 1px #848484;
	-webkit-box-shadow: 0 0 4px 1px #848484;
	box-shadow:         0 0 4px 1px #848484;
	/* -webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; */
}

.js-video.widescreen {
	padding-bottom: 55.74%;
}

.js-video.vimeo {
	padding-top: 0;
}

.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}



/* Mp3 Player
--------------------------------------------- */

.wrap_inline_mp3j {
	color:#662D91;	
}

.wrap_inline_mp3j:hover {
	color:#006D6D;	
}

.outline {
	margin: 20px 0 15px;	
}

.entry-content span.vol_mp3t .ui-slider-handle, .entry-content span.vol_mp3j .ui-slider-handle {
    background: url("images/vol-handle-custom.png") no-repeat scroll -1px 0 transparent;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.entry-content span.vol_mp3t .ui-slider-handle:hover, .entry-content span.vol_mp3j .ui-slider-handle:hover {
    background: url("images/vol-handle-custom.png") no-repeat scroll -21px 0 transparent;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
}

.entry-content .outline span.buttons_mp3j {
    background: url("images/transport-outline-custom.png") no-repeat scroll -80px -1px transparent;
	border: none;
    margin: 0;
    padding: 2px 0 5px 20px !important;	
}

.entry-content .outline span.buttons_mp3j:hover {
	background: url("images/transport-outline-custom.png") no-repeat scroll -80px -33px transparent;
}

.entry-content span.vol_mp3t .ui-widget-header, .entry-content span.vol_mp3j .ui-widget-header {
  background: url("images/vol-grad-custom.png") repeat scroll left top transparent;
  height: 100%;
  z-index: 500;
}

.listen-mp3jWrap {
	padding	:20px 0;
}

.subwrap-MI {
	border: 1px solid #B5A1E5 !important;
}

div.innerx {
	border-left: none !important;
	border-right: none !important;
}

.interface-mjp,
.wrap-mjp ul.darken1-mjp {
	background: #fff;
}

div.innerx,
.buttons-wrap-mjp div,
div.transport-MI div {
	background-color: #fff !important;
}

div.innerx {
	border-bottom: none !important;
}

.wrap-mjp div.MIsliderVolume .ui-widget-header {
	background-image: none !important;
}

.wrap-mjp .a-mjp.mp3j_A_current {
	color: #965DC1 !important;
}

.wrap-mjp .a-mjp:hover {
	color: #965DC1 !important;
}

.mp3-sales span.gfxbutton_mp3j.play-mjp, 
.mp3-sales span.gfxbutton_mp3j.pause-mjp {
	background-color: #fff;
	border: 1px solid #9D89CD;
}

.mp3-sales span.gfxbutton_mp3j.play-mjp:hover, 
.mp3-sales span.gfxbutton_mp3j.pause-mjp:hover {
	background-color: #F2DEFF;
}

.playlist-wrap .wrap-mjp {
	padding-bottom: 0px !important;
}

/* New Mp3 / Audio / Sonaar Music Player
--------------------------------------------- */
.track-title {
	color: #5c3ca9;
}

.sonaar_wave_base:hover {
	cursor: pointer;
}

.iron-audioplayer .player.sr_player__inline .sr_progressbar {
	margin-left: 10px !important;
}

.audio-reduce-top .album-player {
	padding-top: 0;
}

/*
Store
---------------------------------------------------------------------------------------------------- */
.album-div {
	/* box-shadow:0px 1px 5px #898989; 
	-webkit-box-shadow:0px 1px 5px #898989; */
	max-width:900px;
	margin: 0 auto 25px;
}

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

.cover-div img {
	max-width:200px;
	height:auto;
}

.cartside .cover-div,
.search .cover-div {
	margin:0 20px 8px 0;	
}

.cartside .cover-div .aligncenter,
.search .cover-div .aligncenter {
	margin-bottom:5px;
}

.album-header {
	text-align:center;
	background:#7C68AC;
	color:#FFF !important;
	margin-bottom: 25px;
	padding:8px 8px 10px;
}

/* .album-content {
	background:#CDE7EA;
	padding:15px 15px 1px;	
} */

.cartside .wp-caption {
	background:none;
	box-shadow:none; 
	-webkit-box-shadow:none;
	padding:0;
	text-align:center;
	font-weight:normal;
}

.cartside .entry-content .wp-caption-text {
	font-weight:400;	
}

.shopping_cart {
	color:#494949;	
}

.shopping_cart input {
	padding:3px;
	border:none !important;	
}

.shopping_cart input.eStore_cart_item_qty {
	padding:3px;
	border: 1px solid #DDDAD3 !important;	
}

.shopping_cart h2 {
	margin:0 !important;
	font-size:16px !important;
	font-weight:400 !important;
}

.shopping_cart img {
	box-shadow:none; 
	-webkit-box-shadow:none;
	border:none;
}

.eStore_cart_checkout_button {
    text-align: center !important;
}

.shopping_cart a {
    color: #127A7A !important;
}

.shopping_cart a:hover {
    color: #7C68AC !important;
}

.shopping_cart .eStore_paypal_checkout_button {
	height: auto !important;
    max-width: 153px !important;
    width: 100% !important;	
}

.cartside .eStore_add_to_cart_button {
	margin: 7px 0 15px 0;
	background:#127979;
	padding:9px 20px;
	text-align:center;
	color:#FFF;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0px 2px 5px #666666; 
	-webkit-box-shadow:0px 2px 5px #666666;
	letter-spacing:1px;
}

.cartside .eStore-fancy-wrapper .eStore_add_to_cart_button,
.cartside .product-wrap .eStore_add_to_cart_button {
	padding:9px 15px;
	font-size:13px;
	margin-right:10px;
}

.cartside .eStore_shipping_update_button,
.cartside .eStore_apply_coupon {
	margin: 0 0 10px 10px;
	background:#127979;
	color:#FFF;
	text-transform:none;
	font-size:12px;
	box-shadow:0px 2px 5px #666666; 
	-webkit-box-shadow:0px 2px 5px #666666;
	font-weight:600;
	padding:4px 10px;
}

.cartside .eStore_add_to_cart_button:hover,
.cartside .eStore_shipping_update_button:hover,
.cartside .eStore_apply_coupon:hover {
	background:#B5AAE0 !important;
	color:#4F1D75 !important;
}

.cartside .sidebar-primary {
    padding: 0 18px 0 10px;
    width:27%;
}

.cartside .sidebar .widget {
    padding:20px 0;
}

.cartside .content {
    width:72%;
}

.eStore_paypal_checkout_button:hover, .eStore_button:hover, .eStore_remove_item_button:hover, .eStore_empty_cart_button:hover, .eStore_buy_now_button:hover, .eStore_subscribe_button:hover {
    opacity:1 !important;
}

.shopping_cart input:hover {
	opacity:.8 !important;
}
.shopping_cart .eStore_shipping_update_button:hover {
	opacity:1 !important;
}

.cartside .eStore-fancy-wrapper,
.product-wrap,
.search .eStore-product {
	width:48%;
	float:left;
	margin: 5px 0 5px 10px;
	box-shadow:0px 1px 5px #898989; 
	-webkit-box-shadow:0px 1px 5px #898989;
	background:#CDE7EA;	
	padding:5px;
	border:none;
}

.cartside .product-wrap .eStore-fancy-wrapper {
	width:auto;
	float:none;
	margin: 0;
	box-shadow:none; 
	-webkit-box-shadow:none;
	background:none;
	border:none;
}

.page-id-322 .entry-content {
	padding: 0 20px 0 15px;	
}

.page-id-322 .eStore-thumbnail img, .page-id-322 .eStore-thumbnail a img,
.search .eStore-thumbnail img, .search .eStore-thumbnail a img {
    background:none;
    /* border: 3px solid #D8D8D8; */
    height: auto !important;
    /*margin: 4px 0 0 5px;*/
	margin:0;
    padding: 0;
    width: auto !important;
	max-width:100% !important;
}

.page-id-322 .eStore-thumbnail,
.search .eStore-thumbnail {
    float: left;
    width: 40%;
}

/*.page-id-322 .cassette-wrap .eStore-thumbnail,
.search .cassette-wrap .eStore-thumbnail {
    width: 27%;
}*/

.page-id-322 .eStore-thumbnail a:hover,
.search .eStore-thumbnail a:hover {
    opacity:.9;
}

.page-id-322 .eStore-fancy-wrapper .eStore-product-description,
.page-id-322 .eStore-product-description,
.search .eStore-fancy-wrapper .eStore-product-description,
.search .eStore-product-description {
    float: right;
    margin-left: 0;
    text-align: left;
    width: 55%;
	line-height:1.4;
}

/*.page-id-322 .cassette-wrap .eStore-product-description,
.search .cassette-wrap .eStore-product-description {
	width:68%;	
}*/

.page-id-322 .eStore-product-name a,
.search .eStore-product-name a {
    font-size:18px;
	color:#127A7A;
}

.page-id-322 .eStore-product-name a:hover,
.search .eStore-product-name a:hover {
	color:#662D91;
}

.page-id-322 .eStore_price,
.search .eStore_price {
	font-size:13px;
	margin:6px 0 6px;
}

.page-id-322 .eStore-product-name,
.search .eStore-product-name {
	padding-bottom:7px;	
}

.salebox {
	clear:both;
	width:90% !important;
	margin:20px auto;	
}

.cartside #text-7,
.cartside #text-9 {
	border:none;
	padding-bottom:0;
}

.cartside #text-6 {
	border:none;
	padding-bottom:10px;
}


.cartside #text-7 .button,
.cartside #text-9 .button {
	font-size:13px;
	padding: 9px 20px 9px;
}

.cartside #text-7 .textwidget,
.cartside #text-9 .textwidget {
	background:none;
	text-align:center;
}

.cartside #text-8 .textwidget {
	background:#C1E3E6;
	text-align:center;
}

.cartside #text-7 .widget-wrap,
.cartside #text-8 .widget-wrap,
.cartside #text-9 .widget-wrap {
	box-shadow:none; 
	-webkit-box-shadow:none;
}

.cartside #text-6 select {
	padding:2px;	
	width:70px;
}

.dvd-buttons {
	max-width:500px;	
}

.smalltable {
	max-width:500px;
	margin:15px auto 0;
}

.smalltable.tablepress thead th {
	background:#127A7A;
	color:#FFF;
	text-align:center;
}

.product-tag img {
	border:none !important;
	margin-bottom:5px !important;
} 

.cartside .storetag,
.search .storetag {
	border:none !important;	
	box-shadow:0px 1px 5px #AAAAAA; 
	-webkit-box-shadow:0px 1px 5px #AAAAAA;
}

.cartside .storetag.noshadow {
	box-shadow:none !important;
	-webkit-box-shadow:none !important;
}

.storetag-text {
	background:#FFF;
	box-shadow:0px 1px 5px #AAAAAA; 
	-webkit-box-shadow:0px 1px 5px #AAAAAA;
	color:#c32202;
	font-size:30px;
	text-align:center;
	padding:3px 12px;
	margin-bottom:3px;
}

.product-tag .storetag-text {
	clear: both;
	padding: 6px 8px;
	font-size: 22px;
	margin: 0 0 5px 0;
	line-height:1.3;
}

.product-tag .storetag-text.smaller {
	font-size:20px;	
}

.product-tag .storetag-text.smallest {
	font-size:18px;	
}

.product-left {
	float: left;
    width: 40%;
}

.product-left .eStore-thumbnail {
	width:100%;	
}

.cartside .eStore-thumbnail img:hover {background:none;}

.cartside .product-wrap p,
.cartside .eStore-fancy-wrapper p {
	margin:0 0 8px 0;	
}

.cartside .product-wrap .eStore_price,
.cartside .eStore-fancy-wrapper .eStore_price {
	margin:6px 0 3px;	
}

.cartside .wp-caption img {
	box-shadow:0 2px 10px #848484; 
	-webkit-box-shadow:0 2px 10px #848484;	
}

.cart_redirection_contentWrap p {
	margin:0;	
}

.cart_redirection_contentWrap #redirection_canvas {
	margin:0;
	border:none;
}

.cart_redirection_contentWrap .redirection_header {
	margin-top:-10px;	
}

.shopping_cart .eStore_before_checkout_button_form {
	margin-bottom: 11px;
}

.shopping_cart .eStore_before_checkout_button_form .eStore_collect_input_field {
	font-weight: 600;
}

.shopping_cart .eStore_before_checkout_button_form input {
	width: 100% !important;
	background-color: #e6f2f3 !important;
	border: 1px solid #b3cdd0 !important;
	padding: 8px 5px;
	box-shadow: none !important;
}

.shopping_cart #coupon_code {
	background-color: #e6f2f3 !important;
	border: 1px solid #b3cdd0 !important;
	padding: 8px 5px;
	box-shadow: none !important;
}

.shopping_cart .eStore_before_checkout_button_form input:focus,
.shopping_cart #coupon_code:focus {
	background-color: #fff !important;
	border: 1px solid #a2bcbf;
}

.shopping_cart .eStore_before_checkout_button_form input:hover {
	opacity: 1 !important;
}

.shopping_cart table tr th {
	font-weight: 600 !important;
	padding-left: 0 !important;
	padding-right: 10px !important;
	line-height: 1.5;
	text-transform: none !important;
}

.shopping_cart table tr.estore-cart-subtotal td:first-child,
.shopping_cart table tr.estore-cart-shipping td:first-child,
.shopping_cart table tr.estore-cart-total td:first-child {
	font-weight: 600 !important;
}

.shopping_cart h2 {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 13px !important;
}

.shopping_cart img,
.shopping_cart input[type="image"]  {
	margin: 0 auto 10px;
	display: block;
}

.shopping_cart br {
	display: none;
}

.shopping_cart .eStore_empty_cart_block {
	text-align: center;
}

.shopping_cart table {
	line-height: 1.7;
}

.shopping_cart .eStore_cart_item_name_value {
	line-height: 1.5;
}

#text-6 .textwidget {
	padding-left: 7px;
	padding-right: 7px;
}

.eStore_cart_item_name_value {
	padding-right: 8px !important;
}


/* MP3 products / sales */

.mp3-sales .eStore-fancy-wrapper {
	width: 100% !important;
	float: none !important;
	margin: 0 auto !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	background: none !important;
	padding: 0 !important;
	border: none !important;
}

.mp3-sales .eStore-product-description {
	margin: 0 auto !important;
	float: none !important;
	width: 100% !important;
}


.mp3-sales .thumb-image {
	display: none !important;
}

.mp3-sales .eStore-product-name {
	display: inline !important;
	margin-right: 10px;
	color: #6b579b !important;
}

.mp3-sales .eStore_price {
	display: inline !important;
	margin-right: 20px !important;
}

.mp3-sales .eStore_price_label {
	display: none !important;
}

.mp3-sales .sc_player_container1 {
	margin-right: 10px !important;
}

.mp3-sales .eStore-button-form {
	display: inline-block !important;
}

.mp3-sales .eStore_add_to_cart_button {
	margin-top: 4px !important;
	padding: 7px 15px !important;
}

.mp3-sales h3 {
	padding: 9px;
	text-align: center;
	font-size: 21px;
	/* border-top: 1px solid #8c78bc; */
	border-bottom: 1px solid #8c78bc;
	color: #6b579b;
	margin-bottom: 5px;
}

.mp3-sales .mjp-s-wrapper {
	display: inline;
}

/* .mp3-sales .group_wrap {
	display: none;
} */

.mp3-sales .group_wrap {
	display: initial;
}

.mp3-sales .eStore-product-name {
	display: none !important;
}

.mp3-sales .showtitle .eStore-product-name {
	display: inline !important;
}

/* .mp3-sales .eStore-fancy-wrapper {
	padding-top: 8px !important;
} */

.mp3-sales .eStore-fancy-wrapper .eStore_price {
	margin-left: 10px;
}

.mp3-sales .play-mjp {
	margin-right: 0;
	position: relative;
	top: -1px;
}

.mp3-sales .wrap_inline_mp3j {
	color: #6b579b;
}

.mp3-sales .wrap_inline_mp3j:hover {
    color: #006D6D;
}

.mp3-sales .T_mp3j {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
}

/* After player update */
.mp3-sales .eStore-product-description {
	text-align: center;
}

.mp3-sales .iron_widget_radio {
	margin-bottom: -30px;
	text-align: left;
}

.mp3-sales .iron-audioplayer .player.sr_player__inline {
	margin-top: -20px;
}


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

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

.entry {
	margin-bottom: 20px;
}

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

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
	/*margin-bottom: 2.6rem;*/
}

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

.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;
}

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

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

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

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

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

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

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

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

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

.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;
	margin-bottom: 0.4rem;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.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;
	margin-bottom: 4rem;
}

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

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

.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;
	margin-right: 1.2rem;
}

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

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

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

.comment-list .comment-author {
	font-size: 13px;
	font-size: 1.3rem;
	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;
	margin-top: 1rem;
}

.comment-meta {
	color: #7c7a77;
	font-size: 10px;
	font-size: 1rem;
	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;
	margin: 0 0 0.5rem;
}

.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;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}

.main-contact-form {
	max-width:500px;
	margin:25px auto 0;
	box-shadow:0px 1px 5px #AAA; 
	-webkit-box-shadow:0px 1px 5px #AAA;
	background:#FFF;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DDDAD3;
	color:#075454;
}

.main-contact-form .wpcf7-validation-errors,
.sidebar .wpcf7-validation-errors {
	background:#FF0000;
	color:#FFF;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin: 20px auto 10px;
}

.main-contact-form .wpcf7-mail-sent-ok,
.sidebar .wpcf7-mail-sent-ok {
	background:#127979;
	color:#FFF;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	margin: 20px auto 10px;
}


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

.sidebar a {
	color: #662D91;
}

.sidebar a:hover {
	color: #15797A;
}

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

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

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

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

.sidebar .widget {
	border-bottom: 1px dashed #D7CFF6;
	/*padding: 40px;
	padding: 4rem;*/
	padding:30px 0;
}

.sidebar .widget:last-child {
	border:none;	
}

.sidebar .widget .widget-wrap {
	box-shadow:0 1px 4px #AAAAAA; 
	-webkit-box-shadow:0 1px 4px #AAAAAA;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

.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;
}

.sidebar .widget h4 {
	text-align:center;
	padding:4px 4px 6px;
	background:#80C9D2;
	color:#127979;
	font-weight:400;
	font-size:21px;
	margin:0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sidebar .widget .textwidget,
.sidebar .widget .entry-content {
	padding:10px;
	background:#FFF;	
}

.sidebar .widget p {
	margin: 0 0 5px;	
}

.sidebar .widget .wpcf7 input,
.sidebar .widget .wpcf7 textarea {
	color:#0A4A4A;
	padding:10px;
}

.sidebar .widget .wpcf7 input:focus,
.sidebar .widget .wpcf7 textarea:focus {
	border:1px solid #ADA4D8;	
}
	
.sidebar .widget .wpcf7 .wpcf7-submit,
.main-contact-form .wpcf7-submit {
	background:#127979;
	color:#FFF;
	font-weight:400;
	padding:10px 20px;
	margin-top:5px;
	font-weight:600;
	box-shadow:0px 2px 5px #666666; 
	-webkit-box-shadow:0px 2px 5px #666666;
}

.sidebar .widget .wpcf7 .wpcf7-submit:hover,
.main-contact-form .wpcf7-submit:hover {
	background:#B5AAE0;
	color:#4F1D75;	
}

.sidebar #text-5 {
	border-bottom:none;
	padding-bottom:0;	
}

.sidebar #text-5 .widget-title {
	display:none;	
}

.sidebar #text-5 .widget-wrap {
	border:none;
	background:none;
	box-shadow:none; 
	-webkit-box-shadow:none;	
}

.sidebar #text-5 .textwidget {
	background:none;
	padding:0;
	text-align:center;	
}

.sidebar #text-5 img {
	border:none;
	background:none;
	box-shadow:none; 
	-webkit-box-shadow:none;		
}


.sidebar #text-5 a:hover {
	opacity:0.9;		
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.home .footer-widgets {
	margin-top:15px;	
}

.footer-widgets {
	/*background: rgba( 0, 0, 0, 0.3 );*/
	background:#349099;
	clear: both;
	margin: 50px auto 0;
	/*margin: 4rem auto 0;*/
	padding: 10px;
	position: relative;
	max-width: 1140px;
	z-index: 9;
	color: #fff;
	box-shadow:0px 1px 5px #444444; 
	-webkit-box-shadow:0px 1px 5px #444444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

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

.footer-widgets a img:hover {
	opacity:0.8;	
}

.footer-widgets-1 .wrap {
	padding:0;	
}

.footer-widgets-2,
.footer-widgets-4 {
	width: 320px;
}

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

.footer-widgets-2 {
	margin-right: 40px;
	margin-right: 4rem;
}

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

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

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

.footer-widgets .footer-widgets-1 .widget,
.footer-widgets .footer-widgets-3 .widget {
	margin:0;
}

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

.footer-widgets li ul {
	border-top: 1px dashed #FFF;
	margin-top: 12px;
	margin-top: 1.2rem;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.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;
}

.footer-logo {
	margin-bottom:-5px;	
}

.footer-logo img {
	margin:0;	
}

.footer-contact {
	font-weight:600;
	clear:both;	
}

.footer-widgets #menu-footer-nav {
	padding-left:35px;
}

.footer-widgets #menu-footer-nav a,
.footer-widgets a {
	color:#FFF;
	font-weight:600;
}

body .footer-widgets #menu-footer-nav a:hover,
.footer-widgets a:hover {
color:#662D91;	
}

.footer-widgets .search-form,
.footer-widgets .search-form input {
	color:#0A4A4A;
}

#search-3 {
	margin:70px 0 50px;	
}

.footer-widgets .topbutton a {
  background: url("images/to-top.png") no-repeat transparent;
  display: block;
  height: 38px;
  margin: 0 auto;
  width: 38px;
  position:relative;
  top:20px;
  -webkit-transition: none;
  -moz-transition:    none;
  -ms-transition:     none;
  -o-transition:      none;
  transition:         none;
}

.footer-widgets .topbutton a:hover, .footer-widgets .topbutton a:active {
    background-position: 0 -38px;
	
}



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

.site-footer {
	background: #6DB7BD url(images/pattern-dark.png);
	background-size: 10px 10px;
	box-shadow: inset 0 1px 1px #5B5B5B;
	color: #054444;
	text-shadow: #8BCED6 1px 1px;
	font-size: 14px;
	font-weight: 600;
	margin-top: -160px;
	margin-top: -16rem;
	padding: 190px 0 27px;
	/*padding: 22rem 0 60px;*/
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #054444;
	font-weight:700;
}

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

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

.site-footer .footer-bold {
	font-weight:700;
}

.clearscope {
	font-weight:400;
	font-size:13px;
}

.clearscope a {
	font-weight:600;	
}

/*
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;
	}*/
	
	.site-header .wrap,
	.footer-widgets {
		width:96%;
	}	

	.content {
		width:70%;
	}
	
	/*.site-header .widget-area {
		width: 620px;
	}*/
	
	.title-area {
		width: 340px;
	}
	
	.sidebar-primary {
		width: 28%;
		padding:0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 31% !important;
	}
	
	
	
	.comment-list li ul li {
		margin-right: -40px;
		margin-right: -4rem;
	}

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

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

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

	.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;
		margin: 2rem 0 0.5rem;
	}

}

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

	

	
	
	.content,
	.sidebar {
		width:100%;
	}
	
	

	.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;
	}

	
	.title-area {
		padding-bottom: 12px;
		padding-bottom: 1.2rem;
	}

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 3px 12px;
	}
	
	.site-header .widget-area {
		margin-top:46px;	
	}

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

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

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}
	
	h2 {
	font-size: 25px;
	
}

h3 {
	font-size: 21px;
	
}

h4 {
	font-size: 18px;
	
}

h5 {
	font-size: 16px;
	
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}


	
	
	
	.site-title a {
		margin:0 auto;	
	}
	
	.site-header .genesis-nav-menu {
		padding:0 0 10px 0;
	}
	
	.footer-widgets .wrap {
		padding:20px 25px;
	}
	
	.footer-widgets .wrap .wrap {
		padding:0;
	}

}

@media only screen and (max-width: 1035px) {
	.cartside .content {
    width: 68%;
}

	.cartside .sidebar-primary {
    width: 30%;
}
}

@media only screen and (max-width: 990px) {
	.site-header .genesis-nav-menu a {
    padding-right: 5px;
}
}

@media only screen and (max-width: 960px) {
	
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.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,
	.cartside .content {
		width: 100%;
	}
	
	.site-header .widget-area {
		margin-top:0;	
	}
	
	.cartside .sidebar {
		margin:0 auto;
		clear:both;
		float:none;
		width:100%;
		padding:0 15px;
	}
	
	.linkstable img {
		width:99% !important;
		height:auto;
	}
	
	.cartside .sidebar #text-8 {
    	padding: 5px 0 15px;
}

	.cartside .sidebar #text-7 {
    	padding:10px 0 0;
}

	.cartside .sidebar #text-6 {
    	padding-top:12px;
}

	.page-id-322.cartside .sidebar #text-6 {
    	padding-top:15px;
}
	
}

@media only screen and (max-width: 860px) {
	.home .homeintro {
		font-size:17px;	
	}
	
	.home #about {
    	margin: 0 auto 20px;
	}
	
	.home .content .columns .widget {
		margin-bottom:0;
		padding-bottom:0;	
	}
	
	.home .content .homebottom {
		margin-top:10px;
		margin-bottom:15px;
	}
	
	.home .content .columns #featured-post-2,
	.home .content .columns #featured-post-6,
	.home .content .columns #featured-post-10,
	.home .content .columns #featured-post-3 {
		width:47%;
	}
	
	.home .content .columns #featured-post-11.widget,
	.home .content .columns #featured-post-12.widget,
	.home .content .columns #custom_html-2.widget {
		width:47%;		
	}
	
	.home .content .columns #featured-post-12.widget,
	.home .content .columns #featured-post-10.widget {
		float:left ;
		
	}
	
	.home .content .columns #featured-post-6 {
		float:right;	
	}
	
	.home .content .columns #featured-post-5.widget,
	.home .content .columns #featured-post-9.widget {
		width:100%;	
	}
	
	
	
}

@media only screen and (max-width: 840px) {
	.home .homeintro {
		font-size:17px;	
	}
	
}


@media all and (max-width: 780px) {

	.js-video {
		height: 0;
		padding-top: 25px;
		padding-bottom: 67.5%;
		margin-bottom: 10px;
		position: relative;
		overflow: hidden;
	}
	
	.js-video.widescreen {
		padding-bottom: 56.34%;
	}
	
	.js-video.vimeo {
		padding-top: 0;
	}

	.js-video embed, .js-video iframe, .js-video object, .js-video video {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: absolute;
	}

}


@media only screen and (max-width: 767px) {
	
	.home .homeintro {
		font-size:15px;
		padding:20px 7px;
	}

	.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%;
	}
	
	.header-image .site-header .title-area {
		background-size: contain !important;
	}
	
	.tablepress.jazztable {font-size:11px;}
	.tablepress.jazztable td {padding:2px 4px;}
	
	.entry-content {padding: 0 15px;}
	
	.highlight-box {width:75%; float:none !important;}

}

@media only screen and (max-width: 680px) {
	.footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
    	width: 100% !important;
		text-align:center;
		float:none;
	}
	
	.footer-widgets #menu-footer-nav {
    	padding-left: 0;
	}
	
	.footer-widgets-2 {
		margin: 20px 0 0;	
	}
	
	.footer-widgets-1 {
		margin: -20px 0 0;	
	}
	
	#search-3 {
    	margin: 0 0 25px;
	}
	
	.footer-widgets .widget {
    	margin-bottom: 0;
	}
	
	#responsive-menu-icon {
	display: block;
	text-align:center;
}

.responsive-menu {
		display: none;
}

.page-id-322 .eStore-fancy-wrapper,
.page-id-322 .product-wrap {
    width: 100%;
	margin: 20px auto;
	float:none;
	max-width:500px;
}

.page-id-322 .entry-content {
    padding: 0 15px;
}

.page-id-322 .entry-title {
    margin-bottom:0;
}

.linkstable .column-1,
.linkstable .column-3 {
	display:none;	
}

.linkstable .odd .column-2, 
.linkstable .odd .column-4, 
.linkstable .even .column-2, 
.linkstable .even .column-4 {
    border: 4px solid #F7F7F7;
}

}

@media only screen and (max-width: 550px) {
	
body {font-size:13px; line-height:1.5;}

.home .content .columns #featured-post-2.widget,
.home .content .columns #featured-post-6.widget,
.home .content .columns #featured-post-10.widget,
.home .content .columns #featured-post-5.widget,
.home .content .columns #featured-post-9.widget,
.home .content .columns #featured-post-3.widget {
	width:100%;
	max-width:375px;
	float:none;
	clear:both;
	margin:0 auto;
}

.home .content .columns #featured-post-11.widget,
.home .content .columns #featured-post-12.widget,
.home .content .columns #custom_html-2.widget {
	width:100%;
	max-width:375px;
	float:none;
	margin:0 auto;
}

.site-title a {
background: url("images/rhm-logo-mobile.png") no-repeat scroll left top transparent;
height:91px;
width:290px;	
}

#menu-lower-nav.genesis-nav-menu a {font-size:14px; padding: 3px 8px; }

.home .homeintro {padding: 10px 7px; background:#7645C3;}

.title-area, .site-header .genesis-nav-menu {padding-bottom:0;}

.tablepress.jazztable {
font-size: 8px;
}
.tablepress.jazztable td {
	font-size: 8px;
}
.tablepress.jazztable th {
	padding: 2px 4px;
}

body .alignleft, body .alignright {float:none; margin:0 auto 10px; display:block;}

#featured-post-5 img, #featured-post-9 img {
	height:auto;
	float:left;
	margin: 0 15px 0 0;	
}

.cartside .cover-div .wp-caption {
	border-bottom:1px solid #80C9D2;
	padding-bottom:3px;
	margin-bottom:10px !important;
}

.entry-content .wp-caption-text {
	font-size:11px;
}

.cartside .cover-div .aligncenter {
	margin:0 auto 5px;	
}

.cartside .cover-div {
	margin:0 auto 15px;
	float:none;	
}

}