img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}/*
Theme Name: Karuna
Theme URI: http://wordpress.com/themes/karuna/
Author: Automattic
Author URI: http://wordpress.com/themes/
Description: Karuna is a clean business theme designed with health and wellness-focused sites in mind. With bright, bold colors, prominent featured images, and support for customer testimonials, your business' brand will shine with Karuna.
Version: 1.1.3-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: karuna
Tags: blog, business, education, clean, light, green, purple, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, full-width-template, rtl-language-support, translation-ready, school, traditional, contemporary, featured-image-header, featured-images, professional, infinite-scroll, flexible-header, responsive-layout, threaded-comments, site-logo, testimonials, classic-menu, fixed-menu

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.

Karuna is based on Components http://components.underscores.me/, (C) 2015-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Accessibility
# Alignments
# Clearings
# Typography
# Forms
# Buttons
# Formatting
# Lists
# Tables
# Navigation
# Links
# Layout
	## Posts
	## Pages
# Comments
# Widgets
# Infinite scroll
# Media
	## Galleries
# WooCommerce
	## Products
	## Variations
	## Pagination
	## Product Gallery
	## Description/Reviews Tabs
	## Ratings
	## Cart
	## Checkout
	## Order Received
	## Info Messages
	## Buttons
	## Forms
	## Widgets
# Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
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-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	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;
}

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: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: rgba(0, 0, 0, 0.02);
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333333;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin: 0.8em 1.6em 0.8em 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0.8em 0 0.8em 1.6em;
}

.aligncenter {
	clear: both;
	margin: 0.8em auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: Karla, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: bold;
	font-family: Karla, sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 32px;
	font-size: 2rem;
}

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

h3 {
	font-size: 26px;
	font-size: 1.625rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 16px;
	font-size: 1rem;
}

h6 {
	font-size: 14px;
	font-size: 0.875rem;
}

p {
	margin: 0.8em 0;
}

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

blockquote {
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	margin: 0 1.6em;
}

address {
	margin: 0 0 1.6em;
}

pre {
	background: rgba(0, 0, 0, 0.02);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #999999;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote, q {
	quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #999999;
	border: 1px solid #dddddd;
	border-radius: 5px;
	padding: .5em;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #333333;
	border-color: #6636cc;
	outline: none;
}

select {
	border: 1px solid #dddddd;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 2px solid;
	border-color: #6636cc;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	color: #6636cc;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0.8em 1.6em 0.8em;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	border-color: #85cc36;
	box-shadow: none;
	color: #85cc36;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:active,
.button:focus {
	border-color: #85cc36;
	box-shadow: none;
	color: #85cc36;
}

/*--------------------------------------------------------------
# Formattings
--------------------------------------------------------------*/
hr {
	background-color: #dddddd;
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul, ol {
	margin: 0 0 0.8em 1.6em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: .8em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.6em 1.6em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
	background-color: rgba(0, 0, 0, 0.02);
	margin: 0 0 1.6em;
	width: 100%;
}

caption {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 8px 5px;
}

th,
td {
	padding: 8px 5px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.8em 0 1.6em;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
	content: "";
	display: table;
	table-layout: fixed;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation li {
	border-top: 1px solid #dddddd;
	position: relative;
	list-style: none;
}
.main-navigation li li a {
	padding-left: 1.6em;
}
.main-navigation li li li a {
	padding-left: 3.2em;
}
.main-navigation li li li li a {
	padding-left: 4.8em;
}
.main-navigation li li li li li a {
	padding-left: 5.4em;
}
.main-navigation a,
.main-navigation a:visited {
	color: #333333;
	display: block;
	padding: 0.8em 0.4em;
	text-decoration: none;
}
.main-navigation a:hover, .main-navigation a:focus,
.main-navigation a:visited:hover,
.main-navigation a:visited:focus {
	color: #333333;
	opacity: 0.5;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #333333;
	opacity: 0.5;
}

/* Small menu. */
.main-navigation.toggled ul {
	display: block;
}

.menu-toggle {
	display: inline-block;
	margin: 0.8em auto;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

.main-navigation .genericon-menu {
	display: inline-block;
	margin-right: 5px;
}

.comment-navigation,
.posts-navigation,
.post-navigation {
	border-top: 3px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	padding: 0.8em 0;
	font-size: 18px;
	font-size: 1.125rem;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.6em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	border-bottom: 1px solid #dddddd;
	margin-bottom: .8em;
	padding-bottom: .8em;
	width: 100%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: right;
	width: 100%;
}
.comment-navigation a,
.comment-navigation a:visited,
.posts-navigation a,
.posts-navigation a:visited,
.post-navigation a,
.post-navigation a:visited {
	color: #6636cc;
	text-decoration: none;
}
.comment-navigation a:hover,
.comment-navigation a:visited:hover,
.posts-navigation a:hover,
.posts-navigation a:visited:hover,
.post-navigation a:hover,
.post-navigation a:visited:hover {
	color: #85cc36;
}

.post-navigation .title {
	display: block;
	clear: both;
	color: #999999;
	font-style: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13.2px;
	font-size: 0.825rem;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #6636cc;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #6636cc;
}
a:hover, a:focus, a:active {
	color: #85cc36;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a {
	word-wrap: break-word;
	word-break: break-word;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
	color: #6636cc;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #6636cc;
}
a:hover, a:focus, a:active {
	color: #85cc36;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

.entry-content a,
.entry-summary a {
	word-wrap: break-word;
	word-break: break-word;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	background: white; /* Fallback for when there is no custom background color defined. */
}

.site-content {
	padding: 1.6em 5%;
}

.no-sidebar .site-main {
	margin: 0;
}
.no-sidebar:not(.page-template-full-width-page):not(.page-template-front-page) .content-area {
	float: none;
	margin: 0 auto;
	max-width: 685px;
}

.post-type-archive-jetpack-testimonial .site-main {
	margin: 0;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 3.2em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 1.6em;
}

.post-thumbnail {
	margin: 0 0 0.8em;
}

.entry-title {
	letter-spacing: 0;
	line-height: 1;
	margin: 0 0 0.2em;
	text-transform: none;
	word-wrap: break-word;
	font-size: 32px;
	font-size: 2rem;
}
.entry-title a {
	color: #333333;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:focus {
	color: #85cc36;
}

.entry-meta,
.entry-footer {
	content: "";
	display: table;
	table-layout: fixed;
	color: #999999;
	text-transform: lowercase;
	margin: 0 0 1.6em;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
}
.entry-meta a,
.entry-footer a {
	color: #999999;
	font-weight: normal;
}
.entry-meta a:hover, .entry-meta a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
	text-decoration: underline;
}

.entry-footer span {
	margin-right: 1.6em;
}

.entry-content,
.entry-summary {
	font-size: 16px;
	font-size: 1rem;
}

.edit-link {
	float: right;
	display: inline-block;
	clear: right;
}

.more-link {
	font-weight: bold;
	text-decoration: none;
}

.jetpack-recipe {
	padding: 0.8em 1.6em !important;
}

/* Author Bio */
.entry-author {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 1.6em;
	position: relative;
}
.entry-author .author-avatar {
	position: absolute;
	left: 1.6em;
	top: 1.6em;
}
.entry-author .author-title,
.entry-author .author-name {
	line-height: 1.2;
	margin: 0;
}
.entry-author .author-avatar + .author-heading,
.entry-author .author-avatar + .author-heading + .author-bio {
	margin-left: 84px;
}
.entry-author .author-bio {
	margin-top: 1.6em;
	margin-bottom: 0;
}
.entry-author .author-title {
	color: #999999;
	font-size: 16px;
	font-size: 1rem;
}

/*--------------------------------------------------------------
## Pages
--------------------------------------------------------------*/
.page-links {
	clear: both;
	margin: 0 0 1.6em;
}

.page-title {
	color: #999999;
	line-height: 1.2;
}

/*--------------------------------------------------------------
## Full-Width Page
--------------------------------------------------------------*/
.page-template-full-width-page .site-main {
	margin: 0;
}
.page-template-full-width-page .site-content {
	padding: 1.6em 5%;
	max-width: 100%;
}
.page-template-full-width-page .content-area {
	float: none;
	margin: 0;
}

/*--------------------------------------------------------------
## Static Front Page
--------------------------------------------------------------*/
.page-template-front-page .site-main {
	margin: 0;
}
.page-template-front-page .site-content {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.page-template-front-page .content-area {
	float: none;
	margin: 0 auto;
	max-width: 100%;
}
.page-template-front-page .site-main > .hentry:first-of-type {
	padding: 0 5%;
	margin-bottom: 0;
}
.page-template-front-page .site-main > .hentry:first-of-type .entry-title {
	text-align: center;
}
.page-template-front-page .site-main > .hentry:first-of-type .entry-content {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 0;
}
.page-template-front-page .site-main > .hentry:first-of-type .entry-footer {
	margin: 0;
}

.post-type-archive-jetpack-testimonial .testimonials-hentry {
	margin-bottom: 0;
}

.front-testimonials {
	padding: 1.6em 5%;
	width: 100%;
}
.front-testimonials .hentry {
	background: rgba(0, 0, 0, 0.02);
	margin-bottom: 3.2em;
	padding: 1.6em;
	position: relative;
	font-size: 16px;
	font-size: 1rem;
}
.front-testimonials .hentry p {
	margin-top: 0;
}
.front-testimonials .hentry .entry-content {
	margin: 0;
}
.front-testimonials .entry-meta {
	display: block;
	margin: 0;
	width: auto;
}
.front-testimonials .hentry footer {
	float: right;
}
.front-testimonials .hentry .entry-header {
	float: left;
	margin: 0 0 1em;
}
.front-testimonials .hentry .entry-title {
	letter-spacing: 0;
	text-transform: none;
	font-size: 16px;
	font-size: 1rem;
}
.front-testimonials .hentry .entry-title:before {
	content: "\2014";
	margin-right: 5px;
}
.front-testimonials .hentry .post-thumbnail {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0;
	-webkit-transform: translateX(-50%) translateY(50%);
	-moz-transform: translateX(-50%) translateY(50%);
	-ms-transform: translateX(-50%) translateY(50%);
	-o-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
}
.front-testimonials .hentry .post-thumbnail img {
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.recent-posts {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 1.6em 5%;
	width: 100%;
	content: "";
	display: table;
	table-layout: fixed;
}
.recent-posts .recent-posts-title {
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 1.6em;
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
}
.recent-posts .grid-row {
	content: "";
	display: table;
	table-layout: fixed;
	width: 100%;
}
.recent-posts .hentry {
	margin: 0 0 1.6em;
}
.recent-posts .more-recent-posts {
	display: inline-block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.recent-posts .entry-title {
	font-size: 16px;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	text-align: center;
}

.top-bar-wrapper {
	padding: 0 5%;
	width: 100%;
}

.top-bar {
	color: white;
	background-color: #6636cc;
	font-weight: bold;
	padding: 0.8em 0;
	text-transform: uppercase;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	content: "";
	display: table;
	table-layout: fixed;
}
.top-bar .site-description {
	width: 100%;
}
.top-bar a {
	color: white;
}
.top-bar .jetpack-social-navigation ul {
	margin-bottom: .75em;
}
.top-bar .jetpack-social-navigation li {
	padding: 0 0.4em;
}
.top-bar .jetpack-social-navigation a:hover, .top-bar .jetpack-social-navigation a:focus {
	opacity: 0.5;
}
.top-bar .jetpack-social-navigation .icon {
	height: 24px;
	width: 24px;
}

.no-top-bar .top-bar {
	padding: 0.4em 0;
}

.site-branding-wrapper {
	padding: 0 5%;
	width: 100%;
}

.site-branding {
	padding: 1.6em 0 0;
}

.custom-logo {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	max-width: 100%;
	max-height: 100px;
	width: auto;
	height: auto;
	transition: 0.2s;
}

.site-title {
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}
.site-title a {
	color: #333333;
	text-decoration: none;
}

.site-header .size-karuna-hero,
.custom-header {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	clear: both;
	background-color: #6636cc;
	width: 100%;
}

.site-info {
	background-color: white;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 1.6em 5%;
	text-align: center;
}
.site-info .sep {
	display: inline-block;
	margin: 0 0.4em;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comments-area {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 1.6em;
	margin: 0 0 1.6em;
}

.comments-title,
.comment-reply-title {
	line-height: 1.2;
	margin: 0 0 0.4em;
	font-size: 20px;
	font-size: 1.25rem;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-list {
	list-style: none;
	margin: 0 0 3.2em;
	padding: 0;
}
.comment-list .children {
	list-style: none;
}
.comment-list .edit-link {
	display: inline;
	text-align: left;
	width: auto;
}

.comment-body {
	content: "";
	display: table;
	table-layout: fixed;
	margin-top: 1.6em;
	padding-top: 1.6em;
	width: 100%;
}

.comment-author .fn {
	display: inline-block;
	margin-bottom: .4em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
	font-size: 1rem;
}
.comment-author .avatar {
	float: left;
	margin-right: 1.6em;
}

.comment-meta a {
	text-decoration: none;
}

.comment-metadata {
	color: #999999;
	font-size: 13.2px;
	font-size: 0.825rem;
	margin-bottom: 1.6em;
	text-transform: lowercase;
}
.comment-metadata a,
.comment-metadata a:visited {
	color: #999999;
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
}
.comment-metadata a:hover, .comment-metadata a:focus,
.comment-metadata a:visited:hover,
.comment-metadata a:visited:focus {
	text-decoration: underline;
}
.comment-metadata .edit-link {
	float: none;
}
.comment-metadata .edit-link:before {
	content: "|";
	margin-left: .4em;
	margin-right: .8em;
}
.comment-metadata a:first-of-type {
	display: inline-block;
	margin-bottom: .8em;
}

.pingback .edit-link,
.trackback .edit-link {
	float: right;
}

.no-comments {
	font-style: italic;
	display: block;
	text-align: center;
	width: 100%;
}

.says {
	display: none;
}

.comment-content {
	clear: both;
}

.comment-form label {
	display: inline-block;
	width: 109px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	margin: 0 0 1.6em;
	position: relative;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0.65em 0.8em;
	position: absolute;
	left: 0;
	top: 2px;
	text-transform: uppercase;
}
.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
	clear: both;
	padding-left: 6.4em;
	width: 100%;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
	padding: 2em 0.8em 0.375em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2.4em;
}
.widget select {
	max-width: 100%;
}
.widget img {
	max-width: 100%;
}
.widget div > ul, .widget > ul {
	margin: 0;
	padding: 0;
}
.widget div > ul li, .widget > ul li {
	list-style: none;
	border-top: 1px solid rgba(153, 153, 153, 0.2);
	margin: 0.8em 0 0;
	padding: 0.8em 0 0;
}
.widget div > ul > li:first-of-type, .widget > ul > li:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}
.widget div > ol, .widget > ol {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.widget div > ol li, .widget > ol li {
	border-top: 1px solid rgba(153, 153, 153, 0.2);
	margin: 0.8em 0 0;
	padding: 0.8em 0 0;
}
.widget div > ol > li:first-of-type, .widget > ol > li:first-of-type {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

.widget-title {
	font-size: 16px;
	font-size: 1rem;
	margin: 0 0 0.8em;
}

.header-widget-area-wrapper {
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}

.header-widget-area {
	color: white;
	background-color: #85cc36;
	font-weight: bold;
	padding: 0 10%;
	text-align: left;
	width: 100%;
	font-size: 16px;
	font-size: 1rem;
	content: "";
	display: table;
	table-layout: fixed;
}
.header-widget-area a {
	color: white;
}
.header-widget-area button,
.header-widget-area input[type="button"],
.header-widget-area input[type="reset"],
.header-widget-area input[type="submit"],
.header-widget-area .button {
	color: white;
	border-color: white;
	padding: 0.4em 0.8em;
	white-space: nowrap;
}
.header-widget-area button:hover, .header-widget-area button:focus,
.header-widget-area input[type="button"]:hover,
.header-widget-area input[type="button"]:focus,
.header-widget-area input[type="reset"]:hover,
.header-widget-area input[type="reset"]:focus,
.header-widget-area input[type="submit"]:hover,
.header-widget-area input[type="submit"]:focus,
.header-widget-area .button:hover,
.header-widget-area .button:focus {
	opacity: 0.5;
}
.header-widget-area .textwidget {
	text-align: center;
	line-height: 2;
}
.header-widget-area .widget {
	margin: 0 0 2.4em;
}
.header-widget-area .widget:first-of-type {
	margin-top: 0;
}
.header-widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.site-content .widget-area .widget {
	background-color: rgba(0, 0, 0, 0.02);
	padding: 1.6em;
}

.site-content .full-width-widget-area {
	padding: 0 5% 1.6em;
	width: 100%;
}
.site-content .full-width-widget-area .widget {
	background-color: transparent;
	margin: 0.4em auto;
	padding: 0;
	width: 100%;
}
.site-content .full-width-widget-area .widget-title {
	text-align: center;
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: .8em;
	font-weight: normal;
	font-size: 20px;
	font-size: 1.25rem;
}

.footer-widgets-wrapper {
	background-color: #6636cc;
	color: white;
	padding: 1.6em 5%;
	width: 100%;
}
.footer-widgets-wrapper a {
	color: white;
}
.footer-widgets-wrapper button,
.footer-widgets-wrapper input[type="button"],
.footer-widgets-wrapper input[type="reset"],
.footer-widgets-wrapper input[type="submit"],
.footer-widgets-wrapper .button {
	color: white;
	border-color: white;
}
.footer-widgets-wrapper .widget {
	font-size: 16px;
	font-size: 1rem;
}

/* Specific widgets */
.widget_rss a {
	font-weight: bold;
}
.widget_rss .rss-date {
	clear: both;
	display: block;
	font-style: italic;
	margin: 0 0 0.4em;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.widget_calendar td#next {
	text-align: right;
}
.widget_calendar td#prev {
	text-align: left;
}

.widget_search .search-field {
	width: 100%;
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}

.textwidget {
	word-wrap: break-word;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle span {
	border: 2px solid;
	border-color: #6636cc;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	color: #6636cc;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 1.6em;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0.8em 1.6em 0.8em;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}

#infinite-handle span button {
	transition: none;
}

.infinite-loader {
	width: 100%;
}
.infinite-loader .spinner {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%; /* Make sure embeds and iframes fit their containers. */
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	font-style: italic;
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	margin: 0;
	padding: 0.8em;
	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 {
	display: block;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Products
--------------------------------------------------------------*/
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
	margin-bottom: 0.8em;
}
.woocommerce .woocommerce-ordering {
	margin-bottom: 1.6em;
	width: 100%;
}
.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0 0 1.6em;
	padding: 0;
	width: 100%;
	transition: 0.3s;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	-webkit-transform: translateY(-0.5em);
	-moz-transform: translateY(-0.5em);
	-ms-transform: translateY(-0.5em);
	-o-transform: translateY(-0.5em);
	transform: translateY(-0.5em);
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.woocommerce ul.products li.product h3 {
	background: #85cc36;
	color: #fff;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 0.8em;
	padding: 0.8em;
	position: relative;
}
.woocommerce ul.products li.product .star-rating {
	font-size: inherit;
	margin: 0 0 0.8em;
}
.woocommerce ul.products li.product .price del {
	display: inline-block;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	background: #6636cc;
	border-radius: 0;
	color: #fff;
	font-size: inherit;
	left: 0.4em;
	line-height: inherit;
	margin: 0;
	min-height: 0;
	min-width: 0;
	padding: 0.4em 0.8em;
	right: auto;
	top: 0.4em;
	transition: 0.3s;
}
.woocommerce a:hover span.onsale,
.woocommerce ul.products li.product a:hover .onsale {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #333;
	font-size: inherit;
	margin-bottom: 0.8em;
}
.woocommerce div.product p.price {
	margin-bottom: 1.6em;
	margin-top: -1.6em;
}
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	color: inherit;
	padding: 0;
}
.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: none;
	margin: 0;
	width: 100%;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart,
.woocommerce div.product_meta {
	margin-bottom: 1.6em;
}

/*--------------------------------------------------------------
## Variations
--------------------------------------------------------------*/
.woocommerce div.product form.cart .variations {
	background: transparent;
	margin: 0 0 1.6em;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	line-height: inherit;
	padding: 0;
}
.woocommerce div.product form.cart .variations select {
	display: block;
	margin: 0;
	min-width: 100%;
}
.woocommerce div.product form.cart .reset_variations {
	font-size: inherit;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.woocommerce nav.woocommerce-pagination {
	margin: 0 0 1.6em;
}
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: block;
	margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
	background: transparent;
	border: 0;
	float: left;
	height: 1.6em;
	line-height: 1.6em;
	margin: 0 0.2em 0.2em 0;
	text-align: center;
	width: 1.6em;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	font-size: inherit;
	line-height: inherit;
	padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li a {
	background: rgba(0, 0, 0, 0.02);
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #85cc36;
	color: #fff;
}

/*--------------------------------------------------------------
## Product Gallery
--------------------------------------------------------------*/
.woocommerce-image-wrapper {
	margin: 0 0 1.6em;
	position: relative;
}
.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: none;
	margin: 0;
	width: 100%;
}
.woocommerce div.product div.images div.thumbnails {
	margin-bottom: -1.6em;
	padding-top: 1.6em;
}
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
	margin-bottom: 1.6em;
	margin-right: 0;
	padding-right: 1.2em;
	width: 25%;
}
.woocommerce #content div.product div.thumbnails.columns-4 a:nth-of-type(4n+2),
.woocommerce div.product div.thumbnails.columns-4 a:nth-of-type(4n+2),
.woocommerce-page #content div.product div.thumbnails.columns-4 a:nth-of-type(4n+2),
.woocommerce-page div.product div.thumbnails.columns-4 a:nth-of-type(4n+2) {
	padding-left: 0.4em;
	padding-right: 0.8em;
}
.woocommerce #content div.product div.thumbnails.columns-4 a:nth-of-type(4n+3),
.woocommerce div.product div.thumbnails.columns-4 a:nth-of-type(4n+3),
.woocommerce-page #content div.product div.thumbnails.columns-4 a:nth-of-type(4n+3),
.woocommerce-page div.product div.thumbnails.columns-4 a:nth-of-type(4n+3) {
	padding-left: 0.8em;
	padding-right: 0.4em;
}
.woocommerce #content div.product div.thumbnails.columns-4 a.last,
.woocommerce div.product div.thumbnails.columns-4 a.last,
.woocommerce-page #content div.product div.thumbnails.columns-4 a.last,
.woocommerce-page div.product div.thumbnails.columns-4 a.last {
	padding-left: 1.2em;
	padding-right: 0;
}

/*--------------------------------------------------------------
## Description/Reviews Tabs
--------------------------------------------------------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
	margin-bottom: 0;
	padding-left: 1.6em;
	padding-left: calc(1.6em - 5px);
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 0.4em 0.8em;
	color: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background: rgba(0, 0, 0, 0.02);
	color: #6636cc;
}
.woocommerce div.product .woocommerce-tabs .panel {
	background: rgba(0, 0, 0, 0.02);
	margin: 0 0 1.6em;
	padding: 0 1.6em 1.6em;
}
.woocommerce #reviews #comments ol.commentlist li {
	margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0;
	border-radius: 0;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
	background: transparent;
	border: 0;
	border-radius: 50%;
	padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
	margin-bottom: 1.6em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: inherit;
	margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
	color: #999;
}

/*--------------------------------------------------------------
## Ratings
--------------------------------------------------------------*/
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 1.6em;
}
.woocommerce .star-rating:before,
.woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .star-rating span {
	color: inherit;
}
.woocommerce #review_form #respond .stars a {
	box-shadow: none;
}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/
.woocommerce table.shop_table {
	border: 0;
	border-radius: 0;
	margin: 0 0 1.6em;
	table-layout: auto;
}
.woocommerce table.shop_table p {
	margin: 0;
}
.woocommerce table.shop_table th {
	background: #85cc36;
	color: #fff;
	padding: 8px 5px;
}
.woocommerce table.shop_table td {
	border-top: 0;
	padding: 8px 5px;
}
.woocommerce table.shop_table .product-remove {
	text-align: center;
}
.woocommerce a.remove {
	margin: 0 auto;
}
.woocommerce td.product-name dl.variation {
	margin: 0;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation dd {
	margin: 0;
	padding: 0;
}
.woocommerce td.product-name dl.variation dd {
	margin-left: 4px;
}
.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	float: none;
	margin-bottom: 8px;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	border-color: #ddd;
	line-height: inherit;
	padding: 0.5em;
	width: auto;
}
.woocommerce table.cart td.actions .input-text:focus,
.woocommerce-page #content table.cart td.actions .input-text:focus,
.woocommerce-page table.cart td.actions .input-text:focus {
	border-color: #6636cc;
	color: #333;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	border: 0;
	margin: 0 0 1.6em;
}
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border: 0;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	padding: 0 0 1.6em;
	text-align: right;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	margin: 0;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background: transparent;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) .actions,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) .actions {
	border-top: 1.6em solid #85cc36;
	background: transparent;
}
.woocommerce table.shop_table_responsive .order-total,
.woocommerce-page table.shop_table_responsive .order-total {
	background: #85cc36;
	color: #fff;
}
.woocommerce a.remove {
	color: inherit !important;
	opacity: 0.5;
}
.woocommerce a.remove:hover {
	background: transparent;
	color: inherit !important;
	opacity: 1;
}

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	float: none;
	width: 100%;
}
.woocommerce form .form-row {
	margin: 0 0 1.6em;
	padding: 0;
}
.woocommerce form .form-row .required {
	color: inherit;
	font-weight: inherit;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: rgba(0, 0, 0, 0.02);
	border-radius: 0;
	margin-bottom: 1.6em;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom-color: rgba(153, 153, 153, 0.2);
	padding: 1.6em;
	text-align: inherit;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: inherit;
}
#add_payment_method #payment ul.payment_methods li:last-child,
.woocommerce-cart #payment ul.payment_methods li:last-child,
.woocommerce-checkout #payment ul.payment_methods li:last-child {
	margin-bottom: -0.8em;
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	font-size: inherit;
	line-height: inherit;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background: #fff;
	border: 1px solid rgba(153, 153, 153, 0.2);
	border-radius: 10px;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0.8em 0;
	padding: 0.8em;
}
#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
	margin: 0;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	margin: 0;
	padding: 1.6em;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-top: 0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	background: rgba(0, 0, 0, 0.02);
	border: 0;
	border-radius: 0;
	margin: 0 0 1.6em;
	padding: 0.8em 1.6em;
	text-align: inherit;
}
.woocommerce form.checkout_coupon {
	padding: 1.6em 1.6em 0;
}

