/*!
Theme Name: ArrowLeaf Real Estate Prime
Theme URI: 
Author: Oculus Design / Three Trees Technical
Author URI: http://oculus.ca/
Description: Corporate Site
Version: 1.0.1
Tested up to: 6.8.2
Requires PHP: 8.3
License: Private
Text Domain: arrowleaf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

:root {
	--gutter: 1.5rem;
	--gap: 3rem;
	--bottom-margin: 1.5rem;

	/* Original colors */

	--black: #000000;
	--white: #ffffff;
	--arrow-a: #33482b;
	--arrow-b: #6b735f;
	--arrow-c: #ecebda;
	--arrow-d: #d6d6ac;


	/* 40% opacity over white - calculated colors */
	--black-40: #666666;
	--white-40: #ffffff;
	--arrow-a-40: #abb3a7;
	--arrow-b-40: #c4c7bf;
	--arrow-c-40: #f8f8f0;
	--arrow-d-40: #eeeedc;

	--white-t-70: rgba(255,255,255,0.7);

	--white-t-75: rgba(255,255,255,0.75);

	--arrow-a-90: rgba(51, 72, 43, 0.90);
	--arrow-b-90: rgba(107, 115, 95, 0.90);
	--arrow-c-90: rgba(236, 235, 218, 0.90);
	--arrow-d-90: rgba(214, 214, 172, 0.90);


	--text: rgb(134,134,134);
	--headings: rgb(73,73,73);

	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 22px;
	--wp--preset--font-size--large: 26px;
	--wp--preset--font-size--x-large: 28px;

}


/* Original colors */
.bg-black 		{ background-color: var(--black); }
.bg-white 		{ background-color: var(--white); }
.bg-arrow-a 	{ background-color: var(--arrow-a); }
.bg-arrow-b 	{ background-color: var(--arrow-b); }
.bg-arrow-c 	{ background-color: var(--arrow-c); }
.bg-arrow-d 	{ background-color: var(--arrow-d); }
.bg-white-t-70 	{ background-color: var(--white-t-70); }
/* 40% opacity over white */
.bg-black-40 		{ background-color: var(--black-40); }
.bg-white-40 		{ background-color: var(--white-40); }
.bg-arrow-a-40 		{ background-color: var(--arrow-a-40); }
.bg-arrow-b-40 		{ background-color: var(--arrow-b-40); }
.bg-arrow-c-40 		{ background-color: var(--arrow-c-40); }
.bg-arrow-d-40 		{ background-color: var(--arrow-d-40); }

.bg-arrow-a-90 		{ background-color: var(--arrow-a-90); }
.bg-arrow-b-90 		{ background-color: var(--arrow-b-90); }
.bg-arrow-c-90 		{ background-color: var(--arrow-c-90); }
.bg-arrow-d-90 		{ background-color: var(--arrow-d-90); }

.bg-transparent		{ background-color: transparent; }

.color-bar > *{
	height: 14px;
	flex: 1 1 14%;
}

/*--------------------------------------------------------------
>>> 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.10;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	scroll-behavior: smooth;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0!important;
	min-height: 100vh;
}

/**
 * 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, .h1 {
	font-size: 4rem;
	margin: 0;
}
h2, .h2 {
	font-size: 3rem;
}
h3, .h3 {
	font-size: 2rem;
}



.h1, .h2, .h3, h1, h2, h3 {
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 1.75rem;
	letter-spacing: 0;	
	color: var(--headings);
}
.hero-image .h1,
.hero-image h1 {
	font-weight: 400;
	text-shadow: 0 0 30px rgba(0,0,0,0.6);
}

h4, .h4 {
	font-size: 1.8rem;
	color: var(--arrow-a);
	line-height: 1.08;
	font-weight: 400;
	letter-spacing: 0;	
	margin-bottom: 1rem;	
}

.h5, .h6, h5, h6 {
	font-size: 1.375rem;
	line-height: 1.08;
	font-weight: 400;
	letter-spacing: 0;	
	margin-bottom: 1rem;
}
/* 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
========================================================================== */

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

