/*!
Theme Name: FSE
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 
Tags: custom-menu, featured-images, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fse is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.



*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * 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; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	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 {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	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: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

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

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

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
body {
    background-image: url(/wp-content/uploads/2025/06/hero-floral.gif);
    background-position: center;
    background-size: contain;
    background-color: rgb(237 232 212);
    background-blend-mode: multiply;
    overflow-x: hidden;
}
.top-header {
    --tw-bg-opacity: 1;
    background-color: rgb(237 232 212);
    padding: 12px;
}
.top-header a.request-brochure {
    position: relative;
    z-index: 99999;
}
span.top-head-email {
    position: relative;
    z-index: 99999;
}
.top-head-speak {
    position: relative;
    z-index: 9999;
}
span.top-head-phone {
    position: relative;
    z-index: 999;
}
.top-head-speak {
    transform: rotate(-3deg);
    display: inline-block;
}
span.top-head-phone {
    font-family: Dream Catcher, serif;
    font-size: 16px;
    color: rgb(175 146 83);
}
span.top-head-email {
    background-color: rgb(175 146 83);
    border-radius: 4px;
    padding: 5px;
    display: inline-block;
    margin-left: 20px;
}
span.top-head-speak {
    font-size: 1.875rem;
    color: rgb(175 146 83);
    font-weight: 600;
    margin-right: 10px;
    font-family: Dream Catcher, serif;
}
.fse-footer {
    background-color: rgb(237 232 212);
    padding: 24px;
}
.fse-footer h4 {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: rgb(70, 79, 96);
}
.footer-links p {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgb(70, 79, 96);
    margin-bottom: 10px;
}
.footer-light {
    background-color: #e9e2c6;
    padding: 32px;
}
a.btn.btn-light-small.map-button {
    font-size: 0.79rem;
}
.footer-light p {
    font-family: Playfair Display, serif;
    font-size: 1.125rem;
    color: rgb(70 79 96);
}
span.top-head-phone a {
    text-decoration: none;
    color: rgb(175 146 83);
}
span.footer-side-text {
    margin-right: 20px;
}
.footer-top-line {
    margin-bottom: -20px;
    width: 100%;
    overflow-x: hidden;
}
.logo-footer {
    position: absolute;
    margin-top: -80px;
}
p.footer-last-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.logo-footer img {
    width: 160px;
}
p {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}
a.request-brochure {
    font-size: 14px;
    padding: 3.5px 5px;
    background-color: #AF9253;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Playfair Display, serif;
    font-weight: 500;
}
.custom-nav li {
    display: inline-block;
    width: 181px;
    text-align: center;
}
a.custom-menu-item {
    background-color: rgb(241 237 227 / 80%);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    text-decoration: none;
    font-family: Playfair Display, serif;
    color: rgb(70, 79, 96);
}
.custom-nav {
    margin-top: -60px;
    margin-bottom: -30px;
    position: relative;
    z-index: 99;
}
.home-banner img {
    width: 100%;
    object-fit: cover;
}
.light-box {
    background-color: rgb(241 237 227 / 80%);
    text-align: center;
    padding: 42px;
    position: relative;
    border-radius: 16px;
}
.small-ps {
    padding-top: 24px;
    padding-bottom: 29px;
}
.light-box h2 {
    font-size: 1.875rem;
    font-family: 'Playfair Display';
}
.light-box p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
}
.maincontent-dark {
    padding: 64px;
    background-color: rgb(150 163 154 / 79%);
    margin-top: 1px;
}
.gallery-large img {
    height: 287px;
    object-fit: cover;
    border: 4px solid;
    border-color: #f5f3e5;
}
.gallery-small img {
    height: 165px;
    object-fit: cover;
    width: 204px;
    border: 4px solid;
    border-color: #f5f3e5;
}
.gallery-small {
    text-align: center;
    padding-top: 70px;
}
.maincontent {
    padding: 64px;
}
.fill-current {
    fill: rgb(150 163 154 / 79%);
     width: 100%;
}
.fill-current-light {
    width: 100%;
    fill: rgb(234 231 209);
}
.maincontent-dark-top {
    margin-bottom: -1px;
}
.maincontent-dark-below {
    margin-top: -1px;
    margin-bottom: -4px;
    rotate: 180deg;
}
.maincontent-dark-below.pink-banner svg {
    fill: rgb(204 171 162 / 80%) !important;
}
.maincontent.draw-bg {
    background-image: url(/wp-content/uploads/2025/06/VM-Flowers-1036-scaled.gif);
    background-size: contain;
    background-position: center;
    background-blend-mode: multiply;
    background-color: rgb(237 232 212);
}
.light-box.red {
    background-color: rgb(204 171 162 / 70%);
    border-radius: 0.75rem;
}
.light-gallery {
    padding: 64px;
    background-color: rgb(214 202 138 / 79%);
    border-radius: 1rem;
    position: relative;
}
.post, .page {
    margin: 0px;
    
}
.large-ps img:hover {
    box-shadow: 0px 7px 7px 7px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.light-gallery img {
    height: 415px;
    object-fit: cover;
    cursor: pointer;
    width: 100%;
}
.reivew-block {
    background-color: rgb(204 171 162 / 66%);
    padding: 24px;
    border-radius: 12px;
}
.reivew-block span {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    color: rgb(70 79 96);
    font-size: 1rem;
}
p.review-auth {
    font-size: 1.5rem;
    font-family: Dream Catcher, serif;
    color: rgb(103 90 116);
    margin-top: 30px;
    margin-bottom: 0px;
}
.brochure-bg {
    padding: 64px;
    padding-top: 80vh;
    background-position: top;
    background-size: cover;
    padding-bottom: 20vh;
    margin-bottom: -30px;
}
.brochure-bg h2 {
    color: rgb(237 232 212) !important;
}
a.btn.btn-light-b {
    font-family: Playfair Display, serif;
    color: rgb(70 79 96);
    background-color: #ede8d4;
    border-color: #ede8d4;
    border: 2px solid #ede8d4;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
}
a.btn.btn-tran-b {
    font-family: Playfair Display, serif;
    color: #ede8d4;
    background-color: transparent;
    border-color: #ede8d4;
    border: 2px solid #ede8d4;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
}
.brochure-bg a.btn.btn-light-b {
    margin-right: 20px;
}
.banner-title {
    margin-top: -150px;
    z-index: 9999;
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: Dream Catcher, serif;
}

.banner-title h1 {
    font-family: Dream Catcher, serif;
    color: white;
}
li.nav-item button {
    font-family: Dream Catcher, serif;
    font-size: 16px;
}
ul#myTab li a {
    color: rgb(70 79 96 / var(--tw-text-opacity));
}
button a {
    color: red;
}
li.nav-item button {
    width: 312px;
    height: 65px;
}
ul#myTab li {
    background-color: rgb(204 171 162);
    font-family: Dream Catcher, serif;
}
.light-gallery.pink-gallery {
    background-color: #ccaba2b0;
}
.light-gallery.pink-gallery img {
    height: 336px;
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    border: 4px solid rgb(237 232 212);
}
h2.large-head-sig {
    font-family: Dream Catcher, serif;
font-size: 3.75rem;
    color: rgb(70 79 96);
}
h2.large-head {
    font-family: Playfair Display, serif;
    font-size: 3.75rem;
    color: rgb(70 79 96);
}
h2.large-head-sig.med-head {
    font-size: 3.75rem;
}
h2.large-head.med-head {
    font-size: 3.75rem;
}
.couples-box {
    height: 425px;
    background-size: cover;
    background-position: top;
}
.couples-box p {
    font-size: 1.25rem;
    font-family: 'Dream Catcher';
    color: white;
    height: 425px;
    position: absolute;
    width: 100%;
    top: 360px;
}
.small-logo-box img {
    width: 110px;
    margin-top: -40px;
}
.light-box.light-box-font p {
    font-family: Playfair Display, serif;
    font-weight: 400;
}
p.list-text {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: 'MADE TOMMY' !important;
    font-weight: 300 !important;
    font-size: 1rem;
}
.gallery-free img {
    height: 415px;
    object-fit: cover;
    cursor: pointer;
    width: 100%;
}
h2.ls-head {
    font-size: 2.25rem;
    color: rgb(70 79 96);
    font-family: Dream Catcher, serif;
}
span.under-head {
    font-family: Playfair Display, serif;
    display: block;
    margin-top: 16px;
}

a.btn.btn-light-small {
    font-size: 1rem;
    font-family: Playfair Display, serif;
    background-color: rgb(249 247 241);
    border-radius: 4px;
    margin-right: 15px;
    text-decoration: none;
}
p.small-cta {
    font-size: 0.875rem;
    color: rgb(70 79 96);
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: 500;
}

p.small-cta a {
    color: rgb(70 79 96);
    text-decoration: none;
}
.maincontent-dark.pink-banner {
    background-color: rgb(204 171 162 / 80%);
}
.maincontent-dark-top.pink-banner svg {
    fill: rgb(204 171 162 / 80%);
}
h2.ls-head.med-head {
    font-size: 1.5rem;
}
.large-ps img {
    height: 384px;
    object-fit: cover;
    width: 265px;
    border: 4px solid rgb(237 232 212);
    transition: 0.2s;
}
.small-ps img:hover {
    box-shadow: 0px 7px 7px 7px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.light-box.red.review-box {
    padding-bottom: 120px;
}
.mtt-photo-section {
    margin-top: -84px;
    z-index: 2;
    position: relative;
}
.full-screen-banner.mt-minus.mtt-image-large {
    height: 138vh;
}
.small-ps img {
    height: 331px;
    object-fit: cover;
    width: 204px;
	border: 4px solid rgb(237 232 212);
    transition: 0.2s;
}
p.ps-title {
    font-family: Playfair Display, serif;
    font-size: 1.5rem;
    color: rgb(70 79 96);
}
.light-gallery img {
    border: 4px solid rgb(237 232 212);
}
.full-screen-banner.mt-minus {
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.ob-text p {
    font-size: 1.125rem;
    font-weight: 500;
}
h4.large-head {
    font-family: Playfair Display, serif;
    font-size: 3.75rem;
}
.small-width img {
    height: 258px;
    object-fit: cover;
    width: 100%;
    border: 4px solid rgb(237 232 212);
}
ul.nav-fse {
    margin-left: 0px;
    padding-left: 0px;
}
ul.dropdown-menu.show {
    background-color: #AF9253;
    color: white;
}
ul.dropdown-menu.show li {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    color: white;
}
ul.dropdown-menu.show a {
    color: white;
    text-align: left;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #AF9253;
}
.gallery-free img {
    border: 4px solid rgb(255 255 255);
}
.light-box.red.review-box p {
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.mtt-image img {
    border-radius: 9999px;
    border: 4px solid rgb(237 232 212);
    height: 270px;
    object-fit: cover;
    width: 100%;
}
p.mtt-text {
    font-size: 1.5rem;
    font-family: Dream Catcher, serif;
    color: rgb(70 79 96);
}
p.mtt-text.smaller-mtt-text {
    font-size: 1rem;
}
p.mtt-text.job-text {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 1rem;
    font-weight: 400;
}
.large-head-sig.blog-title {
    color: rgb(70 79 96);
    font-family: Dream Catcher, serif;
    font-size: 3rem;
}
p.post-category-blog-sub {
    font-family: Playfair Display, serif;
    font-size: 3rem;
}
h1.blog-entry-title {
    font-family: Playfair Display, serif;
    font-size: 3.75rem;
    margin-bottom: 20px;
}
.blog-content p {
    font-size: 1.25rem;
    color: rgb(70 79 96);
}
h3.b-top-header {
    font-family: Dream Catcher, serif;
    font-size: 1.25rem;
}
h4.b-sub-header {
    font-family: Playfair Display, serif;
    font-size: 1.5rem;
}
.blog-content img {
    border: 4px solid rgb(237 232 212);
    width: 100%;
    object-fit: cover;
    height: 500px;
}
.intro-text p {
    font-size: 1.125rem;
    font-weight: 500;
}
a.btn.btn-pink {
    font-family: Dream Catcher, serif;
    color: rgb(70 79 96) !important;
    background-color: rgb(204 171 162);
    border-color: rgb(204 171 162);
    border: 2px solid rgb(204 171 162);
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.top-button {
    margin-top: 5rem;
}
section#error-404 h1 {
    font-family: Dream Catcher, serif;
    font-size: 2em;
    color: rgb(70 79 96);
}
.light-box a {
    color: rgb(70, 79, 96);
    text-decoration: none;
}
li.nav-item.logo-top img {
    margin-top: -18px;
}
ul.nav-fse {
    margin-bottom: 0px;
}
p.circle-l {
    color: rgb(9 143 135);
    font-family: Dream Catcher, serif;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
p.circle-s {
    font-family: Playfair Display, serif;
    font-size: 1.5rem;
    margin-bottom: 0px;
    color: rgb(9 143 135);
}
.g-circle {
    height: 160px;
    width: 160px;
    background-image: url(/wp-content/uploads/2025/06/doiley.png);
    background-position: center;
    background-size: contain;
    text-align: center;
    position: relative;
    margin-top: -80px;
    padding-top: 36px;
    margin-left: auto;
    z-index: 9;
    margin-bottom: -90px;
    opacity: 0.8;
}
.g-circle a {
    text-decoration: none;
}
.map-breakfast {
    position: absolute;
    margin-top: -1454px;
    margin-left: 324px;
    width: 204px;
    transition: 0.2s;
}
p.map-top-text {
    font-family: Dream Catcher, serif;
    font-size: 1.875rem;
    margin-bottom: -9px;
    font-weight: 600;
}
p.map-small-text {
    font-size: 1.875rem;
    font-family: Playfair Display, serif;
    margin-bottom: 10px;
    font-weight: 600;
}
.map-carpark {
    position: absolute;
    margin-top: -1436px;
    margin-left: 667px !important;
    width: 204px;
    transition: 0.2s;
}
.map-weddingsuite {
    position: absolute;
    margin-top: -1245px;
    margin-left: 497px;
    width: 204px;
    transition: 0.2s;
}
.map-reception {
    position: absolute;
    margin-top: -1195px;
    margin-left: 864px;
    width: 204px;
    transition: 0.2s;
}
.map-manor {
    position: absolute;
    margin-top: -1074px;
    margin-left: 559px;
    width: 204px;
    transition: 0.2s;
}
.map-garden {
    position: absolute;
    margin-top: -920px;
    margin-left: 344px;
    width: 204px;
    transition: 0.2s;
}
.map-ceremony {
    position: absolute;
    margin-top: -923px;
    margin-left: 853px;
    width: 204px;
    transition: 0.2s;
}
p.modal-title-top {
    font-family: Dream Catcher, serif;
    font-size: 3rem;
    color: rgb(70 79 96);
    margin-bottom: -9px;
}
p.modal-title-small {
    font-family: Playfair Display, serif;
    font-size: 3rem;
    margin-bottom: 2rem;
}
.modal-content {
    background-image: url(/wp-content/uploads/2025/06/VM-Flowers-1036-scaled.gif);
    background-position: top;
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgb(237 232 212);
    text-align: center;
    padding: 42px;
}
a.btn.btn-vm {
    background-color: rgb(70 79 96);
    color: rgb(237 232 212);
    font-size: 0.875rem;
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    text-transform: uppercase;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
button.btn.btn-close-pop {
    background-color: rgb(237 232 212);
    color: rgb(70 79 96);
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 0.75rem;
}
.map-breakfast:hover {
    color: rgb(175 146 83);
    cursor: pointer;
}
.map-weddingsuite:hover {
    color: rgb(175 146 83);
    cursor: pointer;
}
.map-reception:hover {
    color: rgb(175 146 83);
    cursor: pointer;
}
.map-manor:hover {
    color: rgb(175 146 83);
    cursor: pointer;
}
.map-garden:hover {
    color: rgb(175 146 83);
    cursor: pointer;
}
.map-ceremony:hover {
    color: rgb(175 146 83);
    cursor: pointer;
}
.nav-link {
    color: rgb(70 79 96);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgb(237 232 212) !important;
    background-color: rgb(70 79 96) !important;
}
.light-box.light-box-font li {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-weight: 300;
}
.light-box.light-box-font ul {
    margin-left: 0px;
    text-align: left;
}
.card__image img {
    width: 100%;
    height: 367px;
    object-fit: cover;
}
h2.large-head-sig.home-large {
    font-size: 91px;
}
h2.large-head.home-large {
    color: rgb(70 79 96);
    font-size: 91px;
}
.text-left {
    text-align: left !important;
}
p.client-name {
    font-family: Dream Catcher, serif !important;
    font-size: 1.25rem;
    margin-top: 40px;
    color: rgb(70 79 96);
}
.client-image img {
    border: 4px solid rgb(255 255 255);
    height: 454px;
    object-fit: cover;
    width: 100%;
}
.client-image {
    margin-top: 36px;
}
p.pink-banner-text {
    font-family: Dream Catcher, serif;
    font-size: 2rem;
    margin-bottom: 0px;
    color: rgb(70 79 96);
}
svg.block.w-full.h-auto.svg-shadow.fill-current-light {
    fill: rgb(150 163 154 / 79%);
}
svg.block.w-full.h-auto.svg-shadow.fill-light {
    fill: rgb(234 231 209);
    margin-bottom: -5px;
}
.pushup-content {
    margin-top: -170px;
}
.light-box h4 {
    font-family: Dream Catcher, serif;
    color: rgb(70 79 96);
    font-size: 1.5rem;
}
.light-box h2.large-head-sig {
    font-size: 3rem;
}
.text-center.mt-minus-5 {
    margin-top: -50px;
    z-index: 2;
    position: relative;
}
.text-center.mt-minus-6 {
    margin-top: -100px;
    z-index: 2;
    position: relative;
}
span.large-head-sig {
    font-family: Dream Catcher, serif;
    font-size: 91px;
    color: rgb(70 79 96);
    display: block;
}
span.large-head {
    font-family: Playfair Display, serif;
    font-size: 91px;
    color: rgb(70 79 96);
}
.light-box.light-box-font.light-box-dark {
    background-color: rgb(237 232 212 / 80%);
}
.light-box-content {
    background-color: rgb(249 247 241 / 50%);
    padding: 3rem;
    border-radius: 16px;
}
h2.faq-q {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    font-family: Playfair Display, serif;
    color: rgb(70 79 96);
}
.faq-line {
    height: 1px;
    width: 100%;
    background-color: #d6ca8a;
}
p.faq-a {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif !important;
    font-size: 1rem;
    color: rgb(70 79 96);
}

.supply-box p {
    font-size: 1.125rem;
    margin-bottom: 20px;
}
.review-block {
    background-color: rgb(204 171 162 / 80%);
    padding: 42px;
    border-radius: 12px;
}
p.client-box-name {
    font-size: 1rem;
    font-family: Dream Catcher, serif;
    color: rgb(103 90 116);
    margin-top: 20px;
    margin-bottom: 0px;
}
p.accom-button a {
    color: rgb(70 79 96);
}
.slide-image {
	position: relative;
	overflow: hidden;
}
.fse-footer h4 a {
    color: rgb(70, 79, 96);
    text-decoration: none;
}
span.footer-side-text a {
    text-decoration: none;
    color: rgb(70 79 96);
}
.footer-links p a {
    color: rgb(70, 79, 96);
    text-decoration: none;
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
}
.slide-image::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%; /* Adjust height as needed */
	background: linear-gradient(to top, rgb(0 0 0 / 87%), transparent);
	pointer-events: none; /* ensures it doesn’t block clicks */
	z-index: 1;
}

