/*
	Theme Name: EWD Camp Wander Custom
	Description: This is custom Genesis child theme created for Camp Wander.
	Author: Emily White Designs
	Author URI: http://www.emilywhitedesigns.com/
	Version: 2.0.0

	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 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
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/


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

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

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


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

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

@font-face {font-family: 'BombshellPro';src: url('webfonts/292917_0_0.eot');src: url('webfonts/292917_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/292917_0_0.woff') format('woff'),url('webfonts/292917_0_0.ttf') format('truetype');}


@font-face {font-family: 'MuseoSlab-700';src: url('webfonts/29291B_2_0.eot');src: url('webfonts/29291B_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29291B_2_0.woff') format('woff'),url('webfonts/29291B_2_0.ttf') format('truetype');}


@font-face {font-family: 'MuseoSlab-300';src: url('webfonts/29291B_4_0.eot');src: url('webfonts/29291B_4_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29291B_4_0.woff') format('woff'),url('webfonts/29291B_4_0.ttf') format('truetype');}


@font-face {font-family: 'MuseoSlab-500';src: url('webfonts/29291B_6_0.eot');src: url('webfonts/29291B_6_0.eot?#iefix') format('embedded-opentype'),url('webfonts/29291B_6_0.woff') format('woff'),url('webfonts/29291B_6_0.ttf') format('truetype');}


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

body {
	color: #42210b;
	font-family: 'News Cycle', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.6;
}

body > div { font-size: 2rem; }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {

}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5501d;
	text-decoration: none;
}

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

a:hover {
	color: #b3c681;
}

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

strong {
	font-weight: 700;
}

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

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

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 {
	color: #42210b;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 8px;
	margin: 0 0 .8rem;
}

h1 {
	font-family: 'MuseoSlab-300', serif;
	font-size: 40px;
	font-size: 4rem;
}

h2 {
	font-family: 'MuseoSlab-300', serif;
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-family: 'MuseoSlab-700', serif;
	font-size: 40px;
	font-size: 4rem;
}

h4 {
	font-family: 'MuseoSlab-700', serif;
	font-size: 32px;
	font-size: 3.2rem;
}

h4.widgettitle {
	font-family: 'BombshellPro', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.4;
}

h5 {
	font-family: 'News Cycle', sans-serif;
	font-size: 32px;
	font-size: 3.2rem;
}

h6 {
	font-family: 'News Cycle', sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #42210b;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 4px 12px;
	padding: .4rem 1.2rem;
	width: 100%;
}

select {
	padding: 8px;
}

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

::-moz-placeholder {
	color: #42210b;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #42210b;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #90a05f;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	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: #e5501d;
}

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

.button {
	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: 20px;
	margin-bottom: 2rem;
	width: 100%;
}

tbody {

}

th,
td {
	text-align: left;
}

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

td {
	padding: 6px 0;
	padding: 0.6rem 0;
}


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

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

.site-container {
	background: url(images/footer-bg.png) center bottom repeat-x;
}

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1050px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	padding-top: 4rem;
}

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

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

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

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 680px;
}

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

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

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

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 330px;
}

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

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

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

.five-sixths,
.four-sixths,
.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 {
	float: left;
}

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

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

.search-form input[type="submit"] {
	background: #fff url(images/search.png) center center no-repeat;
	float: left;
	padding: 10px 20px;
	padding: 1rem 2rem;
	text-indent: -9999px;
	width: 70px;
}

.sticky {
}

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

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

.entry-content p img.alignnone,
.entry-content p img.centered {
	margin-bottom: 0;
	margin-top: 15px;
	margin-top: 1.5rem;
}

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

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

img.alignleft,
.wp-caption.alignleft {
	margin: 10px 24px 24px 0;
	margin: 1rem 2.4rem 2.4rem 0;
}

img.alignright,
.wp-caption.alignright {
	margin: 10px 0 24px 24px;
	margin: 1rem 0 2.4rem 2.4rem;
}

.sidebar img.alignleft {
	margin: 5px 15px 0 0;
	margin: .5rem 1.5rem 0 0;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

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

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

.breadcrumb {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.archive-description,
.author-box {
	background-color: #fff;
	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: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box a {

}

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

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

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

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

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

.widget-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar .widget-title a {
	border: none;
}

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


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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	padding: 0 0 24px;
	padding: 0 0 2.4rem;
}

.featured-content .entry-title {
	border: none;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

.featured-content .entry-title a {
	border: none;
}


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

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

.enews-widget {
	color: #fff;
}

.sidebar .enews-widget p {
	background: url(images/white-divider.png) center bottom no-repeat;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
	padding-bottom: 24px;
	padding-bottom: 2.4rem;
}

.enews-widget p.outro {
	padding-left: 20px;
	padding-left: 2rem;
}

.enews-widget a {
	color: #42210B;
}

.enews-widget a:hover {
	color: #e5501d;
}

.enews-widget img.alignleft {
	margin: 0 10px 10px -4px;
	margin: 0 1rem 1rem -.4rem;
}

.enews-widget .widget-title {
	text-align: center;
}

.after-content-sub .enews-widget .widget-title {
	color: #fff;
	font-family: 'MuseoSlab-300', serif;
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
}

.enews-widget #subscribe {
	overflow: hidden;
}

.enews-widget input {
	border: none;
	box-shadow: none;
	float: left;
	padding: 8px 12px 12px;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	width: 195px;
}

.after-content-sub #subscribe {
	text-align: center;
}

.after-content-sub .enews-widget input {
	float: none;
	margin-bottom: 0;
	display: inline-block;
	width: 220px;
}

.after-content-sub .enews-widget input[type="submit"] {
	background: #42210b;
}

.after-content-sub .enews-widget input[type="submit"]:hover {
	background: #fff;
	color: #42210b;
}

.after-content-sub .enews-widget p {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.enews-widget input:focus {
	border: none;
}

.enews-widget input[type="submit"] {
	background-color: #90a05f;
	color: #fff;
	margin: 0 0 0 7px;
	letter-spacing: 2px;
	width: auto;
}

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

/* 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: url(images/polka-bg.png);
	min-height: 280px;
	position: relative;
}


.site-header:after {
	background: url(images/flower-bg.png) center -48px no-repeat;
	content: "";
	height: 321px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.site-header .wrap {
	padding: 40px 0;
	padding: 4rem 0;
}

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

.title-area {
	float: left;
	font-family: Lato, sans-serif;
	font-weight: 700;
	padding: 16px 0;
	padding: 1.6rem 0;
	width: 285px;
}

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

.site-title {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1;
	margin: 0 0 8px;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

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

.site-description {
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

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

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
	position: relative;
}


.header-image .site-title a {
	background: url(images/logo.png) no-repeat center;
	float: left;
	height: 243px;
	position: relative;
	top: 96px;
	width: 100%;
	z-index: 50;
}

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

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

.header-image .site-header .widget-area {
	margin-top: 160px;
	margin-top: 16rem;
	position: relative;
	z-index: 50;
}

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


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	float: right;
	font-family: 'MuseoSlab-300', serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	width: auto;
}

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

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 20px 11px;
	padding: 2rem 1.1rem;
	position: relative;
}

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

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #b3c681;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	font-size: 1.4rem;
	height: auto;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu a:hover {
	background: #73aeae;
	color: #fff;
	text-indent: 0;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.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: 28px 0;
	padding: 2.8rem 0;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 14px 0 0;
	padding: 1.4rem 0 0;
}

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

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -55px;
}

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

.nav-primary {
	background: url(images/nav-bg.png);
	position: relative;
}

.nav-primary .wrap {
	z-index: 30;
}

.nav-primary .genesis-nav-menu {
	position: relative;
	z-index: 60;
}

.nav-primary .genesis-nav-menu li {
	margin-left: 10px;
}

.nav-primary:before {
	background: url(images/nav-menu-border.png) center repeat-x;
	content: "";
	width: 100%;
	height: 8px;
	top: -4px;
	position: absolute;
	z-index: 11;
}

.nav-primary:after {
	background: url(images/nav-menu-border.png) center repeat-x;
	content: "";
	width: 100%;
	height: 8px;
	bottom: -3px;
	position: absolute;
	z-index: 11;
}

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

.nav-primary .sub-menu a:hover {
	color: #fff;
}

.about a {
	height: 60px;
	width: 80px;
}

.about a:hover {
	background: url(images/nav-hover-sprite.png) 7px 10px no-repeat;
	text-indent: -9999px;
}

.eolife a {
	height: 60px;
	width: 94px;
}

.eolife a:hover {
	background: url(images/nav-hover-sprite.png) -77px 10px no-repeat;
	text-indent: -9999px;
}

.remedies a {
	height: 60px;
	width: 116px;
}

.remedies a:hover {
	background: url(images/nav-hover-sprite.png) -178px 10px no-repeat;
	text-indent: -9999px;
}

.naturalbeauty a {
	height: 60px;
	width: 165px;
}

.naturalbeauty a:hover {
	background: url(images/nav-hover-sprite.png) -304px 10px no-repeat;
	text-indent: -9999px;
}

.eoetc a {
	height: 60px;
	width: 89px;
}

.eoetc a:hover {
	background: url(images/nav-hover-sprite.png) -478px 10px no-repeat;
	text-indent: -9999px;
}

.cwstore a {
	height: 60px;
	width: 113px;

}

.cwstore a:hover {
background: url(images/nav-hover-sprite.png) -568px 10px no-repeat;
	text-indent: -9999px;
	
}

.contact a {
	height: 60px;
	width: 98px;
}

.contact a:hover {
	background: url(images/nav-hover-sprite.png) -694px 10px no-repeat;
	text-indent: -9999px;
}

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

.nav-secondary {
	background-color: #fff;
}


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

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.home .entry {
	background: url(images/post-divider.png) center bottom no-repeat;
	padding-bottom: 88px;
	padding-bottom: 8.8rem;
}

.sidebar .entry {
	background: none;
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.sidebar h2,
.sidebar h2 a {
	color: #42210b;
	font-family: 'MuseoSlab-300', serif;
	font-size: 17px;
	font-size: 1.7rem;
}

.sidebar .entry h2 a:hover {
	color: #b3c681;
}

.entry-content a {
	color: #f15123;
}

.entry-content a:hover {
	color: #b3c681;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	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: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-meta a {

}

.entry-header .entry-meta {
	color: #90a05f;
	font-family: 'News Cycle', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 8px;
	margin-bottom: .8rem;
	text-transform: uppercase;
}

.entry-header .entry-meta a {
	color: #90a05f;
}

.entry-header .entry-meta a:hover {
	color: #e5501d;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	margin: 0 -4rem;
	padding: 32px 40px 8px;
	padding: 3.2rem 4rem 0.8rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

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

.archive-pagination,
.entry-pagination {
	clear: both;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 40px 0;
	margin: 4rem 0;
	text-align: right;
	text-transform: uppercase;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #3C5477;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 2px 8px 4px;
	padding: .2rem .8rem .4rem;
}

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

.entry-pagination a {

}

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

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments h3 {
	font-size: 30px;
	font-size: 3rem;
}

.comment-respond h3,
.entry-pings h3 {
	font-family: 'MuseoSlab-300', serif;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.comment-respond a,
.entry-comments a {

}

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

.comment-list li {
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

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

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

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


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

.sidebar,
.sidebar p {
	color: #42210b;
	font-size: 18px;
	font-size: 1.8rem;
}

.sidebar a {

}

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

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

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

.sidebar .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	overflow: hidden;
}

.sidebar .enews-widget {
	background-color: #b3c681;
	margin-bottom: 18px;
	margin-bottom: 1.8rem;
}


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

.footer-widgets {
	clear: both;
	padding: 40px 0;
	padding: 4rem 0;
}

.footer-widgets-1,
.footer-widgets-2 {
	width: 340px;
}

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

.footer-widgets-1 {
	margin-right: 20px;
	margin-right: 2rem;
}

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

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

.footer-widgets a {
	color: #42210b;
}

.footer-widgets a:hover {
	color: #e5501d;
}

.footer-widgets .widget {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	color: #42210b;
	font-family: 'MuseoSlab-500', serif;
	font-size: 20px;
	font-size: 2rem;
}

.footer-widgets h2 {
	font-family: 'News Cycle', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 6px;
	margin-bottom: .6rem;
}

.footer-widgets .entry {
	background: none;
	margin-bottom: 6px;
	margin-bottom: .6rem;
	padding: 0;
}

.widget_recent_entries {
	font-size: 16px;
	font-size: 1.6rem;
}

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

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

.footer-widgets .enews-widget .widget-title {
	text-align: left;
}

.footer-widgets .enews-widget input[type="submit"] {
	margin-left: 20px;
	margin-left: 2rem;
}

.footer-ad {
	text-align: center;
}

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

.site-footer {
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0 20px;
	padding: 3rem 0 2rem;
	text-align: center;
}

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

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer p {
	color: #fff;
	font-family: 'MuseoSlab-300', serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin-bottom: 0;
}

/*
Misc
---------------------------------------------------------------------------------------------------- */

