/* # Isabellissima Theme
Theme Name: Isabellissima Theme
Theme URI: http://isabellissima.com
Description: This is the main theme of isabellissima.   
Author: Isabella 
Author URI: http://www.isabellissima.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # 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
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/

/* Import Fonts
------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,700italic,400italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700);

/* # 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: #f5f5f5;
	color: #666;
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
	text-align: justify;
}

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

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

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

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

a:hover {
	color: #ff9783;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666;
	font-family: Lato, sans-serif;
	font-weight: 400;
	margin: 0 0 10px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

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 #ddd;
	border-radius: 3px;
	color: #a4894e;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

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

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #a4894e;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #a4894e;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #ff7d64;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	box-shadow: 0 9px #ff6345;
	padding: 16px 24px 10px;
	text-transform: uppercase;
	width: auto;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #ff7d64;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #ff9783;
	box-shadow: 0 9px #ff7d64;
	color: #fff;
}

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

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.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: 40px;
	width: 100%;
}

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

td,
th {
	text-align: left;
}

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

th {
	font-weight: 400;
}


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

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

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

.site-inner {
	clear: both;
	background-color: #fff;
	padding: 40px 0;
	margin: 0px auto;
	max-width: 1200px;
	
}

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

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

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

/* ### Primary Sidebar */

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

.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
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

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

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

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

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

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
	margin-bottom: 20px;
	font-family: Playfair Display;
	text-transform: none;
	letter-spacing: -1px;
	color: #666;
	font-weight: 400;
}

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

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

.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
	margin-left: -40px;
	margin-right: -40px;
	margin-top: -40px;
	padding: 8px 0;
	color: #ff7d64;
	border-bottom: 2px solid #a4894e;
	display: block;
	z-index: 1;
	position: relative;
}

/*
.widget-title::before, 
.widget-title::after {
	border-top: 2px double #a4894e;
	content: " ";
   	display: inline-block;
   	margin: 0 10px 3px 10px;
   	text-shadow: none;
   	width: 30px;
}

*/

/* ## 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 {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # 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 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

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

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

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

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


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

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

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

.sidebar .widget.enews-widget {
	background: #ff9783;
	border: 10px solid rgba(255,255,255,0.2);
	padding: 30px;
}

/*.enews-widget p {
	font-weight: 400;
}*/

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #fafafa;
	border-radius: 3px;
}

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

.enews-widget input[type="submit"] {
	background: #a4894e;
	box-shadow: 0 9px #a47d27;
	color: #fff;
	margin: 0;
	width: 100%;
	border: none;
}

.enews-widget input:hover[type="submit"] {
	background: #a48f62;
	box-shadow: 0 9px #a4894e;
}

.enews form + p {
	margin-top: 24px;
}

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	height: 100%;
	border-bottom: 2px solid #fafafa;
}

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

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

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #a4894e;
	font-family: Playfair Display;
	font-style: italic; 
	letter-spacing: -1px;
	font-size: 36px;
	font-weight: 400;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

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

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

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


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

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

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

.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: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	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 {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

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

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

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

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

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

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

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

.nav-primary {
	background-color: transparent;
}

.nav-primary .genesis-nav-menu a {
	color: #666;
	letter-spacing: 1px;
	font-size: 16px;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #666;
}

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

.nav-primary a:last-of-type {
	padding-right:0px;
}

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

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


.nav-secondary .genesis-nav-menu a {
	color: #666;
	padding: 15px 24px;
	font-size: 16px;
}

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

.nav-secondary a:first-of-type {
	padding-left:0px;
}

.genesis-nav-menu .widget-area {
    float: right;
}

.genesis-nav-menu .widget-area input,
.genesis-nav-menu .widget-area select,
.genesis-nav-menu .widget-area textarea {
    padding: 5px 10px;
	margin: 7px 0 3px 0;
	font-size: 16px;
	border-color: #F3F3F3;
}

.genesis-nav-menu .widget-area .simple-social-icons {
    padding: 5px 10px;
	margin: 7px 0 5px 0;
	float: right;
	border: 1px solid #E2E2E2;
}

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

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

.entry {
	margin-bottom: 40px;
	padding: 0px 0px;
}

.content .entry {
	background-color: #fff;
}

.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: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 2px;
	color: #a4894e;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	text-align: center;
	margin-top: -20px;
}

.entry-footer .entry-meta {

}

.entry-categories,
.entry-comments-link {
	display: block;
}

.entry-header .entry-categories {
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 400;
}

.entry-header .entry-categories a {
	color: #a4894e;
}

.entry-author a {
	color: #a4894e
}

