/*
Theme Name: Storefront Theme - ApfeLiebe
Author: SoKo@breitenstein.it
Author URI: https://breitenstein.it
Version: 1.0.1
Template: storefront

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

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	line-height: 1.2;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	margin: 0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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



b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
img {
	border: 0;
}

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

figure {

}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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


td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
textarea {
	color: #43454b;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
#hs-page{
	background: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.2;
	font-family: 'Bitter', serif;
}

h1{
	font-size: 28px;
	font-weight: 100;
	margin-bottom: 15px;
}

h2{
	font-size: 26px;
	font-weight: 100;
	margin-bottom: 15px;
}

h3{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 15px;
}

h4{
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 10px;
}

h5{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

h6{
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}
p {
	margin:0 0 0.35rem;
}

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

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}
abbr[title] {
	text-decoration:none;
}

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	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/ */
	box-sizing: inherit;
}

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

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

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 15px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
	border-radius: 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.group> label {
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	text-transform: uppercase;
}

textarea {
	resize: none;
}

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 {
	background: none;
	color: #656d7b;
	font-size: 18px;
	padding: 3px 10px;
	display: block;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #d9d9d9;
	box-shadow: none!important;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}


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 {
	outline: none;
	background: transparent;
}

input[type="text"]:focus ~ label,
input[type="email"]:focus ~ label,
input[type="url"]:focus ~ label,
input[type="password"]:focus ~ label,
input[type="search"]:focus ~ label,
input[type="number"]:focus ~ label,
input[type="tel"]:focus ~ label,
input[type="range"]:focus ~ label,
input[type="date"]:focus ~ label,
input[type="month"]:focus ~ label,
input[type="week"]:focus ~ label,
input[type="time"]:focus ~ label,
input[type="datetime"]:focus ~ label,
input[type="datetime-local"]:focus ~ label,
input[type="color"]:focus ~ label,
textarea:focus ~ label {
	top: -20px;
	font-size: 14px;
	color: #d2d2bc;
}

input[type="text"].valid ~ label,
input[type="email"].valid ~ label,
input[type="url"].valid ~ label,
input[type="password"].valid ~ label,
input[type="search"].valid ~ label,
input[type="number"].valid ~ label,
input[type="tel"].valid ~ label,
input[type="range"].valid ~ label,
input[type="date"].valid ~ label,
input[type="month"].valid ~ label,
input[type="week"].valid ~ label,
input[type="time"].valid ~ label,
input[type="datetime"].valid ~ label,
input[type="datetime-local"].valid ~ label,
input[type="color"].valid ~ label,
textarea.valid ~ label {
	top: -20px;
	font-size: 12px;
	color: #d2d2bc;
}

input[type="text"].error ~ label,
input[type="email"].error ~ label,
input[type="url"].error ~ label,
input[type="password"].error ~ label,
input[type="search"].error ~ label,
input[type="number"].error ~ label,
input[type="tel"].error ~ label,
input[type="range"].error ~ label,
input[type="date"].error ~ label,
input[type="month"].error ~ label,
input[type="week"].error ~ label,
input[type="time"].error ~ label,
input[type="datetime"].error ~ label,
input[type="datetime-local"].error ~ label,
input[type="color"].error ~ label,
textarea.error ~ label {
	top: -20px;
	font-size: 12px;
	color: #900;
}


input[type="text"]:focus ~ .bar:before,
input[type="email"]:focus ~ .bar:before,
input[type="url"]:focus ~ .bar:before,
input[type="password"]:focus ~ .bar:before,
input[type="search"]:focus ~ .bar:before,
input[type="number"]:focus ~ .bar:before,
input[type="tel"]:focus ~ .bar:before,
input[type="range"]:focus ~ .bar:before,
input[type="date"]:focus ~ .bar:before,
input[type="month"]:focus ~ .bar:before,
input[type="week"]:focus ~ .bar:before,
input[type="time"]:focus ~ .bar:before,
input[type="datetime"]:focus ~ .bar:before,
input[type="datetime-local"]:focus ~ .bar:before,
input[type="color"]:focus ~ .bar:before,
textarea:focus ~ .bar:before {
	width: 100%;
}


.wpcf7 .group-outer {
	border: 1px solid #d9d9d9;
	padding: 20px;
	position: relative;
}

.wpcf7 .group {
	position: relative;
	margin: 40px 0;
	width: 100%;
}
.wpcf7 .group.half-left {
	width: 40%;
	margin: 25px 1% 0 0;
}

.wpcf7 .group.half-right-fixed {
	width: 35%;
	margin: 0;
	position: absolute;
	right: 0;
	top: 60px;
}

.wpcf7 .group br {
	display: none!important;
}

.bar {
	position: relative;
	display: block;
	width: 100%;
}
.bar:before {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #d2d2bc;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	left: 0;
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 75%;
	float: left;
}
.wpcf7-form label.error {
	color: #900!important;
	font-size: 11px!important;
	float: none!important;
	padding-left: 0px!important;
	bottom: -20px!important;
	top: auto!important;
}
.wpcf7 .group .accept{
	margin: 10px 0;
}
.wpcf7 .group-outer span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}
.wpcf7-acceptance label{
	position: relative;
	font-size: 14px;
	top: 0;
	left: 0;
	pointer-events: all;
}
.wpcf7 .group.no-bar label {
	top: 0;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.wpcf7 .group.no-bar input[type=file] {
	position: relative;
	float: left;
}
.wpcf7 .form-desc {
	position: relative;
	font-size: 14px;
	margin: 25px 5px;
}
.wpcf7 .group input.betreff {
	padding-left: 190px;
	pointer-events: none;
	border-bottom: 1px solid #d2b356;
}
.wpcf7 .spacer{
	width: 100%;
	height: 30px;
	background: transparent;
	position: relative;
}
.wpcf7 .logo-bid{
	text-align: left;
	font-size: 28px;
	color: #d2b458;
	font-weight: 600;
	line-height: 1;
	font-family: 'Source Serif Pro', serif;
}
.menu-search{
	position: relative;
	float: left;
	width: 100%;
	margin: 30px 0 75px 5px;

}
.menu-search .search-form label{
	width: 100%;
	pointer-events: all;
	top: 0;
	left: 0;
	display: flex;
}
.menu-search .search-form input[type="search"] {
	background: white;
	padding: 11px;
	border: 1px solid #61615a;
}
.menu-search .search-form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	padding: 12px 12px 11px 12px;
	font-weight: 300;
}

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

a:visited {
	color: #d2d2bc;
}

a:hover,
a:focus,
a:active {
	color: #d2d2bc;
}

a:focus {
	outline: 0;
}

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

a:focus, button:focus, input:focus, textarea:focus {
	outline: none;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.hs-clearfix:before,
.hs-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after,
.hs-container:before,
.hs-container:after {
	content: "";
	display: table;
}

.hs-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.hs-container:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
}

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

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

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

.hsentry {
	margin: 0 0 30px;
	padding: 15px;
}

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

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

.hs-entry-content{
	line-height: 1.6;
	font-size: 18px;
	float: left;
	width: 100%;
	margin: 2rem 0;
}
#hs-home-slider-section .hs-entry-content{
	max-width: 500px;
	margin: 3rem auto 0 auto;
	float: none;
}
.page-links {
	clear: both;
	margin: 0 0 15px;
}


.hs_no_sidebar #primary{
	width: auto;
	float: none;
}
@media (min-width: 768px){
	.content-area {
		width: 100%;
		margin: 0 auto;
		padding: 0 0 10rem 0;
	}
}

.hs-post-info{
	float: left;
	width: 75px;
	background: #d2d2bc;
	color: #FFF;
	text-align: center;
	font-family: 'Bitter', serif;
}

.hs-post-info .entry-date{
	display: block;
	padding: 10px 0;
}

.hs-post-info .entry-date span{
	display: block;
	text-transform: uppercase;
}

.hs-post-info .entry-date span.hs-day{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}

.hs-post-info a{
	display: block;
	background: #EEE;
	color: #333;
	text-decoration: none;
	line-height: 1.4;
	padding: 8px 10px;
	text-transform: uppercase;
}

.hs-post-info a span{
	display: block;
	font-size: 11px;
}

.hs-post-wrapper{
	padding: 10% 200px;
}

