/* @override 
	https://staging2.wokinghamsaviour.com/wp-content/themes/saviour/style.css?*


/*!
Theme Name: Saviour
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.9
Tested up to: 5.4
Requires PHP: 5.6


Saviour 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

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
/*	letter-spacing: 0.05em;*/
}

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

/* Variables
--------------------------------------------- */

:root {
	--granite: #374345 ;
	--burgundy: #621A21;
	--gold: #BB965C;
	--off-white: #F6F6F5;
	--brand-font: "Gilroy", sans-serif;
	--vpadding-s: 20px;
	--vpadding-m: 30px;
	--vpadding-l: 45px;
}

@media screen and (min-width: 768px) {
	:root {
		--vpadding-s: 30px;
		--vpadding-m: 60px;
		--vpadding-l: 90px;
	}
}

@media screen and (min-width: 1024px) {
	:root {
		--vpadding-s: 40px;
		--vpadding-m: 80px;
		--vpadding-l: 120px;
	}
}

@media screen and (min-width: 1280px) {
	:root {
		--vpadding-s: 50px;
		--vpadding-m: 100px;
		--vpadding-l: 150px;
	}
}




/* Typography
--------------------------------------------- */


:root {
	--heading-xl: 42px;
	--heading-l: 36px;
	--heading-m: 24px;
	--body-l: 20px;
	--body-m: 18px;
	--body-s: 16px;
	--body-xs: 13px;
	--nav-l: 36px;
	--nav-m: 26px;
	--nav-s:24px; /*label*/
}

@media screen and (min-width: 768px) {
	:root {
	--heading-xl: 56px;
	--heading-l: 48px;
	--heading-m: 28px;
	--body-l: 24px;
	--body-m: 19px;
	--body-s: 17px;
	--body-xs: 14px;
	--nav-l: 40px;
	--nav-m: 32px;
	--nav-s:24px; /*label*/
	}
}

@media screen and (min-width: 1024px) {
	:root {
	--heading-xl: 56px;
	--heading-l: 48px;
	--heading-m: 28px;
	--body-l: 27px;
	--body-m: 19px;
	--body-s: 17px;
	--body-xs: 14px;
	--nav-l: 40px;
	--nav-m: 32px;
	--nav-s:24px; /*label*/
	}
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--granite);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.2;
	 font-family: var(--brand-font);
  font-weight: 500;
  font-style: normal;
   -webkit-font-smoothing: antialiased;
 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 1.2;
	color: var(--gold);
	margin-bottom: 0.25em;
	letter-spacing: 0.05em;
}

h1 {
		font-size: var(--heading-xl);
}

h2 {
	font-size: var(--heading-l);
	margin-bottom: 0.25em;
}

h2.entry-title {
	font-size: var(--heading-m);
}

h3 {
	font-size: var(--heading-m);
}



h2.section-title {
	margin-bottom: 1em;
}

p, .entry-content ul {
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 400;
	font-size: var(--body-s);
	line-height: 1.4;
}

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

.text--large p {
	font-size: var(--body-l);
}

.text--medium p {
	font-size: var(--body-m);
}

.text--gold {
	color: var(--gold);
}

.text--xbold {
	font-weight: 800;
}

.text--center {
	text-align: center;
}

.bg-grey, .bg-granite, .bg-burgundy {
	color: var(--off-white);
}



/* Elements
--------------------------------------------- */
body {
	background: var(--off-white);
}

body.no-scroll {
	overflow: hidden;
}

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

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

ul {
	list-style: disc;
	margin-left: 0;
}

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: var(--gold);
text-decoration: none;
	transition: opacity 0.125s ease-in-out 0s;
}

.bg-burgundy a {
	color: var(--off-white);
}

p a  {
		text-decoration-line: underline;
text-decoration-thickness: 1px;
text-decoration-color: rgba(255,255,255,0.5);
	text-underline-offset: 4px;
}