.entry-meta {
	font-weight: 600;
}
/**
 * 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;
}


.form-control:focus {
	border-color: var(--fern); /* Optional: Change border color on focus */
	box-shadow: 0 0 0 0.15rem var(--fern); /* Custom focus ring */
}

/* For other elements that might have focus states (e.g., buttons, custom selects) */
.btn:focus,
.form-select:focus {
	border-color: var(--fern);
	box-shadow: 0 0 0 0.15rem var(--fern);
}

/**
 * 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: var(--black);
	font-family: "Albert Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	--bs-body-font-size: 1.25rem;
	line-height: 1.7;
	letter-spacing: 0;	
	font-variation-settings:
		"wdth" 100,
		"YTLC" 500;
}
body {
	color: var(--text);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: var(--bottom-margin);
}

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

blockquote {
	margin: 0;
}

address {
	margin: 0;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

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

/* Links
--------------------------------------------- */

a:focus {
	outline: none!important;
}

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

/* Forms
--------------------------------------------- */
button,
button.btn,
.wp-block-custom-bootstrap-button a.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-weight: 300; /* Bold */
	border-radius: 0px;
	padding: 13px 10px 12px 10px;
	line-height: 1;
	white-space: nowrap;
	border: none;
	--bs-btn-font-size: 1.2rem;
}

button:hover,
button.btn:hover,
.wp-block-custom-bootstrap-button a.btn:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: transparent;
}

button:active,
button:focus,
button.btn:active,
button.btn:focus,
.wp-block-custom-bootstrap-button a.btn:active,
.wp-block-custom-bootstrap-button a.btn: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: transparent;
}

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: var(--black);
	border: 2px solid var(--arrow-a);
	border-radius: 5px;
	padding: 3px 10px;
}

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: var(--black)
}

select {
	border: 1px solid var(--arrow-a);
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.socials svg {
	width: 20px;
}


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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

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

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

/*.page-content,
.arrowleaf-format-wrapper,
.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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.arrowleaf-format-wrapper .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;
}


.ocu-countup-block {
	color: var(--arrow-a);
}

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


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


/* Custom Styles
--------------------------------------------- */

.site {
	min-height: 100vh;
}

:focus-visible {
	outline: none!important;
}
.site-branding {
}
.site-header {
	padding: 0.875rem 1rem;
	background-color: var(--white-t-75);
}
.site-title {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 0;
}
.site-title a {
	text-decoration: none;
	color: var(--white);
}
.site-title a:link,
.site-title a:hover,
.site-title a:visited {
	color: var(--white);
}
.site-menu svg {
	fill: var(--arrow-a);
}
.site-menu svg {
	width: 2.5rem;
}
.site-footer {
	background-color: var(--white-t-75);
	padding: 1.875rem 0 0;
	position: relative;
	height: 320px;
}
.site-footer p {
	margin-bottom: 0;
}
.site-footer .mail-link {
	line-height: 1;
	text-decoration: none;
}
.site-footer .mail-link svg {
	height: 16px;
	width: 20px;
}
.site-footer a,
p a {
	color: var(--black);
	text-decoration: underline;
	text-decoration-thickness: 0.05em;
	text-underline-offset: 3px;
}
.site-footer a:hover,
p a:hover {
	color: var(--arrow-b);
}

.site-footer .grass-wrapper {
	position: absolute;
	height: 266px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	pointer-events: none;
}

.site-footer .grass-1 {
	position: absolute;
	width: 426px;
	height: 266px;
	right: -2px;
	bottom: -2px;
	pointer-events: none;
}

.site-footer .grass-2 {
	position: absolute;
	width: 425px;
	height: 259px;
	left: -2px;
	bottom: -3px;
	pointer-events: none;
}
.site-footer .footer-content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	bottom: 0;
}