.entry-figure{
	background: #F6F6F6;
	text-align: center;
	margin-bottom: 15px;
}

.entry-header .entry-title{
	font-family: 'Bitter', serif;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-size: 30px;
}

.entry-figure + .entry-header{
	background: #FFF;
	position: relative;
	margin-top: -65px;
	width: 90%;
	padding: 15px 0 1px;
}


.entry-header .entry-title a{
	text-decoration: none;
	color: #333;
}

.entry-categories{
	font-size: 13px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

.entry-categories .fa{
	color: #d2d2bc;
	margin-right: 5px;
}

.entry-categories a{
	color: #666;
	text-decoration: none;
}

.entry-readmore{
	margin: 30px 0 40px;
}

.entry-readmore a{
	background: #d2d2bc;
	color: #FFF;
	display: inline-block;
	padding: 10px 20px;
}

.entry-readmore a .fa{
	margin-left: 8px;
}

.entry-readmore a:hover{
	background: #000;
}

.taxonomy-description{
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}

.taxonomy-description p:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget-area .widget-title:after{
	content:"";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
	background: #d2d2bc;
	height: 2px;
}

.widget-area ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-area ul ul{
	border-top: 1px solid #F6F6F6;
	margin-top: 5px;
}

.widget-area ul ul li{
	padding-left: 10px;
}

.widget-area ul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-area li{
	padding: 8px 0;
}

.widget-area a{
	text-decoration: none;
	color: #404040;
}

.widget-area a:hover{
	color: #d2d2bc
}

.widget-area .widget{
	margin-bottom: 40px;
	border: 1px solid #EEE;
	padding: 30px;
}

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

.bypostauthor {
	display: block;
}

.author-email-url{
	margin-left: -2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
	float: left;
	margin-left: 2%;
	width: 31.33333%;
}

.author-email-url input{
	width: 100%;
}

.comment-form .form-submit{
	margin-bottom: 0
}

h3#reply-title,
h3.comments-title{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

h3#reply-title:after,
h3.comments-title:after{
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
	background: #d2d2bc;
	height: 2px;
}

.logged-in-as,
.comment-notes{
	font-size: 13px;
}

#comments ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li.comment{
	margin: 0 0 20px;
}

#comments li.comment .children{
	display: block;
	margin: 0 0 0 30px;
	padding: 0px;
	list-style: none;
}

article.comment-body {
	margin: 0px;
	padding: 30px;
	position: relative;
	border: 1px solid #EEE;
	margin-bottom: 30px;
}

.comment-list a{
	color: #404040;
}

.comment-list a:hover{
	color: #d2d2bc !important;
}

.comment-list .comment-respond{
	margin-top: 40px;
	background: #FFF;
}

.comment-list .vcard img {
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .vcard .fn{
	font-weight: normal;
	font-size: 16px;
	font-family: 'Bitter', serif;
}

.comment-list .edit-link{
	position: absolute;
	right: 0;
	top: 0;
}

.comment-list .edit-link a{
	font-size: 13px;
	display: inline-block;
	padding: 10px;
}

.comment-list .comment-meta {
	margin-bottom: 15px;
}

.comment-list .comment-metadata {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	font-size: 13px;
	font-family: 'Bitter', serif;
}

.comment-list .comment-metadata a {
	float: left;
}

.comment-list .comment-metadata .reply {
	float: right;
}

#cancel-comment-reply-link {
	float: right;
}

.nav-previous a,
.nav-next a{
	background: #d2d2bc;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.nav-next a{
	margin-right: 13px;
}

.nav-next a:after{
	content: "";
	position: absolute;
	border-left: 11px solid #d2d2bc;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}

.nav-previous a{
	margin-left: 11px;
}

.nav-previous a:after{
	content: "";
	position: absolute;
	border-right: 11px solid #d2d2bc;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}

.no-comments{
	color: #d2d2bc;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.hs-container{
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.center-icon{
	width: 100px;
	height: 100px;
	background: #d2d2bc;
	background-image: url(images/logo_icon_withe.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	border-radius: 50%;
	border: 2px solid #fff;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9988;
	top: -40px;
	-webkit-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-ms-transition:all 0.25s linear;
	-o-transition:all 0.25s linear;
	transition:all 0.25s linear;
}
@media (min-width: 1240px) {
	.center-icon.center{
		width: 200px;
		height: 200px;
		top: calc(50% - 100px);
		border: 4px solid #fff;
		position: absolute;
	}
}
@media (max-width: 1240px) {
	.center-icon,
	.center-icon.center{
		display: none;
	}
}


/*--------------------------------------------------------------
## Menu
--------------------------------------------------------------*/
.toggle-menu-full{
	background-color: #d2d2bc;
	position: fixed;
	z-index: 998;
	padding: 5px 15px;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	line-height: 2;
}
span.menu-icon{
	width: 20px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	top: -4px;
	position: relative;
}
span.menu-icon:before{
	content: '';
	width: 20px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	top: -5px;
	position: absolute;
}
span.menu-icon:after{
	content: '';
	width: 20px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	bottom: -5px;
	position: absolute;
}


.menu-close {
	width: 60px;
	height: 60px;
	position: absolute;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.25s cubic-bezier(0.62, 0.02, 0.34, 1);
	-moz-transition: 0.25s cubic-bezier(0.62, 0.02, 0.34, 1);
	transition: 0.25s cubic-bezier(0.62, 0.02, 0.34, 1);
	top: 0;
	left: 0;
}
.menu-close.side-menu {
	top: 2rem;
	left: 2rem;
}
.menu-close.slide-close {
	right: 15px;
	left: unset;
	position: absolute;
	z-index: 99;
	top: 50px;
}

.menu-close span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.menu-close span::before, .menu-close span::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #606059;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transition: 0.34s cubic-bezier(0.52, 0.01, 0.16, 1);
	-moz-transition: 0.34s cubic-bezier(0.52, 0.01, 0.16, 1);
	transition: 0.34s cubic-bezier(0.52, 0.01, 0.16, 1);
	-webkit-backface-visibility: hidden;
}
.menu-close span:nth-child(1)::before {
	-webkit-transform: rotate(45deg) translateX(0) scaleX(1);
	-moz-transform: rotate(45deg) translateX(0) scaleX(1);
	-ms-transform: rotate(45deg) translateX(0) scaleX(1);
	-o-transform: rotate(45deg) translateX(0) scaleX(1);
	transform: rotate(45deg) translateX(0) scaleX(1);
	-webkit-transition-delay: 0.12s;
	-moz-transition-delay: 0.12s;
	transition-delay: 0.12s;
}
.menu-close span:nth-child(1)::after {
	-webkit-transform: rotate(-45deg) translateX(0) scaleX(1);
	-moz-transform: rotate(-45deg) translateX(0) scaleX(1);
	-ms-transform: rotate(-45deg) translateX(0) scaleX(1);
	-o-transform: rotate(-45deg) translateX(0) scaleX(1);
	transform: rotate(-45deg) translateX(0) scaleX(1);
	-webkit-transition-delay: 0.22s;
	-moz-transition-delay: 0.22s;
	transition-delay: 0.22s;
}
.menu-close span:nth-child(2)::before {
	-webkit-transform: rotate(45deg) translateX(-70%) scaleX(0);
	-moz-transform: rotate(45deg) translateX(-70%) scaleX(0);
	-ms-transform: rotate(45deg) translateX(-70%) scaleX(0);
	-o-transform: rotate(45deg) translateX(-70%) scaleX(0);
	transform: rotate(45deg) translateX(-70%) scaleX(0);
}
.menu-close span:nth-child(2)::after {
	-webkit-transform: rotate(-45deg) translateX(-70%) scaleX(0);
	-moz-transform: rotate(-45deg) translateX(-70%) scaleX(0);
	-ms-transform: rotate(-45deg) translateX(-70%) scaleX(0);
	-o-transform: rotate(-45deg) translateX(-70%) scaleX(0);
	transform: rotate(-45deg) translateX(-70%) scaleX(0);
}
.menu-close:hover span:nth-child(1)::before, .menu-close:hover span:nth-child(1)::after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}
.menu-close:hover span:nth-child(1)::before {
	-webkit-transform: rotate(45deg) translateX(70%) scaleX(0);
	-moz-transform: rotate(45deg) translateX(70%) scaleX(0);
	-ms-transform: rotate(45deg) translateX(70%) scaleX(0);
	-o-transform: rotate(45deg) translateX(70%) scaleX(0);
	transform: rotate(45deg) translateX(70%) scaleX(0);
}
.menu-close:hover span:nth-child(1)::after {
	-webkit-transform: rotate(-45deg) translateX(70%) scaleX(0);
	-moz-transform: rotate(-45deg) translateX(70%) scaleX(0);
	-ms-transform: rotate(-45deg) translateX(70%) scaleX(0);
	-o-transform: rotate(-45deg) translateX(70%) scaleX(0);
	transform: rotate(-45deg) translateX(70%) scaleX(0);
}
.menu-close:hover span:nth-child(2)::before {
	-webkit-transform: rotate(45deg) translateX(0) scaleX(1);
	-moz-transform: rotate(45deg) translateX(0) scaleX(1);
	-ms-transform: rotate(45deg) translateX(0) scaleX(1);
	-o-transform: rotate(45deg) translateX(0) scaleX(1);
	transform: rotate(45deg) translateX(0) scaleX(1);
	-webkit-transition-delay: 0.22s;
	-moz-transition-delay: 0.22s;
	transition-delay: 0.22s;
}
.menu-close:hover span:nth-child(2)::after {
	-webkit-transform: rotate(-45deg) translateX(0) scaleX(1);
	-moz-transform: rotate(-45deg) translateX(0) scaleX(1);
	-ms-transform: rotate(-45deg) translateX(0) scaleX(1);
	-o-transform: rotate(-45deg) translateX(0) scaleX(1);
	transform: rotate(-45deg) translateX(0) scaleX(1);
	-webkit-transition-delay: 0.32s;
	-moz-transition-delay: 0.32s;
	transition-delay: 0.32s;
}

.hs-social{
	float: left;
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: center;
	padding: 1rem 0;
}
.hs-social a{
	display: inline-block;
	color: #606059;
	height: 30px;
	width: 30px;
	font-size: 28px;
	line-height: 30px;
	margin-right: 8px;
	text-align: center;
	opacity: 1;
}
.hs-social a:hover{
	opacity: 0.75;
}
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#hs-masthead{
	overflow:hidden;
	height: 100vh;
	left: 0;
	width: 0;
	z-index: 999;
	background: #d2d2bc;
	padding: 0;
	position: fixed;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
#hs-masthead.active{
	width: 50%;
}

#hs-masthead .hs-container{
	width: 100%;
	max-width: 720px;
	padding: 0 10rem;
}