a:visited {
	color: var(--gold);
}

a:hover,
a:focus,
a:active {
opacity: 0.75;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"], a.saviour-button {
	border: 1px solid;
	border-color: var(--gold);
	border-radius: 0px;
	background: transparent;
	color: var(--gold);
	font-size: var(--body-s);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 1em 1em;
	text-transform: uppercase;
	transition: all 0.125s ease-in-out 0s;
	cursor: pointer;
}

#home-hero a.saviour-button {
	font-size: var(--nav-m);
	border-color: var(--off-white);
	width: 100%;
	
}

 a.saviour-button {
 	background
 }



.button-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: start;
	gap: 20px
}

.button-wrapper a.saviour-button {
/*  align-self: center; /* Aligns item to its content height *!/*/
}

@media screen and (min-width: 1024px) {
.button-wrapper {
flex-direction: row;
}
}

a.saviour-button {
	display: inline-block;
	text-align: center;
	float: left;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover, a.saviour-button:hover {
	border-color: var(--green);
	background-color: var(--green);
}

#home-hero a.saviour-button:hover {
		border-color: var(--green);
		background-color: var(--granite);
	color: var(--green);
}

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 {
}

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(--off-white);
	border: 1px solid transparent;
	border-radius: 1px;
	padding: 1em;
	font-size: var(--body-m);
	font-weight: 400;
	width: 100%;
}

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(--off-white);
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: var(--gold);
	opacity: 0.4; /* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: var(--gold);
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: var(--gold);
}


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


/* General Grid
--------------------------------------------- */

.container {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
}

.container--full {
	padding: 0;
}

