/*
Theme Name: The Sheephaven Bay Custom
Theme URI: https://www.colabdigital.co.uk
Author: Colab Digital
Author URI: https://www.colabdigital.co.uk
Description: Bespoke WordPress theme designed and developed by Colab Digital Limited, Birmingham, UK.  
Version: 23.1.2
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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



/* ------------------------------------------------------
---------------------------------------------------------
		SITE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

body {
	color:#383637;
	font-size:14px;
	background-color:#265754;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	font-style: normal;
}
#mainStage {
	overflow-x: hidden;
}
input {
-webkit-appearance: none;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
}
.wrapperNarrow {
	max-width:700px;
	margin:0 auto;
}
.wrapperContainerWhite {
	background-color:#F5F5F5;
}
h1, h2, h3 {
	font-family: "clarendon-urw-extra-wide", serif;
	font-weight: 300;
	font-style: normal;
}
h4, h5, h6 {
	font-weight: 400;
}
p {
	font-size:16px;
	line-height: 1.4;
}
a:hover {
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
blockquote {
	margin:0;
	padding:0;
}
blockquote p:before {
	display: block;
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	font-size: 36px;
	color: #265754;
}
blockquote p {
	font-size: 36px!important;
	font-family: "epicursive", sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
	margin: 10px 0!important;
	text-shadow: 0 2px 4px rgba(0,0,0,0.25);	
}
hr {
	height: 3px;
	border:none!important;
    margin-top: 50px;
    margin-bottom: 50px;
}
.search-results hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
a img {
    transition: all .2s ease-in-out!important;
}
a img:hover {
    transform: scale(1.1)!important;
}
.mobileShow {
	display: none;
}
iframe {
    width: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CUSTOM BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.eapps-instagram-feed-posts-item {
    border: 1px solid #B69466!important;
	box-shadow: 0 10px 15px rgba(0,0,0,0.6)!important;
}

/* GENERAL */

.alignwide {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: calc(calc(100vw - 1200px)/2)!important;
	padding-right: calc(calc(100vw - 1200px)/2)!important;
}
.alignfull {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.script {
	font-family: "epicursive", sans-serif!important;
	font-weight: 400!important;
	font-style: normal!important;
}
.pushMe {
    margin-left: auto!important;
    margin-right: auto!important;
}
.smallPrint {
	font-size: 12px;
}
.roundCorner {
    border-radius: 10px;
    overflow: hidden;
}
.gap20 {
	gap:20px!important;
}
.gap30 {
	gap:30px!important;
}
.gap40 {
	gap:50px!important;
}
.gap50 {
	gap:50px!important;
}
.gap60 {
	gap:60px!important;
}
.gap70 {
	gap:70px!important;
}
.gap80 {
	gap:80px!important;
}

/* WP JETPACK */

.wp-block-jetpack-tiled-gallery {
    margin-bottom: 0!important;
}

/* WP GALLERY BLOCK */

.wp-block-gallery {
    margin: 20px 0!important;
}
.wp-block-gallery .wp-block-image {
    padding: 0 30px!important;
    align-items: center!important;
	margin: 0!important;
}
.wp-block-gallery .wp-block-image img {
	max-width: 90%!important;
	max-height: 50%!important;
}

/* WP COVER BLOCK */

.wp-block-cover,
.wp-block-cover-image {
	min-height: inherit!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	overflow: visible!important;
}

/* WP MEDIA + TEXT BLOCK */

.wp-block-media-text {
    height: 100%;
}

/* WP COLUMNS BLOCK */

.wp-block-columns {
	margin-bottom: 0!important;
	gap: 40px; 
}
.wp-block-columns.noColMargin {
	gap: 0!important;
}

/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
    overflow: auto!important;
    overflow-y: hidden!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
	left: 0;
}
.wp-block-columns.colabOverflowHalf .wp-block-column {
	min-width: 550px!important;
}
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 380px!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: calc(calc(100vw - 1200px)/2)!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: calc(calc(100vw - 1200px) /2)!important;
}

/* WP SOCIALS BLOCK */

.wp-block-social-links .wp-social-link svg {
    height: 1.45em!important;
    width: 1.45em!important;
}

/* ///// TRACK SCROLLER ///// */