/*--------------------------------------------------------------
## Order Received
--------------------------------------------------------------*/
.woocommerce-thankyou-order-received,
.woocommerce-thankyou-order-details {
	background: rgba(0, 0, 0, 0.02);
	padding: 1.6em;
}
.woocommerce-thankyou-order-received {
	background: #85cc36;
	color: #fff;
	margin-bottom: 0;
}
.woocommerce .order_details li {
	border: 0;
	float: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0 0 1.6em;
	padding: 0;
}
.woocommerce .order_details li:last-child {
	margin-bottom: 0;
}
.woocommerce .order_details li strong {
	font-size: inherit;
	line-height: inherit;
}

/*--------------------------------------------------------------
## Info Messages
--------------------------------------------------------------*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border: 0;
	background: rgba(0, 0, 0, 0.02);
	color: inherit;
	margin-bottom: 1.6em !important;
	padding-bottom: 1.6em !important;
	padding-top: 1.6em !important;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
	top: 1.6em;
}
.woocommerce-info:before {
	color: inherit;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	margin-left: 0.8em;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	border: 2px solid;
	border-color: #6636cc;
	border-radius: 10px;
	background: transparent;
	box-shadow: none;
	color: #6636cc;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	font-size: 1rem;
	-webkit-font-smoothing: inherit;
	letter-spacing: 1px;
	line-height: 1;
	padding: 0.8em;
	text-align: center;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.3s;
}
.woocommerce .footer-widgets-wrapper a.button,
.woocommerce .footer-widgets-wrapper a.button:hover,
.woocommerce .footer-widgets-wrapper a.button:focus,
.woocommerce .header-widget-area a.button,
.woocommerce .header-widget-area a.button:hover,
.woocommerce .header-widget-area a.button:focus,
.woocommerce .footer-widgets-wrapper button.button,
.woocommerce .footer-widgets-wrapper button.button:hover,
.woocommerce .footer-widgets-wrapper button.button:focus,
.woocommerce .header-widget-area button.button,
.woocommerce .header-widget-area button.button:hover,
.woocommerce .header-widget-area button.button:focus {
	border-color: #fff;
	color: #fff;
}
.woocommerce .footer-widgets-wrapper a.button:hover,
.woocommerce .footer-widgets-wrapper a.button:focus,
.woocommerce .header-widget-area a.button:hover,
.woocommerce .header-widget-area a.button:focus,
.woocommerce .footer-widgets-wrapper button.button:hover,
.woocommerce .footer-widgets-wrapper button.button:focus,
.woocommerce .header-widget-area button.button:hover,
.woocommerce .header-widget-area button.button:focus {
	opacity: 0.75;
}
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	background: transparent;
	border-color: #85cc36;
	box-shadow: none;
	color: #85cc36;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background: transparent;
	border-color: #6636cc;
	color: #6636cc;
	cursor: not-allowed;
	opacity: 0.5;
	padding: 0.8em;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
}
.woocommerce a.added_to_cart {
	display: block;
	padding-top: 0.8em;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	line-height: inherit;
}

/* Select */
.woocommerce form .form-row .select2-container {
	line-height: inherit;
}
.select2-container .select2-choice {
	border-color: #ddd;
	border-radius: 5px;
	box-shadow: none;
	color: inherit;
	padding: 0.5em;
}
.select2-container .select2-choice .select2-arrow b:after {
	border-top-color: #333;
}
.select2-dropdown-open .select2-choice .select2-arrow b:after {
	border-bottom-color: #333;
	border-top-color: transparent;
}
.select2-drop {
	border-radius: 0;
	margin-top: -5px;
}
.select2-drop-active {
	border-color: #ddd;
	border-radius: 0 0 5px 5px;
	border-width: 1px;
}
.select2-search {
	padding: 0.5em;
}
.select2-results {
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 0 0.5em;
}
.select2-search input {
	background: transparent;
	font-family: inherit;
	font-size: inherit;
	padding: 0.5em !important;
}
.select2-results li {
	margin: 0;
}
.select2-results .select2-highlighted {
	background: #85cc36;
	border-radius: 0;
	color: #fff;
}
.select2-results .select2-result-label {
	padding: 0.5em;
}