@media (min-width: 768px) {
	.container {
		max-width: 1280px;
		padding: 0 30px;
	}
	
	.container--wide {
		max-width: none;
	}
	
	.container--narrow {
		width: 70%;
		margin: 0 auto;
	}
	
	.container--full {
		max-width: none;
		padding: 0;
	}
	
	.column {
		float: left;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.column.full {
		width: 100%;
	}
	
	.column.two-thirds {
		width: 66.7%;
	}
	
	.column.half {
		width: 50%;
	}
	
	.column.third {
		width: 33.3%;
	}
	
	.column.fourth {
		width: 25%;
	}
	
	.column.fifth {
		width: 20%;
	}
	
	.column.sixth {
		width: 16.666666667%;
	}
	
	.column.three-fourths {
		width: 75%;
	}
	
	.column.flow-opposite {
		float: right;
	}
	
	.column.eighty {
		width: 80%;
	}
	
	.column.sixty {
		width: 60%;
	}
	
	.column.forty {
		width: 40%;
	}
	
	.column.ninety {
		width: 90%;
	}
	
	.column.justify-center {
		float: none;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1024px) {
	.container {
		padding: 0 30px;
	}
}

@media screen and (min-width: 1280px) {
	.container {
		padding: 0 30px;
	}
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.row {
	margin-bottom: 30px;
}

.row:last-of-type {
	margin-bottom: 0px;
}


/* General Site Flex
--------------------------------------------- */

.site {
	display: flex;
	min-height: 100dvh;
	flex-direction: column;
	position: relative;
}

.site-main {
	flex: 1;
		margin-top: 100px;
	/*position: relative;*/
}

@media screen and (min-width: 768px) {
	.site-main {
		margin-top: 120px;
}
}

/* Section defaults
--------------------------------------------- */

section {
	padding: var(--vpadding-l) 0;
	display: block;
}

section.padding--none {
	padding: 0;
}

section.padding-top--none {
	padding-top: 0;
}



@media screen and (min-width: 1024px) {
	section#about {
	min-height: calc(100svh - 60px);
	display: flex;
	justify-content: center;
	flex-direction: column;
}
}

section.bg-granite, .bg-granite {
	background-color: var(--granite) !important;
	color: var(--off-white);
}

section.bg-burgundy, .bg-burgundy {
	background-color: var(--burgundy);
	color: var(--off-white);
}

.bg-stained {
	background-image: url(img/saviour-stained-bg-21.svg);
	background-size: cover;
	background-position: center;
}


section.saviour-border {
	padding: 0;
	height: 45px;
	background-image: url(img/saviour-stained-border-cell.svg);
	background-repeat: repeat-x;
	background-size: auto 45px;
	background-position: center;
	border-bottom: 2px solid var(--gold);
	border-top: 2px solid var(--gold);
}

@media screen and (min-width: 1024px) {
	section.saviour-border {
		height: 60px;
		background-size: auto 60px;
	background-position: center;
		}
}


/* s x s columns */

.s-x-s {
	padding: 0;
	display: flex;
	flex-direction: column;
	height: auto;
	position: relative;
}

.inset__wrapper {
	width: 100%;
	padding: var(--vpadding-l) 30px;
}

.inset__wrapper .s-x-s {
	padding: var(--vpadding-s) 0;
	gap: var(--vpadding-m);
}

@media screen and (min-width: 1024px) {
	
	.inset__wrapper {
	width: 90%;
	max-width: 1080px;
	margin: auto;
	padding: var(--vpadding-s) 0;
	}
	
	
	.s-x-s {
		flex-direction: row;
	}
	
	.inset__wrapper .s-x-s:nth-of-type(2n -1) {
		flex-direction: row-reverse;
	}
}


.s-x-s .side-column {
	flex-basis: 100%;
}

.side-column.column-text {
	padding: 40px 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.s-x-s .side-column.column-text {
	padding: 40px 30px;
}

.inset__wrapper .s-x-s .side-column.column-text {
	padding: 0;
}

.side-column.column-text .text__wrapper:first-of-type {
	margin-bottom: 2em;
}

.side-column.column-text .text__wrapper:last-of-type {
	margin-bottom: 0;
}

.side-column.column-image {
	height: 100vw;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.image-wrapper {
	width: 100%;
	max-width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
}

.inset__wrapper .image-wrapper {
/*	border: 1px solid var(--gold);*/
/*	border-radius: 100px 0 100px 0;*/
}

@media screen and (min-width: 1024px) {
	.side-column.column-text {
		padding: 30px 0;
	}
	
	.s-x-s.s-x-s--full .side-column.column-text {
		padding: 70px clamp(70px, 15vw, 100px) 70px 70px;
	}
	
	
	.s-x-s .side-column {
		flex-basis: 50%;
		height: auto;
	}
	
	.side-column.column-image {
		height: auto;
	}
	
	.inset__wrapper .image-wrapper {
		padding-bottom: 100%;
	}
}

@media screen and (min-width: 1536px) {
	.inset__wrapper .image-wrapper {
		padding-bottom: 75%;
	}
}



section#hero {
	background-color: var(--burgundy);
	color: var(--off-white);
	height: calc(0.5 * (100svh - 140px)) ;
	padding: 0;
	position: relative;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	section#hero {
	height: 60vh;
	min-height: 500px;
	max-height: 820px;
	}
	
	section#hero {
	height: calc(100vh - 240px);
	}
}

}

section#services {
	min-height: none;
	padding: 0;
	position: relative;
}
section.mini-hero {
	padding-bottom: var(--vpadding-s);
	padding-top: calc(var(--vpadding-s));
}

section.bg-image {
	background-size: cover;
	background-position: center;
}

.mini-hero p {
	    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
}



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

/* Masthead
--------------------------------------------- */

#masthead {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100px;
	background-color: var(--burgundy);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

.admin-bar #masthead {
}

.home #masthead {
	border-bottom: 2px solid var(--gold);
}

@media screen and (min-width: 768px) {
	#masthead {
		height: 120px;
	}
}
.site-branding {
	width: 180px;
} 

.site-branding a {
	display: block;
}

