/*
Theme Name: i-Envy
Author: Ekaterina Emelyanenko (1000heads Inc.)
Description: i-Envy site
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kiss

Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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.
This theme only works in WordPress 4.7 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
   13.7 Sidebar
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
html, body {
	height: 100%;
}
article, aside, footer, header, nav, section {
	display: block;
}
h1, .h1 {
	font-size: 2em;
	margin: 0.67em 0;
	line-height: 1.2em;
}
figcaption, figure, main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active, a:hover {
	outline-width: 0;
}
abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}
b, strong {
	font-weight: 600;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #eee;
	color: #222;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
audio, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details, menu {
	display: block;
}
summary {
	display: list-item;
}
canvas {
	display: inline-block;
}
template {
	display: none;
}
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after,
.entry-content:before, .entry-content:after,
.entry-footer:before, .entry-footer: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,
.nav-links:before, .nav-links:after,
.pagination:before, .pagination:after,
.comment-author:before, .comment-author:after,
.widget-area:before, .widget-area:after,
.widget:before, .widget:after,
.comment-meta:before, .comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
	clear: both;
}
.invisible {
	visibility: hidden;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -9999px;
}
.lock-scroll {
	overflow: hidden;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body, button, input, select, textarea {
	color: #333;
	font-family: 'Montserrat', "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.2em;
	margin: 0 0 0.75em;
	padding: 1.5em 0 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	padding-top: 0;
}
h1 {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}
h2 {
	color: #000;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 600;
}
h3 {
	color: #333;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 600;
}
h4 {
	color: #333;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 800;
}
h5 {
	color: #767676;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
h6 {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 800;
}
p {
	margin: 0 0 1.5em;
	padding: 0;
}
p:last-child, p:last-of-type {
	margin-bottom: 0;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	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 #666;
	cursor: help;
}
mark, ins {
	background: #eee;
	text-decoration: none;
}
big {
	font-size: 125%;
}
blockquote {
	quotes: "" "";
}
q {
	quotes: "“" "”" "‘" "’";
}
blockquote:before, blockquote:after {
	content: "";
}
:focus {
	outline: none;
}

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

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}
fieldset {
	margin-bottom: 1em;
}
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: #333;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	display: block;
	padding: 0.5em;
	width: 100%;
}
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: #222;
	border-color: #333;
}
select {
	border: 1px solid #bbb;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: 39px;
	width: 100%;
	max-width: 100%;
}
input[type="radio"], input[type="checkbox"] {
	margin-right: 0.5em;
}
input[type="radio"] + label, input[type="checkbox"] + label {
	font-weight: 400;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
.btn {
	display: inline-block;
	color: #621B4B;
	background: transparent;
	border: solid 2px #621B4B;
	padding: 7px 26px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
	text-align: center;
}
.btn:hover, .btn:focus {
	color: #621B4B;
}
.btn.btn-white {
	color: #fff;
	border-color: #fff;
}
.btn.btn-white:hover, .btn.btn-white:focus {
	color: #fff;
}
.btn.btn-black {
	color: #000;
	border-color: #000;
}
.btn.btn-black:hover, .btn.btn-black:focus {
	color: #000;
}
.purple-grad {
	color: #621B4B;
}

@media screen and (min-width: 1600px) {
	.featured-image-header .btn.btn-mink {
	    top: 62%;
	    left: 70%;
	}
}
@media screen and (max-width: 1599px) {
	.featured-image-header .btn.btn-mink {
		top: 62%;
	    left: 69%;
	}
}
@media screen and (max-width: 1260px) {
	.featured-image-header .btn.btn-mink {
	    left: 68%;
	}
}
@media screen and (max-width: 1075px) {
	.featured-image-header .btn.btn-mink {
	    left: 66%;
	}
}
@media screen and (max-width: 900px) {
	.featured-image-header .btn.btn-mink {
	    font-size: 13px;
	}
}
@media screen and (max-width: 800px) {
	.featured-image-header .btn.btn-mink {
	    left: 64%;
	}
}
@media screen and (max-width: 48em) {
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	.btn {
		border-width: 1px;
		padding: 3px 20px;
		font-size: 14px;
	}
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul, ol {
	margin: 0 0 1.5em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
}
thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}
th {
	padding: 0.4em;
	text-align: left;
}
tr {
	border-bottom: 1px solid #eee;
}
td {
	padding: 0.4em;
}
th:first-child, td:first-child {
	padding-left: 0;
}
th:last-child, td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #000;
	outline: 0;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	padding-bottom: 5px;
}
.navigation-top .wrap {
	max-width: 100%;
	padding: 0 2em;
}
.main-navigation {
	clear: both;
	display: block;
	position: relative;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
	position: relative;
}
.main-navigation > div > ul {
	padding: 0.75em 1.695em;
}
#top-menu-wrapper {
	padding-right: 140px;
}
.main-navigation > .kiss-logo, .main-navigation .sub-menu, .main-navigation .menu-close {
	display: none;
}
.main-navigation .menu-social {
	position: absolute;
	top: 24px;
	right: 0;
}
.main-navigation .menu-social a {
	display: inline-block;
	padding: 0;
	border: none;
}
.main-navigation li {
	position: relative;
	padding: 0 1.25em;
}
.navigation-top a {
	color: #fff;
	font-weight: normal;
	opacity: 0.6;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	display: block;
	padding: 1.75em 2px 1em 2px;
	text-decoration: none;
	border-top: solid 4px transparent;
}
.navigation-top .current-menu-item > a, .navigation-top .current_page_item > a, .navigation-top a:hover {
	opacity: 1;
	border-color: #fff;
}
.kiss-logo a {
	color: transparent;
	background: transparent url(assets/images/ienvylogo.png) no-repeat center center / 200px auto;
	display: block;
	width: 150px;
	border: none;
	padding: 1em 0;
	opacity: 1;
	color: transparent !important;
}
#top-menu .store-locator-handle {
	float: right;
}
#top-menu .store-locator-handle a:hover {
	border-color: transparent;
}

/* Search menu */
.main-navigation li.menu-search {
	float: right;
	margin-top: 1.55em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.main-navigation li.menu-search > a {
	display: inline-block;
	width: 20px;
	height: 30px;
	padding: 0;
	vertical-align: middle;
	text-align: center;
	border: none;
	font-size: 18px;
	line-height: 30px;
}
.main-navigation form.search-form {
	opacity: 0;
	transition: opacity .2s linear;
	display: block;
	position: absolute;
	width: 90%;
	max-width: 260px;
	right: 0;
	top: 25px;
	display: none;
}
.main-navigation form.search-form input[type="text"] {
	background: transparent;
	color: #fff;
	padding: 1px;
	line-height: 16px;
	border-color: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.6);
	position: absolute;
	right: 30px;
	font-weight: 200;
}
.main-navigation form.search-form .search-off {
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0; right: 0;
	cursor: pointer;
	z-index: 100;
}
.main-navigation form.search-form .search-off:before {
	content: "\00d7";
	position: absolute;
	font-size: 50px;
	line-height: 24px;
	left: 0px; top: 0px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 200;
}
.main-navigation.search-on .store-locator-handle, .main-navigation.search-on .menu-search, .main-navigation.search-on .menu-social {
	display: none;
	opacity: 0;
}
.main-navigation.search-on form.search-form {
	opacity: 1;
	display: block;
}
body.single-product .navigation-top {
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 14px;
	-webkit-box-shadow: inset 0px -10px 20px -10px #111;
	-moz-box-shadow: inset 0px -10px 20px -10px #111;
	box-shadow: inset 0px -10px 20px -10px #111;
}
body.single-product .site-content-contain {
	padding-top: 90px;
}
body.tax-product-type.vluxe .navigation-top a, body.single-product.single-vluxe .navigation-top a {
	color: #888;
	opacity: 1;
}
body.tax-product-type.vluxe .navigation-top .current-menu-item > a,
body.tax-product-type.vluxe .navigation-top .current_page_item > a,
body.tax-product-type.vluxe .navigation-top a:hover,
body.single-product.single-vluxe .navigation-top .current-menu-item > a,
body.single-product.single-vluxe .navigation-top .current_page_item > a,
body.single-product.single-vluxe .navigation-top a:hover {
	color: #BB9D13;
	border-color: #BB9D13;
}
body.tax-product-type.vluxe .kiss-logo a,
body.no-header-image .main-navigation li.kiss-logo a,
body.single-product.single-vluxe .kiss-logo a {
	background-image: url(assets/images/ienvylogo_blk.png);
}
body.tax-product-type.vluxe .site-navigation-fixed.navigation-top {
	background: rgba(255, 255, 255, 0.7);
}
body.tax-product-type.vluxe .main-navigation form.search-form input[type="text"] {
    color: #888;
    border-bottom-color: #888;
}
body.tax-product-type.vluxe .main-navigation form.search-form .search-off:before {
	color: rgba(0, 0, 0, 0.4);
}
body.no-header-image .navigation-top a,
body.no-header-image .navigation-top .current-menu-item > a,
body.no-header-image .navigation-top .current_page_item > a,
body.no-header-image .navigation-top a:hover {
	color: #000;
}
body.no-header-image .navigation-top .current-menu-item > a,
body.no-header-image .navigation-top .current_page_item > a,
body.no-header-image .navigation-top a:hover, {
	border-color: #bbb;
}
body.no-header-image .main-navigation li.menu-search > a {
	background-position: -29px -99px;
}
body.no-header-image .main-navigation form.search-form input[type="text"] {
	border-bottom-color: rgba(0, 0, 0, 0.6);
	color: rgba(0, 0, 0, 0.6);
}
body.no-header-image .main-navigation form.search-form .search-off:before {
	color: rgba(0, 0, 0, 0.4);
}
body.no-header-image .site-navigation-fixed .main-navigation li.kiss-logo a {
	background-image: url(assets/images/ienvylogo.png);
}
body.no-header-image .navigation-top.site-navigation-fixed a,
body.no-header-image .navigation-top.site-navigation-fixed .current-menu-item > a,
body.no-header-image .navigation-top.site-navigation-fixed .current_page_item > a,
body.no-header-image .navigation-top.site-navigation-fixed a:hover {
	color: #fff;
}
body.no-header-image .navigation-top.site-navigation-fixed .current-menu-item > a,
body.no-header-image .navigation-top.site-navigation-fixed .current_page_item > a,
body.no-header-image .navigation-top.site-navigation-fixed a:hover {
	border-color: #bbb;
}
body.no-header-image .site-navigation-fixed .main-navigation li.menu-search > a {
	background-position: -3px -99px;
}
body.no-header-image .site-navigation-fixed .main-navigation li.menu-search form input[type="text"] {
	border-bottom-color: rgba(255, 255, 255, 0.6);
	color: #fff;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 0 10px;
	text-shadow: none;
	cursor: pointer;
}