.entry-tags::before {
	font-family: FontAwesome;
	padding-right: 5px;
	content: "\f02b";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.entry-footer .entry-tags {
	flat: left;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	padding: 4px 0;
}


.entry-header p.entry-meta::before, .entry-header p.entry-meta::after {
	border-top: 3px double #a4894e;
	content: " ";
   	display: inline-block;
   	margin: 0 7px 3px;
   	text-shadow: none;
   	width: 140px;
}

.entry-footer .entry-comments-link {
	float: right;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
	padding: 4px 0;
}

.entry-comments-link::before {
	font-family: FontAwesome;
	padding-right: 5px;
	content: "\f086";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

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

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

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

/* Share Daddy
--------------------------------------------- */

.content .sd-content ul {
	text-align: center;
}

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content>ul>li .digg_button >a, .sd-social-official .sd-content>ul>li>a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
	border: none !important;
	background-color: #fafafa !important;
	box-shadow: none !important;
	border-shadow: none !important;
	padding: 8px !important;
	margin 0 10px 5px 0 !important;
}

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

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

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

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

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

.comment-content {
	clear: both;
}

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

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

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

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

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #fafafa;
	border-radius: 3px;
	font-size: 16px;
	padding: 24px;
}


/* HOME Area
-----------------------------------------------------------------*/

.home-widgets {
	margin-bottom: 40px;
	clear: both;
}

.home-widgets .textwidget {
	text-align: justify;
	margin-bottom: 40px;
	height: 100%;
}

.home-widgets h3 {
	font-family: playfair display;
	letter-spacing: normal;
	text-transform: none;
}

.circle-icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background-color: #ff9783;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto 10px auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
 
.home-widgets .fa {
	line-height: inherit;
	color: #a4894e;
	font-size: 40px;
}
 
.circle-icon:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.home-widgets .one-third {
		margin-bottom: 40px;
} 

/* Newsletter Home
--------------------------------------------- */

.home-newsletter-row {
	clear: both;
    overflow: hidden;
	background: #ff9783;
	border: 10px solid rgba(255,255,255,0.2);
	border-radius: 3px;
	padding: 20px;
	margin-top: 40px;
}

.home-newsletter h3 {
	display: none;
}

.home-newsletter p {
	margin: 0 0 10px;
	text-align: left;
	float: left;
	width: 40%;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

.home-newsletter input {
    float: right
    margin-bottom: 0;
    margin-left: 5px;
    width: 16%;
}

.home-newsletter input[type="submit"] {
    padding: 14px;
    width: 9%;
	background: #a4894e;
	box-shadow: 0 9px #a47d27;
	color: #fff;
	margin: 0;
	border: none;
}

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

	.home-newsletter form, 
	.home-newsletter p,
	.home-newsletter input,
	.home-newsletter input[type="submit"] {
		width: 100%
	}
	
	.home-newsletter input {
		margin: 0 auto 10px;
	}

	.home-newsletter p {
 		text-align: center;
	}
	
}



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

/*.sidebar {
	font-size: 16px;
}*/

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.sidebar .widget {
	background-color: #fafafa;
	margin-bottom: 40px;
	border-radius: 3px;
	padding: 40px;
}

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

section#simple-social-icons-3.widget.simple-social-icons  {
	background-color: #FFF;
	padding: 10px 0 0 0;
}


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

.footer-widgets {
	background-color: #fafafa;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #333;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

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

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

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

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

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

.footer-widgets .widget-title {
	margin: 0 0 16px;
	color: #fd7e68;
}

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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
}

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


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

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

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

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

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

}

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

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

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.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 {
		padding: 20px 16px;
	}

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

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

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

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

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

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

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

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}


/* Relocating Entry Title below Header
--------------------------------------------- */
/* 
   .entry-header-wrapper {
	margin-top: 0px;
	padding: 20px 0;
	background-color: transparent;
	text-align: left;
	border-bottom: 1px solid #a4894e;
	border-top: 1px solid #a4894e;

}
 
.entry-header-wrapper .entry-title, {
	margin-bottom: 0;
}

.entry-header-wrapper .wrapper-title {
	float: left;
}

.entry-header-wrapper .breadcrumb {
	float: right;
}

.content .breadcrumb {
	display: none;
}
 
.page .entry-header-wrapper + .site-inner, .single .entry-header-wrapper +  .site-inner,
.archive .entry-header-wrapper + .site-inner {
	margin-top: 0px;
	padding-top: 0px;
}
 
.entry-header-wrapper .archive-description {
	margin-bottom: 0;
}
 
.entry-header-wrapper, .entry-header-wrapper h1 {
	color: #000;
}
 
.entry-header-wrapper a {
	color: #000;
}


 
@media only screen and (max-width: 1023px) {
 
	.entry-header-wrapper {
		margin-top: 0;
	}
 
}

*/




/*
Animated Search Form
---------------------------------------------------------------------------------------------------- */
/* 
.nav-secondary .genesis-nav-menu > .search {
	display: inline-block;
	position: relative;
	width: auto;
	padding: 0;
	float:right;
}

.nav-secondary .search a:last-of-type {
	padding-right: 0;
}
 
li a.icon-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	content: "\f002";
}
 
li a.icon-search {
	cursor: pointer;
	padding-right: 0;
}
 
/*li a.icon-search:hover {
	border-bottom: none;
}*/