.before-sidebar {
	background: #b3c681;
	overflow: hidden;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 20px;
	padding: 2rem;
}

.before-sidebar .widget {
	margin-bottom: 0;
}

#menu-social {
	text-align: center;
	margin: 20px 0;
	margin: 2rem 0;
	width: auto;
}

#menu-social li {
	display: inline-block;
	margin: 0 5px;
	margin: 0 .5rem;
}

.menu-social-container li {
	display: inline-block;
	margin-right: 8px;
	margin-right: .8rem;
}

.menu-social-container a,
#menu-social a {
	border: none;
	display: inline-block;
	height: 42px;
	line-height: 1;
	padding: 0;
	text-indent: -9999px;
	width: 42px;
	vertical-align: top;
}

.menu-social-container .facebook,
#menu-social .facebook {
	background: url(images/social-sprite.png) -4px -3px no-repeat;
}

.menu-social-container .twitter,
#menu-social .twitter {
	background: url(images/social-sprite.png) -58px -3px no-repeat;
}

.menu-social-container .pinterest,
#menu-social .pinterest {
	background: url(images/social-sprite.png) -113px -3px no-repeat;
}

.menu-social-container .instagram,
#menu-social .instagram {
	background: url(images/social-sprite.png) -168px -3px no-repeat;
}