/* width */
.contentFullWidth ::-webkit-scrollbar {
    height: 10px;
}
/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
    background: rgba(182,148,102,0.20);
	opacity: 0.5;
    border-radius: 5px;
    margin-left: calc(calc(100vw - 1200px) /2);
    margin-right: calc(calc(100vw - 1200px) /2);
}
/* Handle */
.contentFullWidth ::-webkit-scrollbar-thumb {
    background: #265754;
    border-radius: 5px;
}
/* Handle on hover */
.contentFullWidth ::-webkit-scrollbar-thumb:hover {
    background: #B69466;
}

/* WP CODE BLOCK */

.wp-block-code {
	background-color: #333A3D;
	color: #fff;
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px;
}

/* WP BUTTONS */

a.wp-block-button__link,
a.wp-block-button__link.no-border-radius,
.af-submit button {
	font-family: "clarendon-urw-extra-wide", serif;
    transition: all .2s ease-in-out!important;
}
a.wp-block-button__link:hover,
.af-submit button:hover {
    transform: scale(1.03)!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.notificationBar {
    background-color: #B69466;
    text-align: center;
    padding: 10px 5%;
}
a .notificationBar:hover {
    background-color: #9E8057;
}
.notificationBar p,
.notificationBar p a {
	font-family: "clarendon-urw-extra-wide", serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 14px;
	font-style: normal;
    color: #F5F5F5;
    margin: 0;
}
header {
	display: flex;
	justify-content: space-between;
	height: 116px;
	border-bottom: 5px solid #B69466;
	background-image: url("images/tsb-celtic-pattern-cinereous-tint.png");
	background-color: #265754;
	background-blend-mode:multiply;
}
header .logo {
	display: flex;
	align-items: center;
	justify-content: center;
    width: 340px;
	background-color: #F5F5F5;
	font-size: 0;
}
header .logo img {
    width: 280px;
	height:auto;
}
.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background) {
    background-color: transparent;
}
.headerContactDetails {
	display: flex;
	flex-direction: column;
	padding-right: 40px;
	color: #f5f5f5;
	align-items: flex-end;
	justify-content: center;
}
.headerContactDetailsMain {
	display: flex;
	align-items: center;
	gap:30px;
}
.headerContactDetailsMain i {
	font-size: 30px;
	color: #f5f5f5;
}
.headerContactDetailsSub p {
	margin-bottom: 0;
}
.headerContactDetailsSub a:hover {
	color: #F5F5F5;
}
.headerContactDetailsSub i {
	color: #B69466;
}
.headerContactDetailsSub br {
	content:' ';
}
.headerContactDetailsSub br:after {
	content:' ';
}
.mobileNavTel,
.mobileNavBook,
.mobNavLabel {
	display:none;
}

/* MOBILE MENU START*/
a.mMenuBT {
    font-size: 30px!important;
	color: #F5F5F5!important;
	display: flex!important;
	flex-direction: column!important;
	justify-content: center;
	align-items: center;
}
a.mMenuBT:hover {
    color: #F5F5F5!important;
}
.mm {
	background-image: url("images/tsb-celtic-pattern-cinereous-tint.png")!important;
	background-color: #265754!important;
	background-blend-mode:multiply!important;
	border-left: 5px solid #B69466!important;
}
.mm:before {
    border-top: 1px solid #B69466!important;
    border-left: 1px solid #B69466!important;
    opacity: 1!important;
}
.mm:after {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid #B69466!important;
    opacity: 1!important;
    color: rgba(255,255,255,0.5)!important;
}
.mm ul {
	background: none!important;
}
.mm li:after {
    border-top: 1px solid #B69466!important;
    opacity: 1!important;
}
.mm li.menu-item-has-children:before {
    content: "\f105"!important;
    font-family: "Font Awesome 6 Pro"!important;
    color: #F5F5F5!important;
    top: 15px!important;
    right: 22px!important;
    width:  auto!important;
    height: auto!important;
    border-top: none!important;
    border-right: none!important;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important;
    opacity: 1!important;
}
.mm a:not(:last-child):after {
    border-right: 1px solid #B69466!important;
	opacity: 1!important;
}
.mm li a {
	font-family: "clarendon-urw-extra-wide", serif;
	font-weight: 800!important;
	font-style: normal!important;
	font-size: 20px!important;
    text-transform: uppercase!important;
    padding: 15px 5% 12px!important;
    color: #F5F5F5!important;
}    
.mm a:not(:last-child) {
    width: calc(100% - 48px)!important;
}
.mm-blocker {
    background: rgba(56,54,55,0.9)!important;
}
/* MOBILE MENU END*/