.hs-site-branding{
	margin: 100px auto 0 auto;
	padding: 15px 0;
	width: 100%;
	max-width: 400px;
	float: none;
}
.hs-site-branding img{
	max-height: 120px;
	width: auto;
}

.hs-site-branding.home{
	margin: 100px auto 0 auto;
	padding: 15px 0;
	width: 100%;
	max-width: 400px;
	float: none;
}
.hs-site-branding.home img{
	max-height: 120px;
	width: auto;
}

.hs-main-header{
	background: url(images/bg.jpg) no-repeat center;
	padding: 140px 0 70px;
	margin-bottom: 50px;
	position: relative;
}

.hs-main-header:after,
.slide-banner-overlay{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(images/overlay.png);
}

.hs-main-header > .hs-container{
	position: relative;
	z-index: 9;
}

.hs-main-title{
	margin: 0 0 15px;
	font-family: 'Bitter', serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	font-size: 36px;
	letter-spacing: 1px;
}

.hs-site-title{
	font-family: 'Bitter', serif;
	font-weight: bold;
	margin: 0 0 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 1.2;
}

.hs-site-title a{
	text-decoration: none;
	color: #FFF;
	display: inline-block;
}


.hs-site-description{
	color: #d2d2bc;
	margin: 0;
	line-height: 1;
	text-align: center;
}

.hs-site-description.menu{
	color: #ffffff;
}

.hs-white.fadeInDown .hs-site-description{
	color: #666
}

.hs-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
	text-align: center;
	font-size: 13px;
	color: #d2d2bc;
	margin-bottom: 10px;
}

.hs-breadcrumbs a,
.woocommerce .woocommerce-breadcrumb a{
	color: #d2d2bc
}

.hs-breadcrumbs .current,
.hs-breadcrumbs a:hover,
.woocommerce .woocommerce-breadcrumb a:hover{
	color: #d2d2bc;
}
/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.hs-section{
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.hs-section-title{
	text-align: center;
	font-family: 'Bitter', serif;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 2.2rem;
	max-width: 1440px;
	margin: 0 auto;
	color: #98987f;
	position: relative;
}

.hs-section-tagline{
	text-align: center;
	max-width: 1440px;
	font-size: 1.2rem;
	margin: 1rem auto;
	position: relative;
	padding-top: 0.5rem;
	font-family: 'Bitter', serif;
	font-weight: 400;
}
.hs-section-tagline.kitchen{
	max-width: 960px;
	line-height: 1.6rem;
}
.hs-section-title:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	max-width: 30px;
	background: #98987f;
	bottom: -0.5rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}


.hs-section-tagline.left,
.hs-section-title.left{
	max-width: 720px;
	float: right;
	width: 100%;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#hs-site-navigation{
	float: left;
	width: 100%;
}

.hs-main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.hs-main-navigation li {
	position: relative;
}

.hs-main-navigation a {
	display: block;
	text-decoration: none;
	color: #606059;
	padding: 0 20px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 48px;
	position: relative;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.hs-main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100% ;
	background: #F6F6F6;
	min-width: 240px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.hs-main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.hs-main-navigation ul ul a {
	text-transform: none;
	font-weight: 400;
	color: #444;
	line-height: 1.5;
	padding: 12px 20px;
	font-size: 14px;
}

.hs-main-navigation ul ul li {
	float: none;
	border-bottom: 1px solid #F0F0F0;
}

.hs-main-navigation ul ul li:last-child{
	border-bottom: 0;
}

.hs-main-navigation ul li:hover > ul {
	display: block;
}

.hs-main-navigation .current_page_item > a,
.hs-main-navigation .current-menu-item > a,
.hs-main-navigation .current_page_ancestor > a{
	color: #ffffff;
	font-weight: 300;
}

.hs-main-navigation li:hover a{
	color: #ffffff;
	font-weight: 300;
}

.hs-main-navigation .current_page_item > a,
.hs-main-navigation .current-menu-item > a,
.hs-main-navigation .current_page_ancestor > a,
.hs-main-navigation .current > a {
	color: #ffffff;
	font-weight: 300;
}


.page-template-home-template .hs-main-navigation .current_page_item > a:after,
.page-template-home-template .hs-main-navigation .current-menu-item > a:after,
.page-template-home-template .hs-main-navigation .current_page_ancestor > a:after,
.home.blog .hs-main-navigation .current_page_item > a:after,
.home.blog .hs-main-navigation .current-menu-item > a:after,
.home.blog .hs-main-navigation .current_page_ancestor > a:after{
	left: 100%;
	right: 100%;
}

.hs-menu > ul > li:hover > a:after,
.hs-main-navigation .current_page_item > a:after,
.hs-main-navigation .current-menu-item > a:after,
.hs-main-navigation .current_page_ancestor > a:after,
.page-template-home-template .hs-main-navigation .current_page_item:hover > a:after,
.page-template-home-template .hs-main-navigation .current-menu-item:hover > a:after,
.page-template-home-template .hs-main-navigation .current_page_ancestor:hover > a:after,
.page-template-home-template .hs-main-navigation .current > a:after,
.page-template-home-template .hs-white.fadeInDown .hs-main-navigation .current > a:after,
.home.blog .hs-main-navigation .current_page_item:hover > a:after,
.home.blog .hs-main-navigation .current-menu-item:hover > a:after,
.home.blog .hs-main-navigation .current_page_ancestor:hover > a:after,
.home.blog .hs-main-navigation .current > a:after,
.home.blog .hs-white.fadeInDown .hs-main-navigation .current > a:after {
	left: 20px;
	right: 20px;
}

.menu-item-has-children .ht-dropdown{
	position: relative;
	right: -5px;
}

.menu-item-has-children .ht-dropdown:after {
	content: '\f107';
	font-family: FontAwesome;
}

/* styling for right-facing arrows */
.menu-item-has-children ul .ht-dropdown{
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-item-has-children ul .ht-dropdown:after {
	content: '\f105';
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.pagination .nav-links{
	text-align: center;
}

.pagination .nav-links a,
.pagination .nav-links span{
	display: inline-block;
	background: #d2d2bc;
	padding: 10px;
	color: #FFF;
	line-height: 1;
	margin: 0 2px;
}

.pagination .nav-links a:hover,
.pagination .nav-links span.current{
	background: #000;
}

#menu-backdrop{
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 9;
	width: 100vw;
	height: 100vh;
	top: 0;
	display: none;
}
#menu-backdrop.menu-active{
	display: block;
}
/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
#hs-bx-slider{
	float: left;
	width: 100%;
	height: 100vh;
}


