/* Reset CSS */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	font: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
/* End of Reset CSS */

/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
	position: relative;
}
.flickity-enabled:focus {
	outline: 0;
}
.flickity-viewport {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}
.flickity-enabled.is-draggable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
}
.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.flickity-button {
	position: absolute;
	color: #333;
	border: none;
	background: hsla(0, 0%, 100%, 0.75);
}
.flickity-button:hover {
	cursor: pointer;
	background: #fff;
}
.flickity-button:focus {
	outline: 0;
	box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
	opacity: 0.6;
}
.flickity-button:disabled {
	cursor: auto;
	pointer-events: none;
	opacity: 0.3;
}
.flickity-button-icon {
	fill: #333;
}
.flickity-prev-next-button {
	top: 50%;
	width: 44px;
	height: 44px;
	transform: translateY(-50%);
	border-radius: 50%;
}
.flickity-prev-next-button.previous {
	left: 10px;
}
.flickity-prev-next-button.next {
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
	right: 10px;
	left: auto;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
}
.flickity-page-dots {
	position: absolute;
	bottom: -25px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}
.flickity-rtl .flickity-page-dots {
	direction: rtl;
}
.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	cursor: pointer;
	opacity: 0.25;
	border-radius: 50%;
	background: #333;
}
.flickity-page-dots .dot.is-selected {
	opacity: 1;
}
/* End of Flickity CSS */

.text-page ol {
	margin-bottom: 25px;
	padding-left: 40px;

	list-style: decimal;
}

strong {
	margin-top: 30px;

	font-weight: 600;
}

.text-page li {
	line-height: 2;
}

.text-page ul {
	margin-bottom: 25px;
	padding-left: 40px;

	list-style: disc;
}

.text-page p {
	margin-bottom: 25px;
}

a:hover {
}

/* Navigation */
.logo {
	display: inline-block;

	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.sidenav {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;

	overflow-x: hidden;

	width: 0;
	height: 100%;
	padding-top: 120px;

	transition: 0.5s;
	text-align: center;

	background-color: #dfb302;
}

.sidenav a {
	position: relative;

	display: block;

	padding: 8px 8px 8px 32px;

	transition: all 0.3s ease-in-out;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;

	color: #ffffff;

	font-size: 26px;
	font-weight: 800;
	line-height: 1.5;
}

.sidenav .closebtn {
	position: absolute;
	top: 15px;
	right: 15px;

	margin-left: 50px;

	font-size: 36px;
}
.sidenav .closebtn:hover {
	color: #fff;
}

#toggle {
	position: relative;

	display: inline-block;
	float: right;

	width: 30px;
	height: 30px;
	margin-top: 25px;
	margin-right: 15px;

	cursor: pointer;
}

#toggle span {
	position: absolute;
	left: 0;

	display: block;

	width: 100%;
	height: 2px;

	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);

	opacity: 1;
	border-radius: 9px;
	background: #dfb302;
}

#toggle p {
	display: block;

	margin-left: -7px;
	padding-top: 35px;

	color: #333;

	font-weight: 800;
}

#toggle span:nth-child(1) {
	top: 0px;
}

#toggle span:nth-child(2) {
	top: 10px;
}

#toggle span:nth-child(3) {
	top: 20px;
}

.sidenav .logo {
	position: absolute;
	top: 0;
	left: 0;

	margin-bottom: 50px;

	font-size: 36px;
}

.sidenav .socials li a {
	font-size: 42px;
}

ul#desktop {
	display: none;
}

#navigation {
	position: relative;

	background-color: #fff;
}

#navigation ul#desktop li {
	display: inline-block;
}

#navigation ul#desktop li a {
	display: inline-block;

	padding: 30px 20px;

	text-transform: lowercase;

	color: #333;

	font-size: 16px;
}

#navigation ul#desktop li a:hover {
	text-decoration: none !important;
}

#navigation ul#desktop li.current-item a {
	color: #dfb302;
}

#navigation #slide-line {
	position: absolute;
	bottom: 35px;

	height: 4px;
	margin-left: 20px;

	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;

	background-color: #dfb302;
}

@media screen and (max-height: 450px) {
	.sidenav a {
		font-size: 18px;
	}
}