/* ------------------------------------------------------
---------------------------------------------------------
		OVERLAY STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    background-color: rgba(56,54,55,0.9);
    transition: 0.5s;
    overflow: hidden;
}
.overlay-content {
	padding: 0;
	color: #fff;
	max-height:100vh;
	overflow: scroll;
    position: relative;
}
.overlay-content hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.overlay-content p a:hover {
	color: #fff;
}
.overlay .closebtn i {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    z-index: 10;
	color: #B69466;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER BANNER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tintOverlay {
	background-color: #383637;
	opacity: 0.75;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.headerBanner,
.newsBanner {
	position: relative;
	text-align: center;
	border-bottom: 5px solid #B69466;
}
.headerBanner {
	height: 255px;
}
.newsBanner {
	padding: 130px 0;;
}
.headerBanner img,
.headerBanner video,
.newsBanner img,
.newsBanner video {
	position: absolute;
	object-fit:cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.headerBanner h1 {
	text-align: center;
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: -38px;
	transform: translate(-50%);
	font-weight: 800;
	z-index: 2;
	font-size: 40px!important;
	text-transform: uppercase;
	color: #F5F5F5;
	padding: 14px 30px;
	border: 1px solid #F5F5F5;
	background-image: url("images/tsb-celtic-pattern-cinereous-tint.png")!important;
	background-color: #265754!important;
	background-blend-mode:multiply!important;
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.50);
}
.newsBanner h1 {
	max-width: 800px;
	position: relative;
	text-align: center;
	margin: 0 auto 50px;
	font-weight: 800;
	z-index: 2;
	font-size: 76px;
	text-transform: uppercase;
	color: #F5F5F5;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
}
.newsBanner h5 {
	display: flex;
    justify-content: center;
    align-items: center;
	gap:20px;
	position: relative;
	text-align: center;
	z-index: 2;
	font-size: 18px!important;
	text-transform: uppercase;
	color: #B69466;
	text-shadow: 0 2px 4px rgba(0,0,0,0.50);
	margin-bottom: 0;
}
.newsBanner h5 i {
	color: #F5F5F5;
	margin-right: 7px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SEARCH BAR STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* SEARCH STYLES */

.search-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.searchBox {
	width: 660px;
	padding: 40px 0;
	margin: 40px auto 0;
}
.searchBox form {
	position: relative;
	z-index: 10;
}
.searchBox button#searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 70px;
	width: 70px;
	background-color: #B69466;
	border-radius: 50%;
	border: none;
	cursor: pointer;
}
.searchBox button#searchsubmit .searchsubmitText {
	display: none;
}
.searchBox input#s {
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
    font-size: 22px;
    width: 100%;
    height: 70px;
    border: none;
    background-color: #fff;
    outline: none;
    padding: 0;
    padding-left: 60px;
	color: #fff;
	border-radius: 35px;
}
.searchBox input#s::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.searchBox input:-ms-input-placeholder {
	color: #fff;
}
.searchBox input:-moz-placeholder {
	color: #fff;
}
.searchBox input::-moz-placeholder {
	color: #fff;
}
.searchBox input::-webkit-input-placeholder {
	color: #fff;
}

/* POP UP SEARCH */

#wrapperContainerSearch .searchBox {
	margin: 20vh auto 0;
}
#wrapperContainerSearch .searchBox input#s {
	color: #000;
}
#wrapperContainerSearch .searchBox input:-ms-input-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input:-moz-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input::-moz-placeholder {
	color: #000;
}
#wrapperContainerSearch .searchBox input::-webkit-input-placeholder {
	color: #000;
}