.close-menu-button {
	margin-top: 3rem;
	height: 4rem;
	width: 4rem;
	padding: 0;
}
.close-menu-button svg {
	fill: var(--fern);
}
.close-menu-button:hover svg {
	fill: var(--fern-40);
}
#mainNavigation .border-bottom {
	--bs-border-width: 1px;
	--bs-border-color: var(--black);
	padding-bottom: 2rem;
	padding-top: 2rem;
}

ul.navbar-nav {
	margin: 0;
	--bs-nav-link-padding-y: 1.5rem;
}
ul.navbar-nav ul {
	list-style: none;
}
ul.navbar-nav .menu-item {
	padding: 0;
}
ul.navbar-nav .menu-item:nth-child(odd) {
	background-color: var(--fern-10);
}
ul.navbar-nav .menu-item:nth-child(even) {
	background-color: var(--fern-25);
}

a.nav-link {
	font-size: 2rem;
	font-weight: 300;
	line-height: 1.2;
	color: var(--arrow-a);
}

.navbar-nav a:focus, .navbar-nav a:hover {
	color: var(--arrow-a-40);
}

.hero-image {
	height: 800px;
}
.hero-image > .container { height: 100%; }
.hero-image > .container > .row { height: 100%; }
.hero-image > .container > .row > div { height: 100%; display: flex; flex-direction: row; align-items: center;  }

.arrowleaf-format-wrapper .wp-block-custom-bootstrap-container:first-child:not(.hero-image) {
	padding-top: 150px;
}
/*//
// Lightbox customizations
//
*/
.mfp-bottom-bar {
	display: none!important;
}
.mfp-bg {
	background: var(--bg-color)!important;
	opacity: 1;
}
.mfp-figure {
	position: relative;
}
.mfp-figure:after {
/*	box-shadow: unset;*/
}

button.mfp-arrow {
	width: 2rem;
	position: absolute;
	height: 100%;	
	top: 0;
	padding: 40px 0 40px;
	margin-top: 0;
	opacity: 0.9;
}

.carousel-indicators {
	margin-bottom: 40px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin-right: 6px;
    margin-left: 6px;
    text-indent: -999px;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    border-top: none;
    border-bottom: none;
}