/* Display the menu toggle when JavaScript is available. */

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}
.dropdown-toggle:hover, .dropdown-toggle:focus {
	background: transparent;
}
.dropdown-toggle:focus {
	outline: thin dotted;
}
.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}
/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

@media screen and (max-width: 48em) {
	.main-navigation > .kiss-logo {
		display: block;
	}
	.main-navigation li.kiss-logo a {
		color: inherit;
		background: none;
		padding: 0;
		color: #353637 !important;
	}
	body.tax-product-type.vluxe .main-navigation li.kiss-logo a {
		color: #888 !important;
	}
	.navigation-top {
		position: absolute;
		width: 100%;
		padding-bottom: 0;
	}
	.navigation-top .wrap {
		padding-left: 0em;
		padding-right: 0em;
	}
	.main-navigation li {
		padding: 0;
	}
	.navigation-top a {
		color: #353637;
		opacity: 1;
		border: none;
	}
	.navigation-top ul#top-menu > li > a {
		display: inline-block;
		width: auto;
		border: none;
		padding: 8px 0;
		text-transform: uppercase;
		font-weight: 600;
		position: relative;
	}
	.navigation-top ul#top-menu > li.menu-item-has-children > a:after {
		content: "+";
		position: absolute;
		width: 10px;
		height: 10px;
		top: 50%;
		left: 100px;
		margin-top: -5px;
		line-height: 10px;
		text-align: center;
	}
	.navigation-top ul#top-menu > li.show-submenu.menu-item-has-children > a:after,
	.navigation-top ul#top-menu > li.current-menu-item.menu-item-has-children > a:after,
	.navigation-top ul#top-menu > li.current-menu-parent.menu-item-has-children > a:after {
		content: "-";
	}
	.main-navigation .menu-close,
	.main-navigation .menu-social {
		display: block;
	}
	.main-navigation .menu-social {
		margin: 0 1.5em;
		border-top: solid 1px #efefef;
		padding: 15px 0;
		position: relative;
	}
	.main-navigation li.menu-search {
		display: none;
	}
	.main-navigation > div > ul {
		padding: 50px 20px 25px 20px;
	}
	.main-navigation ul.sub-menu {
		padding-bottom: 15px;
		border-bottom: solid 1px #efefef;
		margin-bottom: 15px;
	}
	.navigation-top ul.sub-menu > li > a {
		border: 0;
		padding: 2px 0;
		font-size: 0.95em;
		font-weight: 200;
	}
	.main-navigation li.show-submenu ul.sub-menu,
	.main-navigation li.current-menu-item ul.sub-menu,
	.main-navigation li.current-menu-parent ul.sub-menu {
		display: block;
	}
	.navigation-top .current-menu-item > a,
	.navigation-top .current_page_item > a,
	.navigation-top a:hover {
		color: #621b4b;
	}
	.js .menu-toggle {
		display: inline-block;
		margin: 0;
	}
	.kiss-logo {
		display: block;
		position: absolute;
		left: 50%; top: 0;
		-ms-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.kiss-logo a {
		padding: 0.5em 0;
	}
	.navigation-top #top-menu-wrapper {
		background: #fff;
		display: none;
		position: fixed;
		top: 0; left: 0;
		width: 80%;
		max-width: 320px;
		height: 100%;
		overflow: auto;
		padding-right: 0;
	}
	.navigation-top.opened #site-navigation:before {
		content: "";
		position: fixed;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		background: rgba(87, 24, 63, 0.6);
	}
	.navigation-top #top-menu-wrapper .menu-close {
		display: block;
		position: absolute;
		width: 25px;
		height: 25px;
		top: 10px;
		right: 25px;
		cursor: pointer;
		z-index: 100;
	}
	.navigation-top #top-menu-wrapper .menu-close:before {
		content: "\00d7";
		position: absolute;
		font-size: 50px;
		line-height: 24px;
		left: 0px; top: 0px;
		color: #353637;
		font-weight: 200;
	}
	.navigation-top.opened #top-menu-wrapper {
		display: block;
	}
	.navigation-top #top-menu {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	#top-menu .store-locator-handle {
		float: none;
	}
	.navigation-top .lines {
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		transition: all 0.1s linear;
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
		display: block;
		width: 25px;
		height: 2px;
		position: relative;
		margin: 19px 7px;
	}
	.navigation-top .lines:before, .navigation-top .lines:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		-webkit-perspective: 1000;
		-webkit-backface-visibility: hidden;
		display: block;
		width: 25px;
		height: 2px;
		position: absolute;
		left: 0;
		content: '';
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.navigation-top .lines:before {
		top: -9px;
	}
	.navigation-top .lines:after {
		top: 9px;
	}
	.navigation-top .lines,
	.navigation-top .lines:before,
	.navigation-top .lines:after {
		background: #fff;
	}
	body.tax-product-type.vluxe .navigation-top .lines,
	body.tax-product-type.vluxe .navigation-top .lines:before,
	body.tax-product-type.vluxe .navigation-top .lines:after {
		background: #000;
	}
	body.tax-product-type.vluxe .kiss-logo a,
	body.no-header-image .main-navigation .kiss-logo a {
		background-image: url(assets/images/ienvylogo_blk.png);
	}
	body.no-header-image .navigation-top .lines,
	body.no-header-image .navigation-top .lines:before,
	body.no-header-image .navigation-top .lines:after {
		background: #353637;
	}
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}
#page {
	position: relative;
	word-wrap: break-word;
	height: 100%;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	padding-left: 2em;
	padding-right: 2em;
}
.wrap:after {
	clear: both;
	content: "";
	display: block;
}
.middle-content {
  position: relative;
}
.middle-content:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.5em;
}
.middle-content > * {
	display: inline-block;
	vertical-align: middle;
	margin: auto;
}
@media screen and (max-width: 48em) {
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}
.site-header {
	background-color: #fafafa;
	position: relative;
	z-index: 105;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}
