/*
Theme Name: Honeycrisp
Theme URI: http://honeycrisp.angiemakes.com
Author: Angie Makes
Author URI: http://angiemakes.com/
Description: A clean, modern, trendy, WordPress theme.
Version: 2.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpcanvas2
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 WPCanvas2 is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Buttons
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
	9.1 - List
	9.2 - Calendar
	9.3 - Pages, Meta, Categories, Archive, Nav Menu
	9.4 - Recent Entries
	9.5 - Mail Chimp
	9.6 - Yarpp
	9.7 - Pinterest RSS Widget
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
	10.4 - Tables
	10.5 - Attachments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
13.0 - Grid
14.0 - Backgrounds
15.0 - Header
16.0 - Footer
17.0 - Font Awesome Icons
30.0 - Plugins
	30.1 - Contact Form 7
	30.2 - WC Shortcodes
	30.3 - WC Gallery
	30.4 - WooCommerce
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
*:focus {
    outline: none; /* Removed blue highlight around form fields */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	/* font-size: 16px; */
	/* Causes issue with customizer */
	/* font-size: 1.6rem; */
	/* line-height: 1.5; */
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom: 0.5em;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 1.5em 0;
	padding: 20px 30px;
	background-color: #f7f7f7;
	border-left: 5px solid #eeeeee;
}
blockquote > * {
	margin-bottom: 0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	/* font-size: 15px; */
	/* font-size: 1.5rem; */
	/* line-height: 1.6; */
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 80%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 80%;
}
big {
	font-size: 120%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
	border-radius: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #cccccc;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
}
button,
input {
	line-height: 1 !important;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
button,
textarea,
select,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="color"],
input[type="image"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="text"],
input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
select,
input,
textarea {
	color: #666;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 7px;
}
input[type="range"],
input[type="image"],
input[type="file"] {
	border-width: 0;
	padding: 0;
}
select[multiple] {
	background-image: none;
}
input[type="range"],
input[type="file"] {
	background: none;
}
select[multiple], select[size] {
	height: auto;
}
select {
	/* I don't want a plugin causing text to spill over on the custom arrows on the right */
	padding-right: 30px !important;
	background-image: url('img/select-arrows.png');
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-border-radius: 0;
	text-indent: 0.01px;
	text-overflow: ''; /* Hides arrows on firefox */
}
@-moz-document url-prefix() {
	/* https://gist.github.com/joaocunha/6273016 */
	/* If you use a background image */
	select {
		background-image: none;
	}
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a,
a:visited,
a:focus,
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.entry-meta a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	display: none;
	float: left;
	left: 0;
	position: absolute;
	z-index: 99999;
	text-align: left;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
}
/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	margin: 0;
}
/*--------------------------------------------------------------
5.3 Buttons
--------------------------------------------------------------*/
a.more-link,
#wrap #page a.button,
#wrap #page button.button,
#wrap #page input.button,
#wrap #page #respond input#submit,
#wrap #page #content input.button,
#wrap #page .woocommerce-pagination a,
#wrap #page .woocommerce-pagination span,
#wrap .wc-shortcodes-button,
.comment-navigation a,
.paging-navigation a,
.post-navigation a,
a.more-link:visited,
#wrap #page a.button:visited,
#wrap #page button.button:visited,
#wrap #page input.button:visited,
#wrap #page #respond input#submit:visited,
#wrap #page #content input.button:visited,
#wrap #page .woocommerce-pagination a:visited,
#wrap #page .woocommerce-pagination span:visited,
#wrap .wc-shortcodes-button:visited,
.comment-navigation a:visited,
.paging-navigation a:visited,
.post-navigation a:visited,
a.more-link:focus,
#wrap #page a.button:focus,
#wrap #page button.button:focus,
#wrap #page input.button:focus,
#wrap #page #respond input#submit:focus,
#wrap #page #content input.button:focus,
#wrap #page .woocommerce-pagination a:focus,
#wrap #page .woocommerce-pagination span:focus,
#wrap .wc-shortcodes-button:focus,
.comment-navigation a:focus,
.paging-navigation a:focus,
.post-navigation a:focus,
a.more-link:active,
#wrap #page a.button:active,
#wrap #page button.button:active,
#wrap #page input.button:active,
#wrap #page #respond input#submit:active,
#wrap #page #content input.button:active,
#wrap #page .woocommerce-pagination a:active,
#wrap #page .woocommerce-pagination span:active,
#wrap .wc-shortcodes-button:active,
.comment-navigation a:active,
.paging-navigation a:active,
.post-navigation a:active {
	text-decoration: none;
	top: auto;
}
a.more-link:hover,
#wrap #page a.button:hover,
#wrap #page button.button:hover,
#wrap #page input.button:hover,
#wrap #page #respond input#submit:hover,
#wrap #page #content input.button:hover,
#wrap #page .woocommerce-pagination a:hover,
#wrap #page .woocommerce-pagination span:hover,
#wrap .wc-shortcodes-button:hover,
.comment-navigation a:hover,
.paging-navigation a:hover,
.post-navigation a:hover {
	text-decoration: none;
}
a.more-link,
#wrap #page a.button,
#wrap #page button.button,
#wrap #page input.button,
#wrap #page #respond input#submit,
#wrap #page #content input.button,
#wrap #page .woocommerce-pagination a,
#wrap #page .woocommerce-pagination span,
#wrap .wc-shortcodes-button,
body #infinite-handle span,
.comment-navigation a,
.paging-navigation a,
.paging-navigation span,
.post-navigation a {
	position: relative;
	display: block;
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in IE6/IE7 */
	border: 1px solid #cccccc;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	line-height: 1 !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	white-space: nowrap;
	background: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#wrap #page .woocommerce-pagination ul li a,
#wrap #page .woocommerce-pagination ul li span,
.paging-navigation .nav-links .page-numbers {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	max-width: 49%;
}
.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	max-width: 49%;
}
.comment-navigation .nav-previous a,
.paging-navigation .nav-previous a,
.post-navigation .nav-previous a,
.comment-navigation .nav-next a,
.paging-navigation .nav-next a,
.post-navigation .nav-next a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
a.more-link,
#wrap #page a.button,
#wrap #page button.button,
#wrap #page input.button,
#wrap #page #respond input#submit,
#wrap #page #content input.button,
#wrap .wc-shortcodes-button,
body #infinite-handle {
	display: inline-block;
}
/* horizontal aligned forms */
#wrap #page div.product form.cart input,
#wrap #page div.product form.cart button,
#wrap #page table.shop_table .quantity input,
#wrap #page table.shop_table .actions input,
.page-content .search-form *,
.post-password-form * {
	vertical-align: middle;
	display: inline-block;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	/* border-radius: 3px; */
	/* box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); */
	clip: auto !important;
	color: #21759b;
	display: block;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: 0.4em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-top: 0.4em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-box:before,
.site-box:after,
.main-navigation:before,
.main-navigation:after,
.site-content:before,
.site-content:after,
.comment-body:before,
.comment-body:after,
.wpc-insert-code:before,
.wpc-insert-code:after,
.encapsulate:before,
.encapsulate:after,
.entry-header:before,
.entry-header:after,
.nav-links:before,
.nav-links:after,
.entry-footer:before,
.entry-footer:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-box:after,
.main-navigation:after,
.site-content:after,
.comment-body:after,
.insert-code:after,
.encapsulate:after,
.entry-header:after,
.nav-links:after,
.entry-footer:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}
.widget-title {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin-bottom: 0.5em;
}
.site-footer .widget-title {
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}

