@charset "UTF-8";

/* Body */

body, html {
	margin: 0;
	padding: 0;
	font-family: neulis-neue, sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.3;
	color: var(--navy);
	scroll-behavior: smooth;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


/* Screen size */

@media only screen and (min-width: 1200px) {
.mobile-only {
	display: none !important;
}
}


/* Colours */

:root {
--white: #FFFFFF;
--navy: #000f32;
--green: #00986b;
--blue: #204396;
--light-blue: #1b75bb;
--orange: #ffa000;
--grey: #d9dadc;
--mid-grey: #767d8c;
--light-grey: #f8f9fb;
}


/* Typography */

h1 {font-size:2.6em;}
h2 {font-size:2em;}
h3 {font-size:1.7em;}
h4 {font-size:1.2em;}
h1, h2, h3, h4 {
	font-weight: 700; 
	line-height: 1.2; 
	color: inherit;
	margin-bottom: 15px;
}

a {color:inherit; text-decoration: underline; font-weight: 700;}
a:hover {text-decoration:none;}

strong {font-weight: 700;}

hr {display: block; margin-top: 1.5em; margin-bottom: 1.5em; margin-left: auto; margin-right: auto; border-style:solid; border-width: 5px; border-color:#ebebeb;}

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


/* Buttons */

.link-button-container {
	display: flex;
	padding: 15px 0;
}
.link-button-container a {
	text-decoration: none;
}
.link-button {
	padding: 20px 30px;
	border-radius: 20px;
	background: var(--green);
	color: var(--white);
	cursor: pointer;
	margin: 5px 0 15px;
	transition: ease all 0.5s;
	
}
.link-button:hover {
	transform: scale(0.975);
}
.link-button-text {
	font-weight: 700;
	font-size: 1.1em;
}


/* Images */

.alignleft {float:left;	margin: 15px 15px 15px 0;}
.alignright {float:right; margin: 15px 0 15px 15px;}
.alignnone {}

img {
	max-width: 100%;
	height: auto;
}


/* Structure */

.clear {
	content: "";
	clear: both;
	display: block;
}

* {box-sizing: border-box;}

.container {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

.justify-centred {
	justify-content: center;
}


/* Tables */

thead, th {
	background-color: var(--grey);
	color: var(--white);
	text-align: left;
	font-weight: 700;
}
th, td, tr {
	padding: 5px 10px; 
	font-size: 0.95em;
	border: solid 0.5px var(--grey);
}
td {
	width: auto;
}
tr {
	
}
tr:nth-of-type(even) {
	background-color: var(--cream);
}


/* Splash page */

.splash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.splash::after {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	content: ""; 
	background-color: rgba(0,0,0,0.5);
}
.splash-box {
	max-width: 600px; 
	height: auto; 
	margin: 0 auto; 
	padding: 30px; 
	text-align: center; 
	background: rgba(0,0,0,0.9); 
	z-index: 999;
}
.splash-box img {
	margin-bottom: 30px; 
	max-width: 200px;
}
.splash-box a {
	font-size: 1.5em; 
	color: var(--white); 
	padding: 15px; 
	margin: 15px; 
	border: 1px solid var(--white); 
	display: inline-block; 
	text-decoration: none; 
	transition: ease all 0.5s;
}
.splash-box a:hover {
	background-color: var(--white); 
	color: var(--navy);
}
.splash-box p {
	margin: 0;
}


/* Header */

header {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
}
.header {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px;
	display: flex;
	align-items: center;
}
.header-details {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	background-color: var(--green);
	border-radius: 0 15px 0 15px;
	margin-bottom: 5px;
}


/* Logo */ 

.header-logo {
	width: 25%;
	float: left;
}
.header-logo img {
	max-width: 270px;
	margin-top: 5px;
}


/* Language Toggle */

.language {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	font-size: 1em;
	margin: 0 5px;
}
.language ul, .language li {
	list-style: none; 
	-webkit-margin-before: 0; 
	-webkit-margin-after: 0; 
	-webkit-padding-start: 0;
}
.language .textwidget p {
	margin: 0; 
	display: inline-block; 
}
.language a {
	transition: ease all 0.5s;
	color: var(--navy);
	padding: 0 !important;
	font-weight: 400;
}
.language a:hover {
	opacity: 0.6;
}
.wpml-ls-legacy-list-horizontal {
	padding: 0 !important;
}
.wpml-ls-legacy-list-horizontal ul {
	list-style-type: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0; 
	-webkit-margin-before: 0; 
	-webkit-margin-after: 0;
}


/* Search */

.header-search {
	padding: 7.5px 15px;
	border: none;
	margin: 0;
	width: 30%;
}
.header-search-form {
	height: 40px;
	display: flex;
	align-items: center;
	border-radius: 20px;
	border: none;
	background-color: var(--white);
	transition: ease all 0.5s;
}
.header-search-input {
	border-radius: 20px 0 0 20px;
	border: none !important;
	height: 100%;
	width: 100%;
	padding: 15px;
	font-size: 1em;
	color: var(--navy);
	font-family: neulis-neue, sans-serif;
	font-weight: 400;
}
.header-search-input::placeholder {
	font-size: 1em;
	color: var(--navy);
}
.header-search-button {
	cursor: pointer;
	height: 100%;
	width: 25%; 
	border: none;  
	background-color: var(--blue); 
	border-radius: 0 16px 16px 0; 
	-webkit-appearance: none;
	transition: ease all 0.5s;
	padding: 0;
}
.header-search-button:hover {
	background-color: var(--navy);
}

/* Ajax Search Lite styles */

.asl_content h3, .asl_content h3 a {
	color: var(--navy) !important;
	font-weight: 700 !important;
	line-height: 1.1 !important;
}
.asl_desc {
	color: var(--mid-grey) !important;
	line-height: 1.1 !important;
}
.asl_image {
	border-radius: 5px !important;
}


/* Navigation */

.navigation {
	width: 66.67%;
}

nav {
	margin: 0;
}
nav ul {
	padding: 0; 
	margin: 0; 
	list-style: none; 
	position: relative;
}
nav ul li {
	padding: 0; 
	margin: 0 -7px 0 0; 
	display: inline-block; 
	text-align: left;
}
nav a {
	color: var(--white);
	text-transform: uppercase;
	display: block; 
	padding: 10px 12.5px; 
	text-decoration: none; 
	transition: ease all 0.8s;
}
nav a:hover {
	text-decoration: none; 
	opacity: 0.6;
}
nav ul ul {
	display: none; 
	position: absolute; /* top: 100%; */
}
nav ul li:hover > ul {
	display:inherit;
}
nav ul ul li {
	z-index: 9999;
	min-width: 170px; 
	display: list-item; 
	position: relative; 
	background-color: var(--blue); 
	border-bottom: 1px solid #FFFFFF; 
	font-size: 0.9em;
}
nav ul ul li a:hover {
	
}
nav ul ul ul {
	position: absolute; top:0; 
}
nav li > a:after {
	content:  " +"; font-size: 0.8em;
}
nav li > a:only-child:after { 
	content: ''; 
}
nav .strong {
	font-weight: 700;
}

.menu-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 75px;
	height: 50px;
	border-radius: 20px;
	background-color: var(--green);
	color: var(--white);
	font-size: 1.4em;
	font-weight: 700; 
	cursor: pointer;
	transition: ease all 0.5s;
}
.menu-button:hover {
	transform: scale(0.95);
}
.menu-button span {
	padding: 0 7.5px 0 0;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	background-color: var(--green); 
	overflow: hidden;
	transition: 0.5s;
	padding-top: 30px;
	text-align: left;
}
.sidenav nav {
	padding: 0 30px 30px;
}
.sidenav a {
	padding: 5px 0;
	text-decoration: none;
	font-size: 2em;
	font-weight: 700;
	display: block;
	transition: 0.3s;
	color: var(--white);
}
.sidenav a:hover {
	opacity:0.6;
}
.sidenav .closebtn {
	position: relative;
	font-size: 4em;
	padding-left: 30px;
}
menu, menu ul, menu ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	font-size: 0.75em;
	color: var(--mid-grey);
	font-weight: 700;
}
.breadcrumbs a {
	font-weight: 400;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}


/* Featured Image(s) */

.feature-wrap {
	z-index: -9999;
	width: 100%;
	height: 500px;
	background-color: var(--navy);
	overflow: hidden;
}
.flexslider .slides > li {
	height: 500px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	opacity: 0.7;
}
.flexslider .slides > li img {
	min-height: 100%;
	width: auto;
	object-fit: cover;
	overflow: hidden;
}
.featured-image {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.featured-image img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
	opacity: 0.7;
}
.featured-image-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.featured-image-text h1 {
	display: block;
	max-width: 1200px;
	margin: 0;
	text-align: center;
	color: var(--white);
	font-size: 3em;
}


/* Content */

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

#content {

}