/* ------------------------------------------------------
---------------------------------------------------------
		SOCIAL STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.socialShareIcons {
    margin-top: 40px;
    margin-bottom: 40px;
	border-top: 1px dotted #265754;
	border-bottom: 1px dotted #265754;
}
.socialShareIcons a i {
	font-size: 20px;
	margin-right: 10px;
	vertical-align: middle;
}

/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers {
	margin: 20px 0 10px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}
ul.page-numbers li {
	margin:0;
	list-style-type:none;
	display: inline-block;
}
ul.page-numbers a, span.page-numbers.current {
    display: flex;
    margin: 2px 5px 2px 0;
    text-decoration: none;
    color: #F5F5F5;
    height: 30px;
    justify-content: center;
    width: 30px;
    align-items: center;
}
ul.page-numbers a {
	background-color: #B69466;
}
ul.page-numbers a:hover,
span.page-numbers.current {	
	color:#F5F5F5;
	background-color: #265754;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SLIDER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

section.slider {
	overflow:hidden;
    width: 100vw!important;
    margin-left: calc(50% - 50vw)!important;
	border-bottom: 5px solid rgba(182,148,102,1.00);
}
ul.slides li {
	width:100%;
	position: relative;
}
ul.slides li .sliderFoot {
	background-image: url("images/tsb-celtic-pattern-emerald.png");
	height: 150px;
	width: 100%;
	position: absolute;
	bottom: 0;
}
ul.slides li .wrapper {
    position: relative;
    height: 800px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.slide-caption-1 {
}
.slide-caption-1 p {
	max-width: 615px;
	color: #F5F5F5;
	font-family: "clarendon-urw-extra-wide", serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	line-height: 0.85;
	margin-top:0;
    margin-bottom: 10px;
	font-size:85px;
	text-shadow: 0 4px 5px rgba(0,0,0,0.65), 0 -4px 5px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.25);
}
.slide-caption-2 {
}
.slide-caption-2 p {
	max-width: 615px;
	color: #B69466;
	margin-top:0;
    margin-bottom: 30px;
	font-size:50px;
	text-shadow: 0 4px 5px rgba(0,0,0,0.65), 0 -4px 5px rgba(0,0,0,0.5), 0 0 20px rgba(0,0,0,0.35);
}
.unslider {
    position: relative;
}
.unslider-arrow.prev {
    left: 0!important;
}
.unslider-arrow.next {
    right: 0!important;
}

/* SLIDER NAV */

a.unslider-arrow {
    top: 41%!important;
	color: #fff!important;
	padding: 12px 10px 10px 10px!important;
	font-size: 30px!important;
	background-color: #B69466!important;
}
a.unslider-arrow:hover {
	background-color: #265754!important;
}
.unslider-nav {
	position: absolute!important;
	top: 20px!important;
	right: 20px;
}
.unslider-nav ol li {
    width: 10px!important;
    height: 10px!important;
    border: 2px solid #fff !important;
}
.unslider-nav ol li.unslider-active {
    background: #fff !important;
    cursor: pointer;
}

/* ------------------------------------------------------
---------------------------------------------------------
		VIDEO HERO STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.cardLinks {
	display: grid;
	grid-auto-flow: column;
	gap:30px;
}
.cardLink {
	display: flex;
	border: 1px solid #F5F5F5;
	aspect-ratio: 1/1;
	overflow: hidden;
	align-items: center;
    justify-content: center;
	object-fit: cover;
	position: relative;
	transition: all 0.2s;
	box-shadow: 0 10px 15px rgba(0,0,0,0.6);
}
.cardLink:hover {
	transform: scale(1.025);
	box-shadow: 0 20px 25px rgba(0,0,0,0.35);
}
.cardLink a {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.cardLink .cardLinkText {
	position: absolute;
	text-align: center;
	padding: 0 20px;
	z-index: 2;
}
.cardLink .cardLinkText p {
	margin:0;
	color: #F5F5F5;
	font-size: 36px;
	font-family: "clarendon-urw-extra-wide", serif;
	font-weight: 800;
	font-style: normal;
	line-height: 1;
	text-shadow: 0 2px 4px #383637;
	text-transform: uppercase;
}
.cardLink .cardLinkText p.script {
	color: #B69466;
	text-transform: none;
}
.cardLink img {
	height: 100%;
	z-index: 0;
}


/* ------------------------------------------------------
---------------------------------------------------------
		VIDEO HERO STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.colabVideoHeroBlock {
	height: 775px;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	overflow: hidden;
}
.colabVideoHeroBlock video {
	position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.colabVideoHeroBlock .wrapper {
	position: absolute;
    z-index: 1;
	text-align: center;
}
.colabVideoHeroBlock .wrapper p.vidCaptionLarge {
	font-size: 110px;
	line-height: 110px;
	color: #fff;
	text-shadow: 0 0 40px rgba(0,0,0,1);
	margin-bottom: 0;
}
.colabVideoHeroBlock .wrapper p.vidCaptionSmall {
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 0 25px rgba(0,0,0,1);
}

/* ------------------------------------------------------
---------------------------------------------------------
		FA ICON BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.faIconBlock {
	display: block;
}
.faIconBlock.small-fa-icon {
	font-size: 24px
}
.faIconBlock.medium-fa-icon {
	font-size: 50px
}
.faIconBlock.large-fa-icon {
	font-size: 90px
}

/* ------------------------------------------------------
---------------------------------------------------------
		GALLERY STYLES
---------------------------------------------------------
--------------------------------------------------------- */