#hs-home-slider-section .bx-wrapper{
	margin: 0;
}

#hs-home-slider-section .bx-wrapper .bx-viewport{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  0;
	left: 0;
	background: #fff;
}

.hs-slide{
	position: relative;
}

.hs-slider-image{
	max-width: 1440px;
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
}

.hs-slider-image.right{
	background-position: center;
}


.hs-slide img{
	width: 100%;
	transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.hs-slide-cap-logo{
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}

.hs-slide-cap-logo img{
	max-height: 160px;
	width: auto;
}

.hs-slide-overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(images/overlay.png);
	z-index: 9;
	opacity: 0.7;
}

.hs-slide-caption{
	position: absolute;
	bottom: 25%;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 99;
	max-width: 720px;
}

.hs-slide-cap-title{
	margin: 0 auto;
	text-align: center;
	font-size: 36px;
	font-weight: 100;
	font-style: italic;
	color: #ffffff;
	width: fit-content;
	z-index: 9;
	display: block;
	padding: 1rem;
	position: relative;
	background: rgba(33, 34, 47, 0.35);
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.45);
	-moz-box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.45);
	box-shadow: 0 5px 10px 0 rgba(0,0,0, 0.45);
}

.hs-slide-cap-desc{
	text-align: right;
	font-size: 1rem;
	color: #FFF;
	padding: 0;
	font-weight: 300;
	display: block;
}

#hs-home-slider-section .bx-wrapper .bx-controls-direction a{
	height: 60px;
	width: 42px;
	margin-top: 20px;
	opacity: 0.5;
	background-color: rgba(255,255,255,0.2);
	border-radius: 1px
}

#hs-home-slider-section .bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
}

#hs-home-slider-section .bx-wrapper .bx-prev{
	background: url(images/prev.png) no-repeat center;
	left: unset;
	right: 120px;
}

#hs-home-slider-section .bx-wrapper .bx-next{
	background: url(images/next.png) no-repeat center;
	right: 20px;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#hs-about-us-section{
	background: #FFF;
}

.hs-about-sec{
	width: 49%;
	float: left;
}

.hs-about-sec h2.hs-section-title{
	text-align: left;
	max-width: 100%;
	margin-bottom: 30px;
}

.hs-about-image-right{
	position: absolute;
	height: 39vh;
	width: 100%;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.hs-about-image-right a.hs-about-image-link{
	position: absolute;
	padding: 25px 50px;
	background: rgba(255, 255, 255, 0.25);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 30%;
	height: 20%;
	line-height: 46px;
	font-size: 28px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
	color: #2c2d33;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.hs-about-image-right a.hs-about-image-link:hover{
	background: rgba(44, 45, 51, 0.75);
	text-decoration: none;
	color: #ffffff;
}

/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/

.hs-portfolio-post-wrap{
	width: 100%;
	margin: 0 auto;
}
.hs-portfolio-post-wrap h2.first {
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 50px;
}
.hs-portfolio-post-wrap h2.first:first-of-type {
	margin-top: -100px;
}

.hs-portfolio{
	width: 30%;
	float: left;
	overflow: hidden;
	cursor: pointer;
	margin-right: 3.33333%;
}

.hs-portfolio-inner{
	position: relative;
	margin: 10px;
	overflow: hidden;
	width: 100%;
	display: block;
}

.hs-portfolio-caption{
	position: relative;
	left: 0;
	right: 0;
	bottom: 0;
	top: 2rem ;
	padding: 0 0 50px 0;
	height: 100%;
	opacity: 0.75;
}

.hs-portfolio:hover .hs-portfolio-caption{
	opacity: 1;
}

.hs-portfolio-caption h4{
	color: #484845;
	position: relative;
	width: 100%;
	line-height: 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	text-transform: uppercase;
}


.hs-portfolio img{
	width: 100%;
	opacity: 1;
}
.hs-portfolio:hover  img{
	width: 100%;
	opacity: 0.75;
}

.portfolio-inner-wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 3rem;
}
.portfolio-inner-wrapper .portfolio-gallery{
	max-width: 50%;
	padding: 3rem 0 0 0;
}
.portfolio-inner-wrapper .summary {
	padding: 3rem;
	width: 100%;
}
.portfolio-inner-wrapper .description {
	line-height: 1.2;
	padding: 1.5rem 0;
}
/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#hs-service-post-section{
	position: relative;
}

.hs-service-left-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-right: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
	width: 50%;
}

.hs-service-posts{
	float: right;
	width: 50%;
	padding-left: 40px;
}

.hs-service-posts .hs-section-title,
.hs-service-posts .hs-section-tagline{
	max-width: 100%
}

.hs-service-post{
	margin-bottom: 25px;
}

.hs-service-icon{
	float: left;
	font-size: 46px;
	color: #d2d2bc;
	width: 60px;
	text-align: center;
}

.hs-service-icon .fa{
	vertical-align: top;
	margin-top: 5px;
}

.hs-service-excerpt{
	padding-left: 80px;
	padding-right: 20px;
}

.hs-service-excerpt h6{
	font-weight: 500;
	margin-bottom: 6px;
}

.hs-service-excerpt h6 a{
	color: inherit;
}

.hs-service-excerpt h6 a:hover {
	color: #d2d2bc;
}


/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
.hs-blog-post{
	width: 50%;
	float: left;
	background: #F6F6F6;
	position: relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-blog-thumbnail{
	float: left;
	width: 50%;
	background-size: cover;
	background-position: center;
}

.hs-blog-excerpt{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
	padding: 20px;
	overflow: hidden;
}

.hs-blog-excerpt:after{
	position: absolute;
	content: "";
	border-color:transparent #F6F6F6 transparent transparent;
	border-style: solid;
	border-width: 20px;
	top: 50%;
	left: -38px;
	margin-top: -20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-right-img .hs-blog-thumbnail{
	float: right;
}

.hs-right-img .hs-blog-excerpt{
	right: auto;
	left: 0;
}

.hs-right-img .hs-blog-excerpt:after{
	left: auto;
	right: -38px;
	border-color:transparent transparent transparent #F6F6F6;
}

.hs-blog-post:hover{
	background: #d2d2bc;
	color: #FFF;
}

.hs-blog-post:hover .hs-blog-excerpt:after{
	border-color:transparent #d2d2bc transparent transparent;
}

.hs-right-img.hs-blog-post:hover .hs-blog-excerpt:after{
	border-color:transparent transparent transparent #d2d2bc;
}

.hs-blog-excerpt h5 a{
	color: #404040;
	text-decoration: none;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-blog-post:hover .hs-blog-excerpt h5 a{
	color: #FFF;
}

.hs-blog-date{
	font-size: 13px;
	margin-bottom: 10px;
}

.hs-blog-date .fa{
	margin-right: 8px;
}


.hs-blog-big-image{
	height: 100%;
	position: fixed;
	width: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*--------------------------------------------------------------
## Kitchen Section
--------------------------------------------------------------*/

.hs-kitchen-post{
	width: 25%;
	float: left;
	background: #F6F6F6;
	position: relative;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.hs-kitchen-thumbnail{
	float: left;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.hs-kitchen-excerpt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 20px);
	margin: 0 auto;
	padding: 1rem;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.75);
	color: #0b0b0b;
	line-height: 1;
}

.hs-kitchen-post:hover .hs-kitchen-excerpt{
	background: rgba(210, 210, 188, 0.75);
	color: #ffffff;
}

.hs-kitchen-date{
	font-size: 12px;
	margin-bottom: 10px;
}
.hs-kitchen-date .fa{
	margin-right: 8px;
}
.hs-kitchen-big-image{
	height: 100vh;
	position: absolute;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/

.flxmap-container{
	height: 50vh!important;
}


#hs-contact-section{
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.hs-contact-section{
	position: relative;
}

#hs-contact-section .hs-contact-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}

#hs-contact-section .hs-container{
	position: relative;
}

.hs-contact-form{
	max-width: 600px;
	margin: 0 auto;
}

.hs-contact-address{
	text-align: center;
	margin: 3em 0;
}

.hs-contact-address ul{
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
}

.hs-contact-address ul li{
	margin-bottom: 10px;
}

.hs-contact-address ul li .fa{
	margin-right: 8px;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#hs-colophon{
	position: fixed;
	bottom: 0;
	width: 50%;
	left: 0;
	background: rgba(255, 255, 255, 1);
	padding: 1rem 0;
	display: flex;
	align-items: center;
}

#hs-top-footer{
	padding: 0 0 10px 0;
	text-align: center;
}
.hs-menu-footer {
	width: 100%;
	margin: 0 0 5px 0;
}
.hs-menu-footer ul#menu-footer-menu{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.hs-menu-footer ul#menu-footer-menu li{
	padding: 2px 10px 2px 10px;
	display: inline-block;
}
.hs-menu-footer ul#menu-footer-menu li a{
	color: #606059;
	font-size: 1rem;
	text-transform: uppercase;
}