.slide-image img {
	width: 100%;
	display: block;
}
span.accom-button-under {
    font-family: Playfair Display, serif;
    font-size: 1.5rem;
}
a.btn.btn-light-small:visited {
    color: #464f60;
}
.mobile-nav-bar {
    background-color: rgb(237 232 212);
    padding: 12px;
    position: relative;
    z-index: 999999;
}
.ob-text a {
    color: #676d77;
}
span.accom-button-sig {
    font-family: Dream Catcher, serif;
    font-size: 1.5rem;
    display: block;
}
.maincontent-dark.pink-banner a {
    text-decoration: none;
}
h4.sig-sub-head {
    font-family: Dream Catcher, serif;
    font-size: 1.875rem;
    color: rgb(70 79 96);
}
.light-box h3 {
    font-size: 1.875rem;
    font-family: Playfair Display, serif;
    font-weight: 400;
}
.supply-title {
    font-family: Dream Catcher, serif !important;
    font-size: 1.5rem;
    margin-bottom: 30px;
}
.supply-buttons a.btn.btn-light-small {
    margin-right: 5px;
    margin-bottom: 10px;
}
.image-content {
    background-color: rgb(249 247 241 / 70%);
    padding: 24px;
}
span.blog-card-title {
    font-family: Playfair Display, serif;
    font-size: 1.5rem;
    color: rgb(70 79 96);
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
span.blog-card-title a {
    color: rgb(70 79 96);
    text-decoration: none;
}
.image-content ul {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 10px;
}
ul.post-categories a {
    background: #ede8d4;
    padding: 6px;
    font-size: 0.875rem;
    color: rgb(70 79 96);
}
span.post-date {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    color: rgb(70 79 96);
    display: inline-block;
}
span.blog-cat {
    display: inline-block;
}
.light-box.simple-lightbox {
    text-align: left;
}
.light-box.simple-lightbox li {
    font-size: 1rem;
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
}

.light-box.simple-lightbox ul {
    margin-left: 0px;
}
a.page-numbers {
    font-size: 1rem;
    color: #404040;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: none;
}
.page-numbers {
    padding-right: 10px;
}
nav.navigation.pagination {
    display: block;
    text-align: center;
}
.light-box a {
    text-decoration: underline;
}
p.accom-button a {
    text-decoration: none;
}
.supply-box a {
    text-decoration: none;
}
.breadcrumb p {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    margin-bottom: 0px;
    font-size: 0.875rem;
    position: relative;
    z-index: 100;
    font-weight: 300;
}
.breadcrumb a {
    color: rgb(175 146 83);
    text-decoration: none;
}
.light-box.con-top-box {
    height: 100%;
}
.light-box h1 {
    font-size: 1.875rem;
    font-family: 'Playfair Display';
}
.light-box.con-top-box p {
    margin-bottom: 1rem;
    font-weight: 300;
}
.custom-nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.custom-nav.scrolled {
    background-color: rgb(234 231 209 / 95%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    margin-top: 0px;
    margin-bottom: -24px;
}
.custom-nav.scrolled li.nav-item.logo-top img {
    margin-top: -18px;
    width: 112px;
    margin-bottom: -20px;
}
.wc-main-reivew p {
    font-family: Dream Catcher, serif !important;
    color: rgb(70 79 96);
    font-size: 1.675rem;
    line-height: 2.25rem;
    padding-top: 9rem;
}
p.reivew-button a {
    color: #aa8d50;
    text-decoration: none;
    font-weight: 700;
}
.fse-footer ul {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}
a.dropdown-item:hover {
    background-color: #af9253;
}
.fse-footer li {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: rgb(70, 79, 96);
    margin-bottom: 10px;
    padding-left: 0px;
    margin-left: 0px;
}
.fse-footer li a {
    color: rgb(70, 79, 96);
    text-decoration: none;
}
.active-map img {
    max-width: 64rem;
}
.maincontent-dark-below.margin-dip {
    margin-bottom: -10px;
}
@media (min-width: 992px) {
  .nav-item.dropdown {
    position: relative;
  }

  .nav-item.dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
    top: 100%;
    left: 0;
    margin-top: 0;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }

  .nav-item.dropdown > .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 1025px) {
 .custom-nav li {
    margin-right: 14px;
    width: auto;
} 
html {
    overflow-x: hidden;
}  
li.nav-item.logo-top img {
    width: 10rem;
}
.maincontent-dark-below {
    margin-top: -4px;
}
span.top-head-speak {
    font-size: 1.2rem;
}
.gallery-small img {
    height: 80px;
    width: 90px;
}
.gallery-large img {
    height: 146px;
}
.gallery-small {
    padding-top: 35px;
}
.light-gallery img {
    height: 256px;
}
.maincontent-dark-top {
    margin-bottom: -4px;
}
.brochure-bg {
    padding-top: 20vh;
    padding-bottom: 12vh;
}
.footer-top-line {
    margin-bottom: -30px;
}
.custom-nav.scrolled li {
    width: 115px !important;
}
.light-gallery.pink-gallery img {
    height: 208px;
}
}
@media (max-width: 912px) {
    button.navbar-toggler {
        position: absolute;
        right: 10px;
        top: -50px;
        z-index: 1000000;
    }
  button.navbar-toggler {
        position: absolute;
        right: 10px;
        top: -50px;
        z-index: 1000000;
    }
    .mobile-logo img {
        position: absolute;
        z-index: 99;
        width: 100px;
        margin-top: -20px;
    }
    button.navbar-toggler {
        background: #af9253;
    }
    .fullscreen-mobile li {
        transition: all 0.3s ease-in-out;
        background-color: rgb(241 237 227 / 80%);
        width: 301px !important;
        padding: 8px;
        border-radius: 12px;
    }
    .fullscreen-mobile.collapse.show {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url(/wp-content/uploads/2025/06/hero-floral.gif);
        background-position: center;
        background-size: contain;
        background-color: rgb(237 232 212);
        background-blend-mode: multiply;
        z-index: 9999;
        display: flex !important
;
        align-items: center;
        justify-content: center;
    }

  .fullscreen-mobile ul.fse-nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
  }
    .fullscreen-mobile ul.fse-nav li a {
        color: rgb(70 79 96);
        text-decoration: none;
        font-size: 1rem;
    }

  /* Keep burger icon above fullscreen menu */
  .navbar-toggler {
    position: relative;
    z-index: 10000;
  }

  /* Make sure burger icon is white on red */
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
  }