* {
  box-sizing: border-box;
}
.galleryStage {
	position: relative;
    border-radius: 8px;
    overflow: hidden;
}
/* Position the image container (needed to position the left and right arrows) */
.galleryStage .container {
    position: relative;
    margin: 0;
	align-items: center;
	aspect-ratio:5/3;
}
/* Hide the images by default */
.galleryStage .mySlides {
	opacity: 0;
	overflow: hidden;
	font-size: 0;
	width: 100%;
	position: absolute;
	transition: all .2s ease-in-out;
}
/* Add a pointer when hovering over the thumbnail images */
.galleryStage .cursor {
  cursor: pointer;
}
/* Next & previous buttons */
.galleryStage .galleryTools {
	position: absolute;
	right: 30px;
	top: 0;
	display: flex;
	transition: opacity 0.3s ease-in-out;
}
.galleryStage .galleryTools .prev,
.galleryStage .galleryTools .next {
	background: #2a2e31;
	cursor: pointer;
	height: 53px;
	width: 42px;
	color: #fff;
	font-size: 20px;
	user-select: none;
	-webkit-user-select: none;
	display: flex;
    align-items: center;
    justify-content: center;
}
/* On hover, add a black background color with a little bit see-through */
.galleryStage .galleryTools .prev:hover,
.galleryStage .galleryTools .next:hover {
	background: #5AC8FA;
}
.galleryStage .row {
	position: absolute;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	bottom: 0;
	left: 0;
	width: 100%;
}
.galleryStage:hover .row {
	opacity: 1!important;
}
.galleryStage .row:after {
	content: "";
	display: table;
	clear: both;
}
/* Columns side by side */
.galleryStage .column {
	float: left;
	width: calc(100% / 16);
	overflow: hidden;
	font-size: 0;
}
.galleryStage .column:nth-child(10n+10) {
    margin-right: 0;
}
/* Add a transparency effect for thumnbail images */
.galleryStage .demo {
	opacity: 0.35!important;
}
.galleryStage .active,
.galleryStage .demo:hover {
	opacity: 1!important;
	transition: all .2s ease-in-out!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		COLLAPSIBLE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.collapsibleContainer {
    margin: 30px 0;
}
.collapsibleGroup {
	margin-bottom: 10px;
	box-shadow: inset 0 0 0 1px #265754;
	border-radius: 10px;
	overflow: hidden;
}
.collapsible {
    background-color: transparent;
	font-family: "proxima-nova", sans-serif;
	font-weight: bold;
	font-style: normal;
    font-size: 18px;
    text-align: left;
    position: relative;
	color: #265754;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    padding: 20px 70px 20px 5%;
}
.collapsible.active {
    background-color: #265754;
	color: #F5F5F5;
}
.collapsible:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: '\f078';
    font-size: 18px;
    margin-left: 5px;
    margin-top: 3px;
    position: absolute;
    right: 5%;
    top: 21px;
}
.active:after {
    content: "\f077";
}
.collcontent {
    padding: 0 5%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CONTENT STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.contentNarrow {
	width:70%;
	margin: 0 auto;
    padding: 40px 0;
}
.contentFullWidth {
	width:100%;
}
.blog .contentFullWidth,
.category .contentFullWidth {
    padding-top: 40px;
    padding-bottom: 40px;
}
iframe {
	box-shadow: 0 10px 15px 0 rgba(0,0,0,0.15);
}
.wysiwyg {
    position: relative;
}
.wysiwyg ul,
.wysiwyg ol {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
.wysiwyg ul li,
.wysiwyg ol li {
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
    font-weight: 700;
    font-size: 16px;
	line-height: 1.6;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0em;
}
.wysiwyg ul li:before {
    content: "\f105";
	color: #B69466;
}
.wysiwyg ol li:before {
    content: "\f00c";
	color: #265754;
}
.wysiwyg ul li ul.children {
    margin-top: 15px;
}
/* YouTube iFrames */

.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FLEX COLUMN STYLES
---------------------------------------------------------
--------------------------------------------------------- */

ul.flexContainer {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	gap:35px;
	padding: 80px 0;
}
ul.flexContainer.related {
	padding: 0 0 70px 0;
}
ul.flexContainer li.flexBox {
    display: flex;
    position: relative;
    flex-direction: column;
	transition: all 0.2s;
}
ul.flexContainer li.flexBox:hover {
	transform: scale(1.025);
}
ul.flexContainer li.flexBox a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
ul.flexContainer li.flexBox .postContent {
    padding: 5px 25px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-grow: 1;
}
ul.flexContainer li.flexBox .postContent h3 {
	font-size: 20px;
}
ul.flexContainer li.flexBox .archiveImage {
	box-shadow: 0 0 10px rgb(51 58 61 / 10%);
	aspect-ratio:5/3;
}
ul.flexContainer li.flexBox .archiveImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* COLUMNS START */
ul.col2 li,
ul.col3 li,
ul.col4 li {
    box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
}
ul.col2 li {
    width: calc(calc(100% / 2) - calc(35px / 2));
}
ul.col3 li {
    width: calc(calc(100% / 3) - calc(35px * 2 / 3));
}
ul.col4 li {
    width: calc(calc(100% / 4) - calc(35px * 3 / 4));
}
/* COLUMNS END */

/* ------------------------------------------------------
---------------------------------------------------------
	FORM STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.acf-fields>.acf-field {
    margin-bottom: 20px!important;
    padding: 0!important;
    border-top: none!important;
}
.acf-form-fields ul,
.acf-form-fields ol {
	margin-top: inherit;
	margin-bottom: inherit;
}
.acf-form-fields ul li,
.acf-form-fields ol li {
	padding-left: 0;
	margin-bottom: inherit;
	position: static;
    font-weight: inherit;
    font-size: 14;
}
.acf-form-fields ul li:before,
.acf-form-fields ol li:before {
    font-weight: 900;
    position: absolute;
    left: 0em;
    color: #007eb4;
}
.acf-form-fields ul li:before {
    content: none;
}
.acf-form-fields ol li:before {
    content: none;
}
ul.acf-radio-list li label,
ul.acf-checkbox-list li label {
	font-weight: 400!important;
}

label {
	font-size: 14px!important;
	font-weight: bold!important;
	margin-bottom: 5px!important;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
	font-size:14px!important;
	padding-left:3%!important;
	font-family: "proxima-nova", sans-serif;
	outline: none!important;
	border-radius: 3px!important;
    border: none!important;
    background-color: #fff!important;
    box-shadow: inset 0 0 0 1px #dddddd!important;
	width:100%;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="password"],
select {
	height:35px!important;
}
textarea {
	height:150px;
	padding-top:10px;
    -webkit-appearance: none;
}
select {
    -webkit-appearance:none!important;
    background-image: url("images/icon-arrow.svg")!important;
    background-repeat: no-repeat!important;
    background-position: right 15px center!important;
    background-size: 10px!important;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    margin: 0 10px 0 0;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin: 0 10px 0 0;
}
.af-submit {
    padding: 0!important;
}
.af-submit button {
	border-radius: 0!important;
	border: 1px solid #F5F5F5!important;
	background-color: #265754!important;
    padding: 0!important;
    padding: 12px 24px!important;
	font-family: "clarendon-urw-extra-wide", serif!important;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px!important;
	color: #F5F5F5!important;
    cursor: pointer!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FOOTER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

footer {
	padding: 50px 0;
	color: #FFF;
	display: flex;
	text-align: center;
	border-top: 5px solid #B69466;
	background-image: url("images/tsb-celtic-pattern-cinereous-tint.png");
	background-color: #265754;
	background-blend-mode:multiply;
}
footer .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer .logo {
    width: 255px;
}
footer a {
	color: #B69466;
}
footer a:hover {
	color: #F5F5F5;
}
.footerMenu {
	margin:30px 0 20px;
}
.footerMenu ul {
	padding:0;
	margin:0;
	display: flex;
	gap:15px;
}
.footerMenu ul li {
	list-style: none;
	font-size:12px;
}
.footerMenu ul li a {
	display: block;
	font-weight:700;
	text-decoration:none;
}

@media only screen and (max-width : 1200px) {

.alignwide {
	padding-left: 7.5vw!important;
	padding-right: 7.5vw!important;
}
.notificationBar {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
}
header {
    width: 100%;
	height: 60px;
}
header .logo {
    width: 165px;
}
header .logo img {
    width: 145px;
}
.headerContactDetails {
    padding-right: 20px;
}
.headerContactDetailsMain i {
    font-size: 28px;
}
.mobileNavBook,
.mobileNavTel {
    display: flex;
	flex-direction: column;
}
.mobileNavBook a,
.mobileNavTel a {
	color:#F5F5F5;
}
.mobileNavBook a:hover,
.mobileNavTel a:hover {
	color:#F5F5F5;
}
header .wp-block-buttons,
header .headerContactDetailsSub,
header .wp-block-social-links {
	display: none!important;
}
.mobNavLabel {
	display: block;
	font-size: 5.5px;
	color: #B69466;
	text-align: center;
	font-family: "clarendon-urw-extra-wide", serif;
	font-weight: 800;
	font-style: normal;
	margin-top: 5px;
}
ul.slides li .wrapper {
    height: 650px;
    max-width: 85%;
}

/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left: -7.5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column {
	min-width: 550px!important;
}
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 300px!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: 7.5vw!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: 7.5vw!important;
}

/* ///// TRACK SCROLLER ///// */

.contentFullWidth ::-webkit-scrollbar-track {
    margin-left: 7.5vw;
    margin-right: 7.5vw;
}
.contentFullWidth {
	width:85%;
	margin-left:7.5%;
}
ul.col3 li,
ul.col4 li {
    width: calc(calc(100% / 2) - calc(35px / 2));
}
.newsBanner {
    padding: 80px 0;
}
.newsBanner h1 {
    font-size: 60px;
}
.newsBanner h5 {
    font-size: 14px!important;
	flex-direction: column;
	gap:10px;
}
footer {
	padding:50px 7.5%;
}

}

@media only screen and (max-width : 1000px) {
    
a.unslider-arrow {
	display: none;
}
.galleryStage .row {
	display: none;
}
.galleryStage .galleryTools .prev,
.galleryStage .galleryTools .next {
	height: 43px;
	width: 32px;
	font-size: 16px;
	opacity: 1;
}
.cardLinks {
    display: flex;
	flex-wrap: wrap;
}
.cardLink {
	width: calc(100% / 2 - 15px)
}
    
}

@media only screen and (max-width : 768px) {

.searchBox {
    width: 80%;
}
.searchBox input#s {
    height: 40px;
    font-size: 16px;
    padding-left: 30px;
    color: #fff;
    border-radius: 35px;
}
.searchBox button#searchsubmit {
	position: static;
    font-size: 14px;
    height: 40px;
    width: 40px;
	margin-top: 15px;
	width: 100%;
	border-radius: 20px;
}
.searchBox button#searchsubmit .searchsubmitText {
	display: block;
	margin-right: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.wp-block-columns.colabOverflowHalf .wp-block-column,
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 250px!important;
}
.headerBanner h1 {
    font-size: 30px!important;
}

}