.site-branding a img {
	display: block;
}

@media screen and (min-width: 768px) {
.site-branding {
	width: 264px;
}	
}

/* Colophon
--------------------------------------------- */
#colophon {
}


#colophon.bg-granite {
	color: var(--gold);
}




.main-footer {
	padding: var(--vpadding-m) 0;
}

#colophon p {
	font-size: var(--body-xs);
	color: var(--gold);
}

#colophon a {
	color: var(--gold) !important;
	transition: all 0.25s ease-in-out 0s;
	
	
}

#colophon a i {
	margin-left: 0.5em;
}

#colophon a:hover, #colophon ul#legal-menu a:hover {
	color: var(--green);

}

#colophon .site-info {
	text-align: left;
	font-size: var(--body-s);
	font-weight: 400;
}

.footer-nav {
	margin-bottom: 1.5em;
}

ul#footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	font-size: var(--body-m);
	text-transform: uppercase;
}

ul#legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	font-size: var(--body-s);
}

.small-print {
	display: flex;
	flex-direction: column;
	gap: 1em;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	ul#footer-menu {
		flex-direction: row;
		gap: 30px;
		font-size: var(--nav-s);
		font-weight: 800;
	}
	
	ul#legal-menu {
		flex-direction: row;
		display: flex;
		gap: 1em;
		font-size: var(--body-s);
	}
	
	.small-print {
		flex-direction: row;
		gap: 1em;
		align-items: center;
	}
}
	
	
	
	.small-print p {
	margin: 0;
	line-height: 1;
}

#colophon .small-print a {
	color: var(--white);
	text-decoration: underline;
	text-underline-offset: 0.3em;
	text-decoration-thickness: 1px;
	text-decoration-color: var(--white);
	transition: all 0.25s ease-in-out 0s;
	font-size: var(--body-xs);
}