/*
 
.search-div {
	display: none;
	position: absolute;
	z-index: 10;
	right: 0;
	width: 300px;
	padding: 10px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: #fafafa;
}
 
.search-div .search-form {
	position: relative;
}
 
.search-div .search-form input[type="search"] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
 
.search-div .search-form input[type="submit"] {
	position: absolute;
	right: -1px;
	bottom: 1px;
	padding: 10px 14px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
 
/* Clear search field placeholder text on focus */
/*input:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder {
	color: transparent;
} /* Firefox 18- */
/*input:focus::-moz-placeholder {
	color: transparent;
} /* Firefox 19+ */
/*input:focus:-ms-input-placeholder {
	color: transparent;
} /* oldIE ;) */
 
/*@media only screen and (max-width: 800px) {
	.nav-secondary .genesis-nav-menu > .search {
		display: block;
		text-align: left;
	}
	.search-div {
		left: 0;
	}
}
 
@media only screen and (max-width: 340px) {
	.search-div {
		width: auto;
	}
}
*/

/* Woocommerce
---------------------------------------------------------------------------------------------------- */
 
.woocommerce .content h2 {
	text-align: left;
}

.woocommerce .products ::selection {
    background: transparent;
    color: #336699;
}

/* Plugin Independent Styles
--------------------------------------------- */

u, ins {
	text-decoration: none;
}

.woocommerce .sidebar-primary,
.woocommerce-page .sidebar-primary {
	width: 280px;
}

.woocommerce .content,
.woocommerce-page .content {
	width: 805px;
}

.woocommerce.full-width-content .content,
.woocommerce-page.full-width-content .content {
	width: 100%;
}

.woocommerce .sidebar .woocommerce a,
.woocommerce-page .sidebar .woocommerce a {
	border: none;
}

.woocommerce .sidebar-primary .widget,
.woocommerce-page .sidebar-primary .widget {
	font-size: 14px;
	padding: 24px;
	margin-bottom: 28px;
}

.woocommerce .widget-title {
	font-size: 15px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -20px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	/*background: #e6e6e6;
	border: 1px solid #ddd;
	border-radius: 3px;*/
	margin-bottom: 1.496em;
	margin-right: 1.6%;
	width: 31.7%;
	text-align: center;
}

.sidebar .woocommerce ul.products,
.woocommerce-page .sidebar ul.products {
	margin: 0;
}

.sidebar .woocommerce ul.products li.product,
.woocommerce-page .sidebar ul.products li.product {
	border-color: #c7c7c7;
	margin: 0;
	width: auto;
}

.woocommerce ul.products li.product a:hover h3,
.woocommerce-page ul.products li.product a:hover h3 {
    color: #00b1b7;
}

.home-featured-products ul.products li.product,
.woocommerce.full-width-content ul.products li.product,
.woocommerce-page.full-width-content ul.products li.product {
	margin: 0 0.8% 1.496em;
	width: 31.7%;	
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
	background: #333;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .03em;
	margin: 2px 10px 10px;
	padding: 12px 10px;
	text-shadow: none;
}

.woocommerce ul.product-categories li,
.woocommerce-page ul.product-categories li {
	margin: 0;
}

.woocommerce ul.product-categories > li,
.woocommerce-page ul.product-categories > li,
.woocommerce ul.product-categories li.cat-parent,
.woocommerce-page ul.product-categories li.cat-parent {
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.woocommerce ul.product-categories > li:last-child,
.woocommerce-page ul.product-categories > li:last-child {
	border: none;
	margin: 0;
}

.woocommerce ul.product-categories li li::before,
.woocommerce-page ul.product-categories li li::before {
	content: "\f345";
	display: inline-block;
    font-family: 'dashicons';
	padding-right: 6px;
}

.woocommerce ul.children,
.woocommerce-page ul.children {
	border-top: 1px solid #c7c7c7;
	margin-left: 12px;
	margin-top: 10px;
	padding-top: 10px;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover {
	background: #a4894e;
	border: none;
	color: #fff;
	text-shadow: none;
}

.woocommerce ul.products li.product-category h3,
.woocommerce-page ul.products li.product-category h3 {
	background: #e6e6e6;
	padding: 22px;
	text-shadow: 0 1px 0 #fff;
}

.woocommerce .related,
.woocommerce-page .related {
	border-top: 1px solid #e0dadf;
	padding-top: 26px;
}

.woocommerce ul.products li.product .count,
.woocommerce-page ul.products li.product .count {
	background: none;
	color: #666;
	text-shadow: 0 1px 0 #fff;
}

.woocommerce .sidebar a.button,
.woocommerce-page .sidebar a.button,
.woocommerce .sidebar .button,
.woocommerce-page .sidebar .button {
	border: 1px solid #c7c7c7;
}

p.buttons {
	margin-bottom: 0;
}

/*
.woocommerce .sidebar .widget_product_search,
.woocommerce-page .sidebar .widget_product_search,
.woocommerce .sidebar .widget_search,
.woocommerce-page .sidebar .widget_search {
	background: none;
	border: none;
	padding: 0 0 8px;
}

#searchform {
	position: relative;	
}

#searchform input[type="submit"],
.woocommerce .search-form input[type="submit"],
.woocommerce-page .search-form input[type="submit"] {
	background: transparent;
	border: none;
	font: normal 30px/1 'dashicons';
	-webkit-font-smoothing: antialiased;
	clip: inherit;
	color: #01c0c7;	
	height: 32px;
	padding: 0;
	position: absolute;
	right: 12px;
	text-shadow: none;
	top: 14px;
	width: 32px;
}

#searchform input[type="submit"]:hover {
	color: #01c0c7;
}

#searchform input[type="text"],
.woocommerce input[type="search"],
.woocommerce-page input[type="search"] {
	border: 3px solid #01c0c7;
	border-radius: 28px;
	box-shadow: none;
	font-size: 18px;
	padding: 16px 42px 16px 16px;
}
*/

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	margin-bottom: 24px;
}

#ship-to-different-address-checkbox {
	width: 100%;
}