h2.large-head-sig.home-large {
    font-size: 2.25rem;
}
h2.large-head.home-large {
    font-size: 2.25rem;
}
.fse-footer {
    text-align: center;
    padding-top: 64px;
}
.logo-footer {
    position: relative;
    margin-top: -140px;
    margin-bottom: 30px;
}
h2.large-head-sig {
    font-size: 1.5rem;
}
h2.large-head {
    font-size: 1.5rem;
}
ul.dropdown-menu.show {
    background-color: rgb(241 237 227 / 80%);
    color: white;
}
span.large-head-sig.home-large {
    font-size: 2.25rem;
}
span.large-head.home-large {
    font-size: 2.25rem;
}
.small-ps img {
    height: 384px;
    width: 100%;
}
.small-ps {
    padding-top: 0px;
    padding-bottom: 0px;
}
.large-ps img {
    height: 384px;
    width: 100%;
}
h4.large-head {
    font-size: 1.875rem;
}
h2.large-head-sig.med-head {
    font-size: 1.875rem;
}
h2.large-head.med-head {
    font-size: 1.875rem;
}
.light-gallery.pink-gallery img {
    height: 144px;
}
}
@media (max-width: 768px) {
    button.navbar-toggler {
        position: absolute;
        right: 10px;
        top: -50px;
        z-index: 1000000;
    }
    .stick-mobile-menu {
    background-color: rgb(234 231 209 / 95%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    margin-top: 0px;
    margin-bottom: -24px;
    z-index: 99999;
}
    .mobile-logo img {
        position: absolute;
        z-index: 99;
        width: 100px;
        margin-top: -20px;
    }
    button.navbar-toggler {
        background: #af9253;
    }
    .fullscreen-mobile li {
        transition: all 0.3s ease-in-out;
        background-color: rgb(241 237 227 / 80%);
        width: 301px !important;
        padding: 8px;
        border-radius: 12px;
    }
    .fullscreen-mobile.collapse.show {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url(/wp-content/uploads/2025/06/hero-floral.gif);
        background-position: center;
        background-size: contain;
        background-color: rgb(237 232 212);
        background-blend-mode: multiply;
        z-index: 9999;
        display: flex !important
;
        align-items: center;
        justify-content: center;
    }

  .fullscreen-mobile ul.fse-nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
  }
    .fullscreen-mobile ul.fse-nav li a {
        color: rgb(70 79 96);
        text-decoration: none;
        font-size: 1rem;
    }

  /* Keep burger icon above fullscreen menu */
  .navbar-toggler {
    position: relative;
    z-index: 10000;
  }

  /* Make sure burger icon is white on red */
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
  }
