/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body, html{height:100%}

:focus {/* remember to define focus styles! */
	outline: 0;
}

ol, ul {
	list-style: none;
}

a{
	color: #000;
}

a img {
	border: 0;
}

* {
	box-sizing: border-box;
}

strong{
	font-weight:700;
}

em{
	font-style:italic;
}

.clear{
	width:100%;
	clear:both;
	height:0;
}

.clear.break20{
	height:20px;
}

p{
	padding:0 0 20px 0;
	font-size:18px;
	line-height:1.6em;
	font-weight:500;
}

small{
	font-size:14px;
}

.post-content ul,
.post-content ol{
	line-height:1.6em;
	font-size:17px;	
}


body{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 600;
  font-style: normal;
	line-height:1.2em;
}

h1{
	font-size:48px;
}

h2{
	font-size:38px;
	font-weight:500;
}

h3{
	font-size:30px;
}

h4{
	font-size:28px;
}

h5{
	font-size:19px;
}

h6{
	font-size:17px;
}


.btn,
.enquiries-panel input[type="submit"],
.navigation .actions li a{
	border-radius: 3rem;
	backface-visibility: hidden;
	border: 2px solid #163c75;
	background-color: #163c75;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 16px 70px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;

	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.btn:hover,
.enquiries-panel input[type="submit"]:hover,
.navigation .actions li a:hover{
	background-color: transparent;
	color: #0c2141;	
	box-shadow: 0 7px 18px rgba(12, 33, 65, 0.15);
}

.btn:active {
	transform: translateY(0);
	box-shadow: 0 3px 8px rgba(12, 33, 65, 0.12);
}

.btn i {
	margin-right: 8px;
}

.btn.btn-small,
.navigation .actions li a{
	padding: 6px 30px;
	font-size: 15px; 
}

.btn.btn-white-border {
	border-color:#fff;
}

.btn.btn-white-border:hover {
	background-color:#fff;
	border-color:#163c75;
}

/* =Colours
----------------------------------------------- */

.black{
	color:#000;
}

.blue,
.logo,
h1,h2,h3.h4,h5,h6,
.logo-wrapper .strapline h5,
.navigation ul#nav li a,
.btn.btn-white-border:hover,
#footer .btn.btn-white-border:hover{
	color:#0c2141;
}

.blue-bg,
#footer{
	background-color:#0c2141;
}


/* =Structure
----------------------------------------------- */

body {
	text-align:center;
	color: #0c2141;
	text-align:center;
}

#wrapper{
	position:relative;
	width:100%;
	max-width:2000px;
	min-width:360px;
}

#main-content{
	width:100%;
	margin:0 auto;
}

.setwidth{
	position:relative;	
	max-width:1650px;
	min-width:360px;	
	margin: 0 auto;
	padding:0 20px;
}

.setwidth.small{
	max-width:1250px;
}

.setwidth.large{
	max-width:1650px;
}

.table{
	display:table;
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;	
}

.table-cell{
	display:table-cell;
	vertical-align:top;
}

.grid{
	display:grid;
	width:100%;
	text-align:left;
}

.grid.col-3{
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}

.grid.col-2{
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px;
}

.grid.col-4{
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 50px;
}

.grid.col-5{
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 50px;
}

.grid.col-6{
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px;
}


.no-top-padding{
	padding-top:0 !important;
}

.no-bottom-padding{
	padding-bottom:0 !important;
}


.no-left-padding{
	padding-left:20px !important;
}

.no-top-margin{
	margin-top:0 !important;
}

.no-bottom-margin{
	margin-bottom:0 !important;
}

.gutenburg{
	text-align:left;
	margin:0 auto;
	padding: 30px 0 80px 0;
}

.gutenburg h1.page-title{
	padding-bottom:20px;
}

/* =Header
----------------------------------------------- */


#header {	
	position: relative;
	padding:30px 0;
}

#header .table{
	table-layout: auto;
}

/* Logo */

.logo-wrapper {
	text-align: left;
	vertical-align: middle;
	width: 1%;
	white-space: nowrap;	
}

.logo-wrapper .logo {
	display: inline-block;
	text-align: left;
	text-decoration: none;
}

.logo-wrapper .logo h1 {
	margin: 0;
	font-size: 22px;
	font-weight: 800;	
}

 #footer .logo-wrapper .logo:hover *,
.logo-wrapper .logo:hover *{
	color:#ff6a00;
}	

.logo-wrapper .strapline {
	padding-top: 5px;
	text-align: left;
}

