/*!
Theme Name: ParfumFlowerCompany
Theme URI: http://underscores.me/
Author: ARVEE | Ramon Vroegop
Author URI: https://arvee.nl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: parfumflowercompany
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.

ParfumFlowerCompany 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:65px;
		margin: 0.67em 0;
	}
	
	/* Grouping content
		 ========================================================================== */
	
	/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */
	hr {
		box-sizing: content-box;
		height: 0;
		overflow: visible;
	}
	
	/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */
	pre {
		font-family: monospace, monospace;
		font-size: 1em;
	}
	
	/* Text-level semantics
		 ========================================================================== */
	
	/**
	 * Remove the gray background on active links in IE 10.
	 */
	a {
		background-color: transparent;
	}
	
	/**
	 * 1. Remove the bottom border in Chrome 57-
	 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	 */
	abbr[title] {
		border-bottom: none;
		text-decoration: underline;
		text-decoration: underline dotted;
	}
	
	/**
	 * Add the correct font weight in Chrome, Edge, and Safari.
	 */
	b,
	strong {
		font-weight: 500;
	}
	
	/**
	 * 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: #6D6D6D;
		font-family: "new-hero", sans-serif;
		font-weight: 300;
		font-style: normal;
		font-size: 18px;
		line-height: 2.1;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		clear: both;
		font-weight: 700;
	}
	
	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-color: #fff;
	}
	
	hr {
		background-color: #ccc;
		border: 0;
		height: 1px;
		margin-bottom: 1.5em;
	}
	
	ul,
	ol {
		margin: 0 0 1.5em 3em;
	}
	
	ul {
		list-style: disc;
	}
	
	ol {
		list-style: decimal;
	}
	
	li > ul,
	li > ol {
		margin-bottom: 0;
		margin-left: 1.5em;
	}
	
	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%;
	}
	
	/* 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
	--------------------------------------------- */
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		border: 1px solid;
		border-color: #ccc #ccc #bbb;
		border-radius: 3px;
		background: #e6e6e6;
		color: rgba(0, 0, 0, 0.8);
		line-height: 1;
		padding: 0.6em 1em 0.4em;
	}
	
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		border-color: #ccc #bbb #aaa;
	}
	
	button:active,
	button:focus,
	input[type="button"]:active,
	input[type="button"]:focus,
	input[type="reset"]:active,
	input[type="reset"]:focus,
	input[type="submit"]:active,
	input[type="submit"]:focus {
		border-color: #aaa #bbb #bbb;
	}
	
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="tel"],
	input[type="range"],
	input[type="date"],
	input[type="month"],
	input[type="week"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="color"],
	textarea {
		color: #666;
		border: 1px solid #ccc;
		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 {
		border: 1px solid #ccc;
	}
	
	textarea {
		width: 100%;
	}
	
	/*--------------------------------------------------------------
	# 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;
	}
	
	.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%;
	}
	
	/* Posts and pages
	--------------------------------------------- */
	.sticky {
		display: block;
	}
	
	.post,
	.page {
		margin: 0;
	}
	
	.updated:not(.published) {
		display: none;
	}
	
	.page-content,
	.entry-content,
	.entry-summary {
		margin: 0;
	}
	
	.page-links {
		clear: both;
		margin: 0 0 1.5em;
	}
	
	/* Comments
	--------------------------------------------- */
	.comment-content a {
		word-wrap: break-word;
	}
	
	.bypostauthor {
		display: block;
	}
	
	/* Widgets
	--------------------------------------------- */
	.widget {
		margin: 0;
	}
	
	.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;
	}
	
	/*--------------------------------------------------------------
	# 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);
		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;
		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;
	}
	
	
	
	/* PARFUM FLOWER COMPANY */
	
	.clearfix::after {
	  content: "";
	  clear: both;
	  display: table;
	}
	
	a {
		transition: all 0.3s ease-in-out;
	}
	*:focus {outline:none !important}
	
	body.achtergrond-versie-1 {
		background-image: url("/wp-content/themes/parfumflowercompany/img/bg-v1.jpg");
		/* background-size: contain; */
		background-repeat: no-repeat;
		background-position: top center;
	}
	body.achtergrond-versie-2 {
		background-image: url("/wp-content/themes/parfumflowercompany/img/bg-v2a.jpg");
		background-repeat: no-repeat;
		background-position: center -300px;
	}
	body.achtergrond-versie-3 {
		background-image: url("/wp-content/themes/parfumflowercompany/img/bg-v3.jpg");
		background-repeat: no-repeat;
		background-position: -100px center;
	}
	body.single-roses {
		background-image: url("/wp-content/themes/parfumflowercompany/img/bg-v4.jpg");
		background-repeat: no-repeat;
		background-position: top center;
	}	
	
	
	.about-menu {
		margin-top: 20px !important;
	}
	
	
	
	
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item > a.mega-menu-link:before {
		transition: all 0.3s ease-in-out;
		position: relative;
		right: 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item:hover > a.mega-menu-link:before {
			background-size: 14px 14px;
			width: 14px;
			height: 14px;
			line-height: 14px;
			position: relative;
			right: -10px;
	}
	
	
	.mega-toggle-blocks-right .mega-menu-logo img {
	  transition: filter 0.2s ease;
	}
	
	.mega-toggle-blocks-right .mega-menu-logo:hover img {
	  filter: brightness(0) invert(1);
	}
	
	
	
	.bread-crumbs {
		margin-bottom: -54px;
		position: relative;
		z-index: 999;
		font-size: 16px;
		font-weight: 200;
		color: #fff;
		padding-top: 20px;
	}
	.bread-crumbs a {
		color: #fff;
		text-decoration: none;
	}
	.bread-crumbs a:hover {
		color: #C39E1A;
		text-decoration: none;
	}
	div.bread-crumbs > span > span:first-child {
		display: none;
	}
	
	
	.site {
		background-color: transparent;
		max-width: 1200px;
		margin: 0 auto;
	
	}
	
	h1 {
		font-size: 65px;
		line-height: 1;
		text-transform: uppercase;
	}
	.home-h1 {
		text-align: center;
	}
	.home-h1 h1 {
		font-size: 26px;
		line-height: 1.2;
		text-transform: uppercase;
		display: inline-block;
	}
	.home-h1 h1:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #C39E1A;
		margin: 10px auto 0;
	}
	.heros-headings h1 {
		color: #C39E1A;
		font-weight: 100;
		margin-bottom: 10px;
	}
	
	h2 {
		font-size: 26px;
		line-height: 1.2;
		text-transform: uppercase;
	}
	.h2-line {
		text-align: center;
	}
	.h2-line h2 {
		display: inline-block;
	}
	.h2-line h2:after {
		content: "";
		display: block;
		width: 100%;
		height: 2px;
		background-color: #C39E1A;
		margin: 4px auto 0;
	}
	
	.sp-o-kop h2 {
		display: inline-block;
		font-size: 48px;
		line-height: 1;
		text-transform: uppercase;
		margin-left: 40px;
		margin-top: 0;
	}
	.sp-o-kop.wedding h2 {
		color: #F4ACCD;
	}
	.sp-o-kop.wedding {
		position: relative;
		margin-top: -22px;
	}
	.sp-o-kop.wedding hr.hr-wed {
		border: none;
		height: 13px;
		background-color: #ffffff;
		margin: 0 0 0 40px;
		width: 240px;
		position: absolute;
		top: -27px;
	}
	.sp-o-kop.event h2 {
		color: #fff;
	}
	.sp-o-kop.event {
		position: relative;
		margin-top: -68px;
	}
	.sp-o-kop.event hr.hr-event {
		border: none;
		height: 13px;
		background-color: #F4ACCD;
		margin: 0 0 0 40px;
		width: 163px;
		position: absolute;
		top: 55px;
	}
	.sp-o-kop.brand h2 {
		color: #C39E1A;
	}
	.sp-o-kop.brand {
		position: relative;
		margin-top: 20px;
	}
	.sp-o-kop.brand hr.hr-brand {
		border: none;
		height: 13px;
		background-color: #ffffff;
		margin: 0 0 0 40px;
		width: 240px;
		position: absolute;
		top: -375px;
	}
	.sp-o-kop.opening h2{
		color: #363A35;
	}
	.sp-o-kop.opening {
		position: relative;
		margin-top: -68px;
	}
	.sp-o-kop.opening hr.hr-opening {
		border: none;
		height: 13px;
		background-color: #C39E1A;
		margin: 0 0 0 40px;
		width: 228px;
		position: absolute;
		top: 160px;
	}
	
	.text-medium {
		font-weight: 500;
	}
	
	h3 {
		font-size: 22px;
		text-transform: uppercase;
		margin-bottom: 16px;
	}
	
	
	
	.text-16 p {
		font-size: 16px;
	}
	
	
	
	
	
	
	
	
	/* !BUTTON ANIMATIE */
	.golden-button .sowb-button {
		padding: 0.5em 2.6em !important;
		font-weight: 200;
		letter-spacing: 2px;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
	}
	.golden-button .sowb-button:hover {
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.36));
	}
	
	.golden-button .ow-button-base .sowb-button {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		border-radius: 99em;
		background: #c39e1a;
		border: 0 solid #c39e1a !important;
		color: #ffffff !important;
		font-size: 20px !important;
		padding: 1.1em 2.1em;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
		overflow: hidden;
		cursor: pointer;
		transition: color 0.3s ease;
	}
	
	.golden-button .ow-button-base .sowb-button span {
		position: relative;
		z-index: 1;
	}
	
	/* overlay-laag */
	.golden-button .ow-button-base .sowb-button::before{
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #6D6D6D;
		z-index: 0;
		transform: translateX(0);
		border-radius: 99em;
	}
	
	/* animatie bij hover */
	.golden-button .ow-button-base .sowb-button:hover::before{
		animation: wipe-in 0.8s forwards;
	}
	
	/* animatie bij terug */
	.golden-button .ow-button-base .sowb-button:not(:hover)::before{
		animation: wipe-out 0.8s forwards;
	}
	
	/* keyframes */
	@keyframes wipe-in {
		0% {
			left: -100%;
		}
		100% {
			left: 0;
		}
	}
	
	@keyframes wipe-out {
		0% {
			left: 0;
		}
		100% {
			left: -100%;
		}
	}
	
	button.search-filter-input-button {
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		border-radius: 99em;
		background: #c39e1a;
		border: 0 solid #c39e1a !important;
		color: #ffffff !important;
		font-size: 20px !important;
		padding: 0.4em 2em;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
		text-transform: uppercase;
		overflow: hidden;
		cursor: pointer;
		transition: color 0.3s ease;
		z-index: 1; /* <-- belangrijk */
		margin: 0 auto !important;
		font-weight: 200;
	}
	
	button.search-filter-input-button span,
	button.search-filter-input-button {
		position: relative;
		z-index: 2; /* <-- tekst blijft boven overlay */
	}
	
	button.search-filter-input-button::before {
		content: "";
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: #6D6D6D;
		z-index: -1; /* lager dan tekst */
		transform: translateX(0);
		border-radius: 99em;
		transition: left 0.4s ease;
	}
	
	button.search-filter-input-button:hover::before {
		animation: wipe-in 0.8s forwards;
	}
	
	button.search-filter-input-button:not(:hover)::before {
		animation: wipe-out 0.8s forwards;
	}
	
	.search-filter-input-button:hover:not(.is-disabled):not(.search-filter-input-button--is-selected) {
		background-color: #c39e1a;
	}
	
	@keyframes wipe-in {
		0% {
			left: -100%;
		}
		100% {
			left: 0;
		}
	}
	
	@keyframes wipe-out {
		0% {
			left: 0;
		}
		100% {
			left: -100%;
		}
	}

	
	
	

	.care .golden-button {
		margin-top: 20px;
		
	}
	.care .ow-button-base.ow-button-align-center {
		text-align: left;
	}
	
	input.gform_button {
		box-sizing: border-box;
		border-radius: 99em;
		background: #c39e1a;
		border: none;
		color: #fff !important;
		font-size: 20px;
		font-weight: 200;
		letter-spacing: 2px;
		line-height: 1em;
		padding: 0.4em 2.6em !important;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
		overflow: hidden;
		cursor: pointer;
		display: inline-block;
		position: relative;
		transition: color 0.3s ease;
		filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.16));
		margin-top: 20px;
	}
	input.gform_button:hover {
		background: #6D6D6D;
	}
	
	
	.text-form,
	.gform_required_legend_bottom,
	.light-text {
		font-size: 16px;
		 font-weight: 300;
	}
	
	
	
	/* ! ELEMENTS */
	.quote {
		width: fit-content;
		margin: 0 auto;
	}
	.quote p {
	  position: relative;
	  font-size: 65px;        /* jouw tekstgrootte */
	  font-weight: 700;
	  text-align: center;
	  display: inline-block;    /* zodat ::before/::after zich om de tekst voegen */
	  line-height: 1.2;
	  color: #333;              /* tekstkleur */
	  text-transform: uppercase;
	}
	
	.quote p::before {
	  content: "‘";             /* groot openingsaanhalingsteken */
	  position: absolute;
	  top: -0.4em;              /* iets boven de tekst */
	  left: -0.05em;             /* links naar buiten */
	  font-family: Arial, sans-serif;
	  font-size: 250px;          /* groter dan tekst */
	  color: #c9a227;           /* goudkleurig */
	  font-weight: bold;
	}
	
	.quote p::after {
		content: "’";
		position: absolute;
		bottom: -0.3em;
		right: -0.4em;
		font-family: Arial, sans-serif;
		font-size: 150px;
		color: #c9a227;
		font-weight: bold;
		line-height: 0.72;
	}
	.our-farms {
		margin-bottom: 50px;
	}
	.our-farms p a {
	  font-weight: 500;
	  text-transform: uppercase;
	  color: #6D6D6D;
	  position: relative;
	  display: block;
	} 
	.our-farms p a::after {
	  content: "";
	  display: inline-block;
	  width: 16px;   /* grootte pijltje */
	  height: 16px;
	  background: url("/wp-content/themes/parfumflowercompany/img/arrow-right.svg") no-repeat center;
	  background-size: contain; /* schaal netjes */
	  right: 10px;
	  top: 8px;
	  position: absolute;
	  transition: all 0.3s ease-in-out;
	} 
	.our-farms p a:hover {
	  color: #C39E1A;
	}
	.our-farms p a:hover::after {
	  right: 0;
	  top: 8px;
	} 
	.our-farms h3 + p {
	  min-height: 200px;
	}
	
	
	.pfc-list-big ul {
		font-size: 22px;
		line-height: 32px;
		text-transform: uppercase;
		list-style: none;
		width: fit-content;
		margin: 0 auto;
		padding: 0;
	}
	.pfc-list-big ul strong {
		font-weight: 700;
	}
	.pfc-list-big ul li {
		margin: 30px 0;
	}
	.pfc-list-big ul li:before {
		content: "●";
		display: block;
		float: left;
		width: 85px;
		color: #C39E1A;
		font-size: 120px;
		top: -11px;
		position: relative;
	}
	
	
	
	/* !LAYOUT */
	.text-block-below-heading {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.afb-space {
		margin-top: 110px;
		margin-bottom: 110px;
	}
	
	.afb-parallax {
		min-height: 400px;
	}
	.page-header-parallax {
		min-height: 400px;
	}
	
	
	/* !COLOR BLOCKS */
	.bg-gold-linear {
		background: #C39E1A;
		background: linear-gradient(176deg,rgba(195, 158, 26, 1) 0%, rgba(255, 255, 255, 1) 75%);
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.bg-gold-linear.h-special-wrap {
		padding-bottom: 0;
	}
	
	
	.bg-gold-linear-less-heavy {
		background: #E0CC87;
		background: linear-gradient(165deg, rgba(224, 204, 135, 1) 0%, rgba(255, 255, 255, 1) 60%);
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.bg-pink-linear {
		background: #FFF;
		background: linear-gradient(191deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.bg-colorguide-linear {
		background: #363A35;
		background: linear-gradient(139deg, rgba(54, 58, 53, 1) 0%, rgba(165, 165, 165, 1) 100%);
		padding-top: 60px;
	}
	.bg-footer-linear {
		/* background: #808080;
		background: linear-gradient(130deg, rgba(128, 128, 128, 1) 0%, rgba(55, 55, 55, 1) 100%);
		position: relative; */
	}
	.bg-footer-linear:before {
		/* content: "";
		position: absolute;
		top: 0;
		left: 50%; 
		transform: translateX(-50%);
		  
		width: 100%;
		height: 100%;
		
		background-image: url("/wp-content/themes/parfumflowercompany/img/footer-top-mask.svg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: auto;  */
	}
	.bg-pink-linear {
		background: #F4ACCD;
		background: linear-gradient(25deg, rgb(244 172 205 / 87%) 0%, rgba(255, 255, 255, 1) 100%);	
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	/* !COLORGUIDE */
	.colorguide-right-col {
		padding-bottom: 80px;
	}
	.colorguide .h2-line {
		color: #fff;
		text-align: left;
	}
	.colorguide p {
		color: #fff;
	}
	.colorguide .sow-image-container .so-widget-image {
	}
	.colour-guide-header{
		position: relative;
	}
	.colour-guide-image {
		position: absolute;
		top: -50px;
		left: -263px;
		max-width: 870px;
	}
	
	
	
	
	
	/* !NEWSLETTER */
	.newsletter-right-col {
		padding-bottom: 80px;
	}
	.newsletter .h2-line {
		color: #fff;
		text-align: left;
	}
	.newsletter p {
		/* color: #fff; */
	}
	.newsletter .sow-image-container .so-widget-image {
		max-width: 110% !important;
		margin-left: -45px !important;
	}	
	
	.ladybug {
		background-position: center -88px !important;

	}
	
	
	
	.col-2-wrap h2 {
		margin: 0;
	}
	.col-2-wrap h3 {
		font-weight: 100;
		margin: 0;
		font-size: 22px;
		line-height: 34px;
		text-transform: none;
	}
	.col-2-wrap hr {
		border: none;
	    height: 2px;
		background-color: #C39E1A;
		margin: 20px 0 20px -100px;
		position: relative;
		z-index: 9;
	}
	.col-2-wrap.mirrored hr {
		margin: 20px -100px 20px 0;
		position: relative;
		z-index: 9;
	}
	.col-2-wrap p {
		margin: 0;
	}
	.col-2-link p {
		margin-top: 20px;
		margin-bottom: -13px;
	}
	.col-2-wrap a {
		color: #6D6D6D;
		text-decoration: none;
		font-weight: 500;
		text-transform: uppercase;
		position: relative;
		margin-top: 20px;
	}
	.col-2-wrap a:hover {
		color: #C39E1A;
		text-decoration: none;
	}
	.col-2-link a::after {
	  content: "";
	  display: inline-block;
	  width: 16px;   /* grootte pijltje */
	  height: 16px;
	  background: url("/wp-content/themes/parfumflowercompany/img/arrow.svg") no-repeat center;
	  background-size: contain; /* schaal netjes */
	  transform: rotate(-90deg);
	  right: -45px;
	  top: 4px;
	  position: absolute;
	  transition: all 0.3s ease-in-out;
	} 
	.col-2-link a:hover {
	  color: #C39E1A;
	}
	.col-2-link a:hover::after {
	  width: 24px;   /* grootte pijltje */
	  height: 24px;
	  right: -60px;
	  top: 0px;
	} 

	
	/* !ROSES HOME */
article.roses-home {
		width: 20%;
		float: left;
		position: relative;
		background-color: var(--bg-color);
		overflow: hidden;
	}
	
	/* Vierkant maken */
	.roses-inner {
		position: relative;
		width: 100%;
		padding-bottom: 100%; /* hoogte = breedte */
		overflow: hidden;
	}
	
	.roses-inner img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: transform 0.5s ease;
	}
	
	/* Zoom bij hover */
	.roses-inner:hover img {
		transform: scale(1.1); /* lichtzoomen */
	}
	
	/* Overlay voor hover */
	.overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5); /* semi-transparante overlay */
		display: flex;
		align-items: center; /* verticaal centreren */
		justify-content: center; /* horizontaal centreren */
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	
	.roses-inner:hover .overlay {
		opacity: 1;
	}
	
	.overlay-title {
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		text-decoration: none;
		font-weight: 600;
		padding: 0 0.5rem;
	}
	.overlay-link {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		font-size: 1.2rem;
		padding: 0 0.5rem;
	}
	.overlay-link:hover {
		color: #fff;
	}









	
	
	
	
	
	
	/* !Filters*/
	
	.search-filter-base {
		margin-bottom: 20px;
	}
	
	.totalen {
		font-size: 16px;
		font-weight: 200;
		padding: 0 0 0 10px
	}
	.totaal {
		float: left;
		width: 50%;
	}
	.sorteren {
		float: right;
		width: 50%;
	}
	.search-filter-field--control-type-sort {
		padding-right: 20px;
	}
	
	
	.page-id-221 h1 {
		margin-bottom: 20px;
	}
	
	/* !ROSES LIST*/
	.wrap-rose {
		float: left;
		width: 33%;
		padding: 0 10px;
		position: relative;
		transition: .5s ease all;
	}
	
	
	.postimage {
		background-color: sandybrown;
		overflow: hidden;
		line-height: 0;
	}
	.our-farms .sow-image-container,
	.col-2-wrap .sow-image-container,
	.special-links .panel-grid-cell .sow-image-container {
		overflow: hidden;
	}
	.postimage img,
	.our-farms .sow-image-container a img,
	.col-2-wrap .sow-image-container a img,
	.special-links img {
		transition: .5s ease all;
	}
	.rose-title {
		/* max-height: 64px;
		overflow: hidden; */
	}
	.rose-title h2{
		color: #6D6D6D;
		font-size: 20px;
		transition: .5s ease all;
	}
	.wrap-rose:hover h2 {
		color: rgba(0, 0, 0, 1)
	}
	.rose-link {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
	}
	.wrap-rose:hover .postimage img,
	.our-farms .sow-image-container a:hover img,
	.col-2-wrap .sow-image-container a:hover img,
	.special-links .panel-grid-cell:hover img {
		transform: scale(1.1);
	}
	
	.the-full-list .pagination {
		display: none;
	}
	
	.dropdownrechts {
		width: 30%;
		margin: 0 0 8px auto;
	}
	
	
	
	/* !ROSES */
	.roses .entry-content {
		position: relative;
	}
	
	.roses h1 {
		font-weight: 100;
		font-size: 55px;
		line-height: 65px;
		text-transform: none;
	}
	
	.roses .post-thumbnail {
		width: 100vw;
		position: relative;
		margin-left: -50vw;
		left: 50%;
		margin-bottom: -290px;
		max-height: 530px;
		overflow: hidden;
		
		display: flex;
		align-items: center;  /* vertical center */
		justify-content: center; /* optional: horizontal center */
	}
	.roses .featured-last-img .post-thumbnail {
		width: 100vw;
		position: relative;
		margin-left: -50vw;
		left: 50%;
		margin-bottom: 0px;
		max-height: 350px;
		overflow: hidden;
		
		display: flex;
		align-items: center;  /* vertical center */
		justify-content: center; /* optional: horizontal center */
	}
	
	
	.roses .post-thumbnail img {
		width: 100%; 
		height: auto;
		object-fit: cover; /* keeps proportions */
	}
	
	.portfolio-wrapper {
		display: flex;
		flex-direction: row;
		gap: 50px; /* spacing between gallery and description */
		align-items: flex-start; /* top aligned */
	}
	
	.portfolio-gallery-wrapper {
		display: flex;
		flex-direction: column;
		gap: 15px;
		flex: 1; /* take up space but allow room for description */
	}
	
	.portfolio-description {
		flex: 1; /* description gets equal space */
		max-width: 500px; /* optional: control text width */
		padding-top: 300px;
	}
	
	.portfolio-main-image {
		background-color: #fff;
		line-height: 0;
	}
	.portfolio-main-image img {
		width: 100%;
		height: auto;
	}
	
	.portfolio-thumbnails {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.portfolio-thumbnails .thumb {
		overflow: hidden;
		line-height: 0;
	}
	
	.portfolio-thumbnails .thumb img {
		width: auto;
		height: auto;
		border: 0px solid transparent;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
	}
	
	.portfolio-thumbnails .thumb img:hover {
		transform: scale(1.1);
	}
	.specifications p {
		margin: 0;
	}
	.specifications span {
		font-weight: 700;
		width: 145px;
		display: inline-block;
	}
	.specifications p.last-b-img {
		margin-bottom: 30px;
	}
	.specifications .w-img span {
		padding-top: 20px;
	}
	.specifications img {
		max-width: 360px;
		vertical-align: middle;
		margin-top: -5px;
	}
	.care {
		padding: 80px 0;
	}
	.wrap-also-like {
		padding: 10px 0 120px;
	}
	.wrap-also-like h2 {
	margin: 0 0 4	0px 0;
	font-weight: 300;
	letter-spacing: 4px;
	}
	.single-roses #pl-100{
		margin-bottom: 50px;
	}
	
	
	
	
	/* !NIEUW */
	
	/* ========== MAIN IMAGE ========== */
	.portfolio-gallery-wrapper{
	  display:flex;
	  flex-direction:column;
	  gap:14px;
	}
	
	.portfolio-main-image{
	  position:relative;
	  background:#fff;
	  line-height:0;
	}
	
	.portfolio-main-image img{
	  width:100%;
	  height:auto;
	  display:block;
	}
	
	/* pijltjes samen midden-onder */
	.portfolio-main-image .nav-wrap{
	  position:absolute;
	  left:50%;
	  bottom:16px;
	  transform:translateX(-50%);
	  display:flex;
	  gap:14px;
	  z-index:3;
	}
	
	.portfolio-main-image .nav{
	  width:32px;
	  height:32px;
	  border-radius:50%;
	  border:0;
	  padding:0;
	  cursor:pointer;
	
	  background:#C39E1A;
	  color:#fff;
	
	  display:flex;
	  align-items:center;
	  justify-content:center;
	}
	
	.portfolio-main-image .nav svg{
	  width:16px;
	  height:16px;
	  display:block;
	}
	
	/* ========== THUMBNAILS ========== */
	.portfolio-thumbnails-slider{
	  width:100%;
	}
	
	.thumb-viewport{
	  overflow:hidden;
	  width:100%;
	  touch-action: pan-y; /* swipe horizontaal, scroll verticaal */
	}
	
	.thumb-track{
	  display:flex;
	  gap:12px;
	  transition:transform .35s ease;
	  will-change:transform;
	}
	
	/* 3 thumbnails over volle breedte */
	.thumb{
	  flex:0 0 calc((100% - 24px) / 3);
	  line-height:0;
	  overflow:hidden;
	  cursor:pointer;
	
	  opacity:.55;
	  transition:all .2s ease;
	}
	
	.thumb img{
	  width:100%;
	  height:auto;
	  display:block;
	}
	
	.thumb.is-active{
	  opacity:1;
	}
	
	.portfolio-main-image .nav{
	  transition: transform .2s ease, box-shadow .2s ease;
	}
	
	.portfolio-main-image .nav:hover{
	  transform: scale(1.1);
	  box-shadow: 0 3px 7px rgba(0,0,0,.25);
	}

	
	@media (max-width: 600px){
	  .portfolio-main-image .nav-wrap{ bottom:12px; }
	  .portfolio-main-image .nav{ width:30px; height:30px; }
	  .portfolio-main-image .nav svg{ width:15px; height:15px; }
	}
	@media (hover: none){
	  .portfolio-main-image .nav:hover{
		transform:none;
		box-shadow:none;
	  }
	}


	/* END */
	
	
	.single-roses .navigation.post-navigation {
		display: none;
	}
	
	
	
	.n2-ss-slide-26 {
		box-shadow: 0px -50px 0px 0px rgba(255,255,255,1) inset;
		-webkit-box-shadow: 0px -50px 0px 0px rgba(255,255,255,1) inset;
		-moz-box-shadow: 0px -50px 0px 0px rgba(255,255,255,1) inset;
	}
	
	
	.pp h2 {
		font-size: 55px;
		font-weight: 200;
	}
	.pp p {
		font-size: 16px;
		font-weight: 300;
	}
	.pp ul {
		margin: 0;
		padding: 0 0 0 18px;
	}
	
	
	/* !FORMS */
	label a {
		color: #c39e1a;
	}
	label a:hover {
		color: #6D6D6D;
	}
	
	
	
	
	/* !INSPIRATION */
	article.insp-top {
		display: flex;
		align-items: stretch;   /* beide kolommen even hoog */
		gap: 40px;   /* ← ruimte tussen links & rechts */
	}
	
	.insp-top-image { flex: 0 0 40%; }
	.insp-top-text  { flex: 0 0 60%; }
	
	/* floats zijn niet meer nodig */
	.insp-top-image,
	.insp-top-text {
		float: none;
	}
	
	.insp-top-text .wrap-text {
		display: flex;
		flex-direction: column;
		height: 99%;
	}



	
	article.insp-top:first-child {
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 30px;
		margin-bottom: 44px;
	}
	
	.insp-top-text h2 {
		font-size: 55px;
		font-weight: 100;
		line-height: 65px;
		text-transform: none;
		margin: -12px 0 0 0;
	}
	.insp-top-text h2 a {
		color: #6D6D6D;
		text-decoration: none;
	}
	.insp-top-text .entry-content {
		position: static; /* of gewoon weghalen */
		background-color: transparent; /* rood was denk ik debug :) */
		font-size: 16px;
		font-weight: 100;
		line-height: 27px;
		text-transform: none;
		margin-top: auto;
		padding-right: 70px;
	}

	.insp-top-text .posted-on {
		display: block;
	}
	.insp-top-text .entry-meta {
		font-size: 12px;
		line-height: 1.1;
		text-align: right;
		float: right;
		margin-top: 12px;
	}
	
	
	.insp-bottom-image {
		float: left;
		width: 20%;
	}
	.insp-bottom-image .post-thumbnail img {
	  aspect-ratio: 1 / 1;
	  object-fit: cover;
	  width: 100%;
	  height: auto;
	}
	
	
	.insp-bottom-text {
		float: left;
		width: 80%;
		padding: 0 0 0 30px;
	}
	
	article.insp-bottom {
		float: left;
		width: 48%;
		overflow: auto;
		border-bottom: 1px solid #CCCCCC;
		padding-bottom: 0;
		margin-bottom: 14px;
	}
	article.insp-bottom:nth-child(odd) {
		margin-right: 2%;
	}
	.insp-bottom-text h2 {
		font-size: 18px;
		line-height: 27px;
		text-transform: none;
		margin: 0;
	}
	.insp-bottom-text h2 a {
		color: #6D6D6D;
		text-decoration: none;
	}
	.insp-bottom-text .entry-content {
		font-size: 16px;
		font-weight: 100;
		line-height: 27px;
		text-transform: none;
	}
	
	.insp-top-text .entry-meta {
		text-transform: uppercase;
		line-height: 1.2;
	}
	.posted-on {
		visibility: hidden;
		margin-bottom: 4px;
	}
	
	.posted-on a,
	.posted-on time {
		visibility: visible;
		display: inline;
		color: #6D6D6D;
		margin-bottom: 10px;
		font-weight: 500;
	}
	.author.vcard a {
		color: #6D6D6D;
	}
	
	
	
	.where-to-buy h2 {
		font-weight: 100;
		font-size: 55px;
		line-height: 65px;
		text-transform: none;
		margin: 0;
	}
	.where-to-buy a {
		color: #6D6D6D;
	}
	
	.single-post  .bread-crumbs {
		color: #6D6D6D;
		margin-bottom: 0;
	}
	
	
	
	
	/* SINGLE */
	.single-post .post-navigation {
		margin-bottom: 90px;
	}
	.single-post .posted-on {
		visibility: visible;
		margin-bottom: 4px;
	}
	
	/* !FOOTER */
	.site-footer {
		margin: -44px 0 0 0;
		z-index: 999;
		position: relative;
	}
	.site-info p {
		color: #fff;
		margin-bottom: 24px;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 500;
		line-height: 2.4;
	}
	.site-info a {
		color: #fff;
		text-decoration: none;
	}
	.site-info a:hover {
		color: #C39E1A !important;
		text-decoration: none;
	}
	.contact-info {
		font-size: 12px;
		text-transform: uppercase;
		font-weight: 500;
	}
	
	
	.footer-left-part p {
		margin-bottom: 19px;
	}
	.links-with-arrow {
		float: right;
	}	
	.links-with-arrow a {
		position: relative;
		display: block;
		width: 136px;
		line-height: 0.4;
	}
	.links-with-arrow a:before {
		display: inline-block;
		font: inherit;
		font-family: dashicons;
		margin: 0 6px 0 0px;
		color: inherit;
		background: transparent;
		content: "";
		background-image: url(https://pfc.kijktmee.nl/wp-content/uploads/2025/10/arrow-right.svg);
		background-size: 14px 14px;
		background-repeat: no-repeat;
		width: 14px;
		height: 14px;
		line-height: 14px;
		vertical-align: middle;
		transition: all 0.3s ease-in-out;
		position: absolute;
		right: 0;
		top: -6px;
	}
	.links-with-arrow a:hover:before {
		right: -10px;
	}
	
	/* !MEDIA QUERIES */
	
	@media screen and (max-width: 450px) {
		
	body, button, input, select, optgroup, textarea {
		font-size: 15px;
		line-height: 1.8;
	}	
		
	.site {
		padding: 0 20px;
	}
	.home .page-content, .home .entry-content, .home .entry-summary {
		margin: 34px 0 0 0;
	}
	.page-content, .entry-content, .entry-summary {
		margin: 0 0 0 0;
	}
	
	.text-block-below-heading {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.bg-gold-linear.h-special-wrap {
		padding-bottom: 0;
		margin-top: 40px;
	}
	.bg-gold-linear {
		padding-top: 40px;
	}
	.afb-space {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.afb-parallax {
		min-height: auto;
	}
	
	
	h1 {
		font-size: 45px;
		line-height: 1;
		text-transform: uppercase;
	}
	.where-to-buy h2 {
		font-weight: 100;
		font-size: 45px;
		line-height: 55px;
		text-transform: none;
		margin: 0;
	}
	
	
	
	.quote p {
		font-size: 45px;
		line-height: 1.2;
	}
	.quote p::after {
		content: "’";
		position: absolute;
		bottom: -0.3em;
		right: 0;
		font-family: Arial, sans-serif;
		font-size: 150px;
		color: #c9a227;
		font-weight: bold;
		line-height: 0.72;
	}

	.wrap-rose {
		width: 50%;
	}
	.wrap-rose:nth-child(odd) {
		padding: 0 10px 0 0;
	}
	.wrap-rose:nth-child(even) {
		padding: 0 0 0 10px;
	}
	
	
	.rose-title h2 {
		font-size: 14px;
	}



	  /* Titel wat rustiger op klein scherm */
	  .roses h1 {
		font-size: 34px;
		line-height: 40px;
		font-weight: 200;
	  }
	
	  /* Featured image: minder agressief croppen + geen negatieve overlap */
	  .roses .post-thumbnail {
		margin-bottom: 0;           /* die -290px is op mobiel vaak drama */
		max-height: 320px;          /* wat compacter */
	  }
	
	  .roses .featured-last-img .post-thumbnail {
		max-height: 240px;
	  }
	
	  /* Zorg dat de afbeelding lekker vult binnen de container */
	  .roses .post-thumbnail img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	  }
	
	  /* Portfolio: van 2 kolommen -> 1 kolom */
	  .portfolio-wrapper {
		flex-direction: column;
		gap: 20px;
		margin-top: 20px;
	  }
	
	  /* Die 300px “lucht” is op mobiel alsof je 3x scrollt voor je begint */
	  .portfolio-description {
		max-width: 100%;
		padding-top: 0;
	  }
	
	  /* Thumbnails: nette grid-achtige wrap */
	  .portfolio-thumbnails {
		gap: 10px;
		justify-content: flex-start;
	  }
	
	  .portfolio-thumbnails .thumb {
		flex: 0 0 calc(33.333% - 10px);  /* 3 per rij */
	  }
	
	  .portfolio-thumbnails .thumb img {
		width: 100%;
		height: auto;
	  }
	
	  /* Specs: labels niet te breed en afbeeldingen meeschalen */
	  .specifications span {
		width: 110px;
	  }
	
	  .specifications img {
		max-width: 100%;
		margin-top: 0;
	  }
	
	  /* Ruimtes wat minder op mobiel */
	  .care {
		padding: 40px 0;
	  }
	
	  .wrap-also-like {
		padding: 10px 0 60px;
	  }


	  article.roses-home {
		  width: 50%;
	  }




	 .col-2-wrap h2 {
		  margin: 20px 0 0 0;
	  }
	  .col-2-link a::after {
		  position: unset;
		  margin-left: 20px;
	  }
	  .pfc-list-big ul li:before {
		  content: "●";
		  display: block;
		  float: left;
		  width: 50px;
		  color: #C39E1A;
		  font-size: 75px;
		  top: -4px;
		  position: relative;
	  }
	  .pfc-list-big ul li {
		  margin: 20px 0;
	  }
	  .pfc-list-big ul {
		  font-size: 15px;
		  line-height: 32px;
	  }
	  
	  
	  
	 .farms-details h1 {
		 margin-top: 0;
		 margin-bottom: 0;
	 }
	  
	  
	  
	 .care-img .sow-image-container {
		 justify-content: center !important;
	 } 
	 .care-details p {
		 text-align: center !important;
	 } 
	 
	 
	 .newsletter .sow-image-container .so-widget-image {
		 max-width: auto;
		 /* margin-left: 0 !important; */
		 text-align: center;
		 margin: 0 auto;
	 }
	 .newsletter .sow-image-container .so-widget-image {
		 max-width: 110% !important;
		 margin-left: -0 !important;
	 }
	 
	 
	 
	 
	 article.insp-top {
		 flex-direction: column;
		 gap: 20px; /* optioneel iets minder ruimte */
	 }
	 
	 .insp-top-image,
	 .insp-top-text {
		 flex: 0 0 100%;
	 }
	 
	 .insp-top-text h2 {
		 font-size: 45px;
		 font-weight: 100;
		 line-height: 50px;
		 text-transform: none;
		 margin: -12px 0 0 0;
	 }
	 .insp-top-text .entry-content {
		 position: static;
		 background-color: transparent;
		 font-size: 16px;
		 font-weight: 100;
		 line-height: 27px;
		 text-transform: none;
		 margin-top: 20px;
		 padding-right: 0;
	 }
	 article.insp-bottom {
		 float: left;
		 width: 100%;
		 overflow: auto;
		 border-bottom: 1px solid #CCCCCC;
		 padding-bottom: 15px;
		 margin-bottom: 20px;
	 }
	 article.insp-bottom:nth-child(odd) {
		 margin-right: 0;
	 }
	 .insp-bottom-text {
		 float: left;
		 width: 80%;
		 padding: 0 0 0 20px;
	 }
	  

	  .site-footer {
		  margin: 40px 0 0 0;
		  z-index: 999;
		  position: relative;
	  }
	  .bg-footer-linear {
		  background: #08202d;
	  }

	.links-with-arrow {
		float: right;
		width: 100%;
	}
	.links-with-arrow a {
		width: 100%;
	}
	
	.colour-guide-image {
		position: absolute;
		top: unset;
		left: -50px;
		max-width: 342px;
		bottom: 0;
	}
	
	.ladybug {
		background-position: -145px 0 !important;
	}
	
	
	
	
	
}