h2.large-head-sig.home-large {
    font-size: 2.25rem;
}
h2.large-head.home-large {
    font-size: 2.25rem;
}
.maincontent {
    padding: 24px;
}
.maincontent-dark-top {
        margin-bottom: -5px;
    }
.maincontent-dark-below {
    margin-top: -5px;
}
.mobile-logo img {
    width: 120px;
}
.light-gallery img {
    height: 190px;
}
h2.large-head-sig {
    font-size: 1.5rem;
}
h2.large-head {
    font-size: 1.5rem;
}
.fse-footer {
    text-align: center;
    padding-top: 64px;
}
.logo-footer {
    position: relative;
    margin-top: -140px;
    margin-bottom: 30px;
}
ul.dropdown-menu.show {
    background-color: rgb(241 237 227 / 80%);
}
.pushup-content {
    margin-top: 0px;
}
.small-ps {
    padding-top: 0px;
    padding-bottom: 0px;
}
.small-ps img {
    height: 384px;
    width: 100%;
}
.large-ps img {
    width: 100%;
}
h4.large-head {
    font-size: 1.5rem;
}
.couples-box {
    height: 608px;
}
.gallery-free img {
    height: 202px;
}
.text-center.button-line a.btn.btn-light-small {
    margin-bottom: 20px;
}
li.nav-item button {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 1rem;
}
.light-gallery.pink-gallery img {
    height: 144px;
}
.light-box h2.large-head-sig {
    font-size: 1.5rem;
}
.active-map img {
    max-width: 100%;
}
}
@media (max-width: 500px) {
.maincontent {
    padding: 24px;
}
.header-spacer {
    margin-bottom: 74px;
}
svg.block.w-full.h-auto.svg-shadow.fill-light {
    display: none;
}
h2.large-head-sig.home-large {
    font-size: 2.25rem;
}
h2.ls-head {
    font-size: 1.25rem;
}
a.btn.btn-light-small {
    margin-right: 6px;
    margin-bottom: 15px;
}
h2.large-head.home-large {
    font-size: 2.25rem;
}
.light-box {
    padding: 24px;
}
.fullscreen-mobile ul.fse-nav li {
    font-family: 'Playfair Display' !important;
}
button.navbar-toggler {
    position: absolute;
    right: 10px;
    top: -50px;
    z-index: 1000000;
}
.maincontent-dark {
    padding: 24px;
    margin-top: 0px;
}
.light-box.contact-lb {
    padding: 4px;
}
.light-box iframe {
    height: 750px;
    width: 100%;
}
span.top-head-email {
    margin-left: 0px;
}
.mobile-logo img {
    position: absolute;
    z-index: 99;
    width: 100px;
    margin-top: -20px;
}
.gallery-large img {
    height: 97px;
}

.gallery-small img {
    height: 70px;
}
.gallery-small {
    padding-top: 12px;
}
.light-gallery {
    padding: 24px;
}
.text-center.mt-minus-6 {
    margin-top: -40px;
}
h2.large-head-sig {
    font-size: 1.875rem;
}
h2.large-head {
    font-size: 1.875rem;
}
p.review-auth {
    font-size: 1rem;
}
.brochure-bg {
    padding: 22px;
    padding-bottom: 64px;
    padding-top: 64px;
}
a.btn.btn-light-b {
    font-size: 0.75rem;
}
a.btn.btn-tran-b {
    font-size: 0.75rem;
}
    .fse-footer {
        text-align: center;
        padding-top: 60px;
    }
.fullscreen-mobile {
    transition: all 0.3s ease-in-out;
}
button.navbar-toggler {
    background: #af9253;
}
    .fullscreen-mobile li {
        transition: all 0.3s ease-in-out;
        background-color: rgb(241 237 227 / 80%);
        width: 301px !important;
        padding: 8px;
        border-radius: 12px;
    }
    .fullscreen-mobile.collapse.show {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-image: url(/wp-content/uploads/2025/06/hero-floral.gif);
        background-position: center;
        background-size: contain;
        background-color: rgb(237 232 212);
        background-blend-mode: multiply;
        z-index: 9999;
        display: flex !important
;
        align-items: center;
        justify-content: center;
    }

  .fullscreen-mobile ul.fse-nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: center;
  }
    .fullscreen-mobile ul.fse-nav li a {
        color: rgb(70 79 96);
        text-decoration: none;
        font-size: 1rem;
    }

  /* Keep burger icon above fullscreen menu */
  .navbar-toggler {
    position: relative;
    z-index: 10000;
  }

  /* Make sure burger icon is white on red */
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
  }