.woocommerce form #order_comments_field label,
.woocommerce-page form #order_comments_field label {
	font-size: 20px;
	font-weight: 600;
}

.woocommerce form .create-account,
.woocommerce-page form .create-account {
	margin-top: 12px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display:none;
}

.woocommerce #content table.cart td.actions .coupon input,
.woocommerce-page #content table.cart td.actions .coupon input,
.woocommerce table.cart td.actions .coupon input,
.woocommerce-page table.cart td.actions .coupon input {
	display: block;
	float: left;
	width: auto;
}

.woocommerce .cart_totals table th,
.woocommerce-page .cart_totals table th,
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	font-size: 15px;
}

.woocommerce table.shop_table th.product-quantity,
.woocommerce-page table.shop_table th.product-quantity {
	text-align: center;
}

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

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
	line-height: 1.25;
}

.woocommerce ul#shipping_method input,
.woocommerce-page ul#shipping_method input {
	margin-right: 0.3em;
}

.woocommerce ul#shipping_method label,
.woocommerce-page ul#shipping_method label {
	display: inline;
	font-weight: normal;
}

.woocommerce #order_review table.shop_table th,
.woocommerce-page #order_review table.shop_table th {
	width: 50%;
}

/* Plugin General Stylesheet Overwrites
--------------------------------------------- */

p.demo_store {
    font-size: 16px;
    background: #f3572e;
    border: 1px solid #f34415;
	text-shadow: 0 1px 0 #aa2d0b;
	box-shadow: none;
    -webkit-box-shadow: none;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    background: #e6e6e6;
    background: -webkit-linear-gradient(#fff, #e6e6e6);
	background: -o-linear-gradient(#fff, #e6e6e6);
	background: -moz-linear-gradient(#fff, #e6e6e6);
	background: linear-gradient(#fff, #e6e6e6);
	border: 1px solid #ddd;
	border-radius: 7px;
	box-shadow: none;
    color: #666;
	padding-left: 66px !important;
    text-shadow: none;
}

.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.woocommerce-page .woocommerce-error::before,
.woocommerce-page .woocommerce-info::before,
.woocommerce-page .woocommerce-message::before {
	border-radius: 24px;
    box-shadow: none;
    font-size: 24px;
	height: 1.8em;
	left: .5em;
    line-height: 1.7;
    padding-top: 0;
	top: .3em;
	width: 1.8em;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    margin: -9px 0 12px 10px;
}

.woocommerce .woocommerce-info::before,
.woocommerce-page .woocommerce-info::before {
    background-color: #01c0c7;
}

.woocommerce .woocommerce-message::before,
.woocommerce-page .woocommerce-message::before {
    background-color: #a3cd3d;
}

.woocommerce .woocommerce-error::before,
.woocommerce-page .woocommerce-error::before {
    background-color: #f3572e;
}

.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
	margin-bottom: 40px;
	padding-bottom: 0;
}

.woocommerce #content div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-page #content div.product .product_title,
.woocommerce-page div.product .product_title {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
	margin: 16px 0 24px;
	text-align: left;
	text-transform: none;
}

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price {
	color: #666;
}

.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
	color: #999;
	font-size: 16px;
}

.woocommerce #content div.product .stock,
.woocommerce div.product .stock,
.woocommerce-page #content div.product .stock,
.woocommerce-page div.product .stock {
    color: #02b5bc;
}

.woocommerce #content div.product .out-of-stock,
.woocommerce div.product .out-of-stock,
.woocommerce-page #content div.product .out-of-stock,
.woocommerce-page div.product .out-of-stock {
    color: #f45f16;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	overflow: hidden;
	max-width: 440px;
}

.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
	box-shadow: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li::before {
	border-bottom-right-radius: 0px;
	box-shadow: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li::after {
	border-bottom-left-radius: 0px;
	box-shadow: none;

}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	background: #e6e6e6;
	box-shadow: none;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	color: #666;
    font-weight: 400;
	letter-spacing: .03em;
	padding: .8em .4em;   
    text-shadow: none;
    text-transform: uppercase;
}

.woocommerce #content div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
	margin: 4px 10px 0 0;
}

.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
	margin: 0;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	background: url(../images/bnr-default.png) 0 0 no-repeat;
	background-size: 120px 112px;
	border-radius: 0;
	box-shadow: none;
	font-size: 13px;
	height: 56px;
	left: 34px;
	letter-spacing: .03em;
	line-height: 36px;
	text-shadow: 0 1px 0 #009196;
	text-transform: uppercase;
	top: 32px;
	width: 120px;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	background-position: 0 -56px;
	right: -8px;
	top: 12px;
}