@media (min-width: 995px) {
	ul#desktop {
		display: block;
		float: right;

		margin-top: 10px;
	}

	.logo {
		margin-left: 0;
	}

	.sidenav {
		display: none;
	}

	#toggle {
		display: none;
	}
}

.usp .button-yellow {
	max-width: 100%;

	text-align: center;
}

.usp p {
	min-height: auto;
	margin-bottom: 15px;
}

@media (min-width: 768px) {
	.usp p {
		min-height: 250px;
	}
}

@media (min-width: 1200px) {
	.usp p {
		min-height: 200px;
	}
}

@media (min-width: 1400px) {
	.usp p {
		min-height: 175px;
	}
}

/* Common */

body,
* {
	font-family: "Ubuntu", sans-serif;
	font-weight: 300;
}

::selection {
	color: white !important;
	background: #dfb302 !important;
}

::-moz-selection {
	color: white !important;
	background: #dfb302 !important;
}

a {
	transition: all 0.2s ease-in-out;
	text-decoration: none;

	color: black;

	font-family: "Ubuntu", sans-serif !important;
	font-weight: 300;
}

a:hover {
	color: #dfb302;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;

	font-family: "Ubuntu", sans-serif;
	font-weight: 700;
}

h1,
h2,
h3 {
	font-size: 36px;
}

@media (min-width: 769px) {
	h1,
	h2,
	h3 {
		font-size: 64px;
	}
}

p {
	color: #333;

	font-family: "Ubuntu", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.lily-script {
	font-family: "Lily Script One", cursive !important;
}

.crumb {
	position: absolute;

	display: block;

	margin-top: 5px;
	margin-left: 15px;

	letter-spacing: 1px;
	text-transform: uppercase;

	color: #828282;

	font-size: 10px;
	font-weight: 300;
}

@media (min-width: 769px) {
	.crumb {
		margin-top: 92px;
		margin-left: 15px;
	}
}

/* Flickity */

.carousel {
	width: 100%;
	height: 280px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.carousel-cell {
	width: 100% !important;
	height: 280px !important;
	margin: 0 auto;

	background-repeat: no-repeat;
	background-position: center !important;
	background-size: contain !important;
}

.flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	top: 20%;
	left: 27%;

	width: 45%;
	height: 60%;

	background: #dfb302;
}

.flickity-prev-next-button {
	transition: all 0.2s ease-in-out;

	opacity: 1;
	background: #dfb302;
}

.flickity-prev-next-button:hover {
	background: #dfb302;
}

.arrow {
	fill: white;
}

.product-slider .arrow {
	fill: #1d1d1b;
}

.product-slider .carousel-cell {
	-webkit-transition: -webkit-filter 0.4s ease-in-out;
	transition: -webkit-filter 0.4s ease-in-out;
	transition: filter 0.4s ease-in-out;
	transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;

	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.product-slider .carousel-cell:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.before-slider.carousel {
	clear: both;

	height: 250px !important;
	margin-top: 150px;
}

.metamorphose > div > div {
	padding: 0 !important;
}

@media (min-width: 769px) {
	.metamorphose > div > div {
		padding: 15px !important;
	}

	.carousel {
		height: 550px !important;
	}

	.carousel-cell {
		height: 550px !important;
	}

	.after-slider.carousel {
		clear: both;

		margin-top: -30px !important;
	}
}

.before-slider .carousel-cell {
	height: 250px !important;
}

.before-slider.left-carousel {
	height: 280px !important;
}

.before-slider.left-carousel .carousel-cell {
	height: 280px !important;
}

.small-text-slider {
	float: right;

	font-size: 16px;
	font-weight: 300;
	font-style: italic;
}

.product-slider.carousel {
	width: 100%;
	height: 150px !important;
	margin-top: 40px;
	margin-bottom: 20px;
}

.product-slider .carousel-cell {
	width: 100% !important;
	height: 150px !important;
	margin: 0 auto;

	background-repeat: no-repeat;
	background-position: center !important;
	background-size: contain !important;
}

.product-slider .flickity-prev-next-button .flickity-button-icon {
	position: absolute;
	top: 26%;
	left: 35%;

	width: 35%;
	height: 40%;

	background: #fff;
}

.product-slider .flickity-prev-next-button {
	transition: all 0.2s ease-in-out;

	opacity: 1;
	background: #fff;
}

.product-slider .flickity-prev-next-button.previous {
	left: -5px;
}

.product-slider .flickity-prev-next-button.next {
	right: -5px;
}

.product-slider.carousel {
	padding-right: 15% !important;
	padding-left: 15% !important;
}

@media (min-width: 769px) {
	.product-slider.carousel {
		margin-bottom: 0;
		padding-right: 4% !important;
		padding-left: 4% !important;
	}

	.product-slider .carousel-cell {
		width: 17.5% !important;
		margin-right: 2.5%;
	}
}

/* Buttons */
.button-yellow {
	display: block;

	max-width: 275px;
	margin: 0 auto;
	padding: 25px;

	cursor: pointer;
	transition: all 0.2s ease-in-out;
	text-align: center;
	text-transform: uppercase;

	color: white;
	border: 2px solid #dfb302;
	border-radius: 4px;
	background: #dfb302;

	font-weight: 700;
}

.button-yellow:hover {
	text-decoration: none;

	color: #dfb302;
	background: transparent;
}

.button-dark {
	transition: all 0.2s ease-in-out;

	color: #dfb302;
	background: #1d1d1b;
}

.button-dark:hover {
	color: #1d1d1b;
	background: #dfb302;
}

/* Insta feed */
#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
	height: 300px;
	margin-bottom: 15px !important;
}

#sb_instagram .sbi_photo {
	height: 300px !important;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item:last-child {
	padding-right: 0 !important;
}

#sbi_images {
	margin-top: 25px;
}