.logo-wrapper .strapline h5 {
	margin: 0;
	font-size: 14px;
	font-weight:600;

}

/* Navigation */

.topbar-nav {
    width: 70%;
    vertical-align: middle;
}

.navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation ul {
    display: flex;
    align-items: center;
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.navigation ul li {
    position: relative;
    margin-left: 10px;
}

.navigation ul li a {
    display: block;
    padding: 6px 18px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 3rem;
}


.navigation ul li a:hover {
	border-color:#0c2141;
}

.navigation ul li.current_page_item a{
	border-color:#ff6a00;
}

/* Mobile button hidden by default */

.navigation li.mobile-only{
	display:none;
}

.mobile-menu {
    display: none;
    align-items: center;
    margin-left: 10px;
}

.hamburger {
	padding: 15px 0 15px 10px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    border-radius: 0 !important;
    height: 5px;
    width: 40px;
    background-color: #0c2141 !important;
}



/* =Homepage
----------------------------------------------- */

#banner-wrapper{
	margin:120px 0;
	padding:60px 0;
}

#banner{
	position:relative;
	min-height:500px;
}

.banner-image{
	border-radius:25px;
	background-repeat:no-repeat;
	background-size:cover;
}

.banner-text{
	text-align:left;
	padding:60px 80px;
}


.banner-text .post-content h2{
	font-size:48px;
}

.banner-text .titles h1,
.banner-text .titles h2,
.banner-text .titles h5{
	padding:0;
}

.banner-text .titles h5{
	padding:5px 0 0 0;
}

.banner-text h3{

}

.banner-text p{

}

.banner-text .btn{
	margin:30px 0 0 0;
}


/* Panels
------------------------------------------------------------------*/

.panel{
	margin:120px 0;
}


.panel .btn{
	margin:80px 0 0 0;
}

#banner .titles,
.panel .titles{
	padding:0 0 30px 0;
}

.panel .titles h2{
	padding-top:0;
	padding-bottom:0;
}

.panel .titles h5{
	padding:5px 0 0 0;
}


/* =========================================================
   ENQUIRIES / CONTACT PANEL
   ========================================================= */

.enquiries-panel {
	background:#e4edff;
	padding:90px;
}

.enquiries-panel .grid {
	align-items: stretch;
	gap: 60px;
}


/* -------------------------
   LEFT COLUMN
   ------------------------- */

.enquiries-panel .text {
	display: flex;
	align-items: center;
}

.enquiries-panel .text .post-content {
	max-width: 520px;
}

.enquiries-panel .titles h2 {
	margin: 0;
	font-size: clamp(32px, 4vw, 52px);
	line-height: 1.1;
	font-weight: 600;
	letter-spacing: -0.03em;
	color: #1e2a27;
}


/* Contact details */


.enquiries-panel .tel,
.enquiries-panel .email {
	margin-top: 14px;
}

.enquiries-panel .tel a,
.enquiries-panel .email a {
	display: flex;
	align-items: center;
	gap: 14px;

	width: fit-content;

	font-size: 21px;
	line-height: 1.5;
	font-weight: 500;
	text-decoration: none;
	transition:
		color 0.2s ease,
		transform 0.2s ease;
}


/* Contact icons */

.enquiries-panel .tel i,
.enquiries-panel .email i {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	width: 44px;
	height: 44px;

	flex: 0 0 44px;

	border-radius: 50%;
	border:1px solid #163c75;
	font-size: 16px;
	color: #163c75;
}


/* =========================================================
   FORM CARD
   ========================================================= */

.enquiries-panel .form {
	padding: 45px 50px;

	background: #ffffff;

	border: 1px solid #e5e9e6;
	border-radius: 25px;

	box-shadow:
		0 20px 50px rgba(23, 38, 33, 0.06);
}


/* CF7 form */

.enquiries-panel .wpcf7 {
	margin: 0;
}

.enquiries-panel .wpcf7-form {
	margin: 0;
}


/* -------------------------
   FORM FIELDS
   ------------------------- */

.enquiries-panel .form h3{
	padding:0 0 30px 0;
}

.enquiries-panel .field {
	margin-bottom: 24px;
}

.enquiries-panel .field label {
	display: block;
	margin-bottom: 9px;

	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	letter-spacing: 0.01em;

	color: #263632;
}


/* Inputs */