.hs-menu-footer ul#menu-footer-menu li a:hover{
	color: #606059;
	text-decoration: none;
}

#hs-bottom-footer{
	line-height: 1.2;
	font-size: 14px;
	width: 100%;
}
.hs-site-info a{
	border-bottom: 1px dotted #AAA;
}

.hs-copy-right{
	text-align: center;
	color: #606059;
}
.hs-copy-right a{
	color: #606059;
}
.hs-copy-right a:hover{
	color: #606059;
}


/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
	display: block;
	text-align: center;
	font-size: 200px;
	color: #F6F6F6;
	line-height: 1.2;
}

.error404 .oops-text{
	text-align: center;
}

#hs-back-top{
	background: #d2d2bc;
	font-family: Arial;
	position: fixed;
	right: 20px;
	bottom: 20px;
	height: 36px;
	width: 36px;
	color: #FFF;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
	font-size: 20px;
}

#hs-back-top.hs-hide{
	display: none;
}

#hs-back-top:hover{
	background: #000;
}

.hs-toggle-menu{
	display: none;
}

/* WooCommerce*/

.woocommerce ul.products li.product a.woocommerce-loop-product__link{
	color: inherit;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3{
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0;
}

.woocommerce ul.products li.product .price{
	font-size: 16px;
	color: inherit;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price{
	font-size: 22px;
	color: inherit;
}

.woocommerce ul.products li.product .price ins{
	margin-left: 5px;
}

.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button{
	background: #d2d2bc!important;
	color: #FFF!important;
	border-radius: 0!important;
	font-weight: normal!important;
}
.exggmap-wrapper button {
	background: #d2d2bc!important;
	color: #FFF!important;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button{
	background: #000;
}

.woocommerce ul.products li.product .button{
	margin-top: 0;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover{
	background: #606059;
	color: #FFF;
}

.woocommerce nav.woocommerce-pagination ul{
	border: 0;
	margin: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li{
	border: 0;
	margin: 0 3px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
	display: inline-block;
	background: #d2d2bc;
	padding: 10px;
	color: #FFF;
	line-height: 1;
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #606059;
	color: #FFF;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
	background: #d2d2bc;
	color: #FFF;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
	background: #000;
	color: #FFF;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled]{
	color: #FFF;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover{
	color: #FFF;
	background: #606059;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover{
	background: #d2d2bc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: none;
	border-radius: 0;
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #d2d2bc;
	color: #FFF;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	display: inline-block;
	padding: .25em 0;
	font-weight: 300;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-color: #EEE;
}

.woocommerce div.product div.images .flex-control-thumbs{
	margin-top: 10px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field{
	border-radius: 0;
	border: 1px solid #EEE;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 46px;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 46px;
}

.select2-dropdown{
	border-color: #EEE;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected]{
	outline: 0;
}

.woofc-menu-item .woofc-menu-item-inner:after {
	top: -6px;
}

.woofc-menu-item .woofc-menu-item-inner i {
	font-size: 14px!important;
}

.woocommerce-info::before,
.woocommerce-info a {
	color: #606059;
}
.woocommerce-info {
	border-top-color: #606059;
}

.nc-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}


.hs-content-wrap{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 2rem 15px;
}
.hs-content-wrap.left{
	width: 100%;
	max-width: 720px;
	margin: 0;
	padding: 2rem 15px;
	float: right;
}
.hs-content-wrap.right{
	width: 100%;
	max-width: 720px;
	margin: 0;
	padding: 2rem 15px;
	float: left;
}
	/*--------------------------------------------------------------
    ## Shop Section
    --------------------------------------------------------------*/
.hs-shop-cat-name-list{
	text-align: center;
	list-style: none;
	display: inline-block;
	margin: 1rem auto;
}

.hs-shop-cat-name{
	cursor: pointer;
	display: inline-block;
	margin: 10px 0;
	border: 1px solid transparent;
	padding: 5px 10px;
	position: relative;
	border-radius: 0;
	font-size: 1rem;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.hs-shop-cat-name:hover,
.hs-shop-cat-name.active{
	background: #d2d2bc;
	color: #FFF;
	border:1px solid #d2d2bc;
}

.hs-shop-cat-name:after,
.hs-shop-cat-name.active:after{
	content: "";
	position: absolute;
	left: 50%;
	opacity: 0;
	border-color: #d2d2bc transparent transparent transparent;
	border-width: 10px 10px 0px 10px;
	border-style: solid;
	transform: translateX(-50%);
	bottom: -10px;
}

.hs-shop-cat-name:hover:after,
.hs-shop-cat-name.active:after{
	opacity: 1;
	transition:all 0.3s ease-in-out 0.2s;
	-moz-transition:all 0.3s ease-in-out 0.2s;
	-webkit-transition:all 0.3s ease-in-out 0.2s;
}
.hs-kitchen-scroll-wrap,
.hs-shop-post-scroll-wrap{
	max-height: 75vh;
	position: relative;
	width: 100%;
}

.hs-shop-posts{
	margin: 0 auto;
	padding: 1rem;
}

.hs-shop-item{
	width: calc(33% - 1rem);
	float: left;
	overflow: hidden;
}

.hs-shop-inner {
	position: relative;
	margin: 10px;
	overflow: hidden;
}

.products .hs-shop-item.product {
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.products .hs-shop-item.product img {
	display: block;
	margin: 0 auto 1rem;
	transform: scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.products .hs-shop-item.product:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-shadow: rgba(210, 210, 188, 0.6) 0 0 5px 0;
}

.products .hs-shop-item.product:hover img{
	transform: scale(1.1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.products .hs-shop-item .product-item-inner {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}


.products .hs-shop-item.product .woocommerce-loop-product__title {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: .5407911001em;
	font-family: 'Source Sans Pro', sans-serif;
}

.products .hs-shop-item.product span.price {
	display: block;
	color: #43454b;
	font-weight: 400;
	font-size: .875em;
	font-family: 'Source Sans Pro', sans-serif;
}


/* ----------------- VC Styles ----------------- */

.fp-tableCell {
	vertical-align: unset!important;
}
.nc-row {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
}
.nc-column_container {
	position: relative;
	height: 100vh;
}
.nc-column_container.left {
	width: 50%;
}
.nc-column_container.right {
	width: 50%;
}
.nc-column_container.full {
	width: 100%;
}
.nc-column-inner {
	position: absolute;
	width: 100%;
	height: 100%;
}

.nc-column-inner-wrapper{
	position: absolute;
	height: 100%;
	width: 100%;
	padding: 4rem 3rem 3rem 3rem;
}

body.single:not(.single-product) .nc-column-inner-wrapper{
	padding: 2rem 3rem 3rem 3rem;
}

.nc-column-inner-wrapper.products{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.nc-column-inner-wrapper.contact-left{
	position: absolute;
	top: 10vh;
	height: calc(100% - 40vh);
}
.nc-column-inner-wrapper.contact-right{
	position: absolute;
	top: 0;
	height: 100%;
}
.nc-content-inner.center{
	width: 100%;
	float: left;
	padding: 3rem
}
.nc-content-inner.left{
	width: auto;
	float: left;
	padding: 0 2rem 0 0;
}
.nc-content-inner.right-sidebar{
	min-width: 250px;
	float: right;
	padding: 0 2rem 0 1rem;
}

.entry-header {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	padding: 1rem;
}
.nc-wrapper .search-header {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	padding: 1rem;
}


.nc-wrapper .entry-content {
	padding: 0 15px 0 0;
}

.entry-content .woocommerce{
	padding: 0 0 10rem 0;
}

.slide-scroll {
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 200;
	transition: all 2200ms cubic-bezier(0.77,0,.175,1);
}

.slide-scroll span {
	display: block;
	position: relative;
	background: #fff;
	width: 30px;
	height: 52px;
	border: 3px solid #d2cbc6;
	border-radius: 30px;
	transition: all 500ms cubic-bezier(0.77,0,.175,1);
}

.slide-scroll span:before {
	content: "";
	position: absolute;
	top: 20px;
	width: 100%;
	height: 2px;
	background: #d2cbc6;
}

.slide-scroll span:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 11px;
	width: 2px;
	height: 8px;
	background: #d2cbc6;
}

.slide-scroll:hover span {
	transform: translateY(-8px);
}

table td,
table th {
	padding: 0.25em 1.41575em;
}
table tr {
	border-bottom: 1px solid #dbdbc9;
}
table tr:last-child{
	border-bottom: none;
}
table tr td{
	border-right: 1px solid #dbdbc9;
}
table tr td:last-child{
	border-right: none;
}

/**
******************* Gallery ********************
 */
.gallery-wrapper{
	position: absolute;
	width: 100%;
	max-width: 720px;
	top: 0;
	margin: auto;
}
.gallery-hof{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery-hof-item{
	width: 31%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 2%;
}


.team-popup {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	transition: all 1s cubic-bezier(0.77,0,.175,1);
	transform: translate3d(100%,0,0);
}
.team-popup.open {
	transform: translate3d(0,0,0);
}
.team-popup .inner {
	background: #fff;
	transition: all 0.5s ease;
}

.portfolio-popup {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 200;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	transition: all 1s cubic-bezier(0.77,0,.175,1);
	transform: translate3d(100%,0,0);
}
.portfolio-popup.open {
	transform: translate3d(0,0,0);
}
.portfolio-popup .inner {
	background: #fff;
	transition: all 0.5s ease;
}

.page-template-woocommerce_shortcode .hs-site-content{
	margin-bottom: 20em;
}
/**
******************* WooCommerce ********************
 */
.shop-nav{
	left: 0;
	z-index: 998;
	position: fixed;
	padding: 0;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	line-height: 2;
}
ul#menu-shop-menu{
	text-align: right;
	margin: 0;
	padding: 0;
}
ul#menu-shop-menu li{
	text-align: center;
	display: inline-block;
	background-color: #d2d2bc;
	padding: 5px 15px;
	margin-left: 4px;
}
ul#menu-shop-menu li a{
	color: #ffffff;
}
ul#menu-shop-menu li a:hover{
	color: #ffffff;
	text-decoration: none;
}
.shop-link-wrapper{
	width: 100%;
	position: relative;
	margin-top: 100px;
	text-align: center;
}
.add_to_cart_button.added {
	display:  inline-block;
}
.added_to_cart.wc-forward {
	display: none!important;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 8px 10px;
}

.woocommerce ul.products{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.woocommerce ul.products li{
	width: 31%;
	margin-bottom: 2%;
}

.woocommerce-LoopProduct-link{
	cursor: pointer;
}

.woocommerce table.shop_table {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 0;
}
.woocommerce-billing-fields__field-wrapper .form-row{
	width: 48%;
	float: left;
	margin: 10px 1%;
}

.woocommerce-billing-fields__field-wrapper .form-row#billing_company_field{
	width: 100%;
	float: left;
}

.woocommerce-billing-fields__field-wrapper .form-row select{
	width: 100%;
	padding: .5em;
	background-color: #f2f2f2;
	color: #43454b;
	border: 0;
	-webkit-appearance: unset;
	box-sizing: border-box;
	font-weight: 400;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
}
.woocommerce-billing-fields__field-wrapper .form-row input{
	width: 100%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 100%;
	max-width: 50%;
	padding-right: 2rem;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 100%;
	max-width: 50%;
	padding-left: 2rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 20%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: none;
}

.woocommerce div.product .product_title {
	font-weight: 300;
}

.quantity {
	display: inline-block;
}
.fp-controlArrow{
	display: none!important;
}
.hs-entry-content.single {
	padding: 0 0 5rem 0;
}

/****************CHECKOUT***************/
.checkout-hentry{
	max-width: 1440px;
	margin: 0 auto;
}
/**
***** Modal
*/
.view-post{
	cursor: pointer;
}
.modal-content {
	border-radius: 0!important;
}
.mCustomScrollbar {
	height: calc(100vh - 100px - 20vh)!important;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 1800px) {
	.hs-shop-post-wrap,
	.nc-content-inner.left {
		padding: 0 3rem;
	}
}
@media only screen and (max-width: 1440px) {
	.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
	.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
	.wp-block-gallery.is-cropped .blocks-gallery-image a,
	.wp-block-gallery.is-cropped .blocks-gallery-image img,
	.wp-block-gallery.is-cropped .blocks-gallery-item a,
	.wp-block-gallery.is-cropped .blocks-gallery-item img {
		height: auto;
	}
}
@media screen and (min-width: 1441px){
	.hs-main-navigation .hs-menu{
		display: block !important;
	}
}
@media only screen and (max-width: 1440px) {
	.fp-slide.product_page.fixSlideMobile {
		float: left;
		padding: 0;
	}

	.hs-entry-content.single {
		padding: 0 0 10rem 0;
	}
	.hs-container{
		width: auto;
		padding: 0 15px;
	}

	.hs-main-navigation .hs-menu{
		display: block;
		float: none;
		position: relative;
		top: 100%;
		left: 0;
		right: 0;
		text-align: center;
	}


	.hs-main-navigation a,
	.page-template-home-template .hs-main-navigation .current_page_item > a,
	.page-template-home-template .hs-main-navigation .current-menu-item > a,
	.page-template-home-template .hs-main-navigation .current_page_ancestor > a,
	.home.blog .hs-main-navigation .current_page_item > a,
	.home.blog .hs-main-navigation .current-menu-item > a,
	.home.blog .hs-main-navigation .current_page_ancestor > a{
		color: #606059;
	}

	.hs-toggle-menu{
		display: block;
		position: absolute;
		right: 20px;
		top: 20px;
		height: 40px;
		width: 40px;
		cursor: pointer;
	}

	.hs-toggle-menu span{
		position: relative;
		height: 2px;
		width: 32px;
		margin: 0 auto;
		background: #d2d2bc;
		display: block;
		top: 50%;
		margin-top: -1px;
		box-shadow: 0 10px 0px 0px #d2d2bc, 0 -10px 0px 0px #d2d2bc;
	}

	.hs-site-branding.home {
		margin: 3rem auto 0 auto;
	}
	.center-icon.center {
		width: 100px;
		height: 100px;
		border: 2px solid #fff;
	}
	.nc-column-inner {
		position: relative;
	}
	.nc-column_container {
		position: relative;
		height: auto;
	}
	.nc-row {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
	}

	.nc-column_container.right,
	.nc-column_container.left {
		width: 100%;
	}
	.nc-column-inner-wrapper {
		position: relative;
		height: auto;
		width: 100%;
		padding: 2rem 1rem 3rem;
	}
	.nc-column-inner-wrapper.single-product {
		padding: 0 1rem 3rem;
	}
	.hs-content-wrap.left {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
		padding: 2rem 15px;
		float: none;
	}
	.hs-content-wrap.right {
		width: 100%;
		max-width: 100%;
		float: none;
		margin: 0 auto;
		padding: 2rem 15px
	}
	.hs-kitchen-scroll-wrap,
	.hs-shop-post-scroll-wrap {
		max-height: unset;
		padding-bottom: 1rem;
	}
	.hs-section-tagline.left, .hs-section-title.left {
		max-width: 720px;
		float: none;
		width: 100%;
	}

	/*Home*/
	.hs-slider-image,
	.nc-column.nc-column_container.right.slider {
		height: 60vh;
	}
	.hs-slider-image.right {
		background-position: center center;
	}
	.nc-column.nc-column_container.right.slider .nc-column-inner {
		position: absolute;
		width: 100%;
		height: 100%;
	}
	.gallery-wrapper {
		padding: 3rem 3rem 0 3rem;
		position: relative;
	}
	.hs-kitchen-big-image{
		display: none;
	}
	.hs-blog-big-image {
		height: 30vh;
		position: relative;
		width: 100%;
	}


	#hs-top-footer {
		display: none;
	}
	#hs-top-footer.slide-up {
		display: block;
	}

	.wp-block-column:not(:only-child) {
		flex-basis: 100%!important;
		flex-grow: 0;
		padding: 0 1rem 0 0;
	}
	.wp-block-column:nth-child(2n) {
		margin-left: 0;
		padding: 0 0 0 1rem;
	}
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button {
		font-size: 14px;
		line-height: 16px;
	}
	.nc-row {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		justify-content: flex-start;
	}
	.nc-column_container {
		height: auto;
	}
	.nc-column_container.left {
		height:auto;
	}
	.nc-column_container.full {
		height: auto;
	}
	.nc-column_container.right {
		height: auto;
	}
	.nc-column_container.left,
	.nc-column_container.right {
		width: 100%;
	}
	.nc-column_container.left.kasse {
		height: 15vh;
	}
	.nc-column_container.right.kasse {
		height: auto;
	}
	.hs-about-image-right{
		height: 15vh;
	}
	.nc-column-inner {
		position: relative;
	}

	#hs-colophon {
		position: fixed;
		width: 100%;
	}

	.slide-scroll{
		display: none;
	}

	.hs-post-wrapper {
		padding: 0 15px;
	}


	.hs-menu-footer ul#menu-footer-menu li a {
		font-size: 14px;
	}
	#hs-bottom-footer {
		font-size: 12px;
	}

	.menu-close.slide-close {
		right: 0;
		top: 0;
		width: 46px;
		background: #d2d2bc;
		height: 46px;
	}

	.menu-close.slide-close span::before,
	.menu-close.slide-close span::after{
		background-color: #ffffff;
	}
	#hs-masthead .hs-container {
		margin: auto;
		padding: 0 1rem;
	}

	.hs-site-branding.home {
		margin: 4rem auto 0 auto;
		padding: 0 3rem;
	}
	#hs-home-slider-section .hs-entry-content {
		margin: 1rem auto 0 auto;
		padding: 0 1rem 2rem;
	}
	.menu-close.side-menu {
		top: 0.5rem;
		left: 0.5rem;
	}
	.menu-search .search-form input[type="search"] {
		font-size: 18px;
	}
	.menu-search {
		margin: 1rem 0;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		padding-left: 2rem;
		padding-top: 3rem;
	}

	.menu-search .search-form input[type="search"] {
		font-size: 18px;
	}
	.menu-search {
		margin: 1rem 0;
	}
	#hs-masthead .hs-site-branding {
		margin: 0 auto;
		padding-top: 3rem;
	}
	.hs-main-navigation a {
		line-height: 1;
		padding: 10px;
	}
	.hs-site-branding img {
		max-height: 70px;
		width: auto;
		display: block;
		margin: 0 auto;
	}
}