/* Navigation
--------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
	height: 100vh;
}

.toggled .menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: var(--off-white);
	/*	align-content: center;*/
	transition: background 0.2s ease-in-out;
	padding: 80px 0.5em 1em;
	z-index: 100;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	align-content: center;
	text-align: center;
	justify-content: center;
	background-image: url(img/saviour-stained-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.admin-bar .toggled .menu {
	top: 32px;
}

.main-navigation ul li {
	 grid-column: 1 / span 6;
}


.main-navigation ul li.nav-social  {
	justify-self: center; 
	width: 100%;
	margin-top: 0.5em;
	font-size: var(--body-s);
}

/*.main-navigation ul li.nav-social.facebook {
	grid-column: 3 / span 1; 
}

.main-navigation ul li.nav-social.instagram {
	grid-column: 4 / span 1; 
}*/


.main-navigation ul li.nav-social:nth-last-child(2)  {
		grid-column: 3 / span 1;
		
}

.main-navigation ul li.nav-social:nth-last-child(1)  {
		grid-column: 4 / span 1;
		
}

@media screen and (min-width: 48em) {
	.toggled .menu {
	width: 40%;
	min-width: 500px;
	padding-top: 105px;
	}
}

.main-navigation ul {
	width: 100%;
	visibility: hidden;
	list-style: none;
	margin: 0;
	padding-left: 0em;
	text-transform: uppercase;
	font-size: var(--nav-l);
	font-weight: 800;
	letter-spacing: 0.05em;
	pointer-events: auto;
	text-align: center;
}

.main-navigation li {
	text-align: center;
	line-height: 1;
	margin-bottom: 0.25em;
}



@media screen and (min-width: 48em) {
.main-navigation ul li {
}

}


.main-navigation li {
	opacity: 0;
}
.main-navigation a {
	text-decoration: none;
	pointer-events: auto;
	line-height: 1.2;
	color: var(--gold);
}

.main-navigation a:hover, .main-navigation li.active a, .main-navigation ul > li.current-menu-item > a {
opacity: 0.5;
}

.menu-toggle, .main-navigation.toggled ul {
	visibility: visible;
	box-shadow: -2px 0px 12px rgba(0,0,0,0.05);
}

.main-navigation.toggled ul ul {
	box-shadow: none;
}

/*@keyframes phqfade {
100% {
	opacity: 1;
}
}*/


 /*.main-navigation.toggled ul li a {
	animation: phqfade .25s forwards;
}

.main-navigation.toggled ul li:nth-child(1) a {
	animation-delay: .25s;
}

.main-navigation.toggled ul li:nth-child(2) a {
	animation-delay: .35s;
}

.main-navigation.toggled ul li:nth-child(3) a {
	animation-delay: .45s;
}

.main-navigation.toggled ul li:nth-child(4) a {
	animation-delay: .55s;
}

.main-navigation.toggled ul li:nth-child(5) a {
	animation-delay: .65s;
}

.main-navigation.toggled ul li:nth-child(6) a {
	animation-delay: .75s;
}

.main-navigation.toggled ul li:nth-child(7) a {
	animation-delay: .75s;
}

.main-navigation.toggled ul li:nth-child(8) a {
	animation-delay: .75s;
}

.main-navigation.toggled ul li:nth-child(9) a {
	animation-delay: .75s;
}*/



:nth-child(1) {
	--index: 1;
}

:nth-child(2) {
	--index: 2;
}

:nth-child(3) {
	--index: 3;
}

:nth-child(4) {
	--index: 4;
}

:nth-child(5) {
	--index: 5;
}

:nth-child(6) {
	--index: 6;
}

:nth-child(7) {
	--index: 7;
}

:nth-child(8) {
	--index: 8;
}

.main-navigation.toggled ul li {
	animation: fadeInInner 0.5s ease forwards;
	--delay: calc(0.1s * var(--index));
	animation-delay: calc(0.25s + var(--delay));
}


@keyframes fadeInInner {
from {
	opacity: 0;
}

to {
	opacity: 1;
}
}



.menu-toggle {
	position: fixed;
	top: 20px;
	right: 15px;
	z-index: 1000;
	pointer-events: auto;
}

.notibar-enabled .menu-toggle {
	top: 68px;
}

.admin-bar .menu-toggle {
	top: 66px;
}
.admin-bar.notibar-enabled .menu-toggle {
		top: 114px;
	}

@media screen and (min-width: 768px) {
	.menu-toggle {
		top: 30px;
	}
	
	.notibar-enabled .menu-toggle {
	top: 78px;
	}

	
	.admin-bar .menu-toggle {
		top: 62px;
	}
	
	.admin-bar.notibar-enabled .menu-toggle {
		top: 110px;
	}
}



button.menu-toggle {
	padding: 0;
	background-color: transparent;
	height: 45px;
	width: 45px;
	box-sizing: content-box;
padding: 0 !important;	border: 2px solid var(--gold);
	border-radius: 100%;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: button;
	text-shadow: none;
	vertical-align: middle;
	margin: 0;
/*	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);*/
}

@media screen and (min-width: 48em) {
	.menu-toggle {
		
	}
	
	.toggled .menu-toggle {
		box-shadow: none;
		background-color: rgba(255, 255, 255, .5);
	}
}


button.menu-toggle:focus {
	outline: none
}

body.noscroll {
	overflow: hidden;
}

/* @group Hamburger Bars */

#nav-icon {
	width: 45px;
	height: 15px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: var(--gold);
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

button.menu-toggle:hover #nav-icon span {
	background: var(--gold);
}

/* Icon 3 */

#nav-icon span:nth-child(1) {
	top: 0px;
	transform-origin: 50% 50%;

}

#nav-icon span:nth-child(2) {
	top: 14px;
	transform-origin: 50% 50%;

}





.toggled #nav-icon span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	
	
top: 7px;
	width: 100%;
}