.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	background: #fff;
	padding: 10px 12px 3px;
	text-transform: uppercase;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	box-shadow: none;
	margin-bottom: 0;
}

.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
    box-shadow: none;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {	
	background: transparent;
	color: #666;
	padding: 0 12px 6px;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	color: #999;
	font-size: 1em;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
	float: right;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	color: #6e6e6e;
	font-size: 14px;
	padding-right: 20px;
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
	font-size: 14px;
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
	color: #666;
	background: #e6e6e6;
	background: -webkit-linear-gradient(#fff, #e6e6e6);
	background: -o-linear-gradient(#fff, #e6e6e6);
	background: -moz-linear-gradient(#fff, #e6e6e6);
	background: linear-gradient(#fff, #e6e6e6);
	border: 1px solid #ddd;
	border-radius: 7px;
	box-shadow: none;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .03em;
	margin: 2px 10px 10px 0;
	padding: 14px 16px;
	text-shadow: 0 1px 0 #fff;
}

.woocommerce #content input.button.added::before,
.woocommerce #respond input#submit.added::before,
.woocommerce a.button.added::before,
.woocommerce button.button.added::before,
.woocommerce input.button.added::before,
.woocommerce-page #content input.button.added::before,
.woocommerce-page #respond input#submit.added::before,
.woocommerce-page a.button.added::before,
.woocommerce-page button.button.added::before,
.woocommerce-page input.button.added::before {
	color: #666;
	line-height: 2;
	right: -22px;
	text-shadow: none;
}

.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce a.checkout,
.woocommerce-page a.checkout,
.woocommerce .sidebar a.button:hover,
.woocommerce-page .sidebar a.button:hover,
.woocommerce .sidebar a.checkout,
.woocommerce-page .sidebar a.checkout {	
	background: #a4894e;
	border: none;
	color: #fff;
	text-shadow: none;
	border-radius: 0px;
	font-weight: 300;
	font-family: Lato;
	font-size: 16px;

}

.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce a.checkout:hover,
.woocommerce-page a.checkout:hover,
.woocommerce .sidebar a.checkout:hover,
.woocommerce-page .sidebar a.checkout:hover {
	background: #333 !important;
	border: none !important;
	text-shadow: none;
}

.woocommerce a.added_to_cart,
.woocommerce-page a.added_to_cart {
	padding-left: 10px;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
	color: #666;
	font-weight: 400;
	height: 34px;
	border-radius: 0px;
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
	font-size: 14px;
	height: 18px;	
	border-radius: 0px;
	text-shadow: none;
	background: -webkit-linear-gradient(#f7f6f7,#f7f6f7);
	box-shadow: none;
}

.woocommerce #content .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover {
	font-size: 14px;
	height: 18px;	
	border-radius: 0px;
	text-shadow: none;
	background: -webkit-linear-gradient(#e0dadf,#e0dadf);
	box-shadow: none;
}

.woocommerce #reviews h3,
.woocommerce-page #reviews h3 {
    margin-bottom: 16px;
}

.woocommerce #reviews #comments ol.commentlist,
.woocommerce-page #reviews #comments ol.commentlist {
	margin-bottom: 16px;
}

.woocommerce #reviews #comment,
.woocommerce-page #reviews #comment {
    height: 160px;
}

.woocommerce #reviews #comments ol.commentlist li,
.woocommerce-page #reviews #comments ol.commentlist li {
	border-radius: 3px;
	list-style-type: none;
    margin: 10px 0 20px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
    color: #666;
    font-size: 16px;
	margin: 10px 0 30px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	background: none;
    border: none;
	float: left;
	margin: 40px 16px 0 40px;
    padding: 0;
	position: static;
	width: 48px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	background: #f5f5f5;
    border: 1px solid #efefef;
    border-radius: 0;
	margin-left: 0;
    padding: 40px 40px 24px;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
	color: #a4894e;
	height: 18px;
	line-height: 18px;
	margin: 3px 0;
	width: 95px;
}

.woocommerce .star-rating::before,
.woocommerce-page .star-rating::before {
	/*color: #01c0c7;*/
}

.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
    /*font-size: 16px;
	left: 10px;
	position: absolute;
	top: 10px;*/	
	display: none;
}

