/*
Theme Name: Patron Child Theme
Theme URL: http://themedy.com/themes/patron
Description: Patron is an extensive and well-designed eCommerce child theme using the WooCommerce platform.
Author: Themedy
Author URI: http://www.themedy.com
Version: 1.0
Template: genesis
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
	- Flickr
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Cart Area
- Site Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Homepage Template
- Mobile Menu
- WooCommerce
	- Shop Page
	- Single Product
	- Widgets
	- Badges
	- Product Overlay
	- Notices
	- Misc
- EDD
- Media Queries
	- Max-width: 1215px
	- Max-width: 975px
	- Max-width: 815px
	- Max-width: 768px
	- Max-width: 600px
	- Max-width: 480px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #2c2e31;
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75;
	margin: 0;
}

a,
a img,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.flickr_badge_image img,
.portfolio-thumb img {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition:    all 0.15s ease-in-out;
	-ms-transition:     all 0.15s ease-in-out;
	-o-transition:      all 0.15s ease-in-out;
	transition:         all 0.15s ease-in-out;
}

::-moz-selection {
	background-color: #60bdbe;
	color: #fff;
}

::selection {
	background-color: #60bdbe;
	color: #fff;
}

a {
	color: #73a0d7;
	text-decoration: none;
}

a:hover {
	color: #111;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #999;
	margin: 40px;
	font-weight: 400;
	font-size: 18px;
	line-height: 2;
}

.screen-reader-text {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.mobile-menu .screen-reader-text {
	top: 0;
}

a:hover img {
	opacity: .85;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Lato, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	padding: 6px 10px;
	width: 100%;
}
input[type="search"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
}

input:focus,
textarea:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #999;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-reply-link,
#cancel-comment-reply-link,
.archive-pagination a,
.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination .active a,
.widget.woocommerce .chosen a,
.page-numbers li a,
.page-numbers li .current {
	background-color: #60bdbe;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
	padding: 6px 18px;
	text-transform: uppercase;
	width: auto;
	-webkit-appearance: none;
}

.button.btn-primary, 
.button.add_to_cart_button, 
.button.single_add_to_cart_button,
.button.checkout-button {
	background-color: #88be60;	
}

.button.btn-info,
.comment-reply-link,
.archive-pagination a,
.archive-pagination li a,
.price_slider_amount .button,
.widget.woocommerce .chosen a,
.page-numbers li a {
	background-color: #e4e4e4;	
	color: #777;
}

.widget.woocommerce .chosen a:hover,
.button.btn-danger,
#cancel-comment-reply-link {
	background-color: #d87066;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
#cancel-comment-reply-link:hover {
	box-shadow: inset 0px 0px 200px 0px rgba(255,255,255,0.25);
	color: #fff;
}

.archive-pagination a:hover,
.btn-info:hover,
.comment-reply-link:hover,
.price_slider_amount .button:hover,
.page-numbers li a:hover {
	box-shadow: inset 0px 0px 200px 0px rgba(100,100,100,0.1);
	color: #777;
}

.button {
	display: inline-block;
}

.entry-content .button  {
	margin-top: 2px;
	margin-bottom: 2px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.page-numbers li .current {
	color: #333;
	cursor: default;
	background: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border:1px solid #ddd;
	border-collapse: collapse;
	border-spacing: 0;
	clear: both;
	line-height: 2;
	margin-bottom: 40px;
	text-align:left;
	width:100%;
}

td,
th {
	text-align: left;
	padding: 6px 12px;
}

td {
	border: 1px solid #ddd;
}

th {
	background: #eee;
	font-weight: 600;
	font-size: 1em;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap,
.slide-wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## 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: 980px;
}

.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: 890px;
}

.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: 670px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 270px;
}

.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 !important;
}

.last {
	margin-right: 0 !important;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 3px;
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.author-box .avatar {
	border: 10px solid #f3f3f3;
	border-radius: 100%;
	position: absolute;
	left: -35px;
	top: 50%;
	margin-top: -50px;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.author-box {
	background-color: #f3f3f3;
	border-radius: 3px;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px 40px 40px 80px;
	position: relative;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-results .archive-title {
	margin: 0;
}

.search-no-results .entry > p {
	background: #fcdada;
	margin: 0;
	padding: 20px;
	font-weight: 400;
	color: #d87066;
	border-radius: 3px;
}

.error404 .content .search-form input {
	margin-bottom: 20px;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-header, .archive-description, .breadcrumb {
	margin-bottom: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #e4e4e4;
}

.entry-title {
	font-size: 30px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #73a0d7;
}

.widget-title {
	border-bottom: 1px solid #e4e4e4;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.footer-widgets .widget-title {
	text-transform: uppercase;
	font-size: 16px;
	border: 0;
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 22px;
}

.footer-widgets .widget-title:after {
	display: inline-block; 
	height: 3px; 
	width: 50px; 
	background: #ddd; 
	content: ""; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	opacity: .5;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	background-color: #f3f3f3;
    border-radius: 3px;
	font-size: 14px;
	font-weight: 700;
	padding: 6px;
	text-align: center;
	font-weight: 700;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}

.post-password-form  {
	background-color: #f3f3f3;
    border-radius: 3px;
	padding: 40px;
	margin-bottom: 40px;
}

.post-password-form input {
	margin-top: 10px;
}

.post-password-form p:last-child {
	margin: 0;
}

.entry-content .entry-pagination {
	text-align: center;
	font-weight: 700;
	font-size: 18px;
}

.post-image {
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-bottom: 24px;
}

.post-image.alignleft, .post-image.alignright {
	width: auto;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 10px 30px;
	padding: 0;
	position: relative;
}

.widget .children li:before {
	font-family: Arial, sans-serif;
	content: "\221F";
	display: block;
	position: absolute;
	left: 0;
	margin-left: -24px;
	opacity: .2;
	margin-top: -3px;
	cursor: default;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #e4e4e4;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}

/* ## Flickr
--------------------------------------------- */