.toggled #nav-icon span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	
	top: 7px;
	width: 100%;
}




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

.post,
.page {
}

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




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





/* Contact form */




.booking-form-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 20px;
	margin-top: 30px;
	grid-template-rows: auto min-content 1fr;
}


.div1a { grid-area: 1 / 1 / 2 / 4; }
.div1b { grid-area: 1 / 4 / 2 / 7; }
.div2 { grid-area: 2 / 1 / 3 / 4; }
.div3 { grid-area: 2 / 4 / 3 / 7; }
.div4 { grid-area: 3 / 1 / 4 / 3; }
.div5 { grid-area: 3 / 3 / 4 / 5; }
.div6 { grid-area: 3 / 5 / 4 / 7; }
.div7 { grid-area: 4 / 1 / 4 / 7; }
.div77 { grid-area: 5 / 1 / 5 / 7; }


.mailing-list-form-grid {
display: flex;
justify-content: center;
}

.mailing-list-form-grid input.wpcf7-submit  {
	height: 60px;
}

.mailing-list-form-grid input.wpcf7-email  {
	border-right: none;
	height: 60px;
}

.wpcf7-list-item {
	padding-right: 20px;
}


.wpcf7-list-item-label {
	padding-left: 10px;
	color: var(--gold);;
}

.div66 input {
	cursor: pointer;
	padding-right: 10px;
}
.wpcf7 p {
	margin-bottom: 0;
	margin-top: 0;
	font-size: var(--body-m);
}

.screen-reader-response {
  display: none;
}


.wpcf7-not-valid-tip {
	font-size: 12px;
	margin-top: 3px;
	color: #d6af86;
}

.wpcf7-response-output {
	border-radius: 5px;
	border: none !important;
	padding: 20px !important;
	background-color: var(--off-white-b);
	margin-left: 0 !important;
	margin-right: 0 !important;
	text-align: center;
	color: var(--gold);
}



.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0 !important;
}

input[type=checkbox] {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
}

input.wpcf7-submit {
	margin-top: 0;
}

.wpcf7 input {
	background-color: transparent;
	border: 1px solid var(--gold);
	color: var(--gold) !important;
}

.wpcf7 input.wpcf7-submit {
	width: 100%;
}

.wpcf7 input.wpcf7-submit:hover {
	background-color: var(--gold);
	border: 1px solid var(--gold);
	color: var(--burgundy) !important;
}

.wpcf7 .dates{
	display: flex;
	grid-gap: 30px
}


.wpcf7 .form-wrapper input {
	width: 100%;
}

.contact-grid input {
	width: 100%;
	background-color: var(--burgundy);
	border: 1px solid var(--gold);
}

.dv2-checkbox-wrapper .wpcf7-list-item  {
	padding-right: 0;
	text-align: center;
		width: 100%;
}
.dv2-checkbox-wrapper .wpcf7-list-item label {
  display: flex;
  gap: 0.75rem;        /* Space between box and text */
  cursor: pointer;
  user-select: none;   /* Prevents accidental text highlighting */
  line-height: 1.25em;
  width: 100%!important;
  justify-content: center;
}



input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: var(--gold);
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #d1d5db; /* gray-300 */
  border-radius: 0.25em;
  display: grid;
  place-content: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  flex-shrink: 0; /* Prevents the box from squishing if text wraps */
  top:  0px;
}

/* 2. Create the "Checkmark" using a pseudo-element */
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--gold); /* indigo-500 */
  /* Use a clip-path for a sharp checkmark shape */
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  display: block;
}