@media only screen and (max-height: 820px) {
	.nc-column-inner-wrapper {
		position: relative;
		display: inline-block;
	}
	.nc-column_container {
		position: relative;
		height: auto;
	}
	.nc-column-inner {
		position: relative;
		height: auto;
	}
	#hs-masthead .hs-site-branding {
		margin: 0 auto;
		padding-top: 3rem;
	}
	.hs-main-navigation a {
		line-height: 1;
		padding: 10px;
	}
	.hs-site-branding img {
		max-height: 70px;
		width: auto;
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	.hs-shop-posts {
		padding: 0;
	}
	.menu-text{
		display: none;
	}
	.hs-slider-image,
	.nc-column.nc-column_container.right.slider {
		height: 40vh;
	}
	#hs-masthead.active{
		width: 100%;
	}
	.hs-slider-image.right {
		background-position: bottom center;
	}
	#hs-masthead.hs-white{
		background: #FFF !important;
	}

	#hs-masthead.hs-white .hs-site-title a{
		color: #111;
	}

	#hs-masthead.hs-white .hs-site-description{
		color: #606059;
	}

	.hs-kitchen-post {
		width: 50%;
	}

	.menu-close.slide-close {
		width: 42px;
		height: 42px;
	}

	.hs-main-navigation li{
		display: block;
	}

	.hs-main-navigation ul ul{
		position: static;
		box-shadow: none;
	}

	.hs-menu > ul > li > a:after{
		display: none;
	}

	.menu-item-has-children .ht-dropdown,
	.menu-item-has-children ul .ht-dropdown{
		position: absolute;
		height: 26px;
		width: 26px;
		border: 1px solid rgba(255, 252, 252, 0.6);
		top: 50%;
		right: 10px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 2px;
		border: 1px solid #EEE;
	}

	.menu-item-has-children .ht-dropdown:after,
	.menu-item-has-children ul .ht-dropdown:after{
		content: '\f107';
		font-family: FontAwesome;
		vertical-align: middle;
		line-height: 26px;
		display: block;
	}

	.menu-item-has-children .ht-opened.ht-dropdown:after,
	.menu-item-has-children ul .ht-opened.ht-dropdown:after{
		content: '\f106';
	}

	.hs-main-navigation ul li:hover > ul{
		display: none;
	}

	.hs-main-header{
		padding: 40px 0;
	}

	.hs-slide-cap-title{
		font-size: 30px;
		margin-bottom: 10px;
	}

	.hs-slide-cap-desc{
		font-size: 16px;
	}

	#hs-home-slider-section{
		min-height: 0;
	}

	#hs-home-slider-section .bx-wrapper .bx-controls-direction a{
		display: none;
	}

	.hs-about-sec,
	.hs-progress-bar-sec{
		width: auto;
		float: none;
	}

	.hs-about-sec{
		margin-bottom: 40px;
	}

	.hs-featured-post{
		width: 48%;
	}

	.hs-featured-post:nth-child(3){
		clear: both;
	}

	.hs-portfolio{
		width: 45%;
	}

	.hs-portfolio-cat-name{
		margin-bottom: 10px;
	}

	.hs-service-left-bg{
		display: none;
	}

	.hs-service-posts{
		width: auto;
		float: none;
		padding-left: 0;
	}

	#hs-service-post-section{
		padding: 60px 0;
	}


	.hs-counter-wrap{
		margin-left: 0;
	}

	.hs-counter{
		width: auto;
		float: none;
		margin-bottom: 40px;
		margin-left: 0
	}

	.hs-counter:last-child{
		margin-bottom: 0;
	}

	.hs-blog-post{
		width: 100%;
		float: none;
	}

	.hs-blog-post .hs-blog-thumbnail{
		float: left;
	}

	.hs-blog-post .hs-blog-excerpt{
		left: auto;
		right: 0
	}

	.hs-blog-post .hs-blog-excerpt:after {
		border-color: transparent #F6F6F6 transparent transparent;
		left: -38px;
		right: auto;
	}

	.hs-blog-post:nth-child(2n) .hs-blog-thumbnail{
		float: right;
	}

	.hs-blog-post:nth-child(2n) .hs-blog-excerpt{
		right: auto;
		left: 0
	}

	.hs-blog-post:nth-child(2n) .hs-blog-excerpt:after {
		left: auto;
		right: -38px;
		border-color: transparent transparent transparent #F6F6F6;
	}

	.hs-contact-form{
		float: none;
		width: auto;
		margin-bottom: 30px;
	}

	.hs-contact-address{
		float: none;
		width: auto;
	}

	.hs-footer{
		width: 47%;
		margin-bottom: 30px
	}

	.hs-footer:nth-child(3n){
		clear: both;
	}

	#hs-top-footer {
		padding-bottom: 10px;
	}


	#hs-bottom-footer{
		text-align: center;
	}

	.hs-copy-right{
		float: none;
	}

	.hs-site-info{
		float: none;
	}

	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}

	#secondary{
		width: auto !important;
		float: none !important;
	}

	#hs-colophon {
		padding: 0.5rem 0;
	}
	#hs-masthead.fadeInDown {
		-webkit-animation-name: none;
		animation-name: none;
	}

	#hs-masthead .hs-container {
		margin: auto;
		padding: 0 1rem;
	}

	.hs-site-branding.home {
		margin: 4rem auto 0 auto;
		padding: 0 3rem;
	}
	#hs-home-slider-section .hs-entry-content {
		margin: 1rem auto 0 auto;
		padding: 0 1rem 2rem;
	}
	.menu-close.side-menu {
		top: 0.5rem;
		left: 0.5rem;
	}
	.menu-search .search-form input[type="search"] {
		font-size: 18px;
	}
	.menu-search {
		margin: 1rem 0;
	}
	#hs-masthead .hs-site-branding {
		margin: 0 auto;
		padding-top: 3rem;
	}
	body {
		font-size: 16px;
	}
	.nc-column-inner-wrapper.shortcode{
		padding: 1rem 0.5rem 10rem;
	}
	.woocommerce ul.order_details li {
		width: 100%;
		border-right: none;
	}
	.hs-entry-content p,
	.hs-entry-content p {
		margin-bottom: 0.5rem;
	}
	.hs-section-title {
		font-size: 2rem;
		max-width: 100%;
	}
	.nc-column-inner-wrapper {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		padding: 0.5rem;
	}
	.hs-entry-content {
		font-size: 1rem;
		margin-top: 1rem;
	}
	.hs-entry-content .wp-block-spacer{
		display: none;
	}
	.nc-content-inner.center {
		padding: 0;
	}
	.portfolio-inner-wrapper {
		flex-direction: column;
		flex-wrap: nowrap;
		padding: 0;
	}
	.hs-content-wrap.left {
		padding: 1rem 1rem 0;
	}
	.portfolio-inner-wrapper .portfolio-gallery {
		max-width: 100%;
		padding: 0;
	}
	.portfolio-inner-wrapper .summary {
		padding: 1rem 0;
		margin: 1rem 0 0 0;
	}
	.hs-kitchen-scroll-wrap,
	.hs-shop-post-scroll-wrap {
		max-height: unset;
	}
	.nc-content-inner.left,
	.hs-shop-post-wrap{
		padding: 0;
	}

	.home-link-icon{
		display: none!important;
	}
	ul#menu-shop-menu li {
		padding: 5px;
		margin-left: 3px;
	}
	body {
		line-height: 1.2;
	}

	.hs-shop-item {
		width: 50%;
	}

	.woocommerce-billing-fields__field-wrapper .form-row {
		width: 100%;
	}
	.checkout-hentry {
		padding: 0 0.15rem;
	}
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		max-width: unset;
		padding-right: 0;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		width: 100%;
		max-width: unset;
		padding-left: 0;
		padding-top: 1rem;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs {
		margin: 0 0 0.5rem;
	}
	.woocommerce div.product .woocommerce-tabs .panel {
		margin: 0 0 2em;
		padding: 0 0.5rem;
	}
	.woocommerce #content div.product .woocommerce-tabs,
	.woocommerce div.product .woocommerce-tabs,
	.woocommerce-page #content div.product .woocommerce-tabs,
	.woocommerce-page div.product .woocommerce-tabs {
		padding-bottom: 5rem;
	}
	.nc-column-inner-wrapper> .product-item-inner{
		padding: 3rem 0.5rem;
	}
	.woocommerce div.product div.images {
		margin-bottom: 1rem;
	}
	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 {
		font-size: 16px;
	}
	.group> label {
		font-size: 16px;
		left: 5px;
		top: 5px;
	}
	.hs-section-title {
		margin: 0 auto 10px;
	}
	.hs-shop-post-wrap,
	.nc-content-inner.left {
		width: 100%;
		display: inline-block;
		float: left;
	}
	.home-link-icon{
		display: none;
	}
	h5{
		font-size: 16px;
	}
	.hs-blog-excerpt {
		padding: 10px;
		line-height: 1.2;
	}
	.hs-kitchen-excerpt {
		padding: 5px;
		text-align: center;
	}
	.hs-kitchen-excerpt span,
	.hs-kitchen-excerpt .hs-kitchen-date{
		display: none;
	}
	.hs-portfolio-post-wrap{
		padding: 20% 0;
	}
	.hs-site-branding {
		margin: 0 auto;
		width: 100%;
		max-width: 220px;
		float: none;
	}
	.hs-main-navigation a {
		line-height: 1;
		padding: 10px;
	}
	.nc-wrapper .entry-header {
		padding: 0 0 1rem 0;
	}
}