.widget input[type="email"],
.widget input[type="search"],
.widget input[type="tel"],
.widget input[type="number"],
.widget input[type="range"],
.widget input[type="file"],
.widget input[type="date"],
.widget select,
.widget input[type="text"],
.widget textarea {
	width: 100%;
}
#wrap #page .widget > *:last-child {
	margin-bottom: 0 !important;
}
/*--------------------------------------------------------------
9.1 Widgets - List
--------------------------------------------------------------*/
.widget ul,
.widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget li {
	padding: 5px 0;
}
.widget li > ul,
.widget li > ol {
	padding-top: 5px;
	margin-left: 20px;
}
/*--------------------------------------------------------------
9.2 Widgets - Calendar
--------------------------------------------------------------*/
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 2;
}
.widget_calendar caption {
	margin: 0;
}
.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}
.widget_calendar a {
	display: block;
}
.widget_calendar a:hover {
	text-decoration: none;
}
.widget.widget_calendar tbody .pad {
	background-color: transparent;
}
/*--------------------------------------------------------------
9.3 Widgets - Pages, Meta, Categories, Archive, Nav Menu
--------------------------------------------------------------*/
.widget_pages li,
.widget_meta li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.widget_pages .page_item_has_children,
.widget_meta .page_item_has_children,
.widget_categories .page_item_has_children,
.widget_archive .page_item_has_children,
.widget_nav_menu .page_item_has_children {
	padding-bottom: 0;
}
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul {
	margin-left: 3px;
	margin-right: 3px;
}
.widget_pages ul ul,
.widget_meta ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul {
	margin-right: 0;
}