#flickr_badge_wrapper {
	margin-left: -4px;
}

.flickr_badge_image {
	float: left;
	margin: 4px 8px 4px;
	overflow: hidden;
}

.flickr_badge_image img {
	width: auto;
}

.flickr_badge_image img:hover {
	opacity: .7;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #2c2e31;
}

.site-header .wrap {
	padding: 40px 0;
	position: relative;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	padding: 10px 0;
}

.site-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

.title-area .site-title a:hover {
	color: #b2b2b2;	
}

.header-image .site-title {
	line-height: 0;
}

.title-area .tagline {
	color: #b2b2b2;
	margin: 0 12px;
	display: inline-block;
	vertical-align: middle;
}

.header-image .tagline {
	padding-top: 2px;
}

.title-area .tagline a {
	color: #60bdbe;
}

.title-area .tagline a:hover {
	color: #fff;
}

/* ## Cart Area
--------------------------------------------- */

.site-header .widget-area {
	display: none;
}

.shop-menu {
	position: absolute;
	right: 0;
	top: 50%;
	height: 32px;
	margin-top: -16px;
}

.shop-menu .button {
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
	margin-left: 8px;
}

.shop-menu .fa {
	margin-right: 6px;
}

.cart-contents .fa {
	margin-right: 10px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #666;
	display: block;
	padding: 24px 16px;
}

.genesis-nav-menu .sub-menu a,
.menu-search .search-submit {
	color: #666;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.menu-search .search-submit:hover {
	color: #000;
}

.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;
	padding-top: 1px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #f3f3f3;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 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: none;
}

.menu-primary, .menu-secondary { 
	float: left;
	margin-left: -16px;
	line-height: 16px;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
}

.menu-social {
	float: right;
	font-size: 14px;
}

.menu-social a {
	padding-left: 10px;
	padding-right: 10px;	
}

.menu-search {
	margin-top: -3px;
	margin-left: 10px;
	position: relative;
	vertical-align: middle;
	width: 150px;	
}

.menu-search .search-form {
	position: relative;
	padding: 16px 0;
}

.menu-search .search-input {
	font-size: 13px;
	line-height: 32px;
	height: 32px;
	padding: 0 24px 0 14px;
	-webkit-appearance:none;
}