@media (min-width: 769px) {
	#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
		padding-right: 15px !important;
	}
}

/* Grid overwriting */

@media (max-width: 769px) {
	.container-fluid.mobile-no-padding {
		padding: 0 !important;
	}

	.container-fluid.mobile-no-padding .col-md-4 {
		padding: 0 !important;
	}

	.container-fluid.mobile-no-padding .col-md-12 {
		padding: 0 !important;
	}

	.container-fluid.mobile-no-padding .col-sm-12 {
		padding: 0 !important;
	}

	.container-fluid.mobile-no-padding .row {
		margin: 0 auto !important;
	}
}

.container-fluid.mobile-no-padding .col-md-8 {
	padding: 0 !important;
}

/* Section + blocks */

.section {
	display: block;

	margin-top: 15px;
}

.section .row {
	margin-bottom: 75px;
}

.section a {
	display: inline-block;
	transition: all 0.2s ease-in-out;
	text-decoration: underline;
}

.desktop-only p > a {
	float: none;
	margin: 0;
	width: auto;
}

.section .socials {
	margin-top: 25px;
}

.section .socials a {
	display: inline-block;

	width: auto;
	margin-right: 15px;

	color: #333;

	font-size: 42px;
}

.section a:hover {
	color: #dfb302;
}

.section img {
	display: block;

	width: 100%;
	height: auto;
	margin-top: 75px;
}
.section .video {
	display: block;

	width: 100%;
	height: auto;
	margin-top: 75px;
}

.section .carousel {
	display: block;

	width: 100%;
	height: auto;
}

.section h1 {
	position: absolute;
	z-index: 999;
	top: 20px;

	text-shadow: 2px 8px 6px rgba(0, 0, 0, 0),
		0px -5px 35px rgba(255, 255, 255, 0.7);

	font-size: 36px;
}

.section .button-yellow {
	display: block;
	float: left;
	text-decoration: none;
	margin-bottom: 25px;
}

.section .desktop-only {
	display: none;
}

.section .mobile-only {
	display: block;
}

.section p {
	float: left;

	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
}

.section #top-menu {
	margin-top: 50px;
}

.section #top-menu li a {
	display: block;
	float: left;

	width: 100%;
	height: auto;
	margin-bottom: 0;

	text-decoration: none;
	text-transform: uppercase;

	font-size: 36px;
	font-weight: 800;
}

.section #top-menu li:last-child a {
	margin-bottom: 15px;
}