@media (min-width: 768px){

	.modal-dialog {
		margin-top: 100px!important;
	}
}

@media screen and (max-width: 580px){
	.hs-slide-cap-title{
		font-size: 20px;
		margin-bottom: 0;
	}


	.hs-featured-post-wrap{
		margin-left: 0;
	}

	.hs-featured-post{
		float: none;
		margin-left: 0;
		width: auto;
		margin-bottom: 20px;
	}

	.hs-featured-post:last-child{
		margin-bottom: 0;
	}

	.hs-portfolio-inner{
		margin: 5px;
	}

	.hs-team-member-wrap{
		margin-left: 0;
	}

	.hs-blog-post .hs-blog-thumbnail{
		display: none;
	}

	.hs-blog-excerpt{
		position: relative;
		width: auto;
		border-bottom: 2px solid #FFF;
	}

	.hs-blog-excerpt:after{
		display: none;
	}

	.hs-top-footer{
		margin-left: 0
	}

	.hs-footer{
		width: auto;
		margin-left: 0;
		float: none;
	}
}

.woocommerce-store-notice, p.demo_store {
	position: fixed;
	z-index: 9!important;
	top: 8rem!important;
	left: unset;
	height: calc(100% - 16rem);
	width: auto;
	padding: .75em;
	background-color: #820b34;
	writing-mode: vertical-rl;
	font-size: 0.8em;
}
.agp__wrapper.hidden-age {
	z-index: -999999;
	display: none;
}
.agp__container {
	overflow: hidden!important;
}