.menu-social-container .facebook:hover,
#menu-social .facebook:hover {
	background: url(images/social-sprite.png) -4px -52px no-repeat;
}

.menu-social-container .twitter:hover,
#menu-social .twitter:hover {
	background: url(images/social-sprite.png) -58px -52px no-repeat;
}

.menu-social-container .pinterest:hover,
#menu-social .pinterest:hover {
	background: url(images/social-sprite.png) -113px -52px no-repeat;
}

.menu-social-container .instagram:hover,
#menu-social .instagram:hover {
	background: url(images/social-sprite.png) -168px -52px no-repeat;
}

input[type="search"] {
	border: none;
	box-shadow: none;
	color: #42210b;
	float: left;
	padding: 8px 12px 12px;
	padding: .8rem 1.2rem 1.2rem;
	width: 218px;
}

.cat-grid {
	text-align: center;
}

.cat-grid p {
	background: url(images/sidebar-border.png) left bottom no-repeat;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: -15px;
	margin-top: -1.5rem;
	padding-bottom: 20px;
	padding-bottom: 2rem;
	text-align: left;
}

.cat-grid a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.cat-grid img {
	background: #fff;
	display: block;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.cat-grid a:hover img {
	opacity: .5;
}

.cg-left,
.cg-center,
.cg-right {
	height: 130px;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	width: 100px;
}

.cg-left,
.cg-center {
	float: left;
}

.cg-left {
	clear: both;
	margin-right: 15px;
	margin-right: 1.5rem;
}

.cg-right {
	float: right;
}

.cat-grid span{
	display: block;
	height: 20px;
}

.baby span,
.aromatherapy span {
	background: #73aeae;
}

.kids span {
	background: #e5501d;
}

.wellness span,
.cold-flu span {
	background: #57769b;
}

.sleep span {
	background: #db5a5f;
}

.mood span {
	background: #dbcb56;
}

.roll span {
	background: #f1a78d;
}

.aromatherapy a,
.roll a {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
}

.cat-grid a:hover span {
	background: #42210b;
}

.all a {
	background: url(images/view-all.png) no-repeat;
	height: 130px;
	text-indent: -9999px;
}

.all:hover a {
	background: url(images/view-all-hover.png) no-repeat;
}

.home .sidebar .featuredpost img.alignleft {
	margin-bottom: 0;
}

.search-form {
	background: #fff;
	overflow: hidden;
}

.sidebar .gfwa-odd,
.sidebar .gfwa-even {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	overflow: hidden;
}

.sidebar .gfwa-odd a:hover,
.sidebar .gfwa-even a:hover {
	color: #B3C681;
}

.content .visual-archive h2 {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}

.content .visual-archive img {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.content .visual-archive a:hover img {
	opacity: .5;
}

.content .visual-archive a:hover h2 {
	color: #90a05f;
}

.visual-archive .content .entry {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.visual-archive .one-third {
	margin-left: 5.8%;
	max-width: 200px;
	width: 29.411765%;
}

.visual-archive .first {
	margin-left: 0;
}

.visual-archive .content {
	max-width: 680px;
}

.after-content-sub {
	background: #e5501d;
	margin: 20px 0;
	margin: 2rem 0;
	position: relative;
	padding: 32px;
	padding: 3.2rem;
	z-index: 1;
}

.after-content-sub:after {
	border: 2px solid #FFF;
	content: "";
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	z-index: -1;
}

.comment-respond {
	background-color: transparent;
}

.entry-footer {
	margin-top: 20px;
	margin-top: 2rem;
}

.entry input,
.entry select,
.entry textarea {
	width: auto;
}

.entry input[type="image"] {
	border: none;
	box-shadow: none;
}

.pib-hover-container {
	line-height: 1;
}



.hbg.woocommerce a.button,
.hbg.woocommerce button.button,
.hbg.woocommerce input.button,
.hbg.woocommerce #respond input#submit,
.hbg.woocommerce #content input.button,
.hbg.woocommerce-page a.button,
.hbg.woocommerce-page button.button,
.hbg.woocommerce-page input.button,
.hbg.woocommerce-page #respond input#submit,
.hbg.woocommerce-page #content input.button {
	background: #90a05f;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	text-shadow: none;
	text-shadow: none;
	border: none;
}

.hbg.woocommerce a.button:hover,
.hbg.woocommerce button.button:hover,
.hbg.woocommerce input.button:hover,
.hbg.woocommerce #respond input#submit:hover,
.hbg.woocommerce #content input.button:hover,
.hbg.woocommerce-page a.button:hover,
.hbg.woocommerce-page button.button:hover,
.hbg.woocommerce-page input.button:hover,
.hbg.woocommerce-page #respond input#submit:hover,
.hbg.woocommerce-page #content input.button:hover {
	background: #73aeae;
	text-shadow: none;
}

.hbg.woocommerce div.product form.cart .button,
.hbg.woocommerce #content div.product form.cart .button,
.hbg.woocommerce-page div.product form.cart .button,
.hbg.woocommerce-page #content div.product form.cart .button,
.hbg.woocommerce a.button.alt,
.hbg.woocommerce button.button.alt,
.hbg.woocommerce input.button.alt,
.hbg.woocommerce #respond input#submit.alt,
.hbg.woocommerce #content input.button.alt,
.hbg.woocommerce-page a.button.alt,
.hbg.woocommerce-page button.button.alt,
.hbg.woocommerce-page input.button.alt,
.hbg.woocommerce-page #respond input#submit.alt,
.hbg.woocommerce-page #content input.button.alt {
	background: #f15123;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 16px 24px;
	padding: 1.6rem 2.4rem;
	text-transform: uppercase;
	width: auto;
	text-shadow: none;

}