.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.site-branding a:hover, .site-branding a:focus {
	opacity: 0.7;
}
.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.site-title, .site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}
body.has-header-image .site-title, body.has-header-video .site-title,
body.has-header-image .site-title a, body.has-header-video .site-title a {
	color: #fff;
}
.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}
body.has-header-image .site-description, body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}
.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}
.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}
.custom-logo-link a:hover, .custom-logo-link a:focus {
	opacity: 0.9;
}
body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}
.custom-header {
	position: relative;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}
body.no-header-image .site-content-contain {
	padding-top: 67px;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */
.sticky {
	position: relative;
}
.post:not(.sticky) .icon-thumb-tack {
	display: none;
}
.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}
.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}
.entry-title:not(:first-child) {
	padding-top: 0;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */
/* Single Post */
.featured-image-header {
	background-color: #fafafa;
	position: relative;
	overflow: hidden;
}
.featured-image-header img {
	display: block;
	margin: auto;
	min-width: 100%;
}
.featured-image-header img,
.featured-image-header .btn {
	position: absolute;
	top: 0; left: 0;
	opacity: 0;
}
.featured-image-header img:first-child {
	position: relative;
}
.featured-image-header .autoparallax .btn {
	opacity: 1;
}
@media screen and (max-width: 48em) {
	.featured-image-header img,
	.featured-image-header .btn {
		opacity: 1;
	}
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}
.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */
.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}
.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page article {
	margin-bottom: 40px;
}
.page-header {
	padding-bottom: 2em;
}
.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}
.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* 404 page */
body.error404 .site-content-contain {
	padding-top: 0;
	height: 100%;
}
body.error404 #content {
	background: transparent url('assets/images/404_banner.jpg') no-repeat center center / cover;
	height: 100%;
	height: calc(100% - 169px);
	padding-top: 67px;
	min-height: 400px;
	color: #fff !important;
}
body.error404 #content .wrap {
	padding-left: 10%;
	padding-right: 10%;
	height: 100%;
}
body.error404 .page-header {
	padding-bottom: 0;
}
body.error404 .page-title {
	font-size: 6.5em;
	font-weight: bold;
	line-height: 1.2em;
}
body.error404 p {
	font-size: 1.2em;
	font-weight: 200;
	line-height: 1.3em;
}
body.error404 .page-title,
body.error404 p {
	text-shadow: 1px 1px 2px #000;
}
body.error404 .btn {
	margin-top: 20px;
}

.error404 .page-content {
	padding-bottom: 4em;
}
.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}
.error404 .featured-image-header img {
	opacity: 1;
}
@media screen and (max-width: 48em) {
	body.error404 #content .wrap {
		padding-left: 4em;
		padding-right: 4em;
	}
	body.error404 .page-title {
		font-size: 4em;
	}
}


/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	background: rgb(53, 54, 55);
	color: #fff;
	position: relative;
}
.site-footer * {
	color: inherit;
}
.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}

/* Site info */
.site-info {
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 1em;
}
.site-info strong {
	display: block;
	margin-bottom: 5px;
}
.site-info a {
	display: inline-block;
	font-weight: 200;
}
.site-info a:hover {
	color: #EFEFEF;
}
.site-info .footer-helpful-info a {
	display: block;
}
.site-info .social-profile {
	display: inline-block;
	margin: 0 13px 0 -8px;
}
.site-info .footer-columns {
	width: 100%;
}
.site-info .footer-columns:after {
	content: "";
	display: table;
	clear: both;
}
.site-info .footer-columns .footer-column {
	float: left;
	padding: 0 10px;
	width: 18%;
}
.site-info .footer-columns .footer-column.footer-form {
	width: 46%;
	padding-right: 5%;
}
.site-info .footer-columns .footer-column.footer-social {
	padding-right: 0;
}
.site-info .footer-copyright {
	font-size: 0.85em;
	color: #999;
	font-weight: 200;
	text-align: center;
	margin-top: 30px;
}
#kiss-newsletter {
	margin-top: 12px;
}
#kiss-newsletter .cform-container {
	width: 100%;
	position: relative;
}
#kiss-newsletter .cfrom-submit-container {
	top: 0;
	right: 0;
	position: absolute;
	padding: 0 0 10px 10px;
	background: rgb(53,54,55);
}
#kiss-newsletter label {
	display: none;
}
#kiss-newsletter input[type="email"] {
	background: transparent;
	border: none;
	border-bottom: solid 1px #666;
	color: #fff;
	padding: 4px 130px 4px 0px;
}
#kiss-newsletter input[type="email"].error {
	border-color: #f00;
}
#kiss-newsletter .btn {
	padding: 4px 20px;
	font-size: 0.9em;
}
#kiss-newsletter input::-webkit-input-placeholder {
	color: #666;
	font-weight: 200;
}
#kiss-newsletter input:-moz-placeholder {
	color: #666;
	font-weight: 200;
}
#kiss-newsletter input::-moz-placeholder {
	color: #666;
	font-weight: 200;
	opacity: 1;
}
#kiss-newsletter input:-ms-input-placeholder {
	color: #666;
	font-weight: 200;
}

@media screen and (max-width: 48em) {
	.site-footer .wrap {
		padding-top: 1em;
	}
	.site-info .footer-columns .footer-column {
		width: auto;
		padding: 0;
	}
	.site-info strong {
		display: none;
		margin-bottom: -10px;
	}
	.site-info .footer-form strong {
		display: block;
	}
	.site-info a:not(.social-profile) {
		font-size: 12px;
		display: inline-block;
		padding-right: 10px;
	}
	.site-info .footer-columns .footer-column.footer-form {
		width: 100%;
		padding: 15px 0 0 0;
	}
	.site-info .footer-columns .footer-column.footer-social {
		margin-top: 20px;
	}
	.site-info .footer-copyright {
		font-size: 0.75em;
		line-height: 1.5em;
		margin-top: -25px;
		padding-left: 120px;
	}
	.site-info .footer-copyright span {
		display: inline-block;
	}
	.site-info .footer-helpful-info a {
		display: inline;
	}
}

/* Social nav */
.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}
.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}
.social-navigation li {
	display: inline;
}
.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}
.social-navigation a:hover, .social-navigation a:focus {
	background-color: #333;
}
.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/*--------------------------------------------------------------
13.7 Sidebar
--------------------------------------------------------------*/

.wrap .sidebar {
	float: left;
	width: 18%;
	margin-right: 2%;
}
.wrap .sidebar > ul {
	margin: 20px 0;
	list-style: none;
	line-height: 1.4em;
}
.wrap .sidebar ul {
	list-style: none;
}
.wrap .sidebar + .content {
	float: right;
	width: 80%;
}

/*--------------------------------------------------------------
13.8 Grid
--------------------------------------------------------------*/
.grid {
	font-size: 0;
}
.grid .grid-item {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	position: relative;
}
.grid .grid-item .grid-item-back {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	display: none;
}
.grid.grid5 .grid-item {
	width: 20%;
}
.grid.grid5.grid-margin .grid-item {
	width: 19%;
}
.grid.grid4 .grid-item {
	width: 25%;
}
.grid.grid-margin .grid-item {
	margin-right: 1%;
	margin-bottom: 3%;
}
.grid.grid4.grid-margin .grid-item {
	width: 24%;
}
.grid.grid4 .grid-item-double {
	width: 50%;
}
.grid.grid4.grid-margin .grid-item-double {
	width: 49%;
}
.grid.grid3 .grid-item {
	width: 33.3333%;
}
.grid.grid3.grid-margin .grid-item {
	width: 32.3333%;
}
.grid.grid3 .grid-item2 {
	width: 66.666%;
}
.grid.grid2 .grid-item {
	width: 50%;
}
.grid.grid2.grid-margin .grid-item {
	width: 49%;
}
.grid.grid2.grid-margin .grid-item:nth-child(n+1) {
	margin-right: 2%;
}
.grid.view-row .grid-item {
	width: 100% !important;
}