/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
/* Average Rating Filter */
.woocommerce .widget_rating_filter ul {
	margin: 0;
	padding: 0;
}
.woocommerce .widget_rating_filter ul li {
	padding: 0.8em 0 0;
}
.woocommerce .widget_rating_filter .star-rating:before,
.woocommerce .widget_rating_filter .star-rating span {
	color: inherit;
}

/* Cart */
.widget-area .widget_shopping_cart .cart_list .empty,
.woocommerce.widget_shopping_cart .cart_list .empty {
	padding-left: 0;
	padding-right: 0;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
	border-left: 1px solid rgba(153, 153, 153, 0.2);
	padding-left: 0.8em;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
	padding: 0;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
	clear: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
}
.widget-area .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 1px solid rgba(153, 153, 153, 0.2);
	padding: 0.8em 0;
	text-align: right;
}
.widget-area .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .buttons {
	margin-bottom: 0;
}
.widget-area .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	display: block;
}
.widget-area .widget_shopping_cart .buttons a + a,
.woocommerce.widget_shopping_cart .buttons a + a {
	margin-top: 0.8em;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Lists */
.woocommerce .widget_layered_nav ul,
.woocommerce .widget_layered_nav_filters ul,
.widget_product_categories ul,
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	margin: 0;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_layered_nav_filters ul li,
.widget_product_categories li,
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	margin-top: 0.8em;
	padding-bottom: 0;
	padding-top: 0.8em;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 2em;
}
.woocommerce .widget_layered_nav ul li:first-child,
.woocommerce .widget_layered_nav_filters ul li:first-child,
.widget_product_categories li:first-child,
.woocommerce ul.cart_list li:first-child,
.woocommerce ul.product_list_widget li:first-child,
.woocommerce .widget_shopping_cart .cart_list li:first-child,
.woocommerce.widget_shopping_cart .cart_list li:first-child {
	margin-top: 0;
	padding-top: 0;
}
.woocommerce .widget_layered_nav_filters ul li {
	float: none;
}
.widget_product_categories .children {
	margin-top: 0.8em;
	padding-left: 1.6em;
}
.widget_product_categories li .children li:first-child {
	padding-top: 0.8em;
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
	color: inherit;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	margin-left: 0.8em;
	width: 3.2em;
}
.widget .product_list_widget del {
	opacity: 0.5;
}
.widget .product_list_widget ins {
	background: transparent;
	font-weight: bold;
}