/* 3. Handle the Checked State */
input[type="checkbox"]:checked {
  border-color: var(--gold);;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

/* 4. Focus states for accessibility */
input[type="checkbox"].custom-checkbox:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

/*.select2-container {
	width: 100% !important;
	border-radius: 0 !important;
	margin-bottom: 1em !important;
	
}
.select2-selection {
	-webkit-box-shadow: 0;
	box-shadow: 0;
	background-color: #fff;
	border-color: #fff !important;
	border-radius: 0 !important;
	outline: 0;
	min-height: 48px;
	text-align: left;
	width: 100% !;
	font-size: var(--body-m);
}

.select2-selection__placeholder {
	color: var(--silver) !important;
}

.select2-dropdown {
border-color: #fff !important;
border-radius: 0 !important;
}

.select2-selection__rendered {
	margin: 10px;
	color: var(--burgundy);
}

.select2-search__field {
	border-color: var(--silver) !important;
}

.select2-selection__arrow {
	margin: 10px;
}

.select2-selection__clear {
/*	margin: 10px;
	padding-right: 20px !important;*!/
	color: var(--bright-blue) !important;
	font-weight: normal !important;
}*/

.wpcf7-form-control.wpcf7-date  {
	color: var(--burgundy);
}






/*.contact-grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	/*grid-template-rows: repeat(5, 1fr);*!/
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: var(--vpadding-s);
}

.div1 {
	grid-area: 1 / 1 / 2 / 4;
}

.div2 {
	grid-area: 1 / 4 / 2 / 7;
}

.div3 {
	grid-area: 2 / 1 / 3 / 7;
}

.div4 {
	grid-area: 3 / 1 / 4 / 4;
}

.div5 {
	grid-area: 3 / 4 / 4 / 7;
}

.div6 {
	grid-area: 4 / 1 / 5 / 7;
}

.div7 {
	grid-area: 5 / 1 / 6 / 3;
}

.contact-grid p {
	margin: 0;
	line-height: 1;
}

.contact-grid input {
	width: 100%;
	background-color: var(--burgundy);
	border: 1px solid var(--gold);
}

.contact-grid .wpcf7-submit {
	width: auto;
}

.wpcf7-submit {
	font-weight: normal;
	font-style: normal;
		min-width: 200px;
}

.wpcf7-response-output {
	border-radius: 50px;
	padding: 1.5em !important;
	background-color: var(--electric-blue-dark);
	border: none !important;
}


.wpcf7-not-valid-tip {
	color: #726e67;
	padding-top: 0.5em;
	font-size: var(--body-xs);
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari *!/
  color: var(--gold);
}
::-moz-placeholder { /* Firefox 19+ *!/
  color: var(--gold);
}
:-ms-input-placeholder { /* IE 10+ *!/
  color: var(--gold);
}
:-moz-placeholder { /* Firefox 18- *!/
  color: var(--gold);
}*/

#pop-up-content {
	background-color: var(--off-white);
	color: var(--granite);
	font-size: var(--body-l);
	min-width: 500px;
	padding: 60px;
}

#pop-up-content p {
	margin-bottom: 0.5em;
}



.pop-up button:hover {
	opacity: 0.9;
}

.fancybox__backdrop {
	background: var(--granite) !important;
	opacity: 0.5 !important;
}


/* Hero Section */



#hero a {
	color: var(--off-white);
}

#hero a:hover {
	color: var(--green);
}


/* Events Section */



/*.events-grid {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 5%;
}

.events-grid p {
	font-weight: 600;
}

.events-grid .location p {
	font-weight: 400;
}

@media screen and (min-width: 768px) {
	.events-grid {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 5%;
}
}

@media screen and (min-width: 1024px) {
		.events-grid {
	grid-template-columns: repeat(2,1fr);
	grid-gap: 5%;
}
}

.event-thumbnail {
	
	margin-bottom: 1em;
	
}

.events-grid article {
	text-align: center;
}

.events-grid article a.saviour-button {
	float: none;
}*/


.events-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-top: 50px;
	 margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .events-grid { grid-template-columns: repeat(2, 1fr); }
}

@media screen and (min-width: 1024px) {
	 .events-grid { grid-template-columns: repeat(2, 1fr); }
}