.carousel-control-prev-icon {
	height: 3rem;
	background-image: url("data:image/svg+xml,%3Csvg width='27px' height='45px' viewBox='0 0 27 45' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.31,44.56l4.26,-4.26l-18.05,-18.06l17.97,-17.98l-4.25,-4.26l-22.24,22.24l22.31,22.32Z' fill='%23ffffff' style='fill-rule:nonzero;'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
	height: 3rem;
	background-image: url("data:image/svg+xml,%3Csvg width='26px' height='44px' viewBox='0 0 26 44' version='1.1' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M0.067,3.357l1.681,-1.678l1.68,-1.679l20.14,20.15l-0.015,0.015l1.663,1.667l-21.86,21.828l-3.356,-3.362l18.5,-18.472l-18.433,-18.469Z' fill='%23ffffff'/%3E%3C/svg%3E");
}


blockquote {
	position: relative;
	font-weight: 300;
	font-size: 1.6rem;
	margin: 0;
	margin-bottom: var(--bottom-margin);
}
blockquote p {
	position: relative;
	/*text-indent: 1.1rem;*/
}
blockquote p::before {
	content: '';
	position: absolute;
	z-index: 1;
	font-size: 300%;
	left: -1.2rem;
	top: -0.5rem;
	line-height: 1;
	opacity: 0.25;
}
blockquote p::after {
	content: '';
	font-size: 300%;
	position: absolute;
	margin-left: 3px;
	bottom: -2rem;
	line-height: 1;
	opacity: 0.25;
}


.wp-block-custom-bootstrap-container {
	padding-top: 3.125rem;
	padding-bottom: 2.125rem;	
}


.alre-theme-black .bg-page-color:not(.card),
.wp-block-custom-bootstrap-container.bg-black {
	background-color: var(--black-40);
}
.alre-theme-white .bg-page-color:not(.card),
.wp-block-custom-bootstrap-container.bg-white {
	background-color: var(--white-40);
}
.alre-theme-arrow-a .bg-page-color:not(.card),
.wp-block-custom-bootstrap-container.bg-arrow-a {
	background-color: var(--arrow-a-40);
}
.alre-theme-arrow-b .bg-page-color:not(.card),
.wp-block-custom-bootstrap-container.bg-arrow-b {
	background-color: var(--arrow-b-40);
}
.alre-theme-arrow-c .bg-page-color:not(.card),
.wp-block-custom-bootstrap-container.bg-arrow-c {
	background-color: var(--arrow-c-40);
}
.alre-theme-arrow-d .bg-page-color:not(.card),
.wp-block-custom-bootstrap-container.bg-arrow-d {
	background-color: var(--arrow-d-40);
}



/* -- Buttons -- */

.alre-theme-black .wp-block-custom-bootstrap-button a.btn-bg-page-color,
a.btn-bg-black,
button.btn-bg-black {
	background-color: var(--black);
	color: var(--white);
}
.alre-theme-white .wp-block-custom-bootstrap-button a.btn-bg-page-color,
a.btn-bg-white,
button.btn-bg-white {
	background-color: var(--white);
	color: var(--white);
}
.alre-theme-arrow-a .wp-block-custom-bootstrap-button a.btn-bg-page-color,
a.btn-bg-arrow-a,
button.btn-bg-arrow-a {
	background-color: var(--arrow-a);
	color: var(--white);
}
.alre-theme-arrow-b .wp-block-custom-bootstrap-button a.btn-bg-page-color,
a.btn-bg-arrow-b,
button.btn-bg-arrow-b {
	background-color: var(--arrow-b);
	color: var(--white);
}
.alre-theme-arrow-c .wp-block-custom-bootstrap-button a.btn-bg-page-color,
a.btn-bg-arrow-c,
button.btn-bg-arrow-c {
	background-color: var(--arrow-c);
	color: var(--black);
}
.alre-theme-arrow-d .wp-block-custom-bootstrap-button a.btn-bg-page-color,
a.btn-bg-arrow-d,
button.btn-bg-arrow-d {
	background-color: var(--arrow-d);
	color: var(--black);
}


/* -- Buttons -- */

.alre-theme-black .wp-block-custom-bootstrap-button a.btn-bg-page-color:hover,
a.btn-bg-black:hover,
button.btn-bg-black:hover {
	background-color: var(--black-40);
	color: var(--black);
}
.alre-theme-white .wp-block-custom-bootstrap-button a.btn-bg-page-color:hover,
a.btn-bg-white:hover,
button.btn-bg-white:hover {
	background-color: var(--white-40);
	color: var(--black);
}
.alre-theme-arrow-a .wp-block-custom-bootstrap-button a.btn-bg-page-color:hover,
a.btn-bg-arrow-a:hover,
button.btn-bg-arrow-a:hover {
	background-color: var(--arrow-a-40);
	color: var(--black);
}
.alre-theme-arrow-b .wp-block-custom-bootstrap-button a.btn-bg-page-color:hover,
a.btn-bg-arrow-b:hover,
button.btn-bg-arrow-b:hover {
	background-color: var(--arrow-b-40);
	color: var(--black);
}
.alre-theme-arrow-c .wp-block-custom-bootstrap-button a.btn-bg-page-color:hover,
a.btn-bg-arrow-c:hover,
button.btn-bg-arrow-c:hover {
	background-color: var(--arrow-c-40);
	color: var(--black);
}
.alre-theme-arrow-d .wp-block-custom-bootstrap-button a.btn-bg-page-color:hover,
a.btn-bg-arrow-d:hover,
button.btn-bg-arrow-d:hover {
	background-color: var(--arrow-d-40);
	color: var(--black);
}

.alre-theme-black .inherit-page-color {
	fill: var(--black);
}
.alre-theme-white .inherit-page-color {
	fill: var(--white);
}
.alre-theme-arrow-a .inherit-page-color {
	fill: var(--arrow-a);
}
.alre-theme-arrow-b .inherit-page-color {
	fill: var(--arrow-b);
}
.alre-theme-arrow-c .inherit-page-color {
	fill: var(--arrow-c);
}
.alre-theme-arrow-d .inherit-page-color {
	fill: var(--arrow-d);
}

.site-footer .inherit-page-color {
	fill: var(--fern)!important;
}

/* -- Headings with inherited colours -- */
.column-list {
	column-count: 1;
	column-gap: 0;
	margin: 0;
}
.column-list > li {
    break-inside: avoid;
    position: relative;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
}
.column-list .property-title {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 20px);
	background-color: var(--white);
}