.block-wrapper {
	z-index: 666;
	max-width: 1200px;
	margin: -75px auto 0;
	position: relative;
}
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.small-wrapper {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.block-title {
	margin-bottom: 30px;
	text-align: center;
}
.block-title h2 {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}


/* Box styles */

.rounded {
	border-radius: 60px;
	padding: 45px;
}
.mid-rounded {
	border-radius: 30px;
	padding: 30px;
}
.small-rounded {
	border-radius: 15px;
	padding: 15px;
}
.shadow {
	box-shadow: 0 0 15px 5px rgba(0,0,0,0.1);
}


/* Single Page */

.single-page-wrap {
	background-color: var(--white);
	margin-bottom: 30px;
}
.single-page-header {
	width: 100%;
	margin: 0 auto 15px;
}
.single-page-header h1 {
	margin: 0;
}


/* Single Post */

h1.single-title {
	width: 100%;
	margin: 0 auto 5px;
	color: var(--green);
}
.single-address {
	margin-bottom: 15px;
}
.single-contacts a {
	text-decoration: none;
	font-weight: 400;
}
.single-contacts a:hover {
	text-decoration: underline;
}
.single-contacts span {
	display: block;
	margin-bottom: 5px;
}

.single-content-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 30px;
	background-color: var(--white);
}
.single-content-section {
	width: 60%;
	padding-right: 30px;
	border-right: 2px dotted var(--grey);
}
.single-sidebar-section {
	width: 40%;
	margin-bottom: 30px;
}
.single-content-section > :first-child, .single-sidebar-section > :first-child, .single-sidebar-info > :first-child {
	margin-top: 0;
}
.single-content-section h2 {
	color: var(--blue);
}
.single-content-section h3 {
	color: var(--light-blue);
}
.single-content-section h4 {
	color: var(--green);
}
.single-sidebar-info {
	width: 100%;
	padding-left: 30px;
}
.single-sidebar-info h3 {
	margin-bottom: 15px;
	color: var(--light-blue);
}
.single-sidebar-info h4 {
	margin-top: 30px;
	margin-bottom: 5px;
	color: var(--light-blue);
}
.single-sidebar-info i {
	color: var(--light-blue);
	margin-right: 5px;
}
.single-social-list {
	margin: 0;
	padding: 0;
}
.single-social-item {
	display: inline;
	font-size: 1.35em;
	margin: 0;
}
.single-social-item i {
	border-radius: 0 10px 0 10px;
	width: 40px;
	aspect-ratio: 1/1;
	border: 2px solid var(--light-blue);
	background-color: #c6dcee;
	padding: 7.5px;
}
.single-social-item a {
	text-decoration: none;
	transition: ease all 0.5s;
}
.single-social-item a:hover {
	opacity: 0.6;
}
ul.single-additional-links {
	margin-top: 5px;
	padding-inline-start: 30px;
}
.single-sidebar-map {
	height: 300px;
}
.related-post-feed-card {
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.related-post-feed-image {
	border-radius: 20px;
	
	background-color: var(--navy);
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin-right: 15px;
}
.related-post-feed-image img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	opacity: 0.8;
	transition: ease all 0.5s;
}
.related-post-feed-content {
	width: calc(100% - 115px);
}
.related-post-feed-content h4 {
	margin: 0 0 5px;
	color: var(--navy);
}



