/*!
Theme Name: PARLOR
Theme URI: https://re-fresh.ro/
Author: RE
Author URI: https://re-fresh.ro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: _re
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

_re is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalizemain
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2.5em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-family: 'Cera Round Pro Bold';
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
	margin: 0;
	padding: 0;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Cera Round Pro Regular, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
}

a:hover,
a:focus,
a:active {
	color: black;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}
/* Buttons */
a.btn-underline {
	text-decoration: underline;
}
a.btn {
	color: white;
	background: black;
	color: white;
	padding: .83em 1em;
}
a.btn-w {
	color: black;
	background: white;
	color: black;
	padding: .83em 1em;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none;
	background: black;
	color: white;
	line-height: 1;
	padding: .83em 1em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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 {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	padding: .5em 1em;
}

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: #111;
}

select {
	border: none;
	padding: 5px;
	background: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* Containers */
.container-m {
	max-width: 960px;
	margin: auto;
	padding: 0 15px;
}
.container-s {
	max-width: 680px;
	margin: auto;
	padding: 0 15px;
}
@media screen and (max-width: 64em) {
	.shift {
		margin-top: 0;
		margin-left: 0;
	}
}
/* Content vs sidebar */
.content-area {
	float: right;
	margin: 0 0 0 -280px;
	width: 100%;
}
.site-main {
	margin: 0 0 0 280px;
}
.single .site-main,
.tax-portfolio-category .site-main,
.single-product .site-main{
	margin: 0;
}
.site-content .widget-area {
	float: left;
	overflow: hidden;
	width: 260px;
}
@media screen and (max-width: 64em) {
	.content-area {
		float: left;
		margin: 0;
		width: 100%;
	}
	.site-main {
		margin: 0;
	}
	.site-content .widget-area {
		width: 100%;
		position: relative;
		top: 0;
	}
}

/* Header */
.site-header {
	padding: 0 2%;
}
@media only screen and (min-width: 64em) {
	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
}
.header-container {
	display: flex;
    justify-content: space-between;
    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-sticky {
	background: white;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-sticky .header-container {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.site-branding {
	padding: 1em 0;
	width: 160px;
}
.header-sticky .site-branding {
	padding: .5em 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.site-logo img {
	display: block;
	margin: 0;
	width: 160px;
	height: auto;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-sticky .site-logo img {
	width: 140px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.header-right {
	padding-top: 2em;
	display: flex;
    justify-content: space-between;
    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3
}
.header-sticky .header-right {
	padding-top: .5em;
    -webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3	
}
.header-user {
	padding-top: .5em;
}
.header-cart {
	padding-top: .5em;
	margin: 0 15px;
	display: flex;
}
@media only screen and (max-width: 64em) {
	.header-container {
    	display: block;
	}
	.site-logo img {
		width: 140px;
	}
	.header-right{
		position: absolute;
		top: 1em;
		right: 60px;
		padding-top: 0;
	}
	.cart-customlocation {
		display: none;
	}
}
/* Search button */

.search-button button {
	background: none;
	color: #111;
	cursor: pointer;
	padding: 10px;
}

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	background: #fff;
	width: 100vw;
	height: 100vh;
	z-index: 100001;
}

.search-popup.show-popup {
	display: block;
}

.search-popup .popup-close {
	position: absolute;
	top: 1em;
	right: 2%;
	margin-right: 1em;
	cursor: pointer;
	padding: 10px;
}

.search-popup .popup-content {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.search-popup .search-popup-form {
	padding-left: min(200px, 10vw);
	width: calc(100% - min(200px, 10vw));
}

.search-popup .search-popup-form input {
	font-size: 4em;
	max-width: 100%;
	padding: 0;
	border: none;
	outline: none;
}

@media only screen and (max-width: 64em) {
	.search-popup .search-popup-form input {
		font-size: 2em;
	}
}
/* Icons */
.ico-menu {
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/icons/menu_icon.svg') no-repeat center center;
}
.ico-user {
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/icons/user_icon.svg') no-repeat center center;
}
.ico-cart {
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/icons/cart_icon.svg') no-repeat center center;
}
.ico-search {
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/icons/search_icon.svg') no-repeat center center;
}
/* Site content */
.page-header {
	text-align: center;
}

.site-content {
	padding: 0 2%;
	margin: 120px 0 0;
}
@media only screen and (max-width: 64em) {
	.site-content {
		margin: 0;
	}
}
.page-template-page-slider .site-content,
.home .site-content {
	padding: 0;
	margin: 0;
}

/* Video background*/

.vidbg-container {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	overflow: hidden;
	z-index: -1;
}
.vidbg-container video {
	position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
}
/* Homepage */

.hero-container {
	min-height: 840px;
	position: relative;
}
.hero-container-center {
	min-height: 680px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.hero-content-center {
	text-align: center;
}
.hero-content-center h1 {
	color: white;
}
.hero-content {
	position: absolute;
	width: 100%;
	bottom: 50px;
	text-align: center;
}
.hero-content h1,
.hero-content h3 {
	text-transform: uppercase;
	letter-spacing: 10px;
	margin: 0;
	color: white;
}

@media only screen and (max-width: 64em) {
	.hero-content h1 {
		font-size: 2.2em;
	}
}


/* Footer */

.site-footer {
	width: 100%;
	float: left;
	clear: both;
	background: black;
	color: #c4c4c4;
	padding: 4em 0;
	font-size: .9em;
}
.site-footer a {
	color: #c4c4c4;
}
.site-footer a:hover {
	color: white;
}
.footer-logo {
	margin-bottom: 1.5em;
}
.footer-logo img {
	width: 140px;
	height: auto;
}
.site-info {
	text-align: center;
	font-size: .9em;
}
.site-footer .widget-title {
	font-size: 1em;
	margin-bottom: 1.5em;
	color: white;
}
.site-footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .menu li {
	padding: .5em 0;
}
/* Masonry Grid */

.grid-item {
	width: 33.33%;
	padding: 0 20px;
}
@media only screen and (max-width:48em) {
	.grid-item{
		width: 100%;
	}
}
/* Portfolio listing */

figure.portfolio-item {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}


figure.portfolio-item figcaption {
      position: absolute;
      bottom: 0;
      margin: 0;
      width: 100%;
      box-sizing: border-box;
      background: rgba(256, 256, 256, 0.9);
      transition: opacity .25s ease-in-out;
      text-align: center;
      opacity: 0;
}

figure.portfolio-item h2 {
      color: #000;
      display: block;
      width: 100%!important;
      line-height: inherit;
      opacity: 0;
      font-size: 1em;
      margin: 1em 0;
}
figure.portfolio-item figcaption::before,
figure.portfolio-item figcaption::after {
      pointer-events: none;
}

figure.portfolio-item:hover figcaption,
figure.portfolio-item:hover h2{
	  opacity: 1;
}

figure.portfolio-item  img {
	width: 100%;
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    height: auto;
    transform: scale(1);
}
figure.portfolio-item:hover img {
    transform: scale(1.1);
}
figure.portfolio-item .post-thumbnail {
	max-width: 100%;
	overflow: hidden;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.posts-navigation .nav-links a {
	color: white;
	background: black;
	padding: .5em 1em;
	margin-top: 1.5em;
	display: inline-block;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}
.widget-area .widget-title {
	font-size: 1em;
	text-transform: uppercase;
	font-family: 'Cera Round Pro Bold';
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	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;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/

.row {
	width: 100%;
	display: block;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
    float: left;
    padding: 15px;
}
@media only screen and (max-width:48em) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
}
/* Grid new  */
.row-grid {
	display: grid;
}
.columns-2 {
	grid-template-columns: 1fr 1fr;
}
.columns-3 {
	grid-template-columns: 1fr 1fr 1fr;
}
.columns-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.columns-5 {
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.columns-2-1 {
	grid-template-columns: 2fr 1fr;
}
.grid-gap {
	grid-gap: 0 2.5em;
}
.grid-center {
	align-items: center;
}
@media only screen and (max-width:64em) {
	.grid-m {
		grid-template-columns: 1fr;
	}
}
.row-flex {
	display: flex;
}
.flex-center {
	align-items: center;
}
.flex-space {
	justify-content: space-between;
}
.flex-gap {
	gap: 1em;
}
@media only screen and (max-width:64em) {
	.flex-m {
		flex-direction: column;
		max-width: 100%;
	}
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.text-center {
	text-align: center;
}
.add-line-center {
	text-align: center;
}
.add-line-center::after {
    display: block;
    content: '';
    width: 80px;
    border-bottom: 2px solid black;
    margin: 1em auto 2em auto;
}
.shift {
	margin-top: 5em;
	margin-left: -10em;
	z-index: 999;
}
@media only screen and (max-width: 64em) {
	.shift {
		margin: 0;
		z-index: 999;
	}
}
.uppercase {
	text-transform: uppercase;
}
.line-h {
	line-height: 1;
}
.red {
	color:red;
}
.red a {
	color: red;
}
/* Main navigation */
.main-navigation {
	padding-top: 1.5em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3
}
.main-navigation a {
	padding: .5em;
}
.header-sticky .main-navigation {
	padding-top: .5em;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3
}
.main-navigation .menu-toggle {
    display: none;
	cursor: pointer;
}

.main-navigation .menu {
	display: flex;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-navigation .sub-menu {
	display: none;
	margin: 0;
	padding: .65em 0;
	list-style: none;
}
.header-sticky .main-navigation .sub-menu {
	background: white;
}
.main-navigation .menu > .menu-item > a {
	display: block;
}
.main-navigation .menu > .menu-item > a:hover {
	border-bottom: solid 1px black;
}
@media only screen and (max-width: 64em) {
	.main-navigation {
		padding-top: 0;
	}
	.main-navigation .menu > .menu-item > a:hover {
		border: none;
	}
}
.main-navigation .expand-button {
	display: none;
	cursor: pointer;
}

.main-navigation .menu li {
	position: relative;
	list-style: none;
	margin-right: 1.5em;
}

@media only screen and (min-width: 64em) {
	.main-navigation .menu > .menu-item:hover .sub-menu {
		display: flex;
		flex-direction: column;
		position: absolute;
		left: 0;
		top: 40px;
		min-width: 250px;
	}
}

@media only screen and (max-width: 64em) {
	.main-navigation .menu {
		display: none;
	}

	.main-navigation.show .menu {
		display: block;
	}

	.main-navigation .menu .menu-item {
		display: block;
		width: 100%;
	}

	.main-navigation .menu > .menu-item {
		position: relative;
	}

	.main-navigation .menu > .menu-item > a {
		display: block;
	}

	.main-navigation .expand-button {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		padding: 10px;
	}
	.main-navigation .sub-menu.show {
		display: block;
	}

	.main-navigation .menu-toggle {
		display: block;
		position: absolute;
		top: .75em;
		right: 10px;
		background: none;
		color: black;
		font-size: 1.5em;
		padding: 10px;
		border: 0;
	}
}
/* Pagination */

.page-navigation {
	width: 100%;
	display: block;
	text-align: center;
}
.page-navigation ul {
	margin: 2em;
}
.page-navigation li a,
.page-navigation li a:hover,
.page-navigation li.active a,
.page-navigation li.disabled {
    text-decoration: none;
}
 
.page-navigation li {
    display: inline;
}
 
.page-navigation li a,
.page-navigation li a:hover,
.page-navigation li.active a,
.page-navigation li.disabled {
    color: black;
    cursor: pointer;
    padding: .5em;
}
 
.page-navigation li a:hover,
.page-navigation li.active a {
    color: #8a7e88;
}

/* product-categories */
.product-categories .children {
	overflow: hidden;
	height: 0;
}

.product-categories .cat-item.cat-parent {
	position: relative;
}

.product-categories .cat-item.cat-parent .open,
.product-categories .cat-item.cat-parent .close {
	position: absolute;
	top: 3px;
	right: 3px;
	display: none;
	background: none;
	color: #111;
	cursor: pointer;
	user-select: none;
	padding: 6px 15px 10px;
}

.product-categories .cat-item.cat-parent .open {
	display: block;
}

.product-categories .cat-item.cat-parent .close {
	display: none;
}

.product-categories .cat-item.cat-parent.show-children .open {
	display: none;
}

.product-categories .cat-item.cat-parent.show-children .close {
	display: block;
}

.product-categories .cat-item.cat-parent.show-children .children {
	height: auto;
}

/* Featured Product Slick Slider */
.featured-home-slider {
	padding: 4em 0;
}
.featured-home-slider .widget {
	position: relative;
    max-width: 100%;
    overflow: hidden;
}
.featured-home-slider .widget-title {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 1;
	color: white;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.featured-home-slider .widget-title a {
	display: block;
	padding: 50% 2em 2em;
	width: 100%;
	color: white;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 15%, rgba(0,0,0,0.45) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 15%,rgba(0,0,0,0.45) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 15%,rgba(0,0,0,0.45) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.featured-home-slider .widget img {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    display: block;   
    transform: scale(1);
}
.featured-home-slider .widget:hover img {
    transform: scale(1.1);
    overflow: hidden;
}

@media only screen and (max-width: 64em) {
	.featured-home-slider {
		margin: 2em 0;
	}
	.featured-home-slider .widget-title {
		font-size: 1.2em;
	}
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
	max-width: 200px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    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;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: grey;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.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;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*--------------------------------------------------------------
## FlexSlider
--------------------------------------------------------------*/
.flexslider {
}
.flexslider .widget {
	margin: 0;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider ul.slides{margin: 0; padding: 0;}
.flexslider li {list-style: none;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}

.flexslider .slides {zoom: 1;}
.flexslider .carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  /*opacity: 0;*/
  cursor: pointer;
  color: rgba(255, 255, 255, 1);
  /*color: rgba(0, 0, 0, 0.8);*/
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  /*-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;*/
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  /*font-size: 40px;*/
  display: inline-block;
	text-align: center;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: 50px;
  /*left: -50px;*/
}
.flex-direction-nav .flex-next {
  /*right: -50px;*/
  right: 50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 50px;
  /*left: 10px;*/
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 50px;
  /*right: 10px;*/
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}

/* Control Nav */
.flexslider .flex-control-nav {position: absolute; bottom: .5em; width: 100%; text-align: center; margin: 0; padding: 0; z-index: 99;}
.flexslider .flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flexslider .flex-control-paging li a {width: 12px; height: 12px; border-radius: 1em; border: solid 1px white; display: block; cursor: pointer; text-indent: -999999px;}
.flexslider .flex-control-paging li a:hover { background: white;}
.flexslider .flex-control-paging li a.flex-active { background: white; cursor: default;}


@media only screen and (max-width:64em) {
	.flexslider .flex-direction-nav {
		display: none;
	}
}
.grecaptcha-badge {
	display: none;
}

@font-face {
  font-family: 'flexslider-icon';
  src: url('font/flexslider-icon.eot');
  src: url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('font/flexslider-icon.woff') format('woff'), url('font/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('font/slick.eot');
    src: url('font/slick.eot?#iefix') format('embedded-opentype'), url('font/slick.woff') format('woff'), url('font/slick.ttf') format('truetype'), url('font/slick.svg#slick') format('svg');
}

/* Custom font */

	@font-face {
    font-family: 'Cera Round Pro Light';
    font-style: normal;
    font-weight: normal;
    src: url('font/CeraRoundProLight.woff') format('woff');
    }

    @font-face {
    font-family: 'Cera Round Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: url('font/CeraRoundProRegular.woff') format('woff');
    }


    @font-face {
    font-family: 'Cera Round Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: url('font/CeraRoundProMedium.woff') format('woff');
    }


    @font-face {
    font-family: 'Cera Round Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: url('font/CeraRoundProBold.woff') format('woff');
    }


    @font-face {
    font-family: 'Cera Round Pro Black';
    font-style: normal;
    font-weight: normal;
    src: url('font/CeraRoundProBlack.woff') format('woff');
    }