.menu-search .search-submit {
	background: none;
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0;
	position: absolute;	
	right: 10px;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #eee;
	border-bottom: 1px solid #e4e4e4;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.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 code {
	background-color: #eee;
	color: #666;
	padding: 2px 5px;
	border-bottom: 1px solid #ddd;
}

.entry-content pre {
	background: #f3f3f3;
	border-radius: 3px;
	color: #666;
	padding: 20px 30px;	
	margin-bottom: 40px;
}

.entry-content dl, .entry-content address {
	margin-bottom: 40px;
}

.site-inner label {
	font-size: 14px;
	font-weight: 400;
}

.entry-content dt {
	font-weight: bold;
}
	

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #666;
	font-size: 13px;
	margin-bottom: 0;
	width: auto;
	position: relative;
	font-weight: 400;
}

.entry-footer .entry-meta {
	border-top: 1px solid #e4e4e4;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline-block;
}

.archive-pagination li a, 
.archive-pagination li.active a,
.archive-pagination li a:hover {
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,.entry-comments
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-respond {
	background: #f3f3f3;
	border-radius: 3px;
	padding: 40px 40px 16px 40px;
	position: relative;
}

#comments .comment-respond:before {
	border-style: solid;
	border-width: 0 25px 25px 0px;
	border-color: transparent transparent #f3f3f3 transparent;
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: -25px;
}	

#comments .comment-respond {
	margin-top: 60px;
}

.entry-pings > h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.entry-pings .says {
	display: none;
}

.entry-comments {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	border-top: 1px solid #e4e4e4;
}

.comment-content {
	clear: both;
}

.comment-list > li.comment:first-child {
	margin-top: 20px;
}

.comment-list li.comment {
	margin-top: 40px;
	padding: 40px 0 0 40px;
}

.comment-list li.depth-1 {
	padding-left: 0;
	padding-right: 0;
}

.comment-list .comment-content ul, .comment-list .comment-content ol {
	margin-left: 20px;
}

.comment-form-author, 
.comment-form-email, 
.comment-form-url {
	width: 31.623931623931625%;
	float: left;
}

.comment-form-author {
	margin-right: 2.564102564102564%;
}

.comment-form-comment {
	clear: both;
}

.comment-form-url {
	float: right;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	text-transform: uppercase;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 16px;
}

.comment-meta, .comment-meta a {
	color: #666;
    font-size: 13px;
    font-weight: 400;	
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	color: #666;
	font-size: 14px;
}

#cancel-comment-reply-link {
	float: right;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.sidebar li {
	margin-bottom: 10px;
}

.sidebar li ul > li:first-child {
	margin-top: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	border-top: 1px solid #e4e4e4;
	clear: both;
	padding-top: 60px;
}

.footer-widgets,
.footer-widgets a {
	color: #777;
}

.footer-widgets li {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 60px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 270px;
}

.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #f3f3f3;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	padding: 40px 0;
	text-align: center;
}

.site-footer, .site-footer a {
	color: #98999d;
}

.site-footer a {
	border-bottom: 1px solid #cfcfcf;
}