/*--------------------------------------------------------------
9.4 Widgets - Recent Entries
--------------------------------------------------------------*/
.widget_recent_entries li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.widget_recent_entries .post-date {
	display: block;
}

/*--------------------------------------------------------------
9.5 Widgets - Mail Chimp
--------------------------------------------------------------*/
.widget_mc4wp_widget .mc4wp-form label {
	font-style: italic;
}
.widget_mc4wp_widget .mc4wp-form p {
	margin-bottom: 0;
}
.widget_mc4wp_widget #mc4wp_email {
	margin-bottom: 0.7em;
}

/*--------------------------------------------------------------
9.6 Widgets - Yarpp
--------------------------------------------------------------*/
#wrap .yarpp-related h3 {
	padding: 0 !important;
	margin: 0 0 0.5em !important;
}
#wrap .yarpp-related:after,
#wrap .yarpp-related .yarpp-thumbnails-horizontal:after {
	clear: both;
}
#wrap .yarpp-related:after,
#wrap .yarpp-related:before,
#wrap .yarpp-related .yarpp-thumbnails-horizontal:after,
#wrap .yarpp-related .yarpp-thumbnails-horizontal:before {
	content: "";
	display: table;
}
#wrap .yarpp-related {
	margin: 1.5em 0 !important;
}
#wrap .yarpp-related .yarpp-thumbnail {
	float: left;
	margin-top: 0;
	margin-bottom: 7px;
	width: 136px;
	height: 196px;
	margin-right: 7px;
}
#wrap .yarpp-related .yarpp-thumbnail .yarpp-thumbnail-default {
	float: left;
	margin: 7px;
}
#wrap .yarpp-related .yarpp-thumbnail .attachment-yarpp-thumbnail {
	float: left;
	margin: 7px;
	max-width: 120px;
	max-height: 120px;
}
#wrap .yarpp-related .yarpp-thumbnail .yarpp-thumbnail-title {
	float: left;
	margin: 7px;
}
/*--------------------------------------------------------------
9.6 Widgets - Pinterest RSS Widget
--------------------------------------------------------------*/
.pinterest_rss_widget li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.author-info,
.comments-open .hentry,
.search .hentry,
.blog .hentry,
.archive .hentry {
	padding-bottom: 3.5em;
	margin-bottom: 3em;
	background-position: center bottom;
	background-repeat: repeat-x;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 1.5em;
}
#wrap #page .page-content > *:last-child,
#wrap #page .entry-content > *:last-child,
#wrap #page .entry-summary > *:last-child {
	margin-bottom: 0 !important;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.entry-header {
	margin-bottom: 1.5em;
}
.entry-title {
	margin-bottom: 0;
}
.attachment .entry-header .entry-title,
.single-post .entry-header .entry-title,
.search .entry-header .entry-title,
.archive .entry-header .entry-title,
.blog .entry-header .entry-title {
	float: left;
	width: 75%;
}
.attachment .entry-header .entry-meta,
.single-post .entry-header .entry-meta,
.search .entry-header .entry-meta,
.archive .entry-header .entry-meta,
.blog .entry-header .entry-meta {
	float: right;
	width: 25%;
	text-align: right;
}
.entry-footer {
	margin-top: 1.5em;
}
.entry-footer .comments-link,
.entry-footer .share-buttons {
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px 20px;
}
.entry-footer .comments-link {
	float: left;
}
.entry-footer .share-buttons {
	float: right;
}
.entry-footer .share-text {
	margin-right: 10px;
}
.entry-footer .wc-shortcodes-share-buttons {
	display: inline-block;
}
.entry-footer .wc-shortcodes-share-buttons ul li a img {
	vertical-align: top;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.form-allowed-tags {
	display: none;
}
.comments-area {
	margin-top: 20px;
}

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	width: 100%;
}