.event-card {
    background: var(--granite);
    border: 1px solid #e0e0e0;
    border-radius: 10px; /* Subtle rounding for a modern look */
    display: flex;
    flex-direction: column;
    min-height: 320px; /* Ensures the grid looks substantial without images */
    transition: all 0.3s ease;
    position: relative;
    text-align: center;
}

/* Hover effects for linkable cards */
.event-card.is-linkable:hover {
   
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}

/* Locked card aesthetic */
.event-card.is-locked {
}

.event-card__content {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
	justify-content: space-between;
}

.event-card__meta-top {
    margin-bottom: 20px;
}

.event-card__date {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--gold);
}

.event-card__title {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ff;
}

.event-card__title a {
    text-decoration: none;
    color: inherit;
}

.event-card__location {
    font-size: 0.95rem;
    color: #666;
}

.event-card__footer {
       padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}



.event-card__link {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.25);
	
    padding-bottom: 4px;
    transition: border-color 0.2s ease;
	transition: color 0.2s ease;
}

.event-card.is-linkable:hover a.event-card__link {
    color: #fff;

}

a.event-card__link:hover {
    opacity: 1;
	border-color: #fff;
}

.event-card__status {
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 0.5px;
}
/* Home Page */

.brand-logo {
	width: 200px;
	margin: auto;
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	.brand-logo {
	width: 300px;

}

}

.home-header {
	width: 80%;
	max-width: 600px;
}

/* Carousel */



.image-carousel {
	height: 100%;
	position: relative !;
}



.gallery-cell {
    width: 100%;
    min-width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1001;
/*	background-color: var(--burgundy);*/
}

.image-gallery  {
	height: calc(1 * 100vw);
}

@media screen and (min-width: 1024px) {
	.image-gallery  {
	height: 100%;
	min-height: calc(0.5 * 100vw);
	}
}

.flickity-page-dots {
	bottom: 20px !important;
}


.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: transparent !important;
	border: 1px solid var(--gold);
  opacity: 0.5 !important;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1 !important;
}


/* banner slideshow */

section#banner-slideshow {
	height:  calc(0.75 * 100vw);
	padding: 0;
}

@media screen and (min-width: 1024px) {
	section#banner-slideshow {
	height:  calc(0.5 * 100vw);
	}
}


/* Services Ticker */

section#services {
	  border-top: 2px solid var(--gold);
	  border-bottom: 1px solid #333;
	  background-color: var(--burgundy);
	  height: calc(0.5 * (100svh - 140px));
	  padding: 20px 0;
}

.saviour-services {
	display: 100%;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.saviour-services ul {
	display: flex;
	flex-direction: column;
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
	 line-height: 1.5;
}


.saviour-services ul li {
  display: inline-block;
  padding: 0;
	font-size: var(--heading-m);
  color: var(--gold);
  letter-spacing: 0.05em;
  font-weight: 800;
  text-transform: uppercase;
}


@media screen and (min-width: 1024px) {
	
	section#services {
	height: 60px;
	}
	.saviour-services ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: center;
	 height: 60px;
	 line-height: 60px;
	}
	
	.saviour-services ul li:after {
	content: "•";
	padding: 0 10px;
	}

.saviour-services ul li:last-of-type:after {
	content: none;
	padding: 0;
	}
}

.notice-box {
	padding: 20px;
	border: 1px solid var(--off-white);
	background-color: var(--gold);
	display: inline-block;
	color: var(--off-white);
	margin-top: 1em;
}
.notice-box h4{
	color: var(--off-white);
	font-size: var(--heading-m);
}

.notice-box p:last-of-type {
	margin-bottom: 0;
}

.grecaptcha-badge { visibility: hidden; }

.google-notice p {
	font-size: var(--body-xs);
	color: var(--gold);
	margin-bottom: 1em;
}

.google-notice p a {
	color: var(--gold);
}