@media (min-width: 769px) {
	.container {
		max-width: 95% !important;
	}

	.three-line {
		top: 30px !important;
	}

	.section .desktop-only {
		display: block;
	}

	.section .mobile-only {
		display: none;
	}

	.section h1.title-left {
		position: absolute;
		z-index: 999;
		top: 120px;

		width: 175%;
		margin-left: -75%;

		text-align: right;

		font-size: 64px;
	}

	.section h1.title-right {
		position: absolute;
		z-index: 999;
		top: 100px;

		width: 175%;
		margin-right: -75%;

		font-size: 64px;
	}

	.section .margin-top-300 {
		margin-top: 600px;
	}

	.section .margin-top-200 {
		margin-top: 290px;
	}

	.section .margin-top-100 {
		margin-top: 200px;
	}

	.section #top-menu li a {
		font-size: 42px;
	}

	.section #top-menu {
		margin-top: 100px;
	}
}

@media (min-width: 1200px) {
	.three-line {
		top: 60px !important;
	}

	.section .margin-top-300 {
		margin-top: 525px;
	}

	.section .margin-top-200 {
		margin-top: 350px;
	}

	.section .margin-top-100 {
		margin-top: 190px;
	}
}

@media (min-width: 1700px) {
	.section .margin-top-300 {
		margin-top: 330px;
	}

	.section .margin-top-200 {
		margin-top: 260px;
	}
	.section .margin-top-100 {
		margin-top: 190px;
	}
}

/* Banner */

.banner {
	display: block;

	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;

	background: #1d1d1b;
}

.banner span {
	display: block;

	margin-top: 0;
	margin-bottom: 25px;

	color: #dfb302;

	font-family: "Ubuntu";
	font-size: 24px;
	font-weight: 300;
	line-height: 1.3;
}

.banner .button-dark {
	float: left;

	padding-right: 50px;
	padding-left: 50px;
}

@media (min-width: 769px) {
	.banner span {
		margin-top: 25px;
	}

	.banner .button-dark {
		float: right;
	}
}

/* USP */
.usp {
	display: block;

	margin-top: 75px;
}

.usp p {
	margin-top: 15px;

	line-height: 2;
}

.usp h2 {
	position: absolute;
	top: -22px;
	left: 13px;

	font-size: 36px;
}