@media screen and (max-width: 48em) {
	.wrap .sidebar {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.wrap .sidebar + .content {
		float: none;
		width: 100%;
	}
	.grid .grid-item {
		font-size: 14px;
	}
	.grid.grid-margin .grid-item {
		margin-right: 3%;
	}
	.grid.grid-margin .grid-item:nth-child(2n+2) {
		/*margin-right: 0;*/
	}
	.grid.grid5 .grid-item, .grid.grid4 .grid-item, .grid.grid3 .grid-item {
		width: 50%;
	}
	.grid.grid5.grid-margin .grid-item, .grid.grid4.grid-margin .grid-item, .grid.grid3.grid-margin .grid-item {
		width: 47%;
	}
	.grid.grid4 .grid-item-double {
		width: 100%;
	}
}

/* Slick slider */
.slick-slider .slick-prev, .slick-slider .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 30px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent url('assets/images/icons.png') 0 0 / 160px no-repeat;
}
.slick-slider .slick-prev {
	left: -10px;
	background-position: -107px -83px;
	transform: translate(0, -50%) rotate(-90deg);
}
.slick-slider .slick-next {
	right: -10px;
	background-position: -70px -83px;
	transform: translate(0, -50%) rotate(-90deg);
}
.slick-slider.slick-vertical .slick-prev, .slick-slider.slick-vertical .slick-next {
	top: auto;
	left: 50%;
	margin-left: -15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.slick-slider.slick-vertical .slick-prev {
	top: -20px;
}
.slick-slider.slick-vertical .slick-next {
	bottom: -40px;
}
form.cform .cform-success {
	display: none;
}
form.cform.success .cform-success {
	display: block;
}
form.cform.success .cform-container {
	display: none;
}
form.cform textarea {
	height: 200px;
}

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

#comments {
	clear: both;
}
.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
}
.comment-list, .comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list li:before {
	display: none;
}
.comment-body {
	margin-left: 65px;
}
.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}
.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}
.comment-author .says {
	display: none;
}
.comment-meta {
	margin-bottom: 0.5em;
}
.comment-meta a:not(.comment-edit-link) {
	cursor: default;
}
.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}
.comment-metadata a {
	color: #767676;
}
.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}
.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 2em;
}
.comment-notes {
	font-size: 0.9em;
}
.comment-reply-link {
	font-weight: 800;
	position: relative;
}
.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}
.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-style: italic;
	padding-bottom: 20px;
	text-align: center;
}
.comments-pagination {
	margin: 2em 0 3em;
}
.form-submit {
	text-align: right;
}
#comments #reply-title {
	cursor: pointer;
}
#comments .page-numbers {
	display: inline-block;
	padding: 0 5px;
}
#comments .nav-links:before {
	content: 'Pages:';
	display: inline-block;
	margin-right: 10px;
}
#comments .page-numbers.current {
	opacity: 0.5;
}
#comments #comment-status {
	display: none;
	margin-bottom: 20px;
	font-style: italic;
}

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

#secondary {
	padding: 1em 0 2em;
}
.widget {
	padding-bottom: 3em;
}
h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
.widget-title a {
	color: inherit;
}

/* widget forms */
.widget select {
	width: 100%;
}

/* widget lists */
.widget ul {
	list-style: none;
	margin: 0;
}
.widget ul li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}
.widget ul li + li {
	margin-top: -1px;
}
.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}
.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}
.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* widget markup */
.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */
.widget_text {
	word-wrap: break-word;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}
.widget_rss ul li {
	padding: 2.125em 0;
}
.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}
.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}
.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}
.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}
.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */
.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	display: block;
}

/* Search */
form#page-search-form {
	position: relative;
	margin-top: 20px;
	max-width: 700px;
}
form#page-search-form input.search-query {
	padding-right: 140px;
}
form#page-search-form input.search-submit {
	position: absolute;
	right: 0;
	top: 0;
}
.wrap#search-results {
	padding-top: 20px;
	padding-bottom: 60px;
}
.wrap#search-results article {
	padding-bottom: 0;
}
.wrap#search-results article .post-thumbnail,
.wrap#search-results article .post-caption {
	display: inline-block;
	vertical-align: top;
}
.wrap#search-results article .post-thumbnail {
	width: 40%;
	height: 0;
	margin-right: 3%;
	padding-top: 25%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.wrap#search-results article .post-caption {
	width: 50%;
}
.wrap#search-results article .post-caption p {
	margin-bottom: 20px;
}
.wrap#search-results h4 span {
	color: #621b4b;
}
.poppy .wrap#search-results {
	padding: 30px 3em !important;
}

@media screen and (max-width: 48em) {
	form#page-search-form input.search-query {
		padding-right: 115px;
	}
	form#page-search-form input.search-submit {
		padding-top: 9px;
		padding-bottom: 8px;
	}
	.wrap#search-results article .post-thumbnail,
	.wrap#search-results article .post-caption {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.wrap#search-results article .post-thumbnail {
		padding-top: 60%;
		margin-bottom: 30px;
	}
}

/* Tag cloud widget */
.tagcloud, .widget_tag_cloud, .wp_widget_tag_cloud {
	line-height: 1.5;
}
.widget .tagcloud a, .widget.widget_tag_cloud a, .wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	float: left;
	font-size: 14px !important; /* !important to overwrite inline styles */
	font-size: 0.875rem !important;
	margin: 4px 4px 0 0 !important;
	padding: 4px 10px 5px !important;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}
.widget .tagcloud a:hover, .widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover, .widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover, .wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */
.widget_calendar th, .widget_calendar td {
	text-align: center;
}
.widget_calendar tfoot td {
	border: 0;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img, video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
img.alignleft, img.alignright {
	float: none;
	margin: 0;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption, .gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* Media Elements */
.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}
.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}
.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-light .wp-playlist-item:hover, .site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}
.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */
.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}
.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}
.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}
.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}
.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}
.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}
.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */
.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}
.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}
.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}
.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}
.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}
.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}
.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}
.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}
.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */
.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
/*.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}
.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}
*/
/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.kiss-customizer.kiss-front-page .kiss-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}
.highlight-front-sections.kiss-customizer.kiss-front-page .kiss-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.kiss-customizer.kiss-front-page .kiss-panel .kiss-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.kiss-customizer.kiss-front-page .kiss-panel:nth-of-type(1):after {
	border: none;
}
.kiss-front-page.kiss-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.kiss-panel .customize-partial-edit-shortcut button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.kiss-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

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

@media screen and (max-width: 48em) {
	.wrap .sidebar {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.wrap .sidebar + .content {
		float: none;
		width: 100%;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */
	body, button, input, select, textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.35;
	}

	/* Layout */
	.wrap {
		padding-left: 3em;
		padding-right: 3em;
	}
	.custom-header-media {
		height: 165px;
		position: relative;
	}

	/* Navigation */
	.navigation-top {
		top: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}
	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
		background: rgba(87, 24, 63, 0.8);
	}

	/* Main Navigation */
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}
	.main-navigation {
		width: auto;
	}
	.main-navigation ul {
		background: transparent;
		padding: 0;
	}
	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.main-navigation li {
		border: 0;
		display: inline-block;
	}
	ol.children .children {
		padding-left: 2em;
	}

	/* Footer */
	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}
}