p.map-top-text {
    display: none;
}
p.map-small-text {
    display: none;
}
.footer-links {
    margin-bottom: 20px;
}
    .logo-footer {
        position: relative;
        margin-top: -80px;
        margin-bottom: 20px;
    }
.logo-footer img {
    width: 100px;
}
h2.ls-head.med-head {
    font-size: 1rem;
}
.large-ps img {
    height: 250px;
    width: 100%;
}
.small-ps img {
    height: 250px;
    width: 100%;
}
.small-ps {
    padding-top: 0px;
    padding-bottom: 0px;
}
h4.large-head {
    font-size: 1.875rem;
}
.pushup-content {
    margin-top: 0px;
}
.small-width img {
    height: 140px;
}
p.ps-title {
    font-size: 1rem;
    margin-bottom: 0px;
}
h2.large-head-sig.med-head {
    font-size: 1.875rem;
}
h2.large-head.med-head {
    font-size: 1.875rem;
}
.couples-box {
    height: 320px;
}
a.dropdown-item.active {
    background-color: rgb(241 237 227 / 80%);
}
ul.dropdown-menu.show {
    background-color: rgba(241, 237, 227, 0.8);
    color: white;
    border: 0px;
}
span.large-head-sig {
    font-size: 2.25rem;
}
.gallery-free img {
    height: 84px;
    width: 100%;
}
span.large-head {
    font-size: 2.25rem;
}
.footer-top-line {
    display: none;
}
ul#myTab {
    margin-left: 0px;
}
li.nav-item button {
    font-family: MADE TOMMY, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
    font-size: 0.875rem;
}
li.nav-item button {
    width: 178px;
    height: 65px;
    display: inline-block;
}
li.nav-item {
    width: 50%;
}
.light-gallery.pink-gallery img {
    height: 71px;
}
.couples-box p {
    top: 220px;
}
.light-box h2.large-head-sig {
    font-size: 1.5rem;
}
.client-image img {
    height: 309px;
}
img.img-fluid.gallery-img {
    height: 72px;
}
.col-6.col-md-4.col-lg-4 img {
    height: 115px;
}
a.btn.btn-pink {
    font-size: 1rem;
}
.wc-main-reivew p {
    font-family: Dream Catcher, serif !important;
    color: rgb(70 79 96);
font-size: 1.2rem;
    line-height: 2.25rem;
    padding-top: 1rem;
}
img.img-fluid.gallery-img.three-mobile {
    height: 340px;
}
}
@media (max-width: 500px) {
.mobile-logo img {
    position: static;
    z-index: 99;
    width: 100px;
    margin-top: -20px;
    margin-bottom: -75px;
}
.mtt-image img {
    border-radius: 9999px;
    height: 155px;
}
.brochure-bg a.btn.btn-tran-b {
    display: block;
    width: 166px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
    .brochure-bg a.btn.btn-light-b {
        display: block;
        width: 166px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
.maincontent-dark-below.margin-dip svg {
    height: 20px !important;
    width: 100% !important;
}
.maincontent-dark-below.margin-dip {
    margin-bottom: -15px;
}
}