.usp-image {
	width: 100%;
	height: 350px;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

@media (min-width: 769px) {
	.usp {
		margin-top: 75px;
		margin-bottom: 25px;
	}
}

/* Section title */

.fancy {
	position: relative;
	z-index: 1;

	display: block;

	width: 100%;

	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;

	color: #b5b5b5;

	font-size: 14px;
	font-weight: 300;
	line-height: 0.5;
}

.fancy span {
	padding: 0 15px;

	background: #fff;
}

.fancy:before {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	bottom: 0;
	left: 0;

	width: 100%;
	margin: 0 auto;

	content: "";

	border-top: 2px solid #dfdfdf;
}

/* Contact form */
.contact-form h1 {
	position: relative;

	display: block;

	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;

	font-size: 36px;
}

@media (min-width: 769px) {
	.contact-form h1 {
		font-size: 64px;
	}
}

.frm_forms {
	float: left;

	width: 100%;
}

.contact-form {
	padding-left: 0 !important;
}

.contact-form .button-yellow {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 15px 75px;
}

label {
	margin-top: 15px;
	margin-bottom: 5px;

	font-size: 16px;
	font-weight: 300;
}

.contact-form input,
textarea {
	display: block;

	width: 100% !important;
	max-width: 650px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;

	border: 1px solid #dddcdd;
	border-radius: 2px;
}

.contact-form input:focus,
.contact-form textarea:focus {
	-webkit-tap-highlight-color: #dfb302 !important;
}

/* Footer */

footer {
	padding-top: 75px;
	padding-bottom: 75px;

	color: white;
	background: #1d1d1b;
}

footer h3,
footer a,
footer p {
	color: white;
}

footer h3 {
	margin-bottom: 25px;

	font-size: 36px;
}

footer a {
	display: inline-block;

	margin-bottom: 10px;

	transition: all 0.2s ease-in-out;

	line-height: 1.5;
}

footer .socials a {
	margin-right: 15px;
	font-size: 35px;
}

.footer a:hover {
	text-decoration: none;

	color: #dfb302;
}

.footer-block {
	display: block;
	overflow-x: hidden;

	width: 100%;
	height: 300px;
	margin: 0 auto;

	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-block h3 {
	margin-top: 75px;
	margin-bottom: 30px;

	text-align: center;
	text-transform: capitalize;

	color: white;
	text-shadow: 0px 2px 4px #000000;

	font-size: 48px;
}

.footer-block .button-yellow {
	transition: all 0.6s ease-in-out !important;
}

.footer-block .button-yellow:hover {
	text-decoration: none;

	color: #fff;
	background: #dfb302;
	box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
		0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

@media (min-width: 769px) {
	.footer-block {
		height: 500px;
	}
	.footer-block h3 {
		margin-top: 200px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 95% !important;
		padding-right: 2.5% !important;
		padding-left: 2.5% !important;
	}
}

@media (min-width: 1400px) {
	.container {
		width: 95%;
		max-width: 1400px !important;
		padding-right: 2.5%;
		padding-left: 2.5%;
	}
}

.section h1.invisible {
	position: relative;

	display: none;

	opacity: 0;

	font-size: 64px;
}

@media (min-width: 1280px) {
	.section h1.title-left,
	.section h1.title-right {
		top: 120px;
	}
}

@media (min-width: 769px) {
	.section h1.invisible {
		display: block;

		width: 185%;
		margin-top: 120px;
	}

	.metamorphose p.intro {
		height: 200px;
	}

	.metamorphose {
		margin-bottom: -150px;
	}

	.metamorphose:first-child {
		margin-top: -100px !important;
	}

	.metamorphose:last-child {
		margin-bottom: -25px;
	}
	.metamorphose h1 {
		margin-top: 120px;
		margin-bottom: -25px;

		font-size: 64px;
	}
}

body {
	overflow-x: hidden;
}

p {
	margin-top: 0;
	margin-bottom: 0;

	line-height: 1.8 !important;
}

tr {
	line-height: 1.5;
}

td {
	font-weight: 300 !important;
}

li.submenu-item {
	overflow: visible;

	width: 90%;
	height: 40px;
}

li.submenu-item a {
	position: absolute;
	z-index: 999;

	overflow: visible;

	width: 100% !important;
	height: auto !important;

	text-decoration: underline !important;

	font-size: 24px !important;
}

li.submenu-item a:before {
	position: relative;

	display: inline-block;
	float: left;

	width: 25px;
	height: 25px;
	margin: 2px;

	content: " ";

	background: url("img/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
}

@media (min-width: 769px) {
	li.submenu-item {
		width: 180% !important;
		height: 50px !important;
	}

	li.submenu-item a {
		width: 180% !important;
		height: auto !important;

		font-size: 36px !important;
	}

	li.submenu-item a:before {
		width: 30px;
		height: 40px;
	}
}

.scroll-up-icon {
	position: fixed;
	z-index: 99998;
	right: 35px;
	bottom: 50px;
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	color: white;
	border-radius: 2px;
	background: #dfb302;
	line-height: 48px;
}

.scroll-up-icon.newsletter-active {
	bottom: 7.5rem;
}

/* Form hacking */

input[type="submit"] {
	display: inline-block;
	display: block;
	float: left;

	width: auto;
	max-width: 275px;
	height: 75px;
	padding: 25px;

	cursor: pointer;
	transition: all 0.2s ease-in-out;
	text-align: center;
	text-transform: uppercase;

	color: white;
	border: 2px solid #dfb302;
	border-radius: 4px;
	background: #dfb302;

	font-weight: 700;
}

input {
	height: 50px;

	font-family: "Ubuntu" !important;
}

label {
	margin-bottom: -5px;

	font-family: "Ubuntu", sans-serif !important;
}

input[type="submit"]:hover {
	text-decoration: none;

	color: #dfb302;
	background: transparent;
}

input::placeholder,
textarea::placeholder {
	color: #e4e4e4;

	font-weight: 300;
}

input:focus,
textarea:focus,
label:focus {
	outline-color: #dfb302 !important;
}

body img.gform_ajax_spinner {
	display: none !important;
}

div.gf_browser_chrome#gform_wrapper_1 {
	display: block !important;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper ul.gfield_radio li input[type="radio"] {
	width: auto !important;
	height: 20px;
}

.gform_wrapper .gfield_required {
	color: #dfb302 !important;
}

form {
	padding-bottom: 100px !important;

	font-weight: 300;
}

body .gform_wrapper ul li.gfield {
	margin-top: 5px !important;
	padding-top: 0;
}

.error h1,
.error p {
	text-align: center;
}

.error {
	padding-top: 125px;
	padding-bottom: 125px;
}

.text-page {
	padding-top: 125px;
	padding-bottom: 125px;
}

/* Searchform */
.search-form input#s::-webkit-input-placeholder,
.search-form input#s::-moz-placeholder,
.search-form input#s:-ms-input-placeholder,
.search-form input#s:-moz-placeholder,
.search-form input#s::placeholder {
	color: #919191 !important;
}

/* Searchpage */
.search .crumb {
	display: none;
}
.search-results-section {
	margin-bottom: 28px;
}
.search-results-section h1 {
	text-transform: capitalize;
	color: #1d1d1b;
	font-size: 64px;
	font-weight: bold;
	letter-spacing: -2.08px;
	line-height: 53px;
	text-shadow: 0 2px 25px 0 rgba(255, 255, 255, 0.72);
	padding-top: 30px;
}
.search-results-section .search-item {
	margin-bottom: 40px;
}
.search-results-section .search-item h4 {
	text-transform: capitalize;
	font-size: 20px;
	letter-spacing: 0.1px;
	line-height: 32px;
	font-weight: bold;
}
.search-results-section .search-item a {
	color: #dfb302;
}
.search-results-section .search-results-row {
	margin-top: 38px;
}
.search-results-section p strong {
	color: #dfb302;
}
@media (max-width: 992px) {
	.search-results-section h1 {
		color: #000000;
		font-family: Ubuntu;
		font-size: 34px;
		font-weight: bold;
		letter-spacing: -1.1px;
		line-height: 37px;
		text-transform: uppercase;
	}
}

/* Breadcrumbs */
.breadcrumb-wrapper {
	margin-bottom: 30px;
}
.breadcrumbs a,
.breadcrumbs span {
	color: #828282;
	font-family: Ubuntu;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: 1.06px;
	line-height: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}

/* Taxonomy */
.post-type-archive-producten .crumb,
.single-producten .crumb,
.tax-categorie .crumb {
	display: none;
}
.tax-categorie .tax-filter {
	margin-top: 15px;
}
.tax-categorie .tax-filter a {
	color: #1d1d1b;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.08px;
	line-height: 32px;
}
.tax-categorie .tax-filter a:hover {
	text-decoration: none;
}
.tax-categorie .tax-filter a.filter-active {
	color: #dfb302;
	font-weight: 700;
}
@media (min-width: 992px) {
	#filter_select {
		display: none;
	}
}
@media (max-width: 992px) {
	.breadcrumb-wrapper {
		margin-bottom: 0;
	}
	.tax-filter {
		background-color: rgba(29, 29, 27, 0.12);
		margin-left: -20px;
		margin-right: -20px;
		width: calc(100% + 40px);
		padding: 15px 30px;
		margin-bottom: 20px;
		margin-top: 10px !important;
	}
	.tax-filter ul {
		display: none;
	}
	.tax-filter p,
	.tax-filter p strong {
		text-align: center;
	}
	#filter_select {
		width: 100%;
		height: 44px;
		border: 1px solid #d5d5d5;
		padding-left: 14px;
		border-radius: 4px;
		font-weight: 500;
		position: relative;
		margin-top: 10px;
	}
	#filter_select::after {
		content: "\f002";
		font-family: "Font Awesome 5 Pro";
		font-style: normal;
		font-weight: 300;
		display: block;
		font-size: 16px;
		margin-left: 10px;
		position: absolute;
		right: 20px;
		top: 10px;
		color: red;
	}
	#filter_select option {
		font-weight: 500;
	}
	#filter_select option.child-term {
		font-weight: 300;
		font-style: italic;
	}
}