@media screen and ( max-width: 60em ) and ( min-width: 48em ) {
	.navigation-top .wrap {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
	.main-navigation li {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */
	form, button, input, select, textarea,
	.navigation-top, .social-navigation,
	#secondary,	.content-bottom-widgets,
	.header-image, .panel-image-prop, .icon-thumb-tack,
	.page-links, .edit-link,
	.post-navigation, .pagination.navigation,
	.comments-pagination, .comment-respond, .comment-edit-link, .comment-reply-link, .comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area, .site-info {
		display: none !important;
	}
	.entry-footer, #comments, .site-footer,	.featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}
	h1 {
		font-size: 24pt;
	}
	h2 {
		font-size: 22pt;
	}
	h3 {
		font-size: 17pt;
	}
	h4 {
		font-size: 12pt;
	}
	h5 {
		font-size: 11pt;
	}
	h6 {
		font-size: 12pt;
	}
	.page-title, body.page:not(.kiss-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */
	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */
	.site-header {
		background: transparent;
		padding: 0;
	}
	.custom-header-media {
		padding: 0;
	}
	.kiss-front-page.has-header-image .site-branding,
	.kiss-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}
	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}
	.site-title {
		font-size: 25pt;
	}
	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */
	.featured-image-header {
		background: transparent;
	}
	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */
	body, .site {
		background: none !important; /* Brute force since user agents all print differently. */
	}
	body, a, .site-title a,
	.kiss-front-page.has-header-image .site-title,
	.kiss-front-page.has-header-video .site-title,
	.kiss-front-page.has-header-image .site-title a,
	.kiss-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}
	h2, h5, blockquote,
	.site-description,
	.kiss-front-page.has-header-image .site-description,
	.kiss-front-page.has-header-video .site-description,
	.entry-meta, .entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}
	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}
	.site-footer {
		padding: 0;
	}
}

/* Tabbies */
.tabbies .tabbies-tab {
	display: inline-block;
	cursor: pointer;
}
.tabbies .tabbies-panel {
	display: none;
}
.tabbies .tabbies-panel.active {
	display: block;
}

/* Poppy */
.poppy {
	display: none;
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0; left: 0;
	z-index: 100;
	text-align: left;
	background: transparent;
}
.poppy .poppy-content {
	position: relative;
	width: 100%;
	max-width: none;
	height: 100%;
	margin-top: 175px;
	padding-bottom: 75px;
	overflow: auto;
	background: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0 0 20px #111;
	-moz-box-shadow: 0 0 20px #111;
	box-shadow: 0 0 20px #111;
	opacity: 0;
}
.poppy .poppy-body {
	background: #fff;
}
.poppy .poppy-close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	right: 3em;
	cursor: pointer;
	background: transparent url(assets/images/icons.png) no-repeat -57px -111px / 110px;
}
.poppy .site-content {
	padding-top: 15px;
}

/* Custom */
.parallax-images .btn {
	position: absolute;
}
.poppy .wrap {
	padding-left: 3em !important;
	padding-right: 3em !important;
}

@media screen and (max-width: 48em) {
	.tabbies .tabbies-panel h2 {
		font-size: 1.1em;
		padding-left: 10px;
	}
}


/* Homepage */
body.kiss-front-page #content .wrap {
	padding: 0;
}
body.kiss-front-page #content .wrap:nth-child(2) {
	margin-top: -5px;
}
#home-header .slick-dots {
	position: absolute;
	bottom: 25px;
	display: block;
	width: 100%;
	padding: 0 3em;
	margin: 0;
	list-style: none;
	text-align: right;
}
#home-header .slick-dots li, #page-front-slider .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
#home-header .slick-dots li button, #page-front-slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent url('assets/images/slider-dots.png') no-repeat 0px -27px / 20px;
}
#home-header .slick-dots li.slick-active button, #page-front-slider .slick-dots li.slick-active button{
	background-position: 0px -2px;
}
#primary.page-front .grid-header {
	text-align: center;
}
#primary.page-front .grid-header > * {
	display: inline-block;
	padding: 10px 20px;
	color: #BEBEBE;
	cursor: pointer;
	font-size: 0.9em;
}
#primary.page-front .grid-header .active {
	font-weight: 600;
	color: #621b4b;
}
#primary.page-front #page-front-products .grid .grid-item {
	position: relative;
}
#primary.page-front #page-front-products .thumbnail {
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#primary.page-front #page-front-products .grid .grid-item .grid-item-back {
	position: absolute;
	top: 0; left: 0;
	color: #fff;
	text-align: center;
	background: rgba(87, 24, 63, 0.8);
}
#primary.page-front #page-front-products .grid .grid-item:hover .grid-item-back {
	display: block;
}
#primary.page-front #page-front-products .grid .grid-item .grid-item-back > div {
	margin: auto;
}
#primary.page-front #page-front-products .grid .grid-item .grid-item-back h2 {
	text-align: center;
	color: #fff;
}
#primary.page-front #page-front-slider {
	position: relative;
}
#page-front-slider .slick-dots {
	position: absolute;
	display: block;
	width: auto;
	right: 3em;
	top: 50%;
	margin-right: -10px;
	margin-top: -40px;
}
#page-front-slider .slick-dots li {
	display: block;
	margin: 5px 0;
}
#page-front-slider .slick-dots li button {
	background-image: url('assets/images/slider-dots-blk.png');
}
#primary.page-front #page-front-slider .page-front-slider-info {
	position: absolute;
	height: 100%;
	width: 222px;
	top: 0;
	right: 10%;
	padding: 10px;
}
#primary.page-front #page-front-looks {
	font-size: 0;
}
#primary.page-front .page-front-app,
#primary.page-front .page-front-looks {
	display: inline-block;
	position: relative;
	width: 50%;
	height: 0;
	padding-top: 50%;
	font-size: 16px;
}
#primary.page-front .page-front-app .page-front-app-content {
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
	background: transparent url('assets/images/kiss_homepage_app.jpg') no-repeat center center / cover;
	color: #fff;
	padding: 8em 3em 3em 3em;
}
#primary.page-front h2 {
	margin-bottom: 8px;
	color: inherit;
	padding-top: 0.8em;
}
#primary.page-front .btn {
	margin-top: 20px;
}
#primary.page-front #page-front-story {
	padding: 13% 32% 13% 18%;
	background: #fff url('assets/images/kiss_homepage_story.jpg') no-repeat center center / cover;
}
#primary.page-front #page-front-story .content {
	max-width: 450px;
}
#primary.page-front .page-front-looks .grid {
	position: absolute;
	width: 100%; height: 100%;
	left: 0; top: 0;
}
#primary.page-front .page-front-looks .grid-item {
	position: absolute;
	display: block;
}
#primary.page-front .page-front-looks .look-thumbnail {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#primary.page-front .page-front-looks .look-content-container {
	padding: 0 13%;
}
#primary.page-front .page-front-looks .look-content-container,
#primary.page-front .page-front-looks .look-content-wrapper {
	height: 100%;
}
#primary.page-front .page-front-looks .look-content-wrapper h2 {
	padding-top: 0;
}
#primary.page-front .page-front-looks .grid-item:nth-child(1),
#primary.page-front .page-front-looks .grid-item:nth-child(3) {
	width: 40%; height: 40%;
}
#primary.page-front .page-front-looks .grid-item:nth-child(2) {
	width: 60%; height: 70%;
	left: 40%;
}
#primary.page-front .page-front-looks .grid-item:nth-child(3) {
	top: 40%;
}
#primary.page-front .page-front-looks .grid-item:nth-child(4),
#primary.page-front .page-front-looks .grid-item:nth-child(5) {
	width: 20%; height: 20%;
}
#primary.page-front .page-front-looks .grid-item:nth-child(4) {
	top: 80%;
}
#primary.page-front .page-front-looks .grid-item:nth-child(5) {
	top: 80%; left: 20%;
}
#primary.page-front .page-front-looks .grid-item:nth-child(6),
#primary.page-front .page-front-looks .grid-item:nth-child(7) {
	width: 30%; height: 30%;
}
#primary.page-front .page-front-looks .grid-item:nth-child(6) {
	top: 70%; left: 40%;
}
#primary.page-front .page-front-looks .grid-item:nth-child(7) {
	top: 70%; left: 70%;
}