.hbg.woocommerce div.product form.cart .button:hover,
.hbg.woocommerce #content div.product form.cart .button:hover,
.hbg.woocommerce-page div.product form.cart .button:hover,
.hbg.woocommerce-page #content div.product form.cart .button:hover,
.hbg.woocommerce a.button.alt:hover,
.hbg.woocommerce button.button.alt:hover,
.hbg.woocommerce input.button.alt:hover,
.hbg.woocommerce #respond input#submit.alt:hover,
.hbg.woocommerce #content input.button.alt:hover,
.hbg.woocommerce-page a.button.alt:hover,
.hbg.woocommerce-page button.button.alt:hover,
.hbg.woocommerce-page input.button.alt:hover,
.hbg.woocommerce-page #respond input#submit.alt:hover,
.hbg.woocommerce-page #content input.button.alt:hover {
	background: #90a05f;
	text-shadow: none;
}

.hbg.woocommerce .woocommerce-message,
.hbg.woocommerce-page .woocommerce-message {
	border-top: 3px solid #90a05f;
}

.hbg.woocommerce .woocommerce-message:before,
.hbg.woocommerce-page .woocommerce-message:before {
	background: #90a05f;
}

.hbg.woocommerce h3 {
	font-family: 'MuseoSlab-500', serif;
}