.product-taxonomy {
	padding-bottom: 26px;
}
.taxonomy-title {
	color: #1d1d1b;
	font-family: Ubuntu;
	font-size: 64px;
	font-weight: bold;
	letter-spacing: -2.08px;
	line-height: 53px;
	text-shadow: 0 2px 25px 0 rgba(255, 255, 255, 0.72);
	text-transform: capitalize;
	margin-bottom: 20px;
}
.taxonomy-description {
	color: #1d1d1b;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.08px;
	line-height: 32px;
	margin-bottom: 20px;
}
.product-taxonomy .product-items {
	padding-bottom: 40px;
}
.product-taxonomy .product-item {
	margin-bottom: 44px;
	width: 100%;
	height: auto;
	display: block;
	transition: 0.3s ease-in-out;
	position: relative;
}
.product-taxonomy .product-item:hover {
	background-color: #fff;
	box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
.product-item .product-tag {
	position: absolute;
	padding: 5px 15px;
	background-color: #1d1d1b;
	color: #dfb302;
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.07px;
	line-height: 32px;
	text-transform: uppercase;
}
.product-item.product-img-product .product-tag {
	top: 25px;
	left: 0;
}
.product-item .product-item-featured-img {
	width: 100%;
}
.product-item.product-img-mood .product-item-featured-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 194px;
}
.product-item.product-img-product {
	padding-left: 13px;
	padding-right: 13px;
}
.product-item.product-img-product .product-item-featured-img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 174px;
}
.filter-sub {
	padding-left: 12px;
}
.filter-sub a {
	font-size: 14px !important;
	line-height: 20px !important;
}
.dotted-line {
	/*Horizontal*/
	background-image: linear-gradient(
		to right,
		#dfb302 50%,
		rgba(255, 255, 255, 0) 0%
	);
	background-position: bottom;
	background-size: 4px 1px;
	background-repeat: repeat-x;
	width: calc(100% - 28px);
	margin: 20px auto 0;
	height: 1px;
	display: block;
}
.product-item h4 {
	color: #1d1d1b;
	font-family: Ubuntu;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.65px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.product-item.product-img-mood .product-item-featured-img {
		height: 115px;
	}
	.product-item.product-img-product .product-item-featured-img {
		height: 94px;
	}
}