.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
	border-bottom: none;
    border-right: 1px solid #ddd;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border-color: #ddd;
	border-radius: 7px;
	overflow: hidden;
}

.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	font-weight: 600;
	padding: 18px 12px;
	text-shadow: 0 1px 0 #fff;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
	padding: 16px 12px;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
	border-radius: 3px;
    box-shadow: 0 0 0 1px #c7c7c7;
}

.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
	color: #f3572e;
}

.woocommerce #content table.cart a.remove:hover,
.woocommerce table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
	background-color: #f3572e;
}

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

.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	box-shadow: none;
	font-size: 13px;
	padding: 13px 16px;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
	border-bottom: 1px solid #c7c7c7;
    padding-bottom: 12px;
    margin-bottom: 8px;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child,
.woocommerce-page ul.cart_list li:last-child,
.woocommerce-page ul.product_list_widget li:last-child {
	border: none;
	margin: 0;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
	font-weight: 600;
	text-transform: uppercase;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
	border-radius: 3px;
	box-shadow: 0 0 0 1px #c7c7c7;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce-page .widget_shopping_cart .total,
.woocommerce-page.widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 1px solid #c7c7c7;
	font-size: 1em;
    padding: 12px 0;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
	margin-top: 56px;
}

.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
	display: inline-block;
	width: auto;
}

.woocommerce .cart-collaterals .cart_totals p,
.woocommerce-page .cart-collaterals .cart_totals p {
    margin-bottom: 18px;
}

.woocommerce .cart-collaterals h2,
.woocommerce-page .cart-collaterals h2 {
	font-size: 24px;
}

.woocommerce .cart-collaterals table,
.woocommerce-page .cart-collaterals table {
	line-height: 1.25;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 7px;
	float: left;
	padding: 20px 20px 0;
	margin: -20px 0 20px;
	text-align: left;
}

.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
	border-top: 1px solid #e7e7e7;
	font-weight: 600;
	padding: 18px 12px 18px 0;
	width: 50%;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
	border-top: 1px solid #e7e7e7;
	padding: 18px 0;
}

.woocommerce form .form-row,
.woocommerce-page form .form-row {
	padding: 3px 0;
}

.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required {
    color: #f3572e;
}

.woocommerce form .form-row textarea,
.woocommerce-page form .form-row textarea {
    height: 10em;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-page form.checkout_coupon,
.woocommerce-page form.login,
.woocommerce-page form.register {
	padding-bottom: 12px;
}

.woocommerce #payment,
.woocommerce-page #payment {
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-bottom: 20px;
}

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

.woocommerce #payment ul.payment_methods li,
.woocommerce-page #payment ul.payment_methods li {
    margin: 6px 0;
}

.woocommerce #payment ul.payment_methods li input,
.woocommerce-page #payment ul.payment_methods li input {
    font-size: 16px;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	border: none;
	padding-bottom: 4px;
}

.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    background: #e6e6e6;
	border: 1px solid #ddd;
	border-radius: 7px;
	box-shadow: none;
	color: #666;
    text-shadow: none;
}

.woocommerce #payment div.payment_box::after,
.woocommerce-page #payment div.payment_box::after {
    border: 12px solid #e6e6e6;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
	top: -9px;
}

.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
    font-size: .935em;
	line-height: 3.75;
}

