/*!
Theme Name: Emet
Theme URI: https://screenmediagroup.com/
Author: Javier Prieto | SMG Team
Author URI: https://screenmediagroup.com/
Description: Emet Corporation Theme
Version: 1.0.11
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: emet
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.

Emet 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
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! 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: 2em;
	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;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 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;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Lato", 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;
}

.site-footer {
	font-family: Lato;
	font-weight: 300;
	font-size: 14px;
	letter-spacing: 0.15px;
	color: #71716f;
	line-height: 3em;
	position: relative;
}
.site-footer a {
	font-family: Lato;
	font-size: 14px;
	letter-spacing: 0.07em;
	color: #1a1a1a;
}
.site-footer a:visited {
	color: #1a1a1a;
}
.site-footer:before {
	display: block;
	content: "";
	position: absolute;
	height: 2px;
	background-color: #dbbc90;
	width: calc(100% - 30px);
	margin: auto;
	left: 0;
	right: 0;
	max-width: 1120px;
}

#full-size-loader {
	z-index: 9999;
	background-color: #1a1a1a;
	max-width: 100%;
	height: 100%;
	top: 0;
}
#full-size-loader .row {
	height: 100%;
}
#full-size-loader img {
	max-width: 100px;
}

p:empty {
	display: none;
}

.wp-block-container {
	padding-right: 15px;
	padding-left: 15px;
}

.container__border-top {
	border-top: 1px solid #dbbc90;
}
.container__border-bottom {
	border-bottom: 1px solid #dbbc90;
}

.border-bottom__light {
	border-bottom: 2px solid #b8b8b7;
}
.border-bottom__dark {
	border-bottom: 2px solid #71716f;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

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%;
}

.modal .modal-header button.close span {
	border: 2px solid;
	border-radius: 15px;
	display: block;
	width: 29px;
	height: 29px;
	line-height: 24px;
	opacity: 0.7;
}

#request-quotation-modal .modal-body .request-quotation__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #6f6f6f;
	margin-bottom: 11px;
}
#request-quotation-modal .modal-body .request-quotation__content .textwidget {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #888888;
}
#request-quotation-modal .modal-body .request-quotation__content .textwidget p {
	margin-bottom: 11px;
}

#request-appointment-modal .modal-body .request-appointment__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #6f6f6f;
	margin-bottom: 11px;
}
#request-appointment-modal .modal-body .request-appointment__content .textwidget {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.07em;
	color: #888888;
}
#request-appointment-modal .modal-body .request-appointment__content .textwidget p {
	margin-bottom: 11px;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}
a:visited {
	color: #800080;
}
a:hover, a:focus, a:active {
	color: #191970;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
.btn {
	border-radius: 0;
	font-family: Lato;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.05em;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}
.btn.btn-primary {
	background-color: #dbbc90;
	border-color: #cbac80;
	color: #ffffff;
}
.btn.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 188, 144, 0.5);
}
.btn.btn-primary:hover, .btn.btn-primary:active {
	background-color: #bb9c70 !important;
	border-color: #bb9c70 !important;
	box-shadow: 0 0 0 0.2rem rgba(219, 188, 144, 0.5) !important;
}
.btn.btn-outline-primary {
	border-color: #cbac80;
	color: #cbac80;
}
.btn.btn-outline-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(219, 188, 144, 0.5);
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:active {
	background-color: #bb9c70 !important;
	border-color: #bb9c70 !important;
	box-shadow: 0 0 0 0.2rem rgba(219, 188, 144, 0.5) !important;
	color: white;
}
.btn.btn-small {
	font-size: 0.7rem;
}

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;
	border-radius: 3px;
	padding: 3px;
}
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 {
	color: #666;
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.form-control, .input-text {
	border-radius: 0 !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0.07em;
}
@media (min-width: 992px) {
	.form-control, .input-text {
		padding: 12px 16px !important;
		height: 56px;
	}
}
@media (max-width: 992px) {
	.form-control, .input-text {
		padding: 6px 12px !important;
	}
}
.form-control::-moz-placeholder, .input-text::-moz-placeholder {
	color: #C4C4C4;
	text-transform: uppercase;
}
.form-control::placeholder, .input-text::placeholder {
	color: #C4C4C4;
	text-transform: uppercase;
}
.form-control:focus, .input-text:focus {
	box-shadow: 0 0 0 0.2rem rgba(194, 154, 100, 0.25);
	border-color: #dbbc90;
}

.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #dbbc90;
	background-color: #dbbc90;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: rgba(194, 154, 100, 0.15);
	border-color: rgba(194, 154, 100, 0.15);
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(194, 154, 100, 0.25);
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}
.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;
}
.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%;
}

nav.navbar {
	transition: top ease-in-out 250ms;
}
@media (min-width: 992px) {
	nav.navbar {
		padding: 0 1rem;
	}
}
nav.navbar .navbar-toggler {
	color: #dbbc90;
	border-color: rgba(219, 188, 144, 0.5);
}
nav.navbar .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27><path stroke=%27rgba%28219, 188, 144, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/></svg>");
}
nav.navbar.bg-dark {
	background: rgba(26, 26, 26, 0.82) !important;
}
@media (max-width: 576px) {
	nav.navbar .navbar-brand {
		width: calc(100% - 120px);
		max-width: 468px;
		height: auto;
		margin-right: 5px;
	}
}
@media (min-width: 576px) {
	nav.navbar .navbar-brand img {
		width: 468px;
		height: 80px;
	}
}
@media (max-width: 576px) {
	nav.navbar .navbar-brand img {
		width: 100%;
		max-width: 468px;
		height: auto;
	}
}
nav.navbar .nav-item a.nav-link {
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #dbbc90;
	transition: all ease-in-out 250ms;
	position: relative;
	display: block;
	padding-right: 0;
	padding-left: 0;
}
nav.navbar .nav-item a.nav-link:focus, nav.navbar .nav-item a.nav-link:hover {
	outline: none;
}
@media (min-width: 992px) {
	nav.navbar .nav-item a.nav-link {
		border-bottom: 3px solid transparent;
	}
	nav.navbar .nav-item a.nav-link:focus, nav.navbar .nav-item a.nav-link:hover {
		color: #dbbc90;
		border-bottom: 3px solid #dbbc90;
	}
	nav.navbar .nav-item a.nav-link:after {
		content: "";
		display: block;
		width: 1px;
		background-color: #dbbc90;
		height: 16px;
		position: absolute;
		top: calc(50% - 7px);
		opacity: 0.5;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	nav.navbar .nav-item a.nav-link {
		margin: 0 21px 0 20px;
		line-height: 60px;
	}
	nav.navbar .nav-item a.nav-link:after {
		right: -20px;
	}
}
@media (min-width: 1200px) {
	nav.navbar .nav-item a.nav-link {
		margin: 0 31px 0 30px;
		line-height: 80px;
	}
	nav.navbar .nav-item a.nav-link:after {
		right: -30px;
	}
}
nav.navbar .nav-item:last-child a.nav-link:after {
	display: none;
}
nav.navbar .nav-item.active a.nav-link {
	color: #dbbc90;
	opacity: 1;
}
@media (min-width: 992px) {
	nav.navbar .nav-item.active a.nav-link, nav.navbar .nav-item.current_page_parent a.nav-link {
		border-bottom: 3px solid #dbbc90;
	}
	nav.navbar .nav-item.active {
		font-weight: bold;
	}
}
@media (max-width: 768px) {
	nav.navbar .nav-item.active a.nav-link, nav.navbar .nav-item.current_page_parent a.nav-link {
		border-bottom: 2px solid #dbbc90;
	}
	nav.navbar .nav-item.active {
		font-weight: bold;
	}
}
nav.navbar .dropdown .btn {
	background: #1a1a1a;
	border-color: #dbbc90;
}
nav.navbar .dropdown .btn:after {
	color: #dbbc90;
}
nav.navbar .dropdown .btn img {
	border-radius: 50%;
	margin-right: 3px;
}
nav.navbar .dropdown-menu {
	min-width: 3.5rem;
	background-color: #545454;
	border-radius: 0;
}
nav.navbar .dropdown-item {
	padding-left: 0.7rem;
	padding-right: 0.7rem;
}
nav.navbar .dropdown-item img {
	border-radius: 50%;
}

@media (min-width: 768px) {
	.nav-in-scroll nav.navbar {
		top: -100px !important;
	}
}
@media (max-width: 782px) {
	body.logged-in.admin-bar nav.navbar {
		top: 0px;
		z-index: 999999;
	}
}
@media (min-width: 783px) {
	body.logged-in.admin-bar nav.navbar {
		top: 32px;
	}
}

body.archive .woocommerce-breadcrumb {
	display: none;
}

.woocommerce-pagination {
	display: flex;
	padding: 30px 15px;
}
.woocommerce-pagination ul {
	margin: 0 auto;
	padding: 0;
}
.woocommerce-pagination ul li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0.5em;
}
.woocommerce-pagination ul li a {
	color: #aaaaaa;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 2em;
}

.dropdown-submenu {
	position: relative;
}

@media (min-width: 768px) {
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
	}
}
@media (max-width: 768px) {
	.dropdown-submenu > .dropdown-menu {
		padding-left: 30px;
		position: relative;
		width: 100%;
		border-left: 0;
		border-right: 0;
		width: calc(100% - 145px);
	}
}

.category-selector-container {
	padding-bottom: 32px;
	margin-top: -5.5em;
	z-index: 2;
	position: relative;
	/*
	@media (min-width: $breakpoint-xl) {
		top: 148px;
	}

	@media (min-width: $breakpoint-lg) and (max-width: $breakpoint-xl){
		top: 128px;
	}

	@media (min-width: $breakpoint-md) and (max-width: $breakpoint-lg) {
		position: -webkit-sticky;
		position: sticky;
		top: 115px;
	}
	*/
}
@media (max-width: 768px) {
	.category-selector-container {
		margin-top: -6em;
		position: sticky;
		top: 66px;
		background: rgba(26, 26, 26, 0.82) !important;
		padding-top: 21px;
		padding-bottom: 20px;
	}
}
.category-selector-container .btn {
	padding: 1em;
}
.category-selector-container .btn img {
	width: 22px;
	height: 22px;
	padding: 3px;
	display: block;
	opacity: 0.4;
}
.category-selector-container .btn.layout-active img, .category-selector-container .btn:hover img {
	opacity: 1;
}