.enquiries-panel input[type="text"],
.enquiries-panel input[type="email"],
.enquiries-panel input[type="tel"],
.enquiries-panel input[type="number"],
.enquiries-panel select,
.enquiries-panel textarea {
	box-sizing: border-box;

	display: block;
	width: 100%;

	padding: 15px 17px;

	border: 1px solid #dce2df;
	border-radius: 12px;

	background: #fafbfa;

	font-family: inherit;
	font-size: 16px;
	line-height: 1.5;

	color: #263632;

	outline: none;

	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}


/* Focus state */

.enquiries-panel input[type="text"]:focus,
.enquiries-panel input[type="email"]:focus,
.enquiries-panel input[type="tel"]:focus,
.enquiries-panel input[type="number"]:focus,
.enquiries-panel select:focus,
.enquiries-panel textarea:focus {
	border-color: #ff6a00;
	background: #ffffff;

	box-shadow:
		0 0 0 4px rgba(75, 143, 128, 0.12);
}


/* Textarea */

.enquiries-panel textarea {
	min-height: 120px;
	max-height:200px;
	resize: vertical;
}

.enquiries-panel .wpcf7-acceptance {
	display: block;
	margin: 20px 0;
	font-size: 14px;
	line-height: 1.6;
	color: #5a6662;
}

.enquiries-panel .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
}

.enquiries-panel .wpcf7-acceptance input {
	width: 18px;
	height: 18px;
	margin-top: 2px;
	flex: 0 0 18px;
}

.enquiries-panel .wpcf7-acceptance a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.enquiries-panel .wpcf7-list-item {    
    margin: 0em;
}


/* =========================================================
   SUBMIT BUTTON
   ========================================================= */

.enquiries-panel .submit {
	margin-top: 30px;
}




/* =========================================================
   CONTACT FORM 7 MESSAGES
   ========================================================= */

.enquiries-panel .wpcf7-not-valid-tip {
	margin-top: 6px;

	font-size: 13px;
	color: #b33a3a;
}

.enquiries-panel .wpcf7-response-output {
	margin: 25px 0 0 !important;
	padding: 14px 18px !important;

	border-radius: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.enquiries-panel .wpcf7 form.invalid .wpcf7-response-output,
.enquiries-panel .wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #d8a94b;
	background: #fffaf0;
}

.enquiries-panel .wpcf7 form.sent .wpcf7-response-output {
	border-color: #4b8f80;
	background: #f2f8f5;
}


/* CF7 spinner */

.enquiries-panel .wpcf7-spinner {
	margin-left: 12px;
}




/* Panels > Text / Image
-------------------------*/
.panel.text-image .item.text {
	padding: 60px 20px 60px 0;
}

.panel .image{
	min-height:500px;
	background-repeat:no-repeat;
	background-size:cover;
	border-radius: 25px;
}

.panel .image img{
	display:none;
	width:100%;
	height:auto;
}


/* Panels > Map
-------------------------*/

.panel.map{
	margin-bottom:60px;
}

.banner-map {
	min-height: 500px;
	position: relative;
	padding: 0;
	overflow: hidden;
	border-radius: 25px;
}

.banner-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.panel.map .text  {
	text-align: left;
	padding: 60px 0;
}

.panel.map .text .post-content .address ul{
	padding:0;
	list-style-type: none;
}

.panel.map .text .post-content .address ul li{
	padding:0 0 5px 0;
}


/* Panels > Text / Vertical Cards
-------------------------*/

.panel.text-cards{

}

.panel.text-cards .text {
	display: flex;
	/* align-items: center; */
	padding:0 10% 0 0;
}


.panel.text-cards .grid{
	grid-gap: 20px;
}

.panel.text-cards .cards img{
	width:100%;
	border-radius:25px;
	margin:0 0 20px 0;
	height: 320px;
	object-fit: cover;	
}

.panel.text-cards .cards img.position-center-top{
	object-position: center top;
}	

.panel.text-cards .cards .col-1{
	padding:15% 0 0 0;
}

/* Panels > Blocks
-------------------------*/

.panel.blocks{

}

.panel.blocks .post-content{
	padding:0 0 60px 0;
	max-width:980px;
}

.panel.blocks .grid{
	grid-auto-rows: 1fr;
}

.panel.blocks .block{		
	padding:30px;
	border-radius:20px;	
	background:#e4edff
}

.panel.blocks .block img {
	width: auto;
	height: 70px;
	margin: 0 0 25px 0;
}

.panel.blocks .block h5{
	padding:0 0 20px 0;
	font-weight:700;
}

.panel.blocks .block p{
	padding:0;
}


/* Post content
------------------------------------------------------------------*/