.site-footer a:hover {
	border-color: #aaa;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Homepage Template
---------------------------------------------------------------------------------------------------- */

.home-template .site-inner {
	display: none;
}

.home-template .section {
	margin: 60px 0;	
	text-align: center;
}

.lead-box {
	background-color: #354459;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
	color: #fff;
	text-align: center;
	padding: 65px 40px;  /* 65px 40px; */
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition:    opacity .3s ease-in-out;
	-ms-transition:     opacity .3s ease-in-out;
	-o-transition:      opacity .3s ease-in-out;
	transition:         opacity .3s ease-in-out;
	min-height: 220px;
}

.lead-box h3, .lead-box h4 {
	color: #fff;
	margin: 0;
	line-height: 1;
	word-wrap: break-word;
}

.lead-box h4  {
	font-size: 14px;
	font-weight: 500;
}

.lead-box h3 {
	font-size: 42px;  /* 50px; */
	position: relative;
	margin-top: 15px;
	padding-top: 10px;
}

a.featured-box-link {
	display: block;
	width: 100%;
	height: 100%;	
}

a.featured-box-link:hover .lead-box {
	opacity: .85;
}

.home-template .intro {
	text-align: center;
	font-size: 18px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.home-template h3.section-title {
	color: #464a54;
	font-size: 32px;
	font-weight: 400;	
	margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}

.home-template h3.section-title:after, .lead-box h3:before {
	display: inline-block; 
	height: 3px; 
	width: 90px; 
	background: #ddd; 
	content: ""; 
	position: absolute; 
	bottom: 0; 
	left: 50%; 
	margin-left: -45px; 
	opacity: .5;
}

.lead-box h3:before {
	background: #fff;
	bottom: auto;
	top: 0;
	height: 2px;
}

.home-template h4.section-title {
	color: #464a54;
	display: inline-block;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	margin-bottom: 60px;
}

.home-template h4.section-title:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;	
	background: #ddd;
	position: relative;
	top: 12px;
}

.home-template h4.section-title span {
	background: #fff;
	padding: 2px 15px;
	position: relative;
}

.home-template .section ul.products {
	margin: 0;
}


/* # Mobile Menu
---------------------------------------------------------------------------------------------------- */

#mobile-menu  {
	font-weight: 500;	
}

#mobile-menu .menu-search {
	margin-top: 10px;
	width: 100%;
	margin-left: 0;	
}

#mobile-menu .menu-search .search-input {
	background: #222;
	border: none;
	width: 100%;
	padding-right: 56px;
	color: #fff;
}

#mobile-menu .menu-search .search-form {
	width: 100%;
	display: block;
	padding: 0;
}

#mobile-menu .menu-search .search-submit {
	right: 0;
	width: 48px;	
}

.mm-list > li.current-menu-item > a, .mm-list > li.current-menu-item > span, .mm-list a:hover {
	color: #fff;
}

.menu-mobile {
	display: none;
}

.menu-mobile.genesis-nav-menu a {
	font-size: 24px;
	padding: 16px 8px;
	color: #353535;
	height: 32px;
	line-height: 32px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

.menu-mobile.genesis-nav-menu a:hover {
	color: #888;
}

.menu-mobile.genesis-nav-menu > li:first-child a {
	margin-left: -10px;
}

.menu-mobile .mobile-cart {
	float: right;
}

.menu-mobile .mobile-cart .button, .menu-mobile .mobile-cart .button:hover {
	background: #b2b2b2;
	font-size: 16px;
	display: inline-block;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	margin: 16px 0px;
	color: #fff;
}

.menu-mobile .mobile-cart i, .menu-mobile .mobile-cart .fa {
	display: none;
}

#mobile-menu .menu-social {
	float: none;	
	margin-left: -10px;
}

#mobile-menu .menu-social li {
	display: inline-block;
	border: none;
}

#mobile-menu .menu-social li a {
	font-size: 22px;
	padding: 5px 10px;
}

.mm-list.menu-social > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
	border: none;
}

.fixed.nav-primary {
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
}

.fixed .menu-primary, .fixed .menu-social  { 
	display: none; 
}

.fixed .menu-mobile { 
	display: block; 
	opacity: 1; 
	text-align: left; 
}

.admin-bar .nav-primary.fixed {
	margin-top: 32px;
}


/* # WooCommerce
---------------------------------------------------------------------------------------------------- */

/* ## Shop Page
--------------------------------------------- */

body.woocommerce ul.products li.product, body.home-template .woocommerce ul.products li.product {
	position: relative;
	overflow: hidden;
	clear: none\9;/*ie*/
}

body.home-template .woocommerce ul.products li.product {
	margin-bottom: 0;
}

.woocommerce .price, ul.products li.product .price {
	color: #60bdbe;
	font-size: 24px;
	font-weight: 700;
}

ul.products li.product .price del {
	color: #999;
	font-size: 18px;
	font-weight: 300;
}

ul.products li.product a > h3 {
	font-size: 18px;
	margin: 20px 0 0 0;
}