/* single product */
.single-producten .single-product-content {
	padding-bottom: 64px;
}
.single-producten .single-product-content .product-content-header {
	margin-bottom: 20px;
}
.single-producten .single-product-content .product-content-header h1 {
	color: #1d1d1b;
	font-family: Ubuntu;
	font-size: 64px;
	font-weight: bold;
	letter-spacing: -2.08px;
	line-height: 53px;
	text-shadow: 0 2px 25px 0 rgba(255, 255, 255, 0.72);
	text-transform: capitalize;
	margin-bottom: 0px;
}
.backto-link {
	color: #dfb302;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.08px;
	line-height: 32px;
}
.backto-link i {
	margin-right: 10px;
	transform: translateY(1px);
}
.content-backto-link {
	padding-top: 10px;
}

.single-producten .single-product-content .product-tag {
	position: relative;
	padding: 3px 15px;
	background-color: #1d1d1b;
	color: #dfb302;
	font-family: Ubuntu;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.07px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 18px;
	display: inline-block;
}
.single-producten .single-product-content .product-specs {
	width: 100%;
	height: auto;
	padding: 20px 22px 30px;
	background-color: #e5e5e5;
	margin-bottom: 30px;
}
.product-gallery-item {
	margin-bottom: 30px;
}
.product-text {
	margin-bottom: 28px;
}
.product-usps {
	margin-bottom: 24px;
}
.product-usps .product-usp {
	display: flex;
	align-items: center;
}
.product-usps .product-usp i {
	color: #dfb302;
	margin-right: 10px;
}

.product-contact-btn {
	margin: 0 0 15px 0;
}
.meeting-link {
	text-decoration: underline;
}

@media (max-width: 992px) {
	.product-content-header {
		margin-top: 10px;
	}
	.product-content-header .backto-link {
		display: none;
	}
	.content-backto-link {
		padding-top: 30px;
	}
}