.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce-page .widget_price_filter .price_slider_amount .button {
    font-size: 1em; 
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background: #e6e6e6;
	background: -webkit-linear-gradient(#fff, #e6e6e6);
	background: -o-linear-gradient(#fff, #e6e6e6);
	background: -moz-linear-gradient(#fff, #e6e6e6);
	background: linear-gradient(#fff, #e6e6e6);
	border: 1px solid #c7c7c7;
	box-shadow: none;
	height: 1.4em;
    top: -.5em;
	width: 1.4em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background: #01c0c7 url(data:image/png);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    border-radius: 1em;
}

/* Plugin Layout Stylesheet Overwrites
--------------------------------------------- */

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    margin-bottom: 7px;
	margin-top: 7px;
}
	
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
	margin-right: 1.6%;
	max-width: 320px;
	width: 31.7%;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 31.7%
}

.woocommerce #payment .terms,
.woocommerce-page #payment .terms {
	padding-top: 8px;
}


 /*# Lightbox Stylesheet Overwrites (PrettyPhoto)
---------------------------------------------------------------------------------------------------- */

div.pp_woocommerce .pp_content_container {
    border-radius: 3px;
}

div.pp_overlay {
	opacity: 0.3 !important;
}

div.pp_woocommerce .ppt,
.pp_gallery,
.pp_hoverContainer {
    display: none !important;
}

div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
	font-size: 16px;
	margin-right: 16px;
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_arrow_previous:hover {
	background: none;
	height: 28px;
	text-align: center;
	width: 28px;
}

div.pp_woocommerce .pp_arrow_next::before,
div.pp_woocommerce .pp_arrow_previous::before {
	content: "\f139";
	color: #666;
	font: normal 24px/1.2 dashicons;
	text-shadow: none;
}

div.pp_woocommerce .pp_arrow_previous::before {
	content: "\f141";
}

div.pp_woocommerce .pp_arrow_next:hover::before,
div.pp_woocommerce .pp_arrow_previous:hover::before {
	color: #111;
}

div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand,
div.pp_woocommerce a.pp_expand:hover,
div.pp_woocommerce .pp_close,
div.pp_woocommerce .pp_close:hover {
	background: #535d5f;
	border: 4px solid #fff;
	height: 32px;
	width: 32px;
}

div.pp_woocommerce a.pp_contract::before,
div.pp_woocommerce a.pp_expand::before,
div.pp_woocommerce .pp_close::before {
    font: normal 16px/1.6 dashicons;
    content: "\f211";
	color: #fff;
	text-shadow: none;
}

div.pp_woocommerce a.pp_contract::before {
    content: "\f460";
}

div.pp_woocommerce .pp_close::before {
	content: "\f335";
}



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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
		
	.woocommerce span.onsale,
	.woocommerce-page span.onsale {
		background-image: url(../images/bnr-default@2x.png);
	}
	
}

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

	.woocommerce .sidebar-primary,
	.woocommerce-page .sidebar-primary {
		width: 240px;
	}
	
	.woocommerce .content,
	.woocommerce-page .content {
		width: 605px;
	}
	
	.woocommerce table.cart input.checkout-button {
		clear: both;
		display: block;
		margin-top: 30px;
	}

	.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 {
		width: 36%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.woocommerce-page table.cart td.actions .button.alt, 
	.woocommerce-page #content table.cart td.actions .button.alt {
		float: right;
		margin-top: 10px;
	}

}

@media only screen and (max-width: 960px) {
	
	.woocommerce .content,
	.woocommerce-page .content,
	.woocommerce .sidebar-primary,
	.woocommerce-page .sidebar-primary {
		width: 100%;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		margin-left: 0.8%;
		margin-right: 0.8%;
	}

	.woocommerce .sidebar .widget_product_search,
	.woocommerce-page .sidebar .widget_product_search {
		padding: 0 5%;	
	}
	
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active::after,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active::after,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active::after {
		box-shadow: none;
	}
	
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active::before,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active::before,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active::before {
		box-shadow: none;
	}
	
}

@media only screen and (max-width: 768px) {
	
	.woocommerce ul.products li.product,
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce.full-width-content ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce-page.columns-3 ul.products li.product,
	.woocommerce-page.full-width-content ul.products li.product {
		width: 48%;
	}
	
	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product,
	.woocommerce-page .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul.products li.product {
		margin-left: 0.8%;
		margin-right: 0.8%;
		width: 48%;
	}
	
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		float: left;
		width: 40%;
	}
	
	.woocommerce span.onsale,
	.woocommerce-page span.onsale {
		left: 24px;
	}
	
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		float: right;
		width: 56%;
	}
	
	.woocommerce .cart .button,
	.woocommerce .cart input.button,
	.woocommerce-page .cart .button,
	.woocommerce-page .cart input.button {
		float: right;
	}
	
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals {
		margin-bottom: 40px;
	}
	
	.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 {
		width: 48%;
	}
	
	.woocommerce #content table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon input {
		width: 48%;
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
	.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
		margin: 10px 0 20px;
	}
	
	.woocommerce #reviews #comments ol.commentlist li img.avatar,
	.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
		margin: 30px 16px 0 30px;
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text,
	.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
		padding: 30px 30px 14px;
	}
	
	 ### Lightbox (PrettyPhoto) */
	
	div.pp_woocommerce {
		left: 10% !important;
		right: 10% !important;
		width: 80% !important;
	}
	
	div.pp_woocommerce .pp_description {
		display: block !important;
	}
	
	div.pp_woocommerce .pp_arrow_next,
	div.pp_woocommerce .pp_arrow_previous,
	.currentTextHolder {
		line-height: 1.625;
	}
	
	div.pp_woocommerce .pp_arrow_next {
		margin-left: 8px;
	}
	
	div.pp_woocommerce .pp_arrow_previous {
		margin-right: 8px;
	}
	
}