ul.products li.product a:hover {
	opacity: .85;
}

ul.products li.product img {
	width: 100%;
	height: auto;
	display: block;
}

.woocommerce-ordering .orderby {
	padding: 2px 10px;
	position: relative;
}

.woocommerce-pagination {
	margin-bottom: 40px;
}

.page-numbers {
	text-align: center;
}

ul.products {
	margin-bottom: 0;
}

.product-category .count {
	background: none;
	font-weight: 400;
	color: #999;
}

/* ## Single Product
--------------------------------------------- */

.product {
	overflow: hidden;
	position: relative;
}

body.woocommerce .related ul li.product, body.woocommerce .related ul.products li.product, body.woocommerce .upsells.products ul li.product, body.woocommerce .upsells.products ul.products li.product, body.woocommerce-page .related ul li.product, body.woocommerce-page .related ul.products li.product, body.woocommerce-page .upsells.products ul li.product, body.woocommerce-page .upsells.products ul.products li.product {
	width: 270px;
	margin-right: 40px;	
}

.add_to_cart_button:before {
	font-family: 'fontawesome';
	content: '\f067';
	margin-right: 8px;
	font-size: 12px;
}

.product_type_variable:before {
	display: none;	
}

ul.products li.product a.button.added:after, ul.products li.product a.button.loading:after {
	margin-left: 5px;
	color: #000000;
	opacity: .5;
}

.woocommerce .summary h1.product_title {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

.woocommerce .summary p.price {
	color: #88be60;
	font-size: 32px;
	position: relative;
	line-height: 1;
	font-weight: 700;
}

.woocommerce .summary p.price .amount {
 	background: #fff;
    padding: 2px 15px;
    position: relative;
}

.woocommerce .summary p.price:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.woocommerce .summary p.price del {
	opacity: 1;
	color: #ddd;
    font-weight: 300;
}

.woocommerce .summary p.price ins {
	padding: 0;
}

.woocommerce-product-rating {
	margin: 10px 0;	
}

.single-product .entry-summary {
	text-align: center;
}

.single-product .entry-summary p {
	font-size: 18px;
}

.woocommerce .summary .quantity {
	vertical-align: top;
	display: inline-block;
	float: none;
	margin-right: .25em;
}

.quantity .plus, .quantity .minus {
	background: #f9f9f9;
	line-height: 34px;
	height: 34px;
	border: 1px solid #e4e4e4;
	border-width: 1px 1px 1px 0;
	color: #666;
	top: 0;
	width: 32px;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	border-radius: 0 3px 3px 0;
}

.quantity .plus:hover, .quantity .minus:hover {
	color: #666;;
	background: #e4e4e4
}

.quantity .minus {
	border-width: 1px 0 1px 1px;
	border-radius: 3px 0 0 3px;
}

.quantity .qty {
	margin: 0;
	border-radius: 0;
	height: 34px;
	line-height: 1;
}

.woocommerce .woocommerce_tabs, .woocommerce .woocommerce-tabs {
	border-top: 0;
}

.woocommerce .woocommerce_tabs ul.tabs, .woocommerce .woocommerce-tabs ul.tabs {
	overflow: visible;
}

.woocommerce_tabs .tabs, .woocommerce-tabs .tabs {
	border-bottom: #ddd 1px solid;
	border-top: 0;
	text-align: center;
}

.woocommerce .woocommerce_tabs ul.tabs li, .woocommerce .woocommerce-tabs ul.tabs li {
	float: none;
}

.woocommerce .woocommerce_tabs ul.tabs li a, .woocommerce .woocommerce-tabs ul.tabs li a {
	border-top: 0;
	font-weight: 700;
	font-size: 20px;
	color: #a7a9ae;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition:    color 0.1s ease-in-out;
	-ms-transition:     color 0.1s ease-in-out;
	-o-transition:      color 0.1s ease-in-out;
	transition:         color 0.1s ease-in-out;
}

.woocommerce .woocommerce_tabs ul.tabs li a:hover, .woocommerce .woocommerce-tabs ul.tabs li a:hover {
	color: #333;
}

.woocommerce .woocommerce_tabs ul.tabs li.active a, .woocommerce .woocommerce-tabs ul.tabs li.active a {
	border-top: 0;
	border-bottom: 6px solid #60bdbe;
	color: #333;
	margin-bottom: -3px;
}

#reviews .commentlist {
	margin: 0 0 40px 0;;
	overflow: hidden;
}