@media screen and (max-width: 56em) {
	#primary.page-front .page-front-app {
		width: 40%;
	}
	#primary.page-front .page-front-looks {
		width: 60%;
	}
}

@media screen and (max-width: 48em) {
	#primary.page-front .grid-header > * {
		font-size: 13px;
		padding: 10px;
	}
	#primary.page-front #page-front-products .grid .grid-item:nth-child(3) {
		width: 100%;
	}
	#primary.page-front #page-front-products .grid .grid-item:nth-child(3) .thumbnail {
		padding-top: 50%;
	}
	#home-header .slick-dots {
		bottom: 15px;
		padding: 0 1em;
	}
	#home-header .slick-dots li, #page-front-slider .slick-dots li {
		width: 14px;
		height: 14px;
		margin: 2px;
	}
	#home-header .slick-dots li button, #page-front-slider .slick-dots li button {
		width: 14px;
		height: 14px;
		background-size: 14px;
		background-position: 0 -19px;
	}
	#page-front-slider .slick-dots {
		margin-top: 0;
		right: auto;
		left: 1em;
		top: 80px;
	}
	#primary.page-front .page-front-app, #primary.page-front .page-front-looks {
		display: block;
		width: 100%;
		padding-top: 100%;
	}
	#primary.page-front h2 {
		padding-top: 0;
	}
	#primary.page-front .btn {
		margin-top: 10px;
	}
	#primary.page-front #page-front-slider .page-front-slider-info {
		width: 100%;
		height: auto;
		min-height: 200px;
		position: absolute;
		right: 0; top: 0;
		padding: 10px 20px 10px 15%;
	}
	#primary.page-front #page-front-slider .page-front-slider-info span {
		width: 100%;
	}
	#primary.page-front #page-front-slider .page-front-slider-info span > * {
		display: inline-block;
		vertical-align: middle;
	}
	#primary.page-front #page-front-slider .page-front-slider-info img {
		max-height: 180px;
		max-width: 45%;
	}
	#primary.page-front #page-front-slider .page-front-slider-info span > div {
		width: 53%;
	}
	#primary.page-front #page-front-slider .page-front-slider-info:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 20px solid #fff;
		position: absolute;
		bottom: -18px;
	}
	.cd-image-container {
		margin-top: 200px;
	}
}

/* Products Page */
.tax-product .wrap {
	padding-top: 2.5em;
	padding-bottom: 40px;
}
.products-grid .product-number {
	display: none;
}
.products-grid.show .product-number {
	display: block;
}
.products-grid .product-thumbnail {
	width: 100%;
	height: 0;
	padding-top: 70%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
}
.products-grid .product-caption {
	display: none;
}
.products-grid .product-name {
	font-size: 14px;
	margin-top: 5px;
	text-align: center;
}
.products-grid .product-new:after {
	content: '';
	position: absolute;
	display: block;
	width: 54px;
	height: 24px;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.products-grid.grid .grid-item .grid-item-back {
	text-align: center;
	height: 0;
	padding-top: 70%;
	background-color: rgba(98, 27, 75, 0.8);
}
.products-grid.grid .grid-item:hover .grid-item-back {
	display: block;
}
.products-grid.grid .grid-item .grid-item-back .btn {
	position: absolute;
	left: 50%; top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.products-grid.grid .grid-item .products-grid-text {
	width: 100%;
	height: 0;
	padding-top: 70%;
	position: relative;
}
.products-grid.grid .grid-item .products-grid-text-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.products-grid.view-row .grid-item {
	margin-bottom: 4%;
}
.products-grid.view-row .grid-item:last-child {
	margin-bottom: 0;
}
.products-grid.grid.view-row .grid-item:hover .grid-item-back {
	display: none;
}
.products-grid.view-row .product-thumbnail,
.products-grid.view-row .product-caption {
	display: inline-block;
	vertical-align: middle;
}
.products-grid.view-row .product-thumbnail {
	width: 40%;
	padding-top: 25%;
	margin-right: 3%;
}
.products-grid.view-row .product-name {
	display: none;
}
.products-grid.view-row .product-caption {
	width: 50%;
	text-align: left;
}
.products-grid.view-row .product-caption p {
	margin-bottom: 20px;
}
.tax-product {
	min-height: 550px;
}
.tax-product .grid-header {
	margin-bottom: 20px;
}
.tax-product .grid-header strong {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	position: relative;
}
.tax-product .grid-header .grid-header-category {
	display: none;
}
.tax-product .grid-header .grid-header-orderby {
	width: auto;
	max-width: 75%;
}
.tax-product .grid-header .grid-header-view {
	float: right;
	text-align: right;
}
.tax-product .grid-header .grid-header-view span {
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
	vertical-align: middle;
	margin-left: 15px;
	background: transparent url('assets/images/icons.png') no-repeat 0 0 / 160px;
}
.tax-product .grid-header .grid-header-view span.grid-view-icon {
	background-position: -2px -2px;
}
.tax-product .grid-header .grid-header-view span.row-view-icon {
	background-position: -39px -2px;
	opacity: 0.3;
}
.tax-product .grid-header.view-row .grid-header-view span.grid-view-icon {
	opacity: 0.3;
}
.tax-product .grid-header.view-row .grid-header-view span.row-view-icon {
	opacity: 1;
}
.tax-product .sidebar.sidebar-fixed {
	position: fixed;
	top: 106px;
}
.tax-product .sidebar a {
	font-weight: 200;
}
.tax-product .sidebar .current-menu-item > a {
	font-weight: normal;
}
.tax-product .sidebar .sub-menu > li > a {
	color: #bbb;
}
.tax-product .sidebar .sub-menu > li.current-menu-item > a {
	color: #000;
}
body.tax-product-type.ienvy .tax-product .sidebar #cats > .current-menu-item > a {
	color: #621B4B;
}
body.tax-product-type.vluxe .tax-product .sidebar #cats > .current-menu-item > a {
	color: #BB9D13;
}
body.tax-product-type.vluxe .products-grid .product-new:after {
	background-image: url('assets/images/new-vluxe.jpg');
}
body.tax-product-type.ienvy .products-grid .product-new:after {
	background-image: url('assets/images/new-ienvy.jpg');
}
body.tax-product-type.ienvy .tax-product .grid-header .grid-header-found span,
body.tax-product-type.ienvy .tax-product .grid-header .current-orderby,
body.tax-product-type.ienvy .tax-product .grid-header .grid-header-category span {
	color: #621B4B;
}
body.tax-product-type.vluxe .tax-product .grid-header .grid-header-found span,
body.tax-product-type.vluxe .tax-product .grid-header .current-orderby,
body.tax-product-type.vluxe .tax-product .grid-header .grid-header-category span {
	color: #BB9D13;
}
body.tax-product-type.vluxe .products-grid.grid .grid-item .grid-item-back {
	background-color: rgba(187, 157, 19, 0.7);
}
.tax-product .sidebar > ul > li > ul {
	max-height: 0;
	transition: none;
	overflow: hidden;
}
.tax-product .sidebar > ul > li.current-menu-item > ul,
.tax-product .sidebar > ul > li.open > ul{
	max-height: 1000px;
	transition: max-height 1s linear;
	overflow: hidden;
	padding: 8px 0;
}
body.tax-product-type .tax-product .orderby-wrapper {
	display: inline-block;
}
body.tax-product-type .tax-product .current-orderby {
	margin-left: 8px;
	padding-right: 30px;
	position: relative;
	cursor: pointer;
}
body.tax-product-type .tax-product .current-orderby:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: transparent url('assets/images/icons.png') no-repeat -48px -54px / 110px;
	cursor: pointer;
}
body.tax-product-type .tax-product .orderby {
	display: inline-block;
	vertical-align: top;
	display: none;
	position: absolute;
	z-index: 10;
	top: 20px;
	padding: 10px 30px 10px 10px;
	margin-left: -7px;
	background: #fff;
	-webkit-box-shadow: 0 0 7px #bbb;
	-moz-box-shadow: 0 0 7px #bbb;
	box-shadow: 0 0 7px #bbb;
}
body.tax-product-type .tax-product .orderby span {
	display: block;
	cursor: pointer;
	padding: 3px 5px;
	font-weight: normal;
}