.comments-title {
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-list .children {
	padding: 0 0 0 84px; /* avatar size + gutter width */
}

.comment-list > li:last-child:after {
	display: none;
}

li .comment {
}

.comment-body {
	position: relative;
	display: block;
	margin-left: 84px; /* avatar size + gutter width */
	margin-right: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #f5f5f5;
}
.comment-body:before {
	left: -10px;
	top: 22px;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f5f5f5;
}

.comment-author {
}

.comment-author .avatar {
	position: absolute;
	left: -84px;
	top: 0;
}

.comment-author .fn,
.comment-author .says {
	display: inline-block;
	margin-bottom: 20px;
}

.bypostauthor > .comment-body {
}

.comment-list .edit-link {
	margin-left: 5px;
}
.comment-list .edit-link .comment-edit-link {
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-content {
	display: block;
}
.comment-list .reply {
}

.no-avatars {
}
.no-avatars .comment .comment-respond,
.no-avatars .comment-body {
	margin-left: 0;
}

.comment-meta {
	display: block;
}

.comment-meta a:hover {
	color: #bbbbbb;
}
.comment-list a,
.comment-list a:active,
.comment-list a:visited,
.comment-list a:focus,
.comment-list a:hover {
	text-decoration: none;
}

.comment-metadata {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.comment-metadata a {
	color: #cccccc;
}
.comment-metadata .edit-link {
	margin-right: 0;
	margin-left: 10px;
}

.comment-awaiting-moderation {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}

.comment-reply-link,
.comment-reply-login {
}
.comment .comment-respond {
	margin-bottom: 20px;
	margin-left: 84px;
	padding: 0;
}

.comment-reply-title {
	/* .icon-font-after("\f086"); */
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.form-allowed-tags {
}

.form-allowed-tags code {
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 20px;
}

.comment-navigation {
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	margin: 0;
	padding: 40px 0;
	text-align: center;
}
.comment-content blockquote,
.comment-content pre {
}

/*--------------------------------------------------------------
10.4 Tables
--------------------------------------------------------------*/
.entry-content td,
.entry-content th {
	padding: 0.7em;
}
.entry-content thead th,
.entry-content thead td {
	border-bottom: 1px solid #ddd;
}
.entry-content tbody th,
.entry-content tbody td {
	border-top: 1px solid #ddd;
}

/*--------------------------------------------------------------
10.5 Attachment
--------------------------------------------------------------*/
.attachment .entry-content {
	text-align: center;
}

/*--------------------------------------------------------------
10.6 Author Bio
--------------------------------------------------------------*/
.author-info {
	width: 100%;
	position: relative;
	min-height: 67px;
}
.author-info .author-avatar {
	position: absolute;
	top: 3px;
	left: 0;
}
.author-info .author-description {
	padding-left: 84px;
}
.author-info .author-description > *:last-child {
	margin-bottom: 0;
}
.author-info .author-title {
	clear: none;
	margin-bottom: 5px;
}
.author-info .author-link {
	display: none;
}
.no-avatars .author-description {
	padding-left: 0;
}

/*--------------------------------------------------------------
10.7 Page Templates
--------------------------------------------------------------*/
.page-template-page-templatesfull-width-no-heading-php .entry-header {
}
.page-template-page-templatesfull-width-no-heading-php .entry-content {
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	padding: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {}

/*--------------------------------------------------------------
13.0 Grid
--------------------------------------------------------------*/
.left-background {
	margin: 0 auto;
}
.right-background {
	padding-left: 20px;
	padding-right: 20px;
}
.site {
	margin: 0 auto;
}
.display-sidebar .content-area {
	float: left;
}
.display-sidebar .widget-area {
	float: right;
}
.sidebar-position-left.display-sidebar .content-area {
	float: right;
}
.sidebar-position-left.display-sidebar .widget-area {
	float: left;
}
.site-box {
	border-width: 1px;
	border-style: solid;
	padding: 0 20px 20px 20px;
}

/*--------------------------------------------------------------
14.0 Backgrounds
--------------------------------------------------------------*/
.top-background {
	border-top: 20px solid #f7f7f7;
}
.left-background {
	background-position: left top;
	background-repeat: repeat-y;
}
.right-background {
	background-position: right top;
	background-repeat: repeat-y;
}

/*--------------------------------------------------------------
15.0 Header
--------------------------------------------------------------*/
.site-header {
	text-align: center;
	position: relative;
}
.site-branding {
	position: relative;
}
.site-title,
.site-title a,
.site-title a:hover {
	text-decoration: none;
}
.site-title,
.site-description {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
16.0 Footer
--------------------------------------------------------------*/
.site-footer {
}
.site-footer .widget {
	width: 240px;
	float: left;
}
.footer-widget-area {
	padding-top: 2em;
}
.site-info {
	text-align: center;
	padding-bottom: 2em;
	padding-top: 2em;
}
.masonry-sort {
	margin: 0 auto;
	visibility: hidden;
}
/*--------------------------------------------------------------
17.0 Font Awesome Icons
--------------------------------------------------------------*/
.wc-shortcodes-font-awesome-enabled a.more-link:after,
.wc-shortcodes-font-awesome-enabled #infinite-handle span:before,
.wc-shortcodes-font-awesome-enabled .comment-reply-login:before,
.wc-shortcodes-font-awesome-enabled .comment-reply-link:before,
.wc-shortcodes-font-awesome-enabled .comment-awaiting-moderation:before,
.wc-shortcodes-font-awesome-enabled .comment-edit-link:before,
.wc-shortcodes-font-awesome-enabled .comment-reply-title:after,
.wc-shortcodes-font-awesome-enabled .comment-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .paging-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .navigation .prev.page-numbers:before,
.wc-shortcodes-font-awesome-enabled .post-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .comment-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .paging-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .navigation .next.page-numbers:after,
.wc-shortcodes-font-awesome-enabled .post-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .widget_recent_comments li:before,
.wc-shortcodes-font-awesome-enabled .widget_pages li a:before,
.wc-shortcodes-font-awesome-enabled .widget_meta li a:before,
.wc-shortcodes-font-awesome-enabled .widget_categories li a:before,
.wc-shortcodes-font-awesome-enabled .widget_archive li a:before,
.wc-shortcodes-font-awesome-enabled .widget_nav_menu li a:before,
.wc-shortcodes-font-awesome-enabled .menu-toggle:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.wc-shortcodes-font-awesome-enabled .menu-toggle:after {
	content: "\f107";
	margin-left: 10px;
}
.wc-shortcodes-font-awesome-enabled .toggled .menu-toggle:after {
	content: "\f106";
}
.wc-shortcodes-font-awesome-enabled .widget_pages li a:before,
.wc-shortcodes-font-awesome-enabled .widget_meta li a:before,
.wc-shortcodes-font-awesome-enabled .widget_categories li a:before,
.wc-shortcodes-font-awesome-enabled .widget_archive li a:before,
.wc-shortcodes-font-awesome-enabled .widget_nav_menu li a:before {
	content: "\f105";
	margin-right: 10px;
}
.wc-shortcodes-font-awesome-enabled .widget_recent_comments li:before {
	content: "\f075";
	margin-right: 10px;
}
.wc-shortcodes-font-awesome-enabled #infinite-handle span:before,
.wc-shortcodes-font-awesome-enabled .comment-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .navigation .prev.page-numbers:before,
.wc-shortcodes-font-awesome-enabled .paging-navigation .nav-previous a:before,
.wc-shortcodes-font-awesome-enabled .post-navigation .nav-previous a:before {
	position: absolute;
	left: 10px;
	content: "\f104";
}
.wc-shortcodes-font-awesome-enabled a.more-link:after,
.wc-shortcodes-font-awesome-enabled .comment-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .navigation .next.page-numbers:after,
.wc-shortcodes-font-awesome-enabled .paging-navigation .nav-next a:after,
.wc-shortcodes-font-awesome-enabled .post-navigation .nav-next a:after {
	position: absolute;
	right: 10px;
	content: "\f105";
}
.wc-shortcodes-font-awesome-enabled .comment-reply-title:after {
	content: "\f086";
	margin-left: 0px;
}
.wc-shortcodes-font-awesome-enabled .comment-edit-link:before {
	content: "\f040";
	margin-right: 5px;
}
.wc-shortcodes-font-awesome-enabled .comment-awaiting-moderation:before {
	content: "\f071";
	margin-right: 5px;
}
.wc-shortcodes-font-awesome-enabled .comment-reply-login:before,
.wc-shortcodes-font-awesome-enabled .comment-reply-link:before {
	content: "\f112";
	margin-right: 5px;
}
/*--------------------------------------------------------------
30.0 Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
30.1 Contact Form 7
--------------------------------------------------------------*/
.wpcf7 input[type="email"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="file"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 input.wpcf7-quiz {
	width: 150px;
}
/*--------------------------------------------------------------
30.2 WC Shortcodes
--------------------------------------------------------------*/
.site-header .wc-shortcodes-social-icons-wrapper {
	margin: 0;
	position: absolute;
	top: 5px;
	right: 0;
}
.site-header .wc-shortcodes-social-icons-wrapper li:last-child {
	margin-right: 6px;
}
#wrap .wc-shortcodes-testimonial-content { 
	border-top: 5px solid #eeeeee;
}
/*--------------------------------------------------------------
30.3 WC Gallery
--------------------------------------------------------------*/
#wrap .wc-image-links .gallery-caption {
	top: 0;
	bottom: auto;
	background: none;
	padding: 0;
}
#wrap .wc-image-links .gallery-caption h3 {
	margin: 0 auto;
	display: inline-block;
	padding: 0.5em 0.8em;
}
#wrap .wc-image-links .gallery-caption a {
	text-decoration: none;
}
/*--------------------------------------------------------------
30.4 WooCommerce
--------------------------------------------------------------*/
#wrap p.demo_store,
#wrap.woocommerce .woocommerce-message,
#wrap.woocommerce-page .woocommerce-message,
#wrap.woocommerce .woocommerce-error,
#wrap.woocommerce-page .woocommerce-error,
#wrap.woocommerce .woocommerce-info,
#wrap.woocommerce-page .woocommerce-info,
#wrap.woocommerce .woocommerce-message:before,
#wrap.woocommerce-page .woocommerce-message:before,
#wrap.woocommerce .woocommerce-error:before,
#wrap.woocommerce-page .woocommerce-error:before,
#wrap.woocommerce .woocommerce-info:before,
#wrap.woocommerce-page .woocommerce-info:before,
#wrap.woocommerce div.product div.images img,
#wrap.woocommerce-page div.product div.images img,
#wrap.woocommerce #content div.product div.images img,
#wrap.woocommerce-page #content div.product div.images img,
#wrap.woocommerce span.onsale,
#wrap.woocommerce-page span.onsale,
#wrap.woocommerce ul.products li.product a img,
#wrap.woocommerce-page ul.products li.product a img,
#wrap.woocommerce ul.products li.product a:hover img,
#wrap.woocommerce-page ul.products li.product a:hover img,
#wrap.woocommerce .quantity input.qty,
#wrap.woocommerce-page .quantity input.qty,
#wrap.woocommerce #content .quantity input.qty,
#wrap.woocommerce-page #content .quantity input.qty,
#wrap.woocommerce .quantity .plus,
#wrap.woocommerce-page .quantity .plus,
#wrap.woocommerce #content .quantity .plus,
#wrap.woocommerce-page #content .quantity .plus,
#wrap.woocommerce .quantity .minus,
#wrap.woocommerce-page .quantity .minus,
#wrap.woocommerce #content .quantity .minus,
#wrap.woocommerce-page #content .quantity .minus,
#wrap.woocommerce table.cart td.actions .coupon .input-text,
#wrap.woocommerce-page table.cart td.actions .coupon .input-text,
#wrap.woocommerce #content table.cart td.actions .coupon .input-text,
#wrap.woocommerce-page #content table.cart td.actions .coupon .input-text,
#wrap.woocommerce ul.cart_list li img,
#wrap.woocommerce-page ul.cart_list li img,
#wrap.woocommerce ul.product_list_widget li img,
#wrap.woocommerce-page ul.product_list_widget li img,
#wrap.woocommerce form .form-row textarea,
#wrap.woocommerce-page form .form-row textarea,
#wrap.woocommerce #payment div.payment_box,
#wrap.woocommerce-page #payment div.payment_box,
#wrap.woocommerce #payment div.payment_box input.input-text,
#wrap.woocommerce-page #payment div.payment_box input.input-text,
#wrap.woocommerce #payment div.payment_box textarea,
#wrap.woocommerce-page #payment div.payment_box textarea,
#wrap.woocommerce .widget_layered_nav ul li.chosen a,
#wrap.woocommerce-page .widget_layered_nav ul li.chosen a,
#wrap.woocommerce .widget_layered_nav_filters ul li a,
#wrap.woocommerce-page .widget_layered_nav_filters ul li a,
#wrap.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
#wrap.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
#wrap.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
#wrap.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#wrap.woocommerce .woocommerce-message,
#wrap.woocommerce-page .woocommerce-message,
#wrap.woocommerce .woocommerce-error,
#wrap.woocommerce-page .woocommerce-error,
#wrap.woocommerce .woocommerce-info,
#wrap.woocommerce-page .woocommerce-info,
#wrap.woocommerce .woocommerce-message:before,
#wrap.woocommerce-page .woocommerce-message:before,
#wrap.woocommerce .woocommerce-error:before,
#wrap.woocommerce-page .woocommerce-error:before,
#wrap.woocommerce .woocommerce-info:before,
#wrap.woocommerce-page .woocommerce-info:before,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li a,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
#wrap.woocommerce span.onsale,
#wrap.woocommerce-page span.onsale,
#wrap.woocommerce .quantity .plus,
#wrap.woocommerce-page .quantity .plus,
#wrap.woocommerce #content .quantity .plus,
#wrap.woocommerce-page #content .quantity .plus,
#wrap.woocommerce .quantity .minus,
#wrap.woocommerce-page .quantity .minus,
#wrap.woocommerce #content .quantity .minus,
#wrap.woocommerce-page #content .quantity .minus,
#wrap.woocommerce #payment div.payment_box,
#wrap.woocommerce-page #payment div.payment_box {
	text-shadow: none;
}
#wrap.woocommerce .woocommerce-message,
#wrap.woocommerce-page .woocommerce-message,
#wrap.woocommerce .woocommerce-error,
#wrap.woocommerce-page .woocommerce-error,
#wrap.woocommerce .woocommerce-info,
#wrap.woocommerce-page .woocommerce-info,
#wrap.woocommerce span.onsale,
#wrap.woocommerce-page span.onsale,
#wrap.woocommerce .quantity .plus,
#wrap.woocommerce-page .quantity .plus,
#wrap.woocommerce #content .quantity .plus,
#wrap.woocommerce-page #content .quantity .plus,
#wrap.woocommerce .quantity .minus,
#wrap.woocommerce-page .quantity .minus,
#wrap.woocommerce #content .quantity .minus,
#wrap.woocommerce-page #content .quantity .minus,
#wrap.woocommerce #reviews #comments ol.commentlist li .comment-text,
#wrap.woocommerce-page #reviews #comments ol.commentlist li .comment-text,
#wrap.woocommerce #reviews #comments ol.commentlist #respond,
#wrap.woocommerce-page #reviews #comments ol.commentlist #respond,
#wrap.woocommerce table.shop_table,
#wrap.woocommerce-page table.shop_table,
#wrap.woocommerce .cart-collaterals .cart_totals table,
#wrap.woocommerce-page .cart-collaterals .cart_totals table,
#wrap.woocommerce form.login,
#wrap.woocommerce-page form.login,
#wrap.woocommerce form.checkout_coupon,
#wrap.woocommerce-page form.checkout_coupon,
#wrap.woocommerce form.register,
#wrap.woocommerce-page form.register,
#wrap.woocommerce #payment,
#wrap.woocommerce-page #payment,
#wrap.woocommerce #payment div.payment_box,
#wrap.woocommerce-page #payment div.payment_box,
#wrap.woocommerce .widget_layered_nav ul li.chosen a,
#wrap.woocommerce-page .widget_layered_nav ul li.chosen a,
#wrap.woocommerce .widget_layered_nav_filters ul li a,
#wrap.woocommerce-page .widget_layered_nav_filters ul li a,
#wrap.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
#wrap.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
#wrap.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
#wrap.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
#wrap.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
#wrap.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content,
#wrap.woocommerce .woocommerce-message:before,
#wrap.woocommerce-page .woocommerce-message:before,
#wrap.woocommerce .woocommerce-error:before,
#wrap.woocommerce-page .woocommerce-error:before,
#wrap.woocommerce .woocommerce-info:before,
#wrap.woocommerce-page .woocommerce-info:before,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce .quantity input.qty,
#wrap.woocommerce-page .quantity input.qty,
#wrap.woocommerce #content .quantity input.qty,
#wrap.woocommerce-page #content .quantity input.qty,
#wrap.woocommerce .quantity .plus,
#wrap.woocommerce-page .quantity .plus,
#wrap.woocommerce #content .quantity .plus,
#wrap.woocommerce-page #content .quantity .plus,
#wrap.woocommerce .quantity .minus,
#wrap.woocommerce-page .quantity .minus,
#wrap.woocommerce #content .quantity .minus,
#wrap.woocommerce-page #content .quantity .minus {
	-webkit-border-radius: 0;
	border-radius: 0;
}
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
#wrap.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
#wrap.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
#wrap.woocommerce #payment div.payment_box:after,
#wrap.woocommerce-page #payment div.payment_box:after {
	margin-top: -16px;
	top: 0;
}
#wrap.woocommerce .woocommerce-message:before,
#wrap.woocommerce-page .woocommerce-message:before,
#wrap.woocommerce .woocommerce-error:before,
#wrap.woocommerce-page .woocommerce-error:before,
#wrap.woocommerce .woocommerce-info:before,
#wrap.woocommerce-page .woocommerce-info:before {
	height: auto;
}
#wrap .shipping-calculator-form .form-row {
	padding-left: 0;
	padding-right: 0;
}
#wrap.woocommerce a.added_to_cart,
#wrap.woocommerce-page a.added_to_cart {
	display: block;
}
#wrap.woocommerce .quantity .plus,
#wrap.woocommerce-page .quantity .plus,
#wrap.woocommerce #content .quantity .plus,
#wrap.woocommerce-page #content .quantity .plus,
#wrap.woocommerce .quantity .minus,
#wrap.woocommerce-page .quantity .minus,
#wrap.woocommerce #content .quantity .minus,
#wrap.woocommerce-page #content .quantity .minus {
	height: 50%;
}
#wrap.woocommerce nav.woocommerce-pagination ul,
#wrap.woocommerce-page nav.woocommerce-pagination ul,
#wrap.woocommerce #content nav.woocommerce-pagination ul,
#wrap.woocommerce-page #content nav.woocommerce-pagination ul,
#wrap.woocommerce nav.woocommerce-pagination ul li,
#wrap.woocommerce-page nav.woocommerce-pagination ul li,
#wrap.woocommerce #content nav.woocommerce-pagination ul li,
#wrap.woocommerce-page #content nav.woocommerce-pagination ul li {
	border: 0;
}
@media screen and (min-width: 769px) {
	#wrap.woocommerce .related ul.products li.product,
	#wrap.woocommerce-page .related ul.products li.product,
	#wrap.woocommerce .upsells.products ul.products li.product,
	#wrap.woocommerce-page .upsells.products ul.products li.product,
	#wrap.woocommerce .related ul li.product,
	#wrap.woocommerce-page .related ul li.product,
	#wrap.woocommerce .upsells.products ul li.product,
	#wrap.woocommerce-page .upsells.products ul li.product {
		width: 22.05%;
	}
}