.post-content{
	text-align:left;
}

.post-content:after{
  content: "";
  display: table;
  clear: both;
  height:0;
}

.post-content a:hover{
	text-decoration:none;
}

.post-content ol,
.post-content ul{
	padding:10px 40px 20px 40px;
	list-style-type:circle;
}

.post-content ul.no-left-padding{
	padding-left:0;
}

.post-content p + ol,
.post-content p + ul{
	padding-top:0;
}

.post-content ol{
	list-style-type:decimal;
}

.post-content ol li,
.post-content ul li{
	padding-bottom:14px;
}

.post-content ol li:last-of-type,
.post-content ul li:last-of-type{
	padding-bottom:0;
}

.post-content table td ul,
.post-content table td ol{
	padding-left:20px;
}


.post-content ol li > h1:first-of-type,
.post-content ol li > h2:first-of-type,
.post-content ol li > h3:first-of-type,
.post-content ol li > h4:first-of-type,
.post-content ol li > h5:first-of-type,
.post-content ol li > h6:first-of-type,
.post-content ul li > h1:first-of-type,
.post-content ul li > h2:first-of-type,
.post-content ul li > h3:first-of-type,
.post-content ul li > h4:first-of-type,
.post-content ul li > h5:first-of-type,
.post-content ul li > h6:first-of-type{
	padding-top:0;
}

.post-content h1{
	padding:20px 0 20px 0;
}

.post-content h2{
	padding:30px 0 30px 0;
}

.post-content h3{
	position:relative;
	padding:30px 0 15px 0;	
}

.post-content h4{
	padding:25px 0 15px 0;	
}

.post-content h5{
	padding:20px 0 10px 0;		
}

.post-content h6{
	padding:20px 0;	
}

#banner .post-content > h1,
#banner .post-content > h2,
.panel .post-content > h1,
.panel .post-content > h2{
	padding-top:0;
}




/* Contact page
------------------------------------------------------------------*/

.opening-hours{
	max-width:400px;
	padding:15px 0 0 0;
}

.opening-hours h5{
	font-size:16px;
}

.opening-hours ul{
	padding:0;
}

.opening-hours ul li {
	border-bottom: dotted 1px #c0c0c0;
	font-size: 14px;
}

.opening-hours ul li span.day{
	text-align:left;
	padding:5px 0;
}

.opening-hours ul li span.time{
	text-align:right;
	padding:5px 0;
}




/* Footer
------------------------------------------------------------------*/


#footer{	
	position:relative;
	padding:80px 0 60px 0;
}

#footer,
#footer a,
#footer .logo-wrapper *{
	color:#fff;
}

#footer img.registered{
	display:block;
	float:right;
	height:70px;
	width:auto;
}


#footer .logo-wrapper{
	padding:0 0 50px 0;
}

#footer ul.footer-links{
	padding:20px 0 0 0;
}

#footer ul.footer-links li{
	display:inline-block;	
	margin-right:10px;
}

#footer ul.footer-links li a{
	font-size:14px;
}

#footer ul.footer-links li a:hover{
	text-decoration:none;
}

#footer ul.footer-actions{
	grid-gap: 40px;
	padding:20px 0 0 0;
}

#footer ul.footer-actions li{
	margin:0;
}

#footer ul.footer-actions .btn{
	width:100%;
}

#footer .contact-details-wrapper{
	color:#fff;
	text-align:left;
	padding:50px 0 0 0;
}


#footer .contact-details-wrapper .contact-details{
	font-size:24px;
}

#footer .contact-details-wrapper .contact-details .item{
	float:right;
	clear:both;
	padding:0 0 10px 0;
	font-weight:700;
}

#footer .contact-details-wrapper .contact-details .item a{
	color:#fff;
	text-decoration:none;
}




.wp-block-separator{
	margin:40px 0;
}

.post-content blockquote{
	padding:30px;
	font-style:italic;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}


blockquote p {
  display: inline;
}

.post-content blockquote cite{
	font-weight:600;
	display:block;
	padding-top:15px;
}


/* WP Image alignment
------------------------------------------------------------------*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 25px 25px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 25px 25px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption,
.wp-block-image figcaption{	
	margin-bottom: 1.625em;
	max-width: 100%;
	padding: 14px 9px 9px 9px;
}

.wp-block-image figcaption{
	line-height:1.4em;
	padding:10px !important;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 14px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 4px;
	position: relative;
}

img.size-full{
	height:auto !important;
	width:auto !important;
}