@media screen and (max-width: 48em) {
	.tax-product {
		min-height: initial;
	}
	.tax-product .wrap {
		padding-top: 0.7em;
	}
	.tax-product .sidebar {
		display: none;
	}
	.tax-product .grid-header strong {
		width: 49%;
		font-size: 14px;
	}
	.tax-product .grid-header .grid-header-category,
	.tax-product .grid-header .grid-header-orderby {
		display: inline-block;
		max-width: 49%;
	}
	.tax-product .grid-header .grid-header-found,
	.tax-product .grid-header .grid-header-view {
		display: none;
	}
}

/* Products article (for "products" and single pages) */
article.product {
	padding-bottom: 60px;
}
article.product h1 {
	color: #621B4B;
}
article.product #product-slider,
article.product #product-image,
article.product #product-details {
	float: left;
}
article.product #product-slider,
article.product #product-image {
	width: 55%;
	margin-top: 40px;
	margin-right: 2%;
	font-size: 0;
}
article.product #product-details {
	width: 43%;
}
article.product .slick-slider {
	display: inline-block;
	vertical-align: middle;
}
article.product .slick-slide,
article.product #product-image {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
article.product #product-image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 400px;
	margin: auto;
}
article.product .slider-nav {
	width: 17%;
	margin: 0 2% 0 5%;
}
article.product .slider-for {
	width: 76%;
}
article.product .slider-nav .slick-slide {
	height: 0;
	padding-top: 87%;
	margin: 5px;
	border: solid 3px transparent;
	position: relative;
}
article.product .slider-nav .slick-slide.slick-current {
	border-color: #621B4B;
}
article.product .slider-nav .slick-slide.slide-iframe:after {
	content: "";
	position: absolute;
	width: 100%; height: 100%;
	top: 0; left: 0;
}
article.product .slider-nav .slick-slide iframe {
	position: absolute;
	top: 0;
	height: 100%;
}
article.product .slider-for .slick-slide {
	height: 400px;
}
article.product .slider-for .slick-slide > div {
	max-height: 100%;
}
article.product .slider-for .slick-slide.three-sixty-images img  {
	top: 50% !important;
	transform: translateY(-50%);
}
article.product .slider-for .slick-slide iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
article.product .three-sixty-nav:after,
article.product .three-sixty-images > div:after {
	content: "";
	background: transparent url('assets/images/360-icon.png') no-repeat center center / contain;
	position: absolute;
	bottom: 4px; right: 4px;
	width: 26px;
	height: 20px;
	opacity: 0.2;
}
article.product .three-sixty-images > div:after {
	width: 50px;
	height: 32px;
	bottom: 10px; right: 10px;
}
article.product #product-links {
	margin-top: 30px;
}
article.product #product-links .btn {
	margin-right: 40px;
	margin-bottom: 20px;
}
article.product #product-links .product-share {
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
}
#product-details-tabs {
	margin-top: 10px;
}
#product-details-tabs .tabbies-tabs {
	border-bottom: solid 2px #EFEFEF;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	height: 44px;
}
#product-details-tabs .tabbies-tab {
	vertical-align: bottom;
	display: inline-block;
	*display: inline;
}
#product-details-tabs .tabbies-tabs:after {
	content: "";
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}
#product-details-tabs .tabbies-tab span {
	padding: 10px 0;
	display: block;
	color: #BEBEBE;
	border-bottom: solid 3px transparent;
}
#product-details-tabs .tabbies-tab.active span {
	border-bottom: solid 3px #621B4B;
	color: #000
}
#product-details-tabs .tabbies-panels {
	margin-top: 20px;
	max-height: 310px;
	overflow: auto;
}
#product-details-tabs #product-tips strong {
	display: block;
	margin: 10px 0 0 0;
}
article.product .products-grid {
	margin-top: 80px;
}

@media screen and (max-width: 48em) {
	article.product #product-slider,
	article.product #product-image,
	article.product #product-details {
		width: 100%;
		margin-top: 40px;
		margin-right: 0;
	}
	article.product #product-links .btn {
		margin-right: 15px;
	}
	article.product .products-grid .grid-item:first-child {
		display: block;
		width: 100%;
	}
	.products-grid.grid .grid-item .products-grid-text {
		height: auto;
		padding: 0;
	}
	.products-grid.grid .grid-item .products-grid-text-content {
		position: relative;
	}
	.products-grid.grid .grid-item .products-grid-text-content h3 br {
		display: none;
	}
	article.product #product-slider {
		margin-top: 0;
	}
	article.product .slider-for, article.product .slider-nav {
		width: 100%;
	}
	article.product .slider-nav {
		margin: 5% auto;
		padding: 0 5%;
	}
	article.product .slider-nav .slick-slide {
		padding-top: 90px;
		background-size: cover;
	}
	article.product .slider-for .slick-slide {
		height: 300px;
	}
	article.product .products-grid {
		margin-top: 40px;
	}
}

/* Single page */
body.single article {
	position: relative;
}
body.single article:after {
	content: "";
	display: table;
	clear: both;
}
#breadcrumbs {
	margin-bottom: 50px;
}
#breadcrumbs a:last-child {
	font-weight: 600;
	color: #621B4B;
}
#breadcrumbs a:after {
	content: '/';
	display: inline-block;
	margin: 0 10px;
	font-style: italic;
}
#breadcrumbs a:last-child:after {
	display: none;
}
.post-navigation + #breadcrumbs {
	padding-right: 100px;
}
.post-navigation {
	position: absolute;
	right: 0;
}
.post-navigation a, .post-navigation span {
	display: block;
	width: 100%;
	height: 100%;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 3px;
}
.post-navigation span {
	background: transparent url('assets/images/icons.png') no-repeat 0 0 / 110px;
}
.post-navigation span.prev-post {
	background-position: 4px -48px;
}
.post-navigation span.next-post {
	background-position: -19px -48px;
}
.poppy .post-navigation {
	top: 15px;
	right: 7em;
}
@media screen and (max-width: 48em) {
	#breadcrumbs {
		margin-bottom: 40px;
	}
}

/* "Us" page */
#primary.page-us #page-us-content {
	width: 100%;
	padding: 7% 55% 7% 5%;
	position: relative;
}
#primary.page-us #page-us-content:after {
	content: '';
	display: block;
	position: absolute;
	top: 0; right: 0;
	width: 50%;
	height: 100%;
	background: transparent url('assets/images/Kiss_About_Image.jpg') no-repeat center center / cover;
}

@media screen and (max-width: 48em) {
	#primary.page-us #page-us-content {
		padding: 0;
		font-size: 16px;
		line-height: 1.4em;
	}
	#primary.page-us #page-us-content:after {
		position: relative;
		height: 0;
		width: 100%;
		padding-top: 70%;
	}
	#primary.page-us #page-us-content .content {
		padding: 5% 15%;
	}
}