#reviews .commentlist .comment {
	list-style: none;	
	width: 48.717948717948715%;
	float: left;
	clear: both;
	border: none;
	margin-top: 20px;
}

#reviews .commentlist .comment.thread-alt {
	float: right;
	clear: none;
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
	float: left !important;
	box-shadow: none;
	padding: 0;
	background: none;
	width: 6%;
	min-width: 48px;
	margin: 0 20px 0 0;
}

#reviews .comment-text {
	float: none;
	width: auto;
}

#reviews .star-rating {
	margin-top: 4px;	
}

#tab-description > h2, #tab-additional_information > h2, #reviews #comments > h2 {
	display: none;
}

p.stars a {
	color: #333;
}

.woocommerce-review-link {
	color: #2c2e31;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 26px;
	vertical-align: top
}

.woocommerce .related h2, .woocommerce .upsells h2 {
	color: #464a54;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}

span.count {
	vertical-align: inherit;
}


/* ## Widgets
--------------------------------------------- */

.widget.woocommerce .count, .widget_layered_nav ul li .count {
	color: #98999d;
	float: right;
	background: none;
	padding: 0;
	font-size: 100%;
	font-weight: 300;
}

.widget.woocommerce a {
	color: #2c2e31;
}

.widget.woocommerce a:hover {
	color: #98999d;
}

.widget_price_filter .ui-state-default, .widget_price_filter .ui-widget-content .ui-state-default, .widget_price_filter .ui-widget-header .ui-state-default {
	background: #60bdbe !important;	
	border-color: #60bdbe !important;
	outline: none;
}

.widget_price_filter .ui-widget-header {
	 background: rgba(96, 189, 190, 0.35) !important	
}

.widget_price_filter .price_slider {
	background: rgba(96, 189, 190, 0.1) !important	
}

.widget_price_filter .ui-slider .ui-slider-handle {
	width: 1em;
	height: 1em;	
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_layered_nav_filters li {
	display: inline-block;
	margin: 1px 5px 5px 0;
}

.chosen a:before {
	font-family: fontawesome;
	content: "\f00d";
	margin-right: 10px;
}

.footer-widgets .widget ul.product_list_widget li img {
	border: none !important;
	background: none;	
	padding: 0;
	float: left;
	margin: 0 1em 0 0;
	max-width: 64px;
	width: auto;
}

body .widget ul.product_list_widget li {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

body .widget ul.product_list_widget li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

.product_list_widget ins {
	text-decoration: none;
}

.widget ul.product_list_widget li a {
	font-weight: 500;
	color: #555;
}

.widget ul.product_list_widget li .star-rating {
	color: #60bdbe;
}

.widget ul.product_list_widget del {
	color: #bbb;
}

/* ## Badges
--------------------------------------------- */

.onsale, .soldout {
  padding: 32px 0 8px;
  width: 140px;
  text-align: center;
  background: #88be60;
  border-radius: 0;
  font-weight: 700;
  top: -15px;
  left: -50px; 
  z-index: 3;
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  transform: rotate(-45deg);
  text-transform: uppercase;
  font-size: 14px;
}

.soldout {
	background-color: #ccc;
	z-index: 2;
}

.newproduct {
	background-color: #60bdbe;
	z-index: 2;
}

/* ## Product Overlay
--------------------------------------------- */

.product-img-wrapper {
	height: 100%;
	position: relative;
	overflow: hidden;
}

.product-overlay {
	background: rgba(44,46,49,.75);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition:    all 0.25s ease-in-out;
	-ms-transition:     all 0.25s ease-in-out;
	-o-transition:      all 0.25s ease-in-out;
	transition:         all 0.25s ease-in-out;
	text-align: center;
	z-index:3;
	padding: 40px 20px;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
}

.product-overlay .overlay-wrap {
	position: relative;
	z-index: 3; 
}

.product-img-wrapper:hover .product-overlay {
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.product-img-wrapper img {
	-moz-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.product-img-wrapper:hover img {
	-webkit-transform: scale(1.2) rotate(-10deg);
    -moz-transform: scale(1.2) rotate(-10deg);
    -ms-transform: scale(1.2) rotate(-10deg);
    -o-transform: scale(1.2) rotate(-10deg);
	transform: scale(1.2) rotate(-10deg);
}

ul.products li.product .star-rating {
	color: #eee;
	text-align: center;
	right: auto;
	bottom: 40px;
	position: absolute;
	left: 50%;
	margin-left: -2.85em;
	z-index: 1;
}

.star-rating {
	width: 5.7em;
}

.woocommerce-product-rating .star-rating {
	display: inline-block;
}

.star-rating span:before {
	content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
}

.star-rating:before {
	content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
	opacity: .3;
}

ul.products li.product .added_to_cart {
	color: #fff;	
}

.overlay-link {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}

/* ## Notices
--------------------------------------------- */

.woocommerce-message:before {
	content: "\f00c";
}

.woocommerce-error:before {
	content: "\f00d";
}

.woocommerce-info:before {
	content: "\f129";
}

.woocommerce-message, .woocommerce-message .button, .woocommerce-message:before {
	color: #88be60;
}

.woocommerce-error, .woocommerce-error .button, .woocommerce-error:before {
	color: #d87066;
}

.woocommerce-info, .woocommerce-info .button, .woocommerce-info:before {
	color: #999;
}

.woocommerce-message .button, .woocommerce-message .button:hover {
	background: #d9f1b6;
}

.woocommerce-error .button, .woocommerce-error .button:hover {
	background: #fcc8c8;
}

.woocommerce-info .button, .woocommerce-info .button:hover {
	background: #e9e9e9;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
	border-radius: 0;
	border: 2px solid #88be60;
	border-width: 2px 0 0 0;
	font-weight: 400;
	margin-bottom: 0 !important;
	margin-top: -1px;
}

.site-inner .woocommerce-message, .site-inner .woocommerce-error, .site-inner .woocommerce-info {
	margin-bottom: 1.618em !important;
	margin-top: 0;
	border: none;
}

.woocommerce-error {
	border-color: #f2aba4;
	background-color: #fcdada;
}

.woocommerce-info {
	border-color: #bbb;
	background-color: #f2f2f2;
}

/* ## Misc
--------------------------------------------- */

.cart-collaterals .shipping_calculator h2 {
	margin-bottom: 28px;
	font-weight: normal;
}

.entry-content .order_details {
	margin-left: 0;
}

table.cart .product-remove, table.cart .product-thumbnail {
	text-align: center;
}

#rememberme {
	clear: both;
	margin: 6px 5px 0 0;
}

.lost_password {
	clear: both;
}

.woocommerce #content div.product .images div.thumbnails a, .woocommerce div.product .images div.thumbnails a, .woocommerce-page #content div.product .images div.thumbnails a, .woocommerce-page div.product .images div.thumbnails a {
	margin-right: 2.564102564102564%;
	width: 23.076923076923077%;
}


/* # EDD
---------------------------------------------------------------------------------------------------- */

body #edd-purchase-button, body .edd-submit, body input.edd-submit[type="submit"] {
	border: none;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1215px) {

	.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 {
		width: 700px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 480px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-primary {
		width: 210px;
	}

	.footer-widgets-1 {
		margin-right: 40px;
	}
	
	.featured-slider, .featured-slider .slide, .featured-slider .slide-wrap {
		height: 500px;
	}

}

@media only screen and (max-width: 975px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		text-align: center;
	}

	.genesis-nav-menu li {
		float: none;
	}

	.genesis-nav-menu,
	.tagline,
	.site-title {
		text-align: center;
	}
	
	.menu-social, .genesis-nav-menu {
		float: none;
	}
	
	.shop-menu {
		position: relative;
		clear: both;
		top: 0;
		right: 0;
		margin: 10px 0;
		text-align: center;
		height: auto;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 380px;
		margin-right: 0;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
		float: right;
		margin-right: 0;
	}
	
	.featured-slider, .featured-slider .slide, .featured-slider .slide-wrap {
		height: 400px;
	}
	
	.slide-content .title {
		font-size: 60px;
	}
	
	.featured-slider .button {
		padding: 10px 45px;
		font-size: 14px;
	}

}

@media only screen and (max-width: 815px) {

	body {
		font-size: 16px;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond {
		padding: 3%;
	}
	
	.site-inner {
		padding-top: 5%;	
	}
	
	.entry-title {
		font-size: 26px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}
	
	.author-box .avatar {
		position: static;
	}
	
	.author-box {
		margin-top: 50px;
	}
	
	.comment-list li.comment li.comment {
		padding: 20px;	
	}
	
	#cancel-comment-reply-link {
		font-size: 10px;
		font-weight: 500;
	}
	
	.comment-form-author, .comment-form-email, .comment-form-url {
		float: none;
		width: 100%;
	}

	.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%;
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
		float: none;
	}

}

@media only screen and (max-width: 768px) {
	
	.mobile-enabled .menu-primary, .mobile-enabled .header-extras, .mobile-enabled .nav-secondary, .mobile-enabled .genesis-nav-menu.menu-social, .mobile-enabled .shop-menu  { display: none; opacity: 0; }
	.mobile-enabled .menu-mobile { display: block; opacity: 0; }
	.mobile-on .menu-mobile { display: block; opacity: 1; }
	
	.menu-mobile { text-align: left; }
	
	/* woocommerce shop page columns fix */
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 48% !important;
		margin: 0 0 2.992em !important;	
	}
	
	.woocommerce #content table.cart td.actions .button, .woocommerce #content table.cart td.actions .input-text, .woocommerce #content table.cart td.actions input, .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce table.cart td.actions input, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions input, .woocommerce-page table.cart td.actions .button, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page table.cart td.actions input, table.cart td.actions .coupon {
		width: 100% !important;
		margin: 5px 0;
	}
	
	ul.order_details li {
		width: auto;
		float: none;
	}
	
	.admin-bar .nav-primary.fixed {
		margin-top: 46px;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.featured-slider, .featured-slider .slide, .featured-slider .slide-wrap {
		height: 300px;
	}
		
	.slide-content .title, .lead-box h3 {
		font-size: 40px;
	}
	
	.featured-slider .button {
		padding: 5px 35px;
	}
	
	.featured-slider p {
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.slide-content {
		padding: 0 35px;
	}
	
	.featured-slider .slide .wrap {
		padding: 10px 0;
	}
	
	.slide-content .title:before {
		height: 2px;
		width: 90px;
		margin-left: -45px;	
	}
	
	.flex-direction-nav a {
		height: 32px;
		width: 16px;
		background-size: 16px 32px !important;
		margin-top: -16px;
	}
	
	.flexslider:hover .flex-prev { left: 10px; } 
	.flexslider:hover .flex-next { right: 10px; } 
	
	.woocommerce .site-inner.woocommerce-ordering, .woocommerce-page .site-inner .woocommerce-ordering {
		width: 50%;
	}
	
	#reviews .commentlist .comment {
		width: 100%;
		float: none;	
	}
	
	.content .th-quote.right {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	
	.admin-bar .nav-primary.fixed {
		margin-top: 0;
	}
		
}

@media only screen and (max-width: 480px) {
	
	.onsale, .soldout {
		font-size: 10px;
		padding-bottom: 4px;
		left: -60px;
		top: -17px;
	}

	.product-overlay .overlay-wrap, .product-overlay .star-rating {
		display: none;
	}
	
	.comment-form-rating p.stars a.star-1:after, .comment-form-rating p.stars a.star-2:after, .comment-form-rating p.stars a.star-3:after, .comment-form-rating p.stars a.star-4:after, .comment-form-rating p.stars a.star-5:after {
		text-indent: -9999px;
		text-align: left;
	}
	
	.comment-form-rating p.stars {
		text-align: center;
	}
	
}