.hbg.woocommerce .cart-collaterals .cart_totals tr,
.hbg.woocommerce-page .cart-collaterals .cart_totals tr {
	line-height: 1.65;
}

.hbg.woocommerce .cart-collaterals .cart_totals tr td,
.hbg.woocommerce-page .cart-collaterals .cart_totals tr td {
	text-align: right;
}

.hbg.woocommerce table.cart td.actions .coupon .input-text,
.hbg.woocommerce #content table.cart td.actions .coupon .input-text,
.hbg.woocommerce-page table.cart td.actions .coupon .input-text,
.hbg.woocommerce-page #content table.cart td.actions .coupon .input-text {
	width: 100px;
}

.hbg .woocommerce .checkout h3 {
	font-family: 'MuseoSlab-500', serif;
	font-size: 28px;
	font-size: 2.8rem;
}

.hbg #order_review_heading {
	margin-top: 30px;
	margin-top: 3rem;
}

.hbg .woocommerce #payment ul.payment_methods li,
.hbg.woocommerce-page #payment ul.payment_methods li {
	list-style-type: none;
}

.hbg.woocommerce-page table.shop_table td label {
	display: none;
}


.hbg .woocommerce .cart-collaterals .cart_totals table th,
.hbg.woocommerce-page .cart-collaterals .cart_totals table th {
	width: 60%;
}