/* Archive Page */

.archive-title {
	text-align: center;
	color: var(--blue);
}
.fancy {
	font-family: confiteria-script, sans-serif;
	font-weight: 700;
}
.archive-content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.archive-content-wrap::after {
	content: "";
	width: calc(33.33% - 15px);
}
.archive-content-card {
	width: calc(33.33% - 15px);
    aspect-ratio: 3/2.5;
    position: relative;
    border-radius: 20px;
	
	transition: ease all 0.5s;
    margin-bottom: 30px;
}
.archive-content-card:hover {
	transform: scale(1.025);
}
.archive-content-card:hover > a  > .featured-content-image img {
	opacity: 1;
}
.archive-filters {
	padding: 15px;
}
.archive-filters a {
	font-weight: 400;
}
.archive-filters li {
	display: inline;
}
.archive-filters li::after {
	content: " | ";
}
.archive-filters li:last-of-type::after {
	content: "";
}
.archive-toggle-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	background-color: var(--light-grey);
	color: var(--navy);
	border-radius: 20px;
	margin-bottom: 30px;
}


/* Events */

.events-block {
	width: 100%;
	padding: 30px;
	background-color: var(--orange);
	color: var(--white);
}
.events-block > .block-title i {
	color: var(--white);
}

.event-date {
	font-size: 1.1em;
	font-weight: 400;
	color: var(--green);
	padding: 10px 0;
}
.single-event-date {
	margin-bottom: 15px;
	color: var(--navy);
	font-size: 1.25em;
	font-weight: 700;
}
.single-event-daily-dates {
	display: block;
	padding: 5px 0;
	border-bottom: 1px dashed var(--white);
}
.events-posts.list-view  .archive-content-card {
	width: 100%;
}
.town-events-block {
	padding: 30px;
	border-radius: 20px;
	
	color: var(--white);
}
.archive-content-card-list {
	width: 100%;
	padding: 30px 0;
	border-top: 1px dashed;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.archive-content-wrap .archive-content-card-list:first-of-type {
	border-top: none;
	padding-top: 0;
}
.featured-content-image-list {
	width: 200px;
	aspect-ratio: 3/2;
	overflow: hidden;
	margin-right: 30px;
}
.featured-content-image-list img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}
.featured-content-content-list {
	width: calc(100% - 230px);
}
.featured-content-content-list > :first-child, .featured-content-content-list h3 {
	margin-top: 0;
}
.featured-content-content-list h3 {
	margin-bottom: 5px;
}
.event-date-list {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
}
.view-toggle {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-grow: 2;
	color: inherit;
}
.view-toggle button {
	-webkit-appearance: none;
	border: solid 2px rgba(255,255,255,0);
	border-radius: 20px;
	font-size: 1.2em;
	font-weight: 700;
	font-family: "obliqua", sans-serif;
	color: inherit;
	background: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	padding: 10px 15px;
	margin: 0 7.5px;
	transition: ease all 0.5s;
}
.view-toggle button.active {
	border: solid 2px;
}
.view-toggle button i {
	color: inherit;
	background: none;
	font-size: 1.2em;
	padding: 0;
	width: auto;
	height: auto;
	margin-right: 15px;
}
#mapView {
	margin-bottom: 30px;
}
.gm-ui-hover-effect>span {
	background-color: var(--navy);
}