/**
********** Sticky Social Icons
 */
.sticky-social{
	position: fixed;
	top: 50%;
	left: -20px;
	padding: 0;
	margin: 0;
	z-index: 9999999999;
	transform: translateY(-50%);
}
.social{
	list-style:none;
}
.social li{
	padding:10px 10px;
	font-size:25px;
	transition:all 0.3s ease-in-out;
}
.social li:hover{
	margin-right:-30px;
	box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
	margin-left:20px;

}
.social li .fa{
	color:#fff;
	transition:all 0.3s ease-in-out;
}
.social li.fb{
	background-color:#3C5A98;
}
.social li.twitter{
	background-color:#1EA1F2;
}
.social li.insta{
	background-color:#DC4F42;
}
.social li.pin{
	background-color:#CB2128;
}
.social li.vim{
	background-color:#59BFBE;
}

/**
********** Sticky Social Icons
 */
.sticky-shop-icon{
	position: fixed;
	top: 50%;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 9999999999;
	transform: translateY(-50%);
}
.sticky-shop-icon-list{
	list-style:none;
}
.sticky-shop-icon-list li{
	padding:10px 10px;
	font-size:25px;
	transition:all 0.3s ease-in-out;
}
.sticky-shop-icon-list li:hover{
	margin-left:-30px;
	box-shadow:2px 5px 10px grey;
}
.sticky-shop-icon-list li:hover .fa{
	margin-right:20px;

}
.sticky-shop-icon-list .fa{
	color:#fff;
	transition:all 0.3s ease-in-out;
}
.sticky-shop-icon li.shop{
	background-color:#d2d2bc;
	color:#fff;
}
.sticky-shop-icon li.shop a{
	color:#fff;
	writing-mode: vertical-lr;
	font-size: 16px;
	text-transform: uppercase;
}


/**
** ELER
 */

.ds-popup-wrapper {
	z-index: 99999!important;
}
.sticky-eler {
	left: 0;
	margin:  0;
}
.sticky-eler img {
	height: 70px;
	margin: -1rem 0;
}

@media (max-width: 768px){
	.sticky-eler img {
		padding: 10px;
	}
}