/* Page Insider */
#primary.page-insider #page-insider-content {
	padding-top: 0;
	padding-bottom: 40px;
}
#primary.page-insider .grid-header {
	text-align: center;
}
#primary.page-insider .grid-header > * {
	display: inline-block;
	padding: 10px 20px;
	color: #BEBEBE;
	cursor: pointer;
	font-size: 0.9em;
}
#primary.page-insider .grid-header .active {
	font-weight: 600;
	color: #621B4B;
}
#primary.page-insider .grid h3 {
	padding-top: 8px;
	margin-bottom: 10px;
}
#primary.page-insider .insider-caption {
	padding: 15px 20px;
}
#primary.page-insider .insider-caption time {
	font-size: small;
}
#primary.page-insider .insider-caption .insider-excerpt {
	font-weight: 300;
}
#primary.page-insider .insider-tags {
	border-top: solid 1px #EFEFEF;
	padding: 10px 20px 15px 20px;
	font-size: 0.9em;
	color: #621B4B;
}
article.insider {
	margin-bottom: 40px;
}
article.insider .entry-content {
	float: left;
	width: 72%;
	margin-right: 3%;
}
article.insider .entry-content a {
	color: #621B4B;
	border-bottom: solid 0.5px #621B4B;
}
article.insider .entry-content h3 {
	padding-top: 0;
}
article.insider .sidebar {
	float: right;
	width: 25%;
	margin-right: 0;
	margin-top: 30px;
}
article.insider #insider-image {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}
article.insider time {
	font-size: 0.9em;
}
article.insider #insider-links {
	margin-bottom: 60px;
}
article.insider #insider-links strong {
	display: block;
	margin-bottom: 15px;
}
article.insider #insider-links .social-profile {
	margin-left: -8px;
	margin-right: 23px;
}
.other-insiders .other-insiders-content {
	font-size: 0.95em;
}
.other-insiders a {
	display: block;
	min-height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #EFEFEF;
}
.other-insiders a .insider-thumbnail {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 12px;
	background-color: #EFEFEF;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.other-insiders .insider-tags {
	color: #621B4B;
}

#infinite-loader {
	display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	border: solid 2px #621B4B;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 100px;
	text-transform: uppercase;
	font-weight: 600;
}
body.tax-product-type.vluxe #infinite-loader {
	border-color: #BB9D13;
}
body.tax-product-type.vluxe #infinite-loader:hover:before {
	border-top-color: #F4E08B;
	border-right-color: #F4E08B;
	border-bottom-color: #F4E08B;
}
body.tax-product-type.vluxe #infinite-loader:hover:after {
	border-top: 2px solid #F4E08B;
}

@media screen and (max-width: 48em) {
	#primary.page-insider .grid-header > * {
		font-size: 13px;
		padding: 10px;
	}
	#primary.page-insider .insider-caption {
		padding: 0 0 10px 0;
		line-height: 1.3em;
	}
	#primary.page-insider .insider-tags {
		padding: 3px 0px 10px 0px;
	}
	article.insider .entry-content,
	article.insider .sidebar {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	article.insider #insider-image {
		width: 100%;
	}
	article.insider #insider-links {
		margin-bottom: 30px;
	}
	article.insider #insider-links strong {
		display: inline-block;
		margin-right: 20px;
	}
	.other-insiders .other-insiders-content {
		font-size: 0;
	}
	.other-insiders a {
		width: 50%;
		display: inline-block;
		font-size: 14px;
		line-height: 1.3em;
		vertical-align: top;
		border-bottom: none;
		border-top: solid 1px #EFEFEF;
	}
	.other-insiders a:first-child,
	.other-insiders a:nth-child(2) {
		border-top: none;
	}
	.other-insiders .insider-caption {
		padding: 0 5px 0 72px;
	}
}

/* Looks page */
.page-looks .wrap {
	padding: 0;
}
.looks-grid.grid4 .grid-item {
	position: relative;
	margin-bottom: 0;
}
.looks-grid .look-thumbnail {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.looks-grid .look-details {
	text-align: center;
	font-size: 1.3em;
	background: rgba(98, 27, 75, 0.8);
	color: #fff;
}
.looks-grid .grid-item:hover .look-details {
	display: block;
}
.looks-grid .grid-item-content {
	float: left;
}
.looks-grid .grid-item-content .look-content-container {
	height: 0;
	padding-top: 50%;
}
.looks-grid .grid-item-content .look-content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0 15%;
}
#looks-links-grid .grid-item {
	background: #eee;
	height: 0;
	padding-top: 33.333%;
	background: transparent url('assets/images/placeholder.png') no-repeat center bottom / cover;
	position: relative;
}
#looks-links-grid #looks-facebook {
	background-image: url('assets/images/look-links-fb.jpg');
	color: #000;
	border-color: #000;
}
#looks-links-grid #looks-youtube {
	background-image: url('assets/images/look-links-yt.jpg');
	color: #fff;
	border-color: #fff;
}
#looks-links-grid #looks-instagram {
	background-image: url('assets/images/look-links-ig.jpg');
}
#looks-links-grid .grid-item div {
	position: absolute;
}
#looks-links-grid #looks-facebook div {
	bottom: 45%;
	right: 11%;
}
#looks-links-grid #looks-youtube div {
	bottom: 36%;
	left: 50%;
	transform: translateX(-50%);
}
#looks-links-grid #looks-instagram div {
	bottom: 54%;
	left: 15%;
}
#looks-links-grid .grid-item h2 {
	margin-bottom: 15px;
	color: inherit;
}
@media screen and (max-width: 48em) {
	#looks-links-grid .grid-item {
		width: 100%;
		padding-top: 100%;
	}
	.looks-grid .grid-item-content .look-content-container {
		height: auto;
		padding-top: 0;
	}
	.looks-grid .grid-item-content .look-content-wrapper {
		position: relative;
		padding: 5% 15%;
	}
}

/* Contact form */
#page-contact-content {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	background: #fff url('assets/images/contact_background_image.jpg') no-repeat center center / cover;
}
.contact-form-wrapper {
	width: 90%;
	max-width: 560px;
	margin: auto;
}
.contact-form-wrapper .contact-form-header {
	text-align: center;
	margin-bottom: 15px;
}
.contact-form-wrapper .contact-form-header h3,
#kiss-contact .cform-success h3 {
	font-size: 2.2em;
}
.contact-form-wrapper .contact-form-header p {
	font-size: 1.2em;
}
#kiss-contact .btn {
	float: right;
	width: 50%;
}
#kiss-contact .cform-success {
	text-align: center;
	max-width: 400px;
	margin: 30% auto;
}
#kiss-contact .cform-section {
	margin-bottom: 20px;
}
#kiss-contact select.error, #kiss-contact input.error {
	border-color: #f00;
}
.poppy #page-contact-content {
	margin-top: -15px;
}

@media screen and (max-width: 48em) {
	#page-contact-content {
		background-position: right top;
	}
}

/* Store locator page */
#page-store-locator-content {
	padding-bottom: 40px !important;
}
.location-search {
	width: 100%;
	margin-bottom: 5px;
}
.location-search #location-search-input {
	width: 70%;
	border: none;
	border-bottom: solid 2px #efefef;
	margin-right: 4%;
}
.location-search .btn {
	padding: 4px 18px;
    font-size: 11px;
}
.locations-wrapper {
	max-height: 400px;
	overflow: auto;
}
.locations-wrapper.locations-notfound:after {
	content: "No results";
	display: block;
	line-height: 200px;
	text-align: center;
}
.locations {
	padding-right: 20px;
}
.locations .location {
	width: 100%;
	font-size: 0;
	border-bottom: solid 2px #efefef;
	padding: 15px 0;
}
.locations .location .location-name, .locations .location .location-details {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
.locations .location .location-name {
	width: 42%;
	margin-right: 5%;
	font-weight: bold;
}
.locations .location .location-details {
	width: 53%;
}
.locations .location p {
	margin: 0;
}
.locations .location a {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 500;
	margin-top: 12px;
	color: #000;
}
.locations .location a:last-child {
	float: right;
}

.google-map-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 66.666%;
}
.google-map-wrapper #google-map {
	position: absolute;
	width: 98%;
	height: 100%;
	top: 0; left: 2%;
	background: #ccc;
}
.poppy .page-store-locator {
	padding-top: 45px;
}

@media screen and (max-width: 48em) {
	#page-store-locator-content .grid .grid-item {
		width: 100%;
	}
	.locations-wrapper {
		margin-bottom: 30px;
	}
	.location-search {
		margin-bottom: 20px;
	}
	.google-map-wrapper #google-map {
		width: 100%;
		left: 0;
	}
	.poppy #content .page-store-locator .wrap {
		padding-left: 2em;
		padding-right: 2em;
		padding-bottom: 40px;
	}
}

/* Social */
.social-profile {
	display: inline-block;
	width: 30px;
	font-size: 25px;
	line-height: 30px;
	margin: 0 7px;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#primary.page-front #page-front-slider .page-front-slider-info p {
		font-size: 0.8em;
	}
}