@media only screen and (max-width: 600px) {
	
	.woocommerce #content div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.images,
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
	}
	
	.woocommerce .related ul li.product,
	.woocommerce .related ul.products li.product,
	.woocommerce .upsells.products ul li.product,
	.woocommerce .upsells.products ul.products li.product,
	.woocommerce-page .related ul li.product,
	.woocommerce-page .related ul.products li.product,
	.woocommerce-page .upsells.products ul li.product,
	.woocommerce-page .upsells.products ul.products li.product {
		float: none;
		width: 72%;
	}
	
	.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 {
		display: block;
		float: none;
		margin: 5px 0;
		width: 240px;
	}

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

	/* Remove table structure for class 'custom' */
	.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 table.shop_table.custom,
	.woocommerce table.shop_table.custom tbody,
	.woocommerce-page table.shop_table.custom,
	.woocommerce-page table.shop_table.custom tbody {
		border: none;
	}

	.woocommerce table.shop_table.custom thead,
	.woocommerce-page table.shop_table.custom thead {
		display: none;
	}
	
	.woocommerce #content table.cart img,
	.woocommerce table.cart img,
	.woocommerce-page #content table.cart img,
	.woocommerce-page table.cart img {
		margin-top: 4px;
		width: 64px;
	}

	.woocommerce table.shop_table.custom tr,
	.woocommerce-page table.shop_table.custom tr { 
		border: 1px solid #ddd;
		border-radius: 7px;
		margin-bottom: 12px;
		overflow: hidden;
	}

	.woocommerce table.shop_table.cart tr:last-child,
	.woocommerce-page table.shop_table.cart tr:last-child { 
		border: none;
	}

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

	.woocommerce #content table.shop_table.custom td:first-child,
	.woocommerce table.shop_table.custom td:first-child,
	.woocommerce-page #content table.shop_table.custom td:first-child,
	.woocommerce-page table.shop_table.custom td:first-child {
		background: #e6e6e6;
		background: -webkit-linear-gradient(#fff, #e6e6e6);
		background: -o-linear-gradient(#fff, #e6e6e6);
		background: -moz-linear-gradient(#fff, #e6e6e6);
		background: linear-gradient(#fff, #e6e6e6);
		border: none;
	}

	.woocommerce #content table.shop_table.custom td label,
	.woocommerce table.shop_table.custom td label,
	.woocommerce-page #content table.shop_table.custom td label,
	.woocommerce-page table.shop_table.custom td label {
		display: block;
		font-size: 15px; 
		font-weight: 600;
		left: 20px;
		position: absolute;
		text-shadow: 0 1px 0 #fff;
		text-transform: uppercase;
		top: 13px;
	}

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

	.woocommerce #content table.shop_table.custom td.actions, 
	.woocommerce table.shop_table.custom td.actions,
	.woocommerce #content table.shop_table.custom td.order-actions, 
	.woocommerce table.shop_table.custom td.order-actions,
	.woocommerce-page #content table.shop_table.custom td.actions, 
	.woocommerce-page table.shop_table.custom td.actions,
	.woocommerce-page #content table.shop_table.custom td.order-actions, 
	.woocommerce-page table.shop_table.custom td.order-actions {
		background: none;
	}

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

	.woocommerce #content table.cart td.actions .button.alt, 
	.woocommerce table.cart td.actions .button.alt,
	.woocommerce-page #content table.cart td.actions .button.alt, 
	.woocommerce-page table.cart td.actions .button.alt {
		float: left;
		margin-top: 10px;
	}

	.woocommerce .col2-set .col-1, 
	.woocommerce .col2-set .col-2, 	
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}
	
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1 {
		margin-bottom: 24px;
	}

}

@media only screen and (max-width: 460px) {
	
	.woocommerce span.onsale,
	.woocommerce-page span.onsale {
		left: 14px;
	}
	
	.woocommerce ul.products li.product,
	.woocommerce.columns-3 ul.products li.product,
	.woocommerce.full-width-content ul.products li.product,
	.woocommerce-page ul.products li.product,
	.woocommerce-page.columns-3 ul.products li.product,
	.woocommerce-page.full-width-content ul.products li.product {
		width: 98.4%;
	}
	
	.woocommerce #content div.product .woocommerce-tabs,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce-page #content div.product .woocommerce-tabs,
	.woocommerce-page div.product .woocommerce-tabs {
		border-top: 1px solid #e0dadf;
	}
	
	.woocommerce div.product .woocommerce-tabs ul.tabs li,
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
		display: none;
	}
	
	.woocommerce #reviews #comments ol.commentlist li img.avatar,
	.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
		margin: 20px 16px 0 20px;
	}
	
	.woocommerce #reviews #comments ol.commentlist li .comment-text,
	.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
		padding: 20px 20px 4px;
	}
	
	/* ### Lightbox (PrettyPhoto) */
	
	div.pp_woocommerce {
		left: 5% !important;
		right: 5% !important;
		width: 90% !important;
	}
	
	div.pp_woocommerce .pp_description {
		display: none !important;
	}
	
}