.wp-block-custom-bootstrap-row {
  opacity: 0;
  transition: opacity 1s ease;
}

.wp-block-custom-bootstrap-row.visible {
  opacity: 1;
}

.column-list .property-title h5 {
	line-height: 1.25;
}



.survey-text,
.radio-wrapper,
.checkbox-wrapper,
.textarea-wrapper textarea {
	font-size: 1.25rem;
}
.checkbox-wrapper input[type=checkbox],
.radio-wrapper input[type=radio]
{
	/* Double-sized Checkboxes */
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	transform: scale(1.5);
	padding: 10px;
	margin: auto 0;
}
.rank-wrapper input[type=number] {
	padding: 10px 5px;
	flex: 1 0 100px;
	width: 100px;
	align-self: start;
	font-size: 1.25rem;
}

.btn-icon-document {
	padding-left: 35px!important;
	background-image: url("img/icon-file-wht.svg");
	background-size: 16px 20px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
a.btn-icon-document:hover {
	background-image: url("img/icon-file-blk.svg");
}
a.btn-icon-external {
	padding-right: 28px!important;
	background-image: url("img/icon-external-wht.svg");
	background-size: 10px 16px;
	background-repeat: no-repeat;
	background-position: right 10px center
}
a.btn-icon-external:hover {
	background-image: url("img/icon-external-blk.svg");
}

.wp-block-custom-bootstrap-button {
	display: flex;
	margin-top: auto;
}
.wp-block-custom-bootstrap-button a.btn,
a.btn {
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 300;
	padding: 13px 15px 12px 15px;
	line-height: 1;
	white-space: nowrap;
}

.btn-nav svg {
	height: 18px;
	width: 13px;
	margin-top: 0px;
}

.btn-nav svg .btn-icon {
	fill: var(--white);
}
.btn-nav:hover svg .btn-icon {
	fill: var(--black);
}
.btn-nav > :first-child {
	margin-right: 8px;
}

.wp-block-custom-bootstrap-card.card {
	margin: 0;
	box-shadow: unset;
	--bs-border-width: 0;
	--bs-border-radius: 0;
}
.wp-block-custom-bootstrap-card .card-body {
	padding: 0 0 1rem 0;
}
.wp-block-custom-bootstrap-card .card-body > :not(figure) {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.wp-block-custom-bootstrap-card .card-body > :last-child {
	margin-bottom: 0;
}

.wp-block-custom-bootstrap-card .card-body > :first-child:not(figure) {
	padding-top: 1rem;
}

figure.wp-block-image {
	padding: 0;
	margin: 0 0 1rem 0;
}

.row {
	--bs-gutter-x: 3rem;
}

.card .card-body .wp-block-buttons {
	margin-top: auto;
}

.entry-title a,
.entry-title a:active,
.entry-title a:visited {
	color: var(--black);
	text-decoration: none;
}
.entry-title a:hover {
	color: var(--black-40);
}

.alre-post-black		h2.entry-title a	{ color: var(--black); 		}
.alre-post-white		h2.entry-title a	{ color: var(--white); 		}
.alre-post-arrow-a		h2.entry-title a	{ color: var(--arrow-a);   	}
.alre-post-arrow-b		h2.entry-title a	{ color: var(--arrow-b);   	}
.alre-post-arrow-c		h2.entry-title a	{ color: var(--arrow-c);   	}
.alre-post-arrow-d		h2.entry-title a	{ color: var(--arrow-d);   	}

.alre-post-black		h2.entry-title a:hover	{ color: var(--black-40); 		}
.alre-post-white		h2.entry-title a:hover	{ color: var(--white-40); 		}
.alre-post-arrow-a		h2.entry-title a:hover	{ color: var(--arrow-a-40);   	}
.alre-post-arrow-b		h2.entry-title a:hover	{ color: var(--arrow-b-40);   	}
.alre-post-arrow-c		h2.entry-title a:hover	{ color: var(--arrow-c-40);   	}
.alre-post-arrow-d		h2.entry-title a:hover	{ color: var(--arrow-d-40);   	}

.alre-post-black		.entry-meta	{ color: var(--black); 		}
.alre-post-white		.entry-meta	{ color: var(--white); 		}
.alre-post-arrow-a		.entry-meta	{ color: var(--arrow-a);   	}
.alre-post-arrow-b		.entry-meta	{ color: var(--arrow-b);   	}
.alre-post-arrow-c		.entry-meta	{ color: var(--arrow-c);   	}
.alre-post-arrow-d		.entry-meta	{ color: var(--arrow-d);   	}


.partners > div:first-child {
	border-bottom: 2px solid var(--black);
	border-right: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partners > div:last-child {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-right: auto;
}
.partners > div:last-child img {
	margin: 1.5rem 1rem!important;
	height: auto;
	max-height: 100px!important;
	width: auto;
	max-width: 220px!important;
}

.map-canvas {
	height: 440px;
	width: 100%;
	display: block;
}


.modal-content {
	background-color: transparent;
}
#mainNavigation .modal-content {
	background-color: #fff;
}
.modal-backdrop.show {
	--bs-backdrop-opacity: 0.8;
}

.close-modal-button {
	margin: 30px auto;
	height: 4rem;
	width: 4rem;
	padding: 0;
}
.close-modal-button svg {
	fill: #fff;
}
@media all and (max-width: 760px) {
	.wp-block-gallery .wp-block-image {
		width: 100% !important;
	}
}


@media (min-width: 992px) {

	.site-footer {
		height: 200px;
	}

/*	ul.navbar-nav .menu-item:nth-child(odd) {
		background: var(--fern-10);
		background: linear-gradient( to left, var(--white), var(--fern-10) 15%, var(--fern-10) 85%, var(--white) 100%);
	}
	ul.navbar-nav .menu-item:nth-child(even) {
		background: var(--fern-25);
		background: linear-gradient( to left, var(--white), var(--fern-25) 15%, var(--fern-25) 85%, var(--white) 100%);
	}

*/	.site-title {
		font-size: 4.0rem;
		font-weight: 700;
		margin-bottom: 0;
	}

	.site-header {
		padding: 0.875rem 0;
	}


	a.nav-link {
		font-size: 2.5rem;
		font-weight: 300;
		line-height: 1.2;
	}

	.partners > div:first-child {
		flex: 0 0 auto!important;
		width: auto!important;
		border-right: 2px solid var(--black);
		border-bottom: unset;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-left: 0;
	}
	.partners > div:last-child {
		display: flex;
		justify-content: start;
		align-items: center;
		flex-wrap: wrap;
		margin-right: unset;
	}
	.partners > div:last-child img {
		margin: 1.5rem 1rem!important;
		height: auto;
		max-height: 100px!important;
		width: auto;
		max-width: 220px!important;
	}

	.column-list {
		column-count: 3;
		column-gap: 40px;
	}
	.column-list > li {
		break-inside: avoid;
	}
	.column-list .property-title {
	}

}