/* Text Block */

.text-block {
	width: 100%;
}
.text-block .block-title h2 {
	color: var(--blue);
}
.text-block > .wrapper > :first-child, .text-block > .small-wrapper > :first-child {
	margin-top: 0;
}


/* Video Block */

.video-block {
	margin: 0 auto 30px;
	color: var(--white);
	background-color: var(--green);
	overflow: hidden;
}
.video-wrap {
	border-radius: 15px;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Category Boxes Block */

.category-block {
	width: 100%;
	margin: 60px 0;
}
.category-block .block-title h2 {
	color: var(--blue);
}
.category-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.category-box {
	width: calc(20% - 30px);
	margin: 15px;
	transition: ease all 0.5s;
}
.category-box:hover {
	transform: scale(1.025);
}
.category-box a {
	text-decoration: none;
}
.category-content {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	text-align: center;
}
.category-icon {
	aspect-ratio: 1/1;
	border: 4px solid;
	border-radius: 0 15px 0 15px;
	font-size: 3em;
	transition: ease all 0.5s;
	padding: 10px;
	margin-bottom: 10px;
	background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
}
.category-box:hover .category-icon {
	border-radius: 15px 0 15px 0;
}
.category-title {
	width: 100%;
	font-size: 1.2em;
	color: var(--blue);
	text-transform: uppercase;
	font-weight: 400;
}

.filter-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 0.8em;
}
.filters {
	width: calc(16.667% - 30px);
}
.filters .category-icon {
	font-size: 1.5em;
}
.filters .category-title {
	font-size: 0.9em;
}