table.variations {
	line-height: 1.4;
}

.hbg .woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
font-size: 2rem;
}

.single .stock {
	display:none;
}

.nrelate {
	text-align: center;
}

.nr_panel {
	display: inline-block;
	margin: 0 10px 20px;
	max-width: 110px;
	vertical-align: top;
}

.nr_text {
	color: #42210b;
	display: inline-block;
	font-family: 'MuseoSlab-300', serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
}

.nr_text:hover {
	color: #b3c681;
}

.nr_title {
	font-family: 'BombshellPro', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 2.4;
}

a.shop-green {
	display: block;
	position: relative;
}

a.shop-green:before {
	display: none;
	width: 205px;
	height: 144px;
	content: "";
	position: absolute;
	background: url(https://campwander.com/wp-content/uploads/2015/04/shop-green.png) no-repeat;
	background-size: contain;
	left: 50%;
	top: 50%;
	margin: -72px 0 0 -103px;
}

a.shop-green:hover:before {
	display: block;
}

a.shop-white {
	display: block;
	position: relative;
}

a.shop-white:before {
	display: none;
	width: 205px;
	height: 144px;
	content: "";
	position: absolute;
	background: url(https://campwander.com/wp-content/uploads/2015/04/shop-white.png) no-repeat;
	background-size: contain;
	left: 50%;
	top: 50%;
	margin: -72px 0 0 -103px;
}

a.shop-white:hover:before {
	display: block;
}

.menu-shop {
	background: #f15123;
}

.menu-shop a {
	padding: 18px 11px;
}

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

@media  only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (min-resolution: 192dpi)  {

	a.shop-white:before {
		background-image: url(https://campwander.com/wp-content/uploads/2015/04/shop-white2x.png);
	}

	a.shop-green:before {
		background-image: url(https://campwander.com/wp-content/uploads/2015/04/shop-green2x.png);
	}

}

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

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


	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		width: 300px;
	}

	.header-image .site-title a {
		top: 65px;
	}

}

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

	body {
		background-color: #fff;
	}

	.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,
	.site-inner,
	.title-area,
	.wrap {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 0;
		padding: 2rem 0;
	}

	.header-image .site-header .wrap {
		background-position: center top;
	}

	.header-image .site-title a {
		top: 40px;
	}

	.header-image .site-header .widget-area {
		margin: 40px 0 20px;
		margin: 4rem 0 2rem;
		text-align: center;
	}

	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.visual-archive .content {
		float: none;
		margin: 0 auto;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.header-image .site-header .widget-area,
	.sidebar .widget,
	.site-header {
		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;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {

	}

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

	.genesis-nav-menu {
		float: none;
	}

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

	.genesis-feature img {
		display: block;
		margin: 0 auto 20px;
		margin: 0 auto 2rem;
	}

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

	.sidebar {
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 330px;
		overflow: hidden;
	}

	.sidebar .widget.enews-widget {

	}

	.site-footer {
		padding: 24px 0;
		padding: 2.4rem 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		float: none;
		margin: 0 auto 20px;
		margin: 0 auto 2rem;
		max-width: 330px;
	}

}

@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%;
	}

	 /* Primary Navigation Menu Icon properties */

	#primary-menu-icon {
		cursor: pointer;
		display: block;
		padding: 10px 24px;
		padding: 1rem 2.4rem;
		text-align: center;
	}

	#primary-menu-icon::before {
		background: url(images/lines.png) right 6px no-repeat;
		color: #fff;
		content: 'MENU';
		font-family: 'Quicksand', sans-serif;
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: 700;
		line-height: 1.5;
		letter-spacing: -1px;
		padding-right: 34px;
	}

	#primary-menu-icon:hover::before {
		background: url(images/lines.png) right 6px no-repeat;
		color: #fff;
		content: 'MENU';
		font-family: 'Quicksand', sans-serif;
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: 700;
		letter-spacing: -1px;
		line-height: 1.5;
		padding-right: 34px;
	}

	#primary-menu-icon:active::before {
		background: url(images/lines.png) right 6px no-repeat;
		color: #fff;
		content: 'MENU';
		font-family: 'Quicksand', sans-serif;
		font-size: 28px;
		font-size: 2.8rem;
		font-weight: 700;
		letter-spacing: -1px;
		line-height: 1.5;
		padding-right: 34px;
	}

	/* Hide Primary Navigation Menu until it's toggled via script */

	.menu-primary {
		display: none;
	}

	/* Primary Navigation Menu misc properties */

	.nav-primary {
		clear: both;
		color: #999;
		line-height: 1.5;
		width: 100%;
		z-index: 9999;
	}

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

	.nav-primary a {
		display: block;
		position: relative;
	}

	.nav-primary a:hover,
	.nav-primary .current-menu-item > a,
	.nav-primary .sub-menu .current-menu-item > a:hover {
	}

	.nav-primary .sub-menu .current-menu-item > a {
	}

	.nav-primary > .menu-item > a {
		text-transform: uppercase;
	}

	.nav-primary .sub-menu {
		left: 0px;
		opacity: 1;
		position: relative;
		-webkit-transition: opacity .4s ease-in-out;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.nav-primary .sub-menu a {
		position: relative;
		width: 100%;
	}

	.nav-primary .sub-menu a::before {
		content: "- ";
		font-size: 14px;
		font-size: 1.4rem;
	}

	.nav-primary .sub-menu a:hover {
	}

	.nav-primary .sub-menu li li a {
	}

	.nav-primary .sub-menu .sub-menu {
		margin: 0;
	}

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

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

	.genesis-nav-menu .sub-menu {
		border-top: none;
		padding-top: 0;
	}

	.genesis-nav-menu .sub-menu:before {
		display: none;
	}

	.header-image .site-header .widget-area {
		display: none;
	}

	.menu-shop {
		background: none;
	}

}

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

	.hbg .woocommerce table.shop_table.cart thead tr,
	.hbg.woocommerce-page table.shop_table.cart thead tr {
		display: none;
	}

	.hbg.woocommerce-page table.shop_table td label {
		display: block;
		left: 20px;
		position: absolute;
		top: 13px;
	}

	.woocommerce table.shop_table.custom,
	.woocommerce table.shop_table.custom tbody,
	.woocommerce table.shop_table.custom th,
	.woocommerce table.shop_table.custom td,
	.woocommerce table.shop_table.custom tr,
	.woocommerce-page table.shop_table.custom,
	.woocommerce-page table.shop_table.custom tbody,
	.woocommerce-page table.shop_table.custom th,
	.woocommerce-page table.shop_table.custom td,
	.woocommerce-page table.shop_table.custom tr {
		display: block;
	}

	.woocommerce #content table.shop_table.custom td,
	.woocommerce table.shop_table.custom td,
	.woocommerce-page #content table.shop_table.custom td,
	.woocommerce-page table.shop_table.custom td {
		position: relative;
		padding: 12px 12px 12px 140px;
	}

	.hbg .woocommerce .quantity,
	.hbg .woocommerce #content .quantity,
	.hbg.woocommerce-page .quantity,
	.hbg.woocommerce-page #content .quantity {
		margin: 0;
	}

	.hbg .woocommerce #content table.cart img,
	.hbg .woocommerce table.cart img,
	.hbg.woocommerce-page #content table.cart img,
	.hbg.woocommerce-page table.cart img {
		margin-top: 4px;
		width: 64px;
	}

	.hbg .woocommerce #content table.shop_table.custom td.actions,
	.hbg .woocommerce table.shop_table.custom td.actions,
	.hbg.woocommerce-page #content table.shop_table.custom td.actions,
	.hbg.woocommerce-page table.shop_table.custom td.actions {
		padding: 18px 0;
	}

	.hbg .woocommerce #content table.cart td.actions .coupon,
	.hbg .woocommerce table.cart td.actions .coupon,
	.hbg.woocommerce-page #content table.cart td.actions .coupon,
	.hbg.woocommerce-page table.cart td.actions .coupon {
		padding-bottom: 0;
		float: none;
	}

	.hbg .woocommerce #content table.cart td.actions .coupon input,
	.hbg .woocommerce table.cart td.actions .coupon input,
	.hbg.woocommerce-page #content table.cart td.actions .coupon input,
	.hbg.woocommerce-page table.cart td.actions .coupon input,
	.hbg.woocommerce table.cart td.actions .coupon .input-text,
	.hbg.woocommerce #content table.cart td.actions .coupon .input-text,
	.hbg.woocommerce-page table.cart td.actions .coupon .input-text,
	.hbg.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.hbg .woocommerce #content table.cart td.actions .button,
	.hbg .woocommerce #content table.cart td.actions .input-text,
	.hbg .woocommerce #content table.cart td.actions input,
	.hbg .woocommerce table.cart td.actions .button,
	.hbg .woocommerce table.cart td.actions .input-text,
	.hbg .woocommerce table.cart td.actions input,
	.hbg.woocommerce-page #content table.cart td.actions .button,
	.hbg.woocommerce-page #content table.cart td.actions .input-text,
	.hbg.woocommerce-page #content table.cart td.actions input,
	.hbg.woocommerce-page table.cart td.actions .button,
	.hbg.woocommerce-page table.cart td.actions .input-text,
	.hbg.woocommerce-page table.cart td.actions input{
		display: block;
		float: none;
		margin: 0 0 20px 20px;
		width: 240px;
	}

	.hbg .woocommerce table.cart td.actions .button.alt,
	.hbg.woocommerce-page #content table.cart td.actions .button.alt,
	.hbg.woocommerce-page table.cart td.actions .button.alt {
		margin-bottom: 0;
		float: none;
	}

	.hbg.woocommerce-page table.shop_table td.product-quantity label {
		top: 3px;
	}

	.hbg .woocommerce ul.products li.product h3,
	.hbg.woocommerce-page ul.products li.product h3 {
		min-height: 68px;
	}

}

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

	.enews-widget input,
	.enews-widget input[type="submit"],
	.after-content-sub .enews-widget input,
	.footer-widgets .enews-widget input,
	.footer-widgets .enews-widget input[type="submit"] {
		float: none;
		margin: 0 0 16px;
		margin: 0 0 1.6rem;
		width: 100%;
	}

	.after-content-sub .enews-widget input[type="submit"] {
		margin-bottom: none;
	}

	.search-form input {
		width: 80%;
	}

	.search-form input[type="submit"] {
		width: 20%;
	}

	.enews-widget img.alignleft {
		margin: 0 auto;
	}

	.visual-archive .one-third {
		float: none;
		margin: 0 auto;
		width: 200px;
	}

}

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

	img.alignleft,
	img.alignright,
	.alignleft,
	.alignright {
		display: block;
		float: none;
		margin: 0 auto 20px;
		margin: 0 auto 2rem;
		text-align: center;
	}

	.sidebar .featuredpost img.alignleft {
		float: left;
	}

	.sidebar .featuredpost .alignleft {
		margin-bottom: 0;
	}

	.cg-left,
	.cg-center,
	.cg-right {
		clear: both;
		display: inline-block;
		float: none;
		text-align: center;
		margin: 0 8px 16px;
		margin: 0 .8rem 1.6rem;
		vertical-align: top;
	}

	#menu-social li {
		display: inline-block;
		margin: 0 5px 10px;
		margin: 0 .5rem 1rem;
	}

}
div #div-gpt-ad-667049344993333087-3 {
	float: left;
}
.woocommerce.woocommerce-page.woocommerce-demo-store .content {
	width: auto;
}
.woocommerce.woocommerce-page.woocommerce-demo-store aside.sidebar.sidebar-primary.widget-area {
	display: none;
}

.hide-product .content {
	display: none;
}

.single-product.woocommerce.woocommerce-page .sidebar,
.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .sidebar {
	display: none;
}
.post-type-archive.post-type-archive-product.woocommerce.woocommerce-page .content,
.single-product.woocommerce.woocommerce-page .content {
	width: 100%;
}
.composite_form .composite_button .quantity.buttons_added {
	display: none;
}
.woocommerce-cart .component_container_table_item .product-price .amount {
	display: none;
}
.details.component_data {
	float: left;
}
/*.single-product .composite_price {
	display: none;
}*/

.hbg.woocommerce-page a.button.alt.return-to-shop {
	background-color: #90a05f;
}
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .products .star-rating {
	display: none !important;
}

.archive.post-type-archive.post-type-archive-product.woocommerce ul.products li.product .price {
	display: none;
}
.woocommerce ul.products li.product h3 {
	height: 80px;
	text-align: center
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#colorbox,
	#colorbox #cboxWrapper,
	#colorbox #cboxContent,
	.cbox_wpp_default_theme #cboxLoadedContent,
	.wpp_popup_default_theme .sub_content {
		max-width: 99% !important;
	}
}