@media only screen and (max-width : 615px) {

.notificationBar p {
    font-size: 11px;
}
.mobileShow {
	display: inline-block;
}
h1 {
	font-size: 40px!important;
}
h2 {
	font-size: 38px!important;
}
h3 {
	font-size: 24px!important;
}
h4, h5, h6 {
	font-size: 18px!important;
}
.headerContactDetailsMain {
    gap: 20px;
}
ul.slides li .wrapper {
	height: 500px;
}
.slide-caption-1 p {
	font-size: 50px;
}
.slide-caption-2 p {
	font-size: 26px;
}
.cardLink .cardLinkText p {
    font-size: 20px;
}
ul.col2 li,
ul.col3 li,
ul.col4 li {
    width: 100%;
}
.contentNarrow {
	width:85%;
	margin-left:7.5%;
}
.contentFullWidth {
	width:85%;
	margin-left:7.5%;
}
footer .wrapper {
	width: 100%;
}
footer .logo {
    float: none;
    margin: 20px auto 0 auto;
}
.footerMenu {
    width: 100%;
}
.footerMenu ul {
	flex-direction: column;
	gap;5px;
}
.footerMenu ul li {
    background-color: transparent;
	margin-right:0;
	border: 1px solid #B69466;
	border-radius: 3px;
}
.footerMenu ul li a {
	padding-top:10px;
	padding-bottom:10px;
}

}