/* Text and Image Block */

.text-image-block .block-title h2 {
	color: var(--blue);
}

.text-image {
	display: flex;
	align-items: center;
	padding: 30px;
}
.text-image:nth-child(even) {
	flex-direction: row-reverse;
}
.text-image-text {
	padding: 30px;
	width: 50%;
}
.text-image-text > :first-child {
	margin-top: 0;
}
.text-image-text h2, .text-image-text h3, .text-image-text h4 {
	margin-bottom: 15px;
	color: var(--green);
}
.text-image-image {
	display: flex;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0;
	width: 50%;
}
.text-image-image img {
	aspect-ratio: 3/2;
	object-fit: cover;
	border-radius: 20px;
	
}


/* Text and Logo Block */

.text-logo-image {
	display: flex;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 60px 0 0 60px;
}
.text-logo-image img {
	width: 90%;
	aspect-ratio: 3/2;
	object-fit: contain;
	padding: 30px;
	border-radius: 30px;
	
	background-color: var(--white);
}


/* Post Feed Block */

.post-feed-block {
	width: 100%;
	margin: 0 auto 30px;
}
.post-feed-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.post-feed-column {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.post-feed-card {
	width: calc(100% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.post-feed-card:last-of-type {
	margin-bottom: 0;
}
.post-feed-image {
	border-radius: 20px;
	
	background-color: var(--navy);
	position: relative;
	overflow: hidden;
	width: 150px;
	height: 150px;
	margin-right: 30px;
}
.post-feed-image img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	opacity: 0.8;
	transition: ease all 0.5s;
}
.post-feed-content {
	width: calc(100% - 180px);
}
.post-feed-content h3 {
	margin: 0 0 5px;
}
.post-feed-date {
	font-size: 1.1em;
	font-weight: 400;
	color: var(--green);
	padding: 10px 0;
}
.post-feed-reading {
	font-size: 0.9em;
	font-weight: 400;
}
.post-feed-date i, .post-feed-reading i {
	color: var(--green);
}
.post-feed-link {
	color: var(--blue);
}

.post-feed-feature-card {
	width: calc(100% - 30px);
	margin-right: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	transition: ease all 0.5s;
}
.post-feed-feature-image {
	border-radius: 20px;
	
	background-color: var(--navy);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-right: 30px;
	margin-bottom: 30px;
}
.post-feed-feature-image img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	opacity: 0.8;
	transition: ease all 0.5s;
}
.post-feed-feature-card:hover  > .post-feed-feature-image img, .post-feed-card:hover  > .post-feed-image img {
	opacity: 1;
}
.post-feed-feature-overlay {
	border-radius: 20px;
	background-image: linear-gradient(to top, var(--navy), rgba(0,0,0,0.2), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-feed-feature-overlay-blank {
	border-radius: 20px;
	background-image: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.post-feed-feature-content {
	width: calc(100% - 60px);
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: var(--white);
}
.post-feed-feature-content h3 {
	font-size: 1.85em;
	margin: 0 0 5px;
}


/* Town Centres Block */

.town-centres-block {
	width: 100%;
	margin: 0 auto 30px;
	padding: 30px;
	border-radius: 20px;
	
	background-color: var(--navy);
	color: var(--white);
	position: relative;
	overflow: hidden;
}
.town-centres-content-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.town-centres-content {
	width: 33.33%;
	padding-right: 30px;
	font-size: 1.15em;
}
.town-centres-feed {
	width: 66.67%;
	flex-grow: 2;
}
.town-centres-card {
	width: calc(100% - 15px);
	aspect-ratio: 3/2;
	margin-right: 30px;
	position: relative;
	border-radius: 20px;
	
	transition: ease all 0.5s;
}
.town-centres-image {
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-right: 30px;
	margin-bottom: 30px;
}
.town-centres-image img {
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.town-centres-overlay {
	border-radius: 20px;
	background-image: linear-gradient(to top, var(--navy), rgba(0,0,0,0.2), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: ease all 0.5s;
}
.town-centres-card:hover > .town-centres-overlay {
	transition: ease all 0.5s;
	background-image: linear-gradient(to top, var(--navy), rgba(0,0,0,0), rgba(0,0,0,0));
}
.town-centres-title {
	width: calc(100% - 60px);
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: var(--white);
	
	display: flex;
	align-items: center;
}
.town-centres-title h3 {
	margin: 0;
}
.town-centres-title a {
	text-decoration: none;
}
.town-centres-icon {
	color: var(--navy);
	font-size: 1.5em;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* Featured Content Block */

.featured-content-block {
    width: 100%;
	background-color: var(--blue);
	color: var(--white);
}
.featured-content-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.featured-content-card {
	width: calc(25% - 30px);
	margin: 15px;
    position: relative;
	transition: ease all 0.5s;
	background-color: var(--white);
}
.featured-content-card:hover {
	transform: scale(1.025);
}
.featured-content-content {
	width: 100%;
	color: var(--blue);
}
.featured-content-content h3 {
    margin: 0;
	line-height: 1.1;
	font-size: 1.4em;
}
.featured-content-card a, .featured-content-content a {
    text-decoration: none;
}
.featured-content-types {
	display: flex;
	margin: 10px 0;
}
li.featured-content-icon {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}
.featured-content-icon {
	width: 30px;
	height: 30px;
	border-radius: 0 10px 0 10px;
	border: 2px solid;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: linear-gradient(rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.75));
}
.featured-content-icon i {
	font-size: 1em;
}
.featured-content-types a {
	transition: ease all 0.5s;
}
.featured-content-types a:hover {
	text-decoration: none;
	transform: scale(1.1);
}
.featured-content-excerpt {
	font-size: 0.9em;
	font-weight: 400;
	margin-bottom: 10px;
}
.featured-content-location {
	font-size: 0.9em;
	font-weight: 400;
	margin-top: 5px;
}
.featured-content-location i {
	color: var(--green);
}
.featured-content-image {
	overflow: hidden;
	width: 100%;
	aspect-ratio: 3/2;
	margin-bottom: 15px;
	padding: 0;
}
.featured-content-image img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: ease all 0.5s;
}
.featured-content-card:hover > a  > .featured-content-image img {
	opacity: 1;
}


/* Map Block */

.map-block {
	width: 100%;
	margin: 0 auto 30px;
	background-color: var(--light-blue);
	color: var(--white);
}
.map-block-wrap {
	height: 500px;
}
.map-single-title {
	font-size: 1.4em;
	font-weight: 700;
	font-family: neulis-neue, sans-serif;
}
.map-single-contacts {
	font-family: neulis-neue, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
}
.map-single-contacts span {
	font-family: neulis-neue, sans-serif;
	font-weight: 400;
	display: block;
	padding: 2.5px;
}
.map-single-contacts i {
	color: var(--green);
}
.map-single-contacts a {
	font-weight: 400;
	color: var(--navy) !important;
}
.map-content-wrap a {
	font-family: neulis-neue, sans-serif;
	color: var(--green);
}

/* Google Maps */

.acf-map {
    width: 100%;
    height: 100%;
    border: none;
    margin: 20px 0;
}
.acf-map img {
   max-width: inherit !important;
}

.map-content-wrap {
	text-align: left !important;
	color: var(--navy);
}
.map-theme {
	display: block;
	clear: both;
}
.map-theme li {
	position: relative;
	display: block;
	border-radius: 5px;
	width: 30px; 
	height: 30px; 
	background-position: center; 
	background-size: 70%; 
	background-repeat: no-repeat;
}
.map-description {
	margin-bottom: 10px;
}

.gm-style {
	font-family: "obliqua", sans-serif;
}
.gm-style h3 {
	margin: 5px 0;
}


/* Gallery Block */

.gallery-block {
	padding: 30px 0;
}
.gallery-block-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
}
.gallery-block .block-title h2 {
	color: var(--blue);
}
.gallery-thumb {
	width: calc(16.667% - 10px);
	aspect-ratio: 1/1;
	margin: 5px;
	border-radius: 20px;
	overflow: hidden;
	grow: 1;
}
.gallery-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Contact Form block */

.contact-form-block {
	color: var(--navy);
	background-color: var(--light-grey);
	padding: 30px 30px 15px;
	border-radius: 20px;
	margin: 30px auto;
}
.contact-form-block .block-title h2 {
	color: var(--blue);
}


/* Gravity Forms */

.gform-field-label {
	color: var(--navy) !important;
	font-weight: 700 !important;
	margin-left: 15px !important;
}
.gfield_consent_label {
	font-weight: 500 !important;
}
.ginput_container_consent {
	margin-left: 15px !important;
}
.gfield_consent_description {
	font-size: 0.75em !important;
	border: none !important;
	padding: 0 15px !important;
}
.gfield input[type=text], .gfield input[type=email], .gfield input[type=tel], .gfield textarea {
	border-radius: 20px !important;
	border: solid 1px var(--grey) !important;
	padding: 10px 15px !important;
}
.gfield input[type=checkbox] {
	border-radius: 50% !important;
	border: solid 1px var(--grey) !important;
}
input[type=submit] {
	color: var(--navy) !important;
	font-weight: 700 !important;
	font-size: 1em !important;
	font-family: "obliqua", serif;
	text-decoration: none !important;
	padding: 20px 30px !important;
	border-radius: 20px !important;
	border: none !important;
	background: var(--green) !important;
	cursor: pointer !important;
	transition: ease all 0.5s !important;
}
input[type=submit]:hover {
	transform: scale(0.95) !important;
}


/* Footer */

.footer {
	width: 100%;
	background-color: var(--navy);
	color: var(--white);
	position: relative;
	font-size: 0.85em;
	padding: 30px;
}
.footer-wrap {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.footer-item {
	min-width: 33.33%;
	padding: 30px;
	flex-grow: 1;
	text-align: center;
}
.footer-item h3 {
	margin-top: 0;
	text-transform: uppercase;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer-menu li {
	list-style: none;
}
.footer-social {
	display: flex;
	justify-content: center;
}
.footer-social-list {
	margin: 0;
	padding: 0;
}
.footer-social-item {
	display: inline;
	text-align: center;
	font-size: 2.2em;
}
.footer-social-item a {
	text-decoration: none;
	color: var(--white);
	transition: ease all 0.5s;
}
.footer-social-item a:hover {
	color: var(--green);
}
.footer-logos-wrap {
	padding: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background-color: var(--white);
}
.footer-logos-wrap img {
	max-width: 25%;
	margin: 0 30px;
}
.footer-nav {
	width: 100%;
	padding: 30px;
	text-align: center;
	font-size: 0.9em;
}
.footer-nav a {
	font-weight: 400;
}
.footer-nav li {
	display: inline;
}
.footer-nav li::after {
	content: " | ";
}
.footer-nav li:last-of-type::after {
	content: "";
}