.category-selector-container a.dropdown-toggle {
	background-color: #fff;
	font-weight: 500;
	color: #404040;
	position: relative;
	line-height: 22px;
	padding-right: 20px;
}
@media (min-width: 768px) {
	.category-selector-container a.dropdown-toggle {
		min-width: 250px;
	}
}
@media (max-width: 768px) {
	.category-selector-container a.dropdown-toggle {
		margin-right: 2px;
		width: auto;
		flex-grow: 1;
	}
}
.category-selector-container a.dropdown-toggle:after {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 5px;
}
.category-selector-container a:focus {
	outline: 0;
}
.category-selector-container a.dropdown-item {
	color: #888888;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	letter-spacing: 0.07em;
}
@media (max-width: 768px) {
	.category-selector-container .root-menu {
		width: calc(100% - 145px);
	}
	.category-selector-container .root-menu .dropdown-menu {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.category-selector-container .dropdown-menu > li > a:after {
		transform: rotate(-90deg);
	}
}
.category-selector-container .dropdown-menu {
	border-radius: 0;
}
.category-selector-container .dropdown-menu a:hover {
	background-color: #dbbc90;
	color: white;
}

.my-account-nav-block a.btn-link {
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #dbbc90;
	transition: all ease-in-out 250ms;
	position: relative;
	display: block;
	padding-right: 0;
	padding-left: 0;
	text-decoration: none;
	margin-right: 0 !important;
}
.my-account-nav-block hr {
	margin-top: 0;
	margin-bottom: 0;
	background-color: #dbbc90;
	width: 46px;
	margin-left: 0;
}

/* 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;
}

@media (max-width: 992px) {
	.top--content {
		margin-top: 65px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.top--content {
		margin-top: 75px;
	}
}
@media (min-width: 1200px) {
	.top--content {
		margin-top: 95px;
	}
}

#category-selector {
	margin-right: 10px;
}
@media (max-width: 576px) {
	#category-selector {
		width: auto;
	}
}
@media (min-width: 576px) {
	#category-selector {
		width: 240px;
	}
}

.products .btn {
	font-size: 1em;
	padding: 12px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.products .woocommerce-loop-product__layer {
		font-size: 13px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.products .woocommerce-loop-product__layer {
		font-size: 14px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.products .woocommerce-loop-product__layer {
		font-size: 15px;
	}
}
@media (min-width: 1200px) {
	.products .woocommerce-loop-product__layer {
		font-size: 16px;
	}
}
.products .woocommerce-loop-product__layer a:not(.btn) {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.products .woocommerce-loop-product__layer h2 {
	font-size: 1.25em;
	line-height: 1.2em;
	text-transform: uppercase;
}
.products .woocommerce-loop-product__layer p {
	line-height: 1.2em;
	text-transform: uppercase;
}

.products.products-grid {
	display: flex;
	flex-wrap: wrap;
}
.products.products-grid > div {
	/*
	@media (min-width: $breakpoint-lg) and (max-width: $breakpoint-xl) {
		width: calc(100% / 3);
	}

	@media (min-width: $breakpoint-xl) {
		width: 25%;
	}
	*/
	position: relative;
}
@media (max-width: 768px) {
	.products.products-grid > div {
		width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.products.products-grid > div {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.products.products-grid > div {
		width: 33.3333333333%;
	}
}
@media (max-width: 768px) {
	.products.products-grid > div div.spacer {
		padding: 140px 50%;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.products.products-grid > div div.spacer {
		padding: 155px 50%;
	}
}
@media (min-width: 992px) {
	.products.products-grid > div div.spacer {
		padding: 170px 50%;
	}
}
.products.products-grid > div:hover .woocommerce-loop-product__layer {
	opacity: 1;
	transition: opacity ease-in-out 250ms;
}
.products.products-grid.products-mobile .woocommerce-loop-product__layer {
	opacity: 1;
}
.products.products-grid img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	background-color: white;
}
.products.products-grid .woocommerce-loop-product__layer {
	display: flex;
	opacity: 0;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: opacity ease-in-out 250ms;
	/*
	@media (max-width: $breakpoint-md) {
		font-size: 13px;
	}

	@media (min-width: $breakpoint-md) and (max-width: $breakpoint-lg) {
		font-size: 14px;
	}

	@media (min-width: $breakpoint-lg) and (max-width: $breakpoint-xl) {
		font-size: 15px;
	}

	@media (min-width: $breakpoint-xl) {
		font-size: 12px;
	}
	*/
	font-size: 12px;
}
.products.products-grid .woocommerce-loop-product__layer h2 {
	color: white;
}
.products.products-grid .woocommerce-loop-product__layer p {
	color: white;
	text-align: center;
}
@media (max-width: 768px) {
	.products.products-grid .woocommerce-loop-product__layer p {
		line-height: 1.75em;
	}
}

.products.products-list {
	margin: auto;
}
@media (min-width: 1200px) {
	.products.products-list {
		max-width: 1100px;
	}
}
.products.products-list .product {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #b8b8b7;
	margin-left: 15px;
	margin-right: 15px;
}
@media (max-width: 768px) {
	.products.products-list .product {
		flex-direction: column;
	}
}
.products.products-list .product:last-child {
	border-bottom: 0 none;
}
.products.products-list .product img {
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}
@media (min-width: 576px) {
	.products.products-list .product img {
		width: 244px;
		height: 200px;
		max-width: none;
	}
}
@media (max-width: 576px) {
	.products.products-list .product img {
		width: 100%;
		max-height: 200px;
		height: auto;
	}
}
@media (max-width: 576px) {
	.products.products-list .product .btn {
		display: block;
		width: 100%;
	}
}
.products.products-list .product .spacer {
	display: none;
}
.products.products-list .product .woocommerce-loop-product__layer {
	flex-grow: 1;
}
@media (max-width: 768px) {
	.products.products-list .product .woocommerce-loop-product__layer {
		width: 100%;
	}
}

.wp-block-cover.page-cover {
	align-items: stretch;
	padding-bottom: 0;
}
.wp-block-cover.page-cover.page-cover__full-size {
	min-height: 100vh;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
@media (max-width: 576px) {
	.wp-block-cover.page-cover {
		font-size: 11px;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.wp-block-cover.page-cover {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.wp-block-cover.page-cover {
		font-size: 13px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.wp-block-cover.page-cover {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.wp-block-cover.page-cover {
		font-size: 16px;
	}
}
.wp-block-cover.page-cover h2 {
	font-weight: 900;
	font-size: 5em;
	line-height: 1em;
	text-align: center;
	margin: auto;
}
@media (max-width: 576px) {
	.wp-block-cover.page-cover h2 {
		font-size: 3.6em;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.wp-block-cover.page-cover h2 {
		font-size: 4em;
	}
}
@media (min-width: 992px) {
	.wp-block-cover.page-cover h2 {
		font-size: 5em;
	}
}
.wp-block-cover.page-cover h2 strong {
	color: #dbbc90;
}
.wp-block-cover.page-cover p {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.125em;
	text-align: center;
	color: #f9f9f9;
	max-width: 694px;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-cover.page-cover p:last-of-type {
	margin-bottom: auto;
}
.wp-block-cover.page-cover.page-cover__full-size--light {
	color: inherit;
}
.wp-block-cover.page-cover .wp-block-cover__inner-container {
	display: flex;
	flex-direction: column;
}
.wp-block-cover.page-cover .scroll-down {
	margin: 0 auto 0 auto;
	width: 151px;
	font-weight: 500;
	font-size: 1em;
	line-height: 1.25em;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #f9f9f9;
}
.wp-block-cover.page-cover .scroll-down::after {
	display: block;
	content: "";
	height: 86px;
	width: 1px;
	background-color: #f9f9f9;
	position: relative;
	left: 75px;
	margin-top: 1rem;
}

.wp-block-container .wp-block-cover.page-cover {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}
.wp-block-container .wp-block-cover,
.wp-block-container .wp-block-cover-image {
	min-height: 630px;
}
@media (min-width: 1200px) {
	.wp-block-container .wp-block-cover__top {
		padding-top: 6.2em;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.wp-block-container .wp-block-cover__top {
		padding-top: 5.7em;
	}
}
@media (max-width: 992px) {
	.wp-block-container .wp-block-cover__top {
		padding-top: 5.1em;
	}
}
.wp-block-container .wp-block-cover__half {
	min-height: 50vh;
}
@media (min-width: 992px) {
	.wp-block-container .wp-block-cover__lg-half {
		min-height: 50vh !important;
	}
}
.wp-block-container .wp-block-cover__quarter {
	min-height: 25vh;
}
.wp-block-container .wp-block-cover__light h2 {
	color: #71716f;
}
.wp-block-container .wp-block-cover__light h2 strong {
	color: #dbbc90;
}
.wp-block-container.top-content.has-cover-thumbnail {
	position: relative;
	background-color: #000;
}
.wp-block-container.top-content.has-cover-thumbnail > .attachment-full.size-full.wp-post-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 0.5;
}
@media (max-width: 576px) {
	.wp-block-container {
		font-size: 11px;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.wp-block-container {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.wp-block-container {
		font-size: 13px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.wp-block-container {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.wp-block-container {
		font-size: 16px;
	}
}
.wp-block-container > h4 {
	font-style: normal;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.125em;
	text-align: center;
	color: #71716f;
}
.wp-block-container > h4 > strong {
	color: #dbbc90;
	font-weight: 500;
}
@media (max-width: 576px) {
	.wp-block-container > h4 br {
		display: none;
	}
}
.wp-block-container > h5 {
	font-style: normal;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.125em;
	text-align: center;
	color: #71716f;
}
.wp-block-container > h5 > strong {
	color: #dbbc90;
	font-weight: 500;
}

.contact-us-block {
	background-repeat: no-repeat;
	background-position: calc(50% + 120px) calc(50% + 10px);
	padding-top: 3.75em;
	padding-bottom: 3.75em;
	padding-left: 15px;
	padding-right: -15px;
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}
@media (max-width: 768px) {
	.contact-us-block {
		background-size: 100%;
		min-height: auto !important;
	}
}
@media (min-width: 768px) {
	.contact-us-block {
		background-size: 920px;
	}
}
.contact-us-block .wp-block-cover__inner-container {
	max-width: 1200px;
}
@media (max-width: 576px) {
	.contact-us-block {
		font-size: 11px;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.contact-us-block {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.contact-us-block {
		font-size: 13px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.contact-us-block {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.contact-us-block {
		font-size: 16px;
	}
}
.contact-us-block p {
	font-style: normal;
	font-weight: 300;
	margin: 0;
}
@media (max-width: 576px) {
	.contact-us-block p {
		font-size: 1.1em;
		line-height: 1.25;
		letter-spacing: 0em;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.contact-us-block p {
		font-size: 1.15em;
		line-height: 1.5;
		letter-spacing: 0.07em;
	}
}
@media (min-width: 768px) {
	.contact-us-block p {
		font-size: 1.25em;
		line-height: 1.875;
		letter-spacing: 0.07em;
	}
}
.contact-us-block p.p__spacer {
	padding-bottom: 1em;
	margin-bottom: 1em;
	position: relative;
}
.contact-us-block p.p__spacer:after {
	display: block;
	content: "";
	width: 62px;
	height: 2px;
	position: absolute;
	bottom: 0;
	background-color: #afafaf;
}
.contact-us-block p.p__bullet {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0px 0.6em;
	background-size: 0.7em;
}
.contact-us-block p.p__bullet.p__bullet-triangle {
	background-image: url(dist/images/0df061bd4d43251fa5bf.svg);
}
.contact-us-block p.p__bullet.p__bullet-circle {
	background-image: url(dist/images/61c884bb0eb3118ed082.svg);
}
.contact-us-block h2 {
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 1em;
}
@media (max-width: 576px) {
	.contact-us-block h2 {
		font-size: 3.6em;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.contact-us-block h2 {
		font-size: 4em;
	}
}
@media (min-width: 992px) {
	.contact-us-block h2 {
		font-size: 5em;
	}
}
.contact-us-block h3 {
	font-family: Lato;
	font-style: normal;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 0.25em;
}
@media (max-width: 576px) {
	.contact-us-block h3 {
		font-size: 3.6em;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.contact-us-block h3 {
		font-size: 4em;
	}
}
@media (min-width: 992px) {
	.contact-us-block h3 {
		font-size: 5em;
	}
}

h2.contact-us-header {
	font-weight: 900;
	line-height: 1em;
	color: #474747;
	padding-top: 0.75em;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: -15px;
	margin-right: -15px;
}
@media (max-width: 576px) {
	h2.contact-us-header {
		font-size: 3.6em;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	h2.contact-us-header {
		font-size: 4em;
	}
}
@media (min-width: 992px) {
	h2.contact-us-header {
		font-size: 5em;
	}
}

.page-template-template-about-us .loaded > * {
	opacity: 0 !important;
}
.page-template-template-about-us .wp-block-cover,
.page-template-template-about-us .wp-block-cover__inner-container,
.page-template-template-about-us .wp-block-image.size-full {
	position: relative;
	transition: all ease-in-out 500ms;
	top: 0;
	opacity: 1;
}
.page-template-template-about-us .page-cover.loaded .wp-block-cover__inner-container {
	display: block;
	position: relative;
}
.page-template-template-about-us .wp-block-image.size-full img {
	display: block;
	position: relative;
	top: 0;
	opacity: 1;
	transition: all ease-in-out 500ms;
}

.about-us-fact-container {
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
}
.about-us-fact-container + * {
	margin-top: 0;
}
.about-us-fact-container > div {
	height: 100%;
	padding-left: 2px !important;
	padding-right: 2px !important;
	margin-bottom: 4px;
}
.about-us-fact-container .fact-item {
	background-color: #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
	position: relative;
}
.about-us-fact-container .fact-item > * {
	transition: top ease-in-out 500ms;
	top: 0;
	opacity: 1;
}
@media (max-width: 576px) {
	.about-us-fact-container .fact-item {
		padding: 20px;
		height: 170px;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.about-us-fact-container .fact-item {
		padding: 23px 15px;
		height: 250px;
	}
}
@media (min-width: 992px) {
	.about-us-fact-container .fact-item {
		padding: 23px;
		height: 337px;
	}
}
.about-us-fact-container .fact-title {
	font-style: normal;
	font-weight: bold;
	line-height: 1.111em;
	color: #dbbc90;
	position: relative;
}
@media (max-width: 576px) {
	.about-us-fact-container .fact-title {
		font-size: 4em;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.about-us-fact-container .fact-title {
		font-size: 5em;
	}
}
@media (min-width: 992px) {
	.about-us-fact-container .fact-title {
		font-size: 6em;
	}
}
.about-us-fact-container .textwidget {
	position: relative;
	min-height: 64px;
}
.about-us-fact-container .textwidget img {
	position: absolute;
	right: 0;
	top: 0;
}
.about-us-fact-container .textwidget *:last-child {
	margin-bottom: 0;
}
.about-us-fact-container p {
	font-style: normal;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.16em;
	display: flex;
	align-items: flex-end;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #1a1a1a;
}

.wp-block-image.size-full img {
	width: 100%;
	display: block;
}

@media (max-width: 576px) {
	p {
		width: 100%;
	}
	p.btn-container .btn {
		display: inline-block;
		margin-bottom: 0.75em;
		max-width: 250px;
		width: 100%;
	}
}
.section-title {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.07em;
	color: #474747;
	margin-bottom: 16px;
}

.product-not-allowed {
	padding-bottom: 114px;
	min-height: 50vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.wpcf7 .ajax-loader + .ajax-loader {
	display: none;
}

.modal-body .wpcf7-not-valid-tip {
	position: absolute;
	right: 4px;
	z-index: 2;
	bottom: 4px;
	line-height: 1em;
	opacity: 0.7;
	font-size: 0.7em;
	text-transform: uppercase;
}

figure.wp-block-image.size-full .loaded {
	position: absolute;
	top: 50%;
}

.search-container-top {
	flex-grow: 1;
}
.search-container-top > form {
	padding-left: 2px;
}
.search-container-top > form input.form-control {
	max-width: 56px;
	margin-right: -55px;
	z-index: 4;
	position: relative;
	transition: max-width 125ms ease-in-out, background-color 125ms ease-in-out;
	background-color: transparent;
}
.search-container-top > form input.form-control::-moz-placeholder {
	color: transparent;
}
.search-container-top > form input.form-control::placeholder {
	color: transparent;
}
.search-container-top > form input.form-control:focus {
	max-width: calc(100% - 55px);
	z-index: 1;
	margin-right: 0;
	background-color: white;
}
.search-container-top > form input.form-control:focus::-moz-placeholder {
	color: #666;
}
.search-container-top > form input.form-control:focus::placeholder {
	color: #666;
}
.search-container-top > form button.btn img {
	width: 22px;
	height: 22px;
	padding: 3px;
	display: block;
	opacity: 0.4;
}

.search-container-bottom {
	position: fixed;
	bottom: 82px;
	right: 14px;
}
.search-container-bottom > form {
	padding-left: 2px;
	text-align: right;
	justify-content: flex-end;
}
.search-container-bottom > form input.form-control {
	max-width: 50px;
	margin-right: -49px;
	z-index: 4;
	position: relative;
	transition: max-width 125ms ease-in-out, background-color 125ms ease-in-out;
	background-color: transparent;
	height: 56px;
}
.search-container-bottom > form input.form-control::-moz-placeholder {
	color: transparent;
}
.search-container-bottom > form input.form-control::placeholder {
	color: transparent;
}
.search-container-bottom > form input.form-control:focus {
	z-index: 1;
	margin-right: 0;
	background-color: white;
}
@media (min-width: 992px) {
	.search-container-bottom > form input.form-control:focus {
		max-width: calc(25vw - 55px - 20px);
		width: calc(25vw - 55px - 20px);
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.search-container-bottom > form input.form-control:focus {
		max-width: calc(50vw - 55px - 20px);
		width: calc(50vw - 55px - 20px);
	}
}
@media (max-width: 768px) {
	.search-container-bottom > form input.form-control:focus {
		max-width: calc(100vw - 55px - 20px);
		width: calc(100vw - 55px - 20px);
	}
}
.search-container-bottom > form input.form-control:focus::-moz-placeholder {
	color: #666;
}
.search-container-bottom > form input.form-control:focus::placeholder {
	color: #666;
}
.search-container-bottom > form button.btn {
	width: 50px;
}
.search-container-bottom > form button.btn img {
	width: 22px;
	height: 22px;
	padding: 3px;
	display: inline-block;
	opacity: 0.4;
}

.recommended-products__section-title {
	font-family: Lato;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	color: #474747;
	margin-bottom: 32px;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}

/* 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;
}

/* Modal
--------------------------------------------- */
.modal {
	z-index: 9999;
}
.modal .modal-header {
	padding: 1rem;
	background-color: #fff;
}
.modal .modal-header button.close {
	color: black;
}
.modal .modal-content {
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	background-color: #ffb900;
	margin-bottom: 0;
	margin-left: -5px !important;
	margin-right: -5px !important;
	margin-top: 0;
	border-radius: 2px;
	color: #fff;
	clear: both;
	border-left: 0.61805em solid rgba(0, 0, 0, 0.15);
	padding: 1em 2em 1em 2em;
	position: relative;
	list-style: none outside;
	letter-spacing: normal;
	text-align: left;
	line-height: normal;
}

.wpcf7 form.sent .wpcf7-response-output {
	background-color: #0f834d;
	margin-bottom: 0;
	margin-left: -5px !important;
	margin-right: -5px !important;
	margin-top: 0;
	border-radius: 2px;
	color: #fff;
	clear: both;
	border-left: 0.61805em solid rgba(0, 0, 0, 0.15);
	padding: 1em 2em 1em 2em;
	position: relative;
	list-style: none outside;
	letter-spacing: normal;
	text-align: left;
	line-height: normal;
}

#request-quotation-modal, #request-appointment-modal {
	opacity: 0;
	transition: opacity ease-in-out 500ms;
}
#request-quotation-modal.show, #request-appointment-modal.show {
	opacity: 1;
}

.modal-backdrop.show {
	opacity: 0.8;
}

/* Carousel
--------------------------------------------- */
.carousel-item-next,
.carousel-item-prev,
.carousel-item-left,
.carousel-item-right,
.carousel-item {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.carousel-caption {
	position: relative;
	height: calc(100% - 115px);
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	left: 0;
	right: 0;
	height: auto;
	padding-top: 110px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (max-width: 576px) {
	.carousel-caption {
		font-size: 11px;
	}
}
@media (min-width: 576px) and (max-width: 768px) {
	.carousel-caption {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	.carousel-caption {
		font-size: 13px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.carousel-caption {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
	.carousel-caption {
		font-size: 16px;
	}
}
.carousel-caption h4 {
	font-family: Lato;
	font-style: normal;
	font-weight: 500;
	font-size: 1.1em;
	line-height: 150%;
	letter-spacing: 0.02em;
	color: #f9f9f9;
}
.carousel-caption p {
	font-style: normal;
	font-weight: 500;
	font-size: 1em;
	line-height: 150%;
	color: #f9f9f9;
}
@media (max-width: 576px) {
	.carousel-caption p br {
		display: none;
	}
}
.carousel-caption h2 {
	font-style: normal;
	font-weight: 900;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 576px) {
	.carousel-caption h2 {
		font-size: 3.6em;
	}
}
@media (min-width: 576px) and (max-width: 992px) {
	.carousel-caption h2 {
		font-size: 4em;
	}
}
@media (min-width: 992px) {
	.carousel-caption h2 {
		font-size: 5em;
	}
}
.carousel-caption h2 span {
	color: #dbbc90;
}

.carousel-indicators li {
	width: 50px;
	background-color: #71716f;
}

.carousel-indicators li.active {
	background-color: #dbbc90;
}

.carousel-item {
	min-height: 100vh;
	/*
	&:not(.active) {
		display: flex;
	}
	*/
}
.carousel-item img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: top center;
	   object-position: top center;
	position: absolute;
}

.carousel-inner {
	display: flex;
}

body.admin-bar .carousel-item {
	height: calc(100vh - 32px);
}

#main-home-carousel .carousel-inner {
	perspective: 500px;
}
#main-home-carousel .carousel-item {
	background-color: #000;
	display: flex !important;
}
#main-home-carousel .carousel-item img {
	opacity: 0.3;
}
#main-home-carousel .carousel-item iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 120%;
	height: 120%;
}
#main-home-carousel .carousel-item .ytplayer-container {
	height: 120vh;
	width: 230vh;
	box-sizing: content;
	position: absolute;
}
#main-home-carousel .carousel-item.ytslider .carousel-caption {
	top: 100vh;
	opacity: 0.1;
	transition: all ease-in-out 700ms;
}
#main-home-carousel .carousel-item.ytslider.active .carousel-caption {
	opacity: 1;
	top: 0;
}
#main-home-carousel .carousel-item .ytplayer-overlayer {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 178vh;
	height: 100vh;
}

.carousel-zoom {
	perspective: 600px;
}
.carousel-zoom .carousel-inner .carousel-item {
	transform: translateZ(200px);
	opacity: 0;
	transition: all ease-in-out 500ms;
	position: relative;
}
.carousel-zoom .carousel-inner .carousel-item.active {
	transform: translateZ(0px);
	opacity: 1;
	z-index: 2;
}
.carousel-zoom .carousel-inner .carousel-item-prev, .carousel-zoom .carousel-inner .carousel-item-next, .carousel-zoom .carousel-inner .carousel-item-left, .carousel-zoom .carousel-inner .carousel-item-right {
	transform: translateZ(200px);
	opacity: 0;
}

/* Contact Form 7
--------------------------------------------- */
.wpcf7-response-output {
	max-width: 1120px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.wpcf7-form .select2-container--default .select2-selection--single {
	border-radius: 0 !important;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0.07em;
	background-color: #fff;
	border: 1px solid #ccc;
}
@media (max-width: 992px) {
	.wpcf7-form .select2-container--default .select2-selection--single {
		padding: 8px 16px 8px 12px !important;
		line-height: 46px;
		height: 46px;
	}
}
@media (min-width: 992px) {
	.wpcf7-form .select2-container--default .select2-selection--single {
		padding: 12px 16px 8px 12px !important;
		line-height: 30px;
		height: 56px;
	}
}
@media (min-width: 992px) {
	.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 56px;
	}
}
@media (max-width: 992px) {
	.wpcf7-form .select2-container--default .select2-selection--single .select2-selection__arrow {
		height: 46px;
	}
}
.wpcf7-form .select2-container .select2-selection--single .select2-selection__rendered {
	text-transform: uppercase;
	padding-left: 0;
	text-align: left;
}
.wpcf7-form p#billing_country_field {
	margin: 0 !important;
}
.wpcf7-form .woocommerce-input-wrapper,
.wpcf7-form .select2-container {
	width: 100% !important;
}

.select2-container {
	z-index: 99999;
}

/*--------------------------------------------------------------
# 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
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.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;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* 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;
}


.wp-block-landing-page {
	padding: 7% 0 0 0;
}

.landing-page-main-container {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.landing-page-main-container .landing-page-main-content {
	flex: 0 0 50%;
	padding: 2rem;
	box-sizing: border-box;
	font-size: 1.1rem;
	line-height: 2.2rem;
	border-right: 2px solid #DBBC90;
	color: #888888;
}
.landing-page-main-container .landing-page-main-content h1 {
	font-size: 2.3rem;
	line-height: 3.2rem;
	text-transform: uppercase;
	font-weight: 900;
	color: #383838;
}
.landing-page-main-container .landing-page-main-content h1 strong {
	color: #DBBC90;
}
.landing-page-main-container .landing-page-main-form {
	flex: 0 0 50%;
	padding: 2rem;
	box-sizing: border-box;
	font-size: 1.1rem;
	line-height: 2.2rem;
}
.landing-page-main-container .landing-page-main-form p {
	color: #383838;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.9rem;
}
.landing-page-main-container .landing-page-main-form p strong {
	color: #DBBC90;
}
.landing-page-main-container .landing-page-main-form .wpcf7-response-output {
	display: none !important;
}
.landing-page-main-container .landing-page-main-form .recaptcha-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.landing-page-main-container .landing-page-main-form .recaptcha-group .recaptcha {
	flex: 0 0 65%;
}
.landing-page-main-container .landing-page-main-form .recaptcha-group .submit-control {
	flex: 0 0 35%;
	text-align: right;
	flex-flow: row-reverse;
	display: inline-flex;
}
.landing-page-main-container .landing-page-main-form .recaptcha-group .submit-control .wpcf7-submit {
	background: #DBBC90;
	border: 0;
	color: white;
	padding: 1rem 3rem;
}
.landing-page-main-container .landing-page-main-form .recaptcha-group .submit-control .wpcf7-submit:hover {
	background: #383838;
}

.landing-page-main-products {
	text-align: center;
	margin-top: 3rem;
	padding: 5rem 1rem;
	background: #FDFBFB;
}
.landing-page-main-products h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	font-weight: 400;
	color: #383838;
}
.landing-page-main-products h2 strong {
	color: #DBBC90;
}

.landing-page-hero-contact {
	min-height: 90vh;
	background-size: cover !important;
	background-position: center center !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	flex-flow: column;
}
.landing-page-hero-contact .landing-page-hero-content {
	font-size: 3.5rem;
	line-height: 4.5rem;
	color: white;
	text-transform: uppercase;
}
.landing-page-hero-contact .landing-page-hero-content strong {
	color: #DBBC90;
}
.landing-page-hero-contact .landing-page-hero-content p {
	margin-bottom: 0;
}
.landing-page-hero-contact .btn-hero {
	padding: 1rem 8rem;
	background: #DBBC90;
	color: white;
	margin-top: 2rem;
}
.landing-page-hero-contact .btn-hero:hover {
	background: #383838;
}

.swiper-products .swiper-button-next,
.swiper-products .swiper-button-prev {
	color: #DBBC90 !important;
}

.slider-products-wrapper {
	position: relative;
	max-height: 450px;
	overflow: hidden;
}
.slider-products-wrapper img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.slider-products-wrapper .slider-products-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	color: white;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	font-size: 1rem;
	text-decoration: none;
}
.slider-products-wrapper .slider-products-content-wrapper .slider-product-content {
	padding: 2rem;
	font-size: 0.9rem;
	line-height: 1.7rem;
}
.slider-products-wrapper .slider-products-content-wrapper .slider-product-content h3 {
	font-weight: 600;
	color: #DBBC90;
	margin-bottom: 1rem;
}
.slider-products-wrapper:hover {
	text-decoration: none;
}
.slider-products-wrapper:hover .slider-products-content-wrapper {
	opacity: 1;
}

.thanks-container {
	position: relative;
	min-height: 90vh;
	background-size: cover !important;
	background-position: center !important;
	padding: 0 !important;
	margin: -3rem 0 0 0;
	overflow: hidden;
}
.thanks-container .thanks-overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	color: white;
	font-size: 1.1rem;
	background: rgba(0, 0, 0, 0.56);
}
.thanks-container .thanks-overlay-container h1 {
	font-size: 3rem;
}

.landing-page-extra-container {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-size: 1.1rem;
	line-height: 2.2rem;
	color: #888888;
	padding: 3rem 1rem;
}
.landing-page-extra-container h2 {
	font-size: 2.3rem;
	line-height: 3.2rem;
	text-transform: uppercase;
	font-weight: 900;
	color: #383838;
}
.landing-page-extra-container h2 strong {
	color: #DBBC90;
}

/* mediaqueries */
@media (max-width: 991px) {
	.landing-page-main-container .landing-page-main-content {
		flex: 0 0 100%;
		padding: 2rem;
		box-sizing: border-box;
		font-size: 1.1rem;
		line-height: 2.2rem;
		border-right: 2px solid #DBBC90;
		color: #888888;
	}
	.landing-page-main-container .landing-page-main-content {
		flex: 0 0 100%;
		padding: 1rem 2rem;
		border-right: 0;
	}
	.landing-page-main-container .landing-page-main-form {
		flex: 0 0 100%;
		padding: 1rem 2rem;
	}
	.landing-page-hero-contact {
		min-height: 50vh;
	}
	.landing-page-hero-contact .landing-page-hero-content {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}
	.landing-page-extra-container h2 {
		font-size: 2.5rem;
		line-height: 3.5rem;
	}
}
@media (max-width: 767px) {
	.landing-page-hero-contact .landing-page-hero-content {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.landing-page-hero-button {
		width: 100%;
		padding: 0 2rem;
	}
	.landing-page-hero-contact .btn-hero {
		padding: 1rem;
		display: block;
		width: 100%;
		margin-top: 1.5rem;
	}
	.landing-page-main-products h2 {
		font-size: 1.5rem;
	}
	.landing-page-extra-container h2 {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.landing-page-main-container .landing-page-main-content h1 {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.landing-page-main-container .landing-page-main-form {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.landing-page-main-container {
		flex-flow: column-reverse;
		padding-top: 15%;
	}
	.landing-page-main-container .landing-page-main-form .recaptcha-group .recaptcha {
		flex: 0 0 100%;
	}
	.landing-page-main-container .landing-page-main-form .recaptcha-group .submit-control {
		flex: 0 0 100%;
		text-align: center;
		flex-flow: column;
		display: inline-flex;
		margin: 2rem 0 0 0;
	}
}



/* Mobile header: group account icon, language switcher and menu toggle together, avoid awkward space-between gap when wrapped */
@media (max-width: 991.98px) {
	#masthead .navbar {
		justify-content: flex-start;
	}
	#masthead .my-account-nav-block {
		margin-left: auto !important;
	}
	#masthead .dropdown.align-items-center {
		margin-left: .75rem;
	}
	#masthead .navbar-toggler {
		margin-left: .75rem !important;
	}
}