/* Collectie overzicht page */
.collectie-overzicht {
	padding-bottom: 70px;
}
.collection-page-title {
	margin-bottom: 12px;
}
.collection-page-text {
	margin-bottom: 37px;
}
.collectie-item {
}
.collectie-item a {
	margin-bottom: 32px;
	width: 100%;
	height: auto;
	display: block;
	transition: 0.3s ease-in-out;
	position: relative;
}
.collectie-item a.product-img-mood .tax-item-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 194px;
}
.collectie-item a.product-img-mood .tax-big-item-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 470px;
}
.collectie-item a.cat-img-product {
	padding-left: 13px;
	padding-right: 13px;
}
.collectie-item.collectie-item-lg a.cat-img-product {
	padding-left: 26px;
	padding-right: 26px;
}
.collectie-item a.cat-img-product .tax-item-img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 174px;
}
.collectie-item a.cat-img-product .tax-big-item-img {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 451px;
}
.collectie-item a:hover {
	background-color: #fff;
	box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
	text-decoration: none;
}
.collectie-item h4 {
	color: #1d1d1b;
	font-family: Ubuntu;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.65px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 5px;
	text-transform: capitalize;
}
.collectie-item .tax-big-item-img {
	height: 470px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.collectie-item .tax-item-img {
	height: 193px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.collection-slider {
	padding-bottom: 47px;
}
@media (max-width: 992px) {
	.collectie-overzicht .collectie-wrapper:nth-of-type(1) {
		order: 0;
	}
	.collectie-overzicht .collectie-wrapper:nth-of-type(2) {
		order: 1;
	}
	.collectie-overzicht .collectie-wrapper:nth-of-type(3) {
		order: 3;
	}
	.collectie-overzicht .collectie-wrapper:nth-of-type(4) {
		order: 2;
	}
}

@media (max-width: 767px) {
	.collectie-item a.cat-img-mood .tax-item-img {
		height: 115px;
	}
	.collectie-item a.cat-img-product .tax-item-img {
		height: 94px;
	}
	.collectie-item.collectie-item-lg a.cat-img-mood .tax-big-item-img {
		height: 249px;
	}
	.collectie-item.collectie-item-lg a.cat-img-product {
		padding-left: 12px;
		padding-right: 12px;
	}
	.collectie-item.collectie-item-lg a.cat-img-product .tax-big-item-img {
		height: 174px;
	}
}
/* Pagination */
.pagination .page-number {
	color: #909090;
	font-family: Ubuntu;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
	text-align: center;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination .page-number:hover {
	text-decoration: none;
}
.pagination span.page-number {
	border-radius: 50%;
	background-color: #dfb302;
	color: #fff;
	font-weight: bold;
}
.pagination .next,
.pagination .prev {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #dfb302;
	font-size: 24px;
}
.pagination .next:hover,
.pagination .prev:hover {
	text-decoration: none;
}

/* Newsletter */
.newsletter {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 500px;
	z-index: 99999;
	background-color: #fff;
	padding-block: 1rem;
	padding-inline: 1rem;
	box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
}

.newsletter-logo {
	height: 4rem;
}

.newsletter-button {
	background-color: #dfb302;
	border: 1px solid #dfb302;
	position: fixed;
	z-index: 99999;
	right: 35px;
	bottom: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
	color: white;
	border-radius: 2px;
}

.newsletter-close {
	position: absolute;
	right: 1rem;
	cursor: pointer;
}

.newsletter-text {
	margin-block-start: 1.5rem;
}

.newsletter-text > * + * {
	margin-block-start: 0.5rem;
}

.newsletter h4 {
	font-size: 1.25rem;
}

.newsletter-form {
	margin-block-start: 1rem;
}

.newsletter form {
	padding: 0 !important;
}

.newsletter input[type="text"] {
	margin: 0 !important;
	width: 100% !important;
}

.newsletter input[type="text"]::placeholder,
.newsletter input[type="email"]::placeholder {
	color: #1d1d1b;
}

.newsletter .gform_wrapper {
	margin: 0 !important;
}

.newsletter .gform_wrapper .gfield {
	padding: 0 !important;
}

.newsletter input[type="submit"] {
	height: 50px;
	padding-block: 0;
	padding-inline: 1rem;
	margin: 0 !important;
}

.newsletter .gform_footer {
	display: flex;
	justify-content: flex-end;
}

@media (min-width: 600px) {
	.newsletter {
		right: 1.5rem;
		bottom: 2rem;
	}
}

@media (min-width: 992px) {
	.newsletter {
		right: 7.5rem;
	}
}

.news-image {
	height: 50vh;
	margin-bottom: 20px;
	align-self: center;
}

.news-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 992px) {
	.news-image {
		height: 250px;
		width: 100%;

		object-fit: cover;
	}
}