/* Product Search */
.widget_product_search form {
	text-align: right;
}
.widget_product_search input[type="search"] {
	width: 100%;
}
.widget_product_search input[type="submit"] {
	margin-top: 0.8em;

}

/* Price Filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(153, 153, 153, 0.2);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background: currentcolor;
}
.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 1.6em;
}
.woocommerce .widget_price_filter .price_slider_amount {
	font-size: inherit;
	line-height: inherit;
	text-align: inherit;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
	float: none;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.8em;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	/* Increase font sizes on larger screens */
	.site-title {
		font-size: 42px;
		font-size: 2.625rem;
	}

	.site-info {
		font-size: 16px;
		font-size: 1rem;
	}

	.page-template-front-page .site-main > .hentry:first-of-type .entry-content {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.front-testimonials .hentry {
		font-size: 28px;
		font-size: 1.75rem;
	}
	.front-testimonials .hentry .entry-title {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.recent-posts .recent-posts-title {
		font-size: 28px;
		font-size: 1.75rem;
	}
	.recent-posts .entry-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.entry-title {
		font-size: 42px;
		font-size: 2.625rem;
		word-wrap: normal;
	}

	.entry-content,
	.entry-summary {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.widget-title {
		font-size: 20px;
		font-size: 1.25rem;
	}

	.header-widget-area {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.site-content .full-width-widget-area {
		padding-top: 3.2em;
	}
	.site-content .full-width-widget-area .widget-title {
		font-size: 28px;
		font-size: 1.75rem;
	}

	.footer-widgets-wrapper .widget {
		font-size: 18px;
		font-size: 1.125rem;
	}

	.comments-title,
	.comment-reply-title {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h1 {
		font-size: 42px;
		font-size: 2.625rem;
	}

	h2 {
		font-size: 32px;
		font-size: 2rem;
	}

	h3 {
		font-size: 30px;
		font-size: 1.875rem;
	}

	h4 {
		font-size: 26px;
		font-size: 1.625rem;
	}

	h5 {
		font-size: 20px;
		font-size: 1.25rem;
	}

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

	.site-header {
		text-align: left;
	}

	.top-bar-wrapper {
		padding: 0 10%;
	}

	.top-bar {
		padding: 0.8em 0;
		content: "";
		display: table;
		table-layout: fixed;
	}
	.top-bar .site-description {
		float: left;
		line-height: 26px;
		margin: 0;
		width: 50%;
	}
	.top-bar .jetpack-social-navigation {
		text-align: right;
		float: right;
		width: 50%;
	}
	.top-bar .jetpack-social-navigation ul {
		margin-bottom: 0;
	}
	.top-bar .jetpack-social-navigation li {
		padding-left: .8em;
		padding-right: 0;
	}

	.site-branding-wrapper {
		position: relative;
		padding: 0 10%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sticky-wrapper {
		background: white;
		max-width: 100%;
		width: 100%;
		z-index: 2;
		transition: 0.2s;
	}

	.site-branding {
		float: left;
		display: inline-block;
		margin-right: 1.6em;
		min-width: 33%;
		padding: 1.6em 0;
	}
	.site-branding .site-title {
		clear: none;
		display: inline-block;
		vertical-align: middle;
	}

	.custom-logo {
		clear: none;
		display: inline-block;
		margin-right: .8em;
		vertical-align: middle;
	}

	.menu-toggle {
		display: none;
	}

	.genericon, .main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		font-size: 16px;
		vertical-align: middle;
		text-align: center;
		display: inline-block;
		font-family: "Genericons";
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		line-height: 1;
		text-decoration: inherit;
		text-transform: none;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		speak: none;
	}

	.genericon-expand, .main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
	}

	.main-navigation {
		clear: none;
		display: block;
		float: right;
		text-align: right;
		margin-left: 1.6em;
		padding: 1.6em 0;
		position: relative;
		width: auto;
	}
	.main-navigation li {
		border-top: 0;
		display: inline-block;
		float: none;
	}
	.main-navigation li li a,
	.main-navigation li li li a,
	.main-navigation li li li li a,
	.main-navigation li li li li li a {
		padding-left: 1.6em;
	}
	.main-navigation ul {
		display: block;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	.main-navigation ul ul {
		background-color: #6636cc;
		box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
		float: left;
		position: absolute;
		top: 1.6em;
		left: -999em;
		z-index: 99999;
		margin-left: .8em;
		text-align: left;
	}
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
		margin-left: 0;
	}
	.main-navigation ul ul li {
		border-bottom: 1px solid rgba(153, 153, 153, 0.3);
	}
	.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
		left: 100%;
	}
	.main-navigation ul ul .page_item_has_children > a:after,
	.main-navigation ul ul .menu-item-has-children > a:after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: -2px;
		margin-left: 0;
	}
	.main-navigation ul ul a,
	.main-navigation ul ul a:visited {
		color: white;
		padding: 0.6em 1.6em;
		width: 200px;
		transition: opacity 0.3s;
	}
	.main-navigation ul ul a:hover, .main-navigation ul ul a:focus,
	.main-navigation ul ul a:visited:hover,
	.main-navigation ul ul a:visited:focus {
		color: white;
		opacity: 0.5;
	}
	.main-navigation ul ul li:nth-of-type(1) a {
		padding-top: .6em;
	}
	.main-navigation ul ul li:last-of-type {
		border-bottom: 0;
	}
	.main-navigation ul ul li:last-of-type a {
		padding-bottom: .6em;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: auto;
	}
	.main-navigation a {
		padding: 0.2em 0 0.2em 2.4em;
		transition: opacity 0.3s;
	}
	.main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		margin-left: 3px;
		position: relative;
		top: -2px;
	}

	.content-area {
		float: left;
		margin: 0 -40% 0 0;
		width: 100%;
	}

	.site-content {
		padding: 3.2em 10%;
	}

	.site-main {
		margin: 0 40% 0 0;
	}

	.site-content .widget-area {
		float: right;
		overflow: hidden;
		width: 30%;
	}

	.page-template-front-page .site-main > .hentry:first-of-type {
		padding: 0 10%;
	}

	.front-testimonials {
		padding: 3.2em 10%;
		content: "";
		display: table;
		table-layout: fixed;
	}
	.front-testimonials .hentry {
		float: left;
		margin-right: 4%;
		padding: 1.6em 2.4em;
		width: 48%;
	}
	.front-testimonials .hentry:nth-of-type(2n) {
		margin-right: 0;
	}

	.recent-posts {
		padding: 3.2em 10%;
	}
	.recent-posts .grid-row {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recent-posts .hentry {
		float: left;
		margin-right: 10%;
		margin-bottom: 3.2em;
		width: 45%;
	}
	.recent-posts .hentry:nth-of-type(2n) {
		margin-right: 0;
	}

	.site-info {
		padding: 1.6em 10%;
	}

	.page-template-full-width-page .site-content {
		padding: 3.2em 10%;
	}

	.comments-area {
		padding: 2.4em;
	}

	.front-testimonials,
	.footer-widgets-wrapper,
	.recent-posts-wrapper,
	.site-branding-wrapper,
	.top-bar-wrapper,
	.site-content,
	.page-template-front-page .site-main > .hentry:first-of-type,
	.page-template-full-width-page-php .site-content,
	.site-content .full-width-widget-area,
	.header-widget-area .header-widget-area-wrapper {
		margin-left: auto;
		margin-right: auto;
		max-width: 1040px;
	}

	.page-template-front-page .site-content {
		padding-left: 0;
		padding-right: 0;
	}

	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous {
		float: left;
		width: 50%;
		padding: 0;
		margin: 0;
		border: 0;
	}
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.site-content .full-width-widget-area,
	.header-widget-area-wrapper {
		float: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 1.6em 0;
		width: 100%;
	}
	.site-content .full-width-widget-area .widget,
	.header-widget-area-wrapper .widget {
		flex-basis: 30%;
		margin: 0 0 1.6em;
	}
	.site-content .full-width-widget-area .widget-gallery,
	.site-content .full-width-widget-area .widget_text,
	.site-content .full-width-widget-area .widget_wpcom_instagram_widget,
	.header-widget-area-wrapper .widget-gallery,
	.header-widget-area-wrapper .widget_text,
	.header-widget-area-wrapper .widget_wpcom_instagram_widget {
		flex-basis: 100%;
	}

	.site-content .full-width-widget-area {
		padding: 3.2em 10% 0 10%;
	}

	.footer-widgets-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 3.2em 10%;
	}
	.footer-widgets-wrapper .widget-area {
		width: 48%;
	}

	/* WooCommerce */
	.woocommerce .woocommerce-ordering {
		width: auto;
	}
	.woocommerce .woocommerce-result-count {
		margin-bottom: 1.6em;
	}
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding-right: 0.8em;
		width: 50%;
	}
	.woocommerce ul.products li.last,
	.woocommerce-page ul.products li.last {
		padding-left: 0.8em;
		padding-right: 0;
	}
	.woocommerce ul.products li.last .onsale,
	.woocommerce-page ul.products li.last .onsale {
		left: 1.2em;
	}
	.woocommerce .wc-tabs-wrapper {
		padding-top: 1.6em;
	}
	.woocommerce .related.products {
		padding-top: 1.6em;
	}
	.woocommerce .upsells.products {
		padding-top: 1.6em;
	}
	.woocommerce .cart-collaterals,
	.woocommerce-page .cart-collaterals {
		padding-top: 1.6em;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) .actions,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) .actions {
		border-top: 0;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce table.shop_table_responsive .order-total,
	.woocommerce-page table.shop_table_responsive .order-total {
		background: transparent;
	}
	.woocommerce table.shop_table_responsive .order-total,
	.woocommerce-page table.shop_table_responsive .order-total {
		color: inherit;
	}
}
@media screen and (min-width: 1100px) {
	.sticking.sticky-wrapper {
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.02);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 7;
	}

	.admin-bar .sticking.sticky-wrapper {
		top: 32px;
	}

	.sticking .site-title {
		font-size: 28.8px;
		font-size: 1.8rem;
	}

	.sticking .custom-logo {
		max-height: 50px;
	}

	.front-testimonials,
	.footer-widgets-wrapper,
	.recent-posts-wrapper,
	.site-branding-wrapper,
	.top-bar-wrapper,
	.site-content,
	.page-template-front-page .site-main > .hentry:first-of-type,
	.page-template-full-width-page-php .site-content,
	.site-content .full-width-widget-area {
		padding-left: 0;
		padding-right: 0;
	}

	.footer-widgets .widget-area:nth-child(1):nth-last-child(2),
	.footer-widgets .widget-area:nth-child(2):nth-last-child(1) {
		width: 48%;
		margin-right: 4%;
	}
	.footer-widgets .widget-area:nth-child(1):nth-last-child(2):last-of-type,
	.footer-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.footer-widgets .widget-area:nth-child(1):nth-last-child(3),
	.footer-widgets .widget-area:nth-child(2):nth-last-child(2),
	.footer-widgets .widget-area:nth-child(3):nth-last-child(1) {
		width: 30%;
		margin-right: 5%;
	}
	.footer-widgets .widget-area:nth-child(1):nth-last-child(3):last-of-type,
	.footer-widgets .widget-area:nth-child(2):nth-last-child(2):last-of-type,
	.footer-widgets .widget-area:nth-child(3):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.footer-widgets .widget-area:nth-child(1):nth-last-child(4),
	.footer-widgets .widget-area:nth-child(2):nth-last-child(3),
	.footer-widgets .widget-area:nth-child(3):nth-last-child(2),
	.footer-widgets .widget-area:nth-child(4):nth-last-child(1) {
		width: 20%;
		margin-right: 6.6666%;
	}
	.footer-widgets .widget-area:nth-child(1):nth-last-child(4):last-of-type,
	.footer-widgets .widget-area:nth-child(2):nth-last-child(3):last-of-type,
	.footer-widgets .widget-area:nth-child(3):nth-last-child(2):last-of-type,
	.footer-widgets .widget-area:nth-child(4):nth-last-child(1):last-of-type {
		margin-right: 0;
	}
}