/*!
Theme Name: Eldo
Theme URI: https://www.eldo.co.uk
Author: Eldo
Author URI: https://www.eldo.co.uk
Description: The best bespoke build, by Eldo Web Design Ltd.
Version: 6
License: Private
License URI: https://www.eldo.co.uk
Text Domain: Eldo
Tags: bespoke
*/
body {
	margin: 0;
	background: #fff;
	font-family: var(--body-font);
	color: var(--body-colour);
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 17px;
}
body:not(#tinymce), html {
	float: left;
	width: 100%;
	/* overflow-x: hidden; */
}  
#page-sections, #footer {
	position: relative;
	overflow-x: hidden;
}
/*--------------------------------------------------------------
## Colour Scheme / Layout Settings / Fonts
--------------------------------------------------------------*/
:root {

	/* Section Padding */
	--section-padding-y: 60px;

	/* Tiny Spacing */
	--spacing-tiny: 5px;
	--margin-y-tiny: 5px;

	/* Narrow Spacing */
	--spacing-narrow: 10px;
	--margin-y-narrow: 10px;

	/* Standard Spacing */
	--spacing: 20px; 
	--margin-y: 20px;

	/* Wide */
	--spacing-wide: 40px;
	--margin-y-wide: 40px;

	/* Animations */
	--animate-duration: 1s;
    --animate-delay: 0s;
    --animate-repeat: 1;

	/* General Colours */
	--primary-colour: #0F55A3;
	--accent-colour: #0F55A3;


	/* Backgrounds */
	--dark-bg: #0F55A3;
	--light-bg: #F2F2F2;
	--box-bg:  rgb(0 0 0 / 7%);

	/* Inputs */
	--input-bg: #f7f7f7;
	--input-border: #c3c3c3;
	--input-border-focus: #151515;
	--input-bg-focus: #ffffff;

	/* Typography */
	--body-colour: #151515;
	--headings-colour: #151515;

	--body-font: "Poppins", sans-serif;
	--headings-font: "Poppins", sans-serif;

	/* Shadow */
	--shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 
	/* Buttons */
	--primary-button: #0F55A3;
	--primary-button-text: #ffffff;
	--primary-button-hover: #fff;
	--primary-button-border: #0F55A3;
	--primary-button-text-hover: #0F55A3;

	--secondary-button: #0F55A3;
	--secondary-button-text: #0F55A3;
	--secondary-button-hover: #0F55A3;
	--secondary-button-text-hover: #fff;

	/* Links */
	--link: #0F55A3;
	--link-hover: #09263b;

	--menu-link: #000000;
	--menu-link-hover: #106ed4;
}

.is-dark {
	/* General Colours */
	--accent-colour: #1f81ee;

	/* Links */
	--link: #1f81ee;
	--link-hover: #ffffff;

	--menu-link: #ffffff;
    --menu-link-hover: #106ed4;

	/* Text */
	--headings-colour: #ffffff;
	--body-colour: #ffffff;

	/* Buttons */
	--primary-button: #fff;
	--primary-button-text: #0F55A3;
	--primary-button-hover: #fff;
	--primary-button-border: #0F55A3;
	--primary-button-text-hover: #0F55A3;


	--secondary-button: #0F55A3;
    --secondary-button-text: #fff;
	--secondary-button-hover: #0F55A3;

	--primary-button-hover: #0F55A3;
	--primary-button-text-hover: #ffffff;

	/* Backgrounds */
	--box-bg: rgb(255 255 255 / 8%);
	--input-bg: rgb(0 0 0 / 18%);
	--input-bg-focus: rgba(255,255,255,0.7);
	--input-colour: rgba(255,255,255,0.7);
}

.container.main, #page-sections .container {
	padding: 0 40px;
}
.tiny {
	--spacing: var(--spacing-tiny);
}
.tiny-y {
	--margin-y: var(--margin-y-tiny);
}
.narrow {
	--spacing: var(--spacing-narrow);
}
.narrow-y {
	--margin-y: var(--margin-y-narrow);
}
.no-gutters-y {
	--margin-y: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: var(--headings-colour);
	font-family: var(--headings-font);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
	clear: both;
	line-height: 1.3;
}
h1 {
	font-size:3em;
	color: var(--headings-colour);
	line-height: 1.1;
}
h2 {
	font-size: 2.2em;
	line-height:1.2
}
h3 {
	font-size: 1.4em;
}
h3.small {
	font-size: 1.1em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 0.8em;
}
h6 {
	font-size: 0.6em;
}
p {
	margin-bottom: 1.5em;
	color: var(--body-colour);
}
p.bigger {
	font-size: 1.2em;
}
a {
	font-weight: 500;
}

#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
/* Font Awesome */
.fa-icon:before {
	display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
i {
	font-weight: 400 !important;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: var(--link);
	text-decoration: none;
  	transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: var(--link-hover);
}
a:focus {
	outline: none;
}
a:hover, a:active { 
	outline: 0;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.gform-button, a.button, button.button, .button a, .button a:visited, .button a:focus, input.button,
a.button:visited, input[type="submit"], .woocommerce a.button, .woocommerce button.button,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce a.button.alt, .woocommerce button.button.alt, input[type="submit"]:focus {
	background: var(--primary-button);
	color: var(--primary-button-text);
	font-family: var(--body-font);
	border-radius: 40px !important;
	font-weight:500 !important;
	padding: 10px 54px 10px 18px !important;
	transition: all ease 0.3s;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid var(--primary-button);
	position: relative;
	display: inline-block;
	text-transform: none;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	margin:5px 0;
}
a.button.no-arrow,
.gform_button.button{
	padding: 10px 18px 10px 18px !important;
}
.gform_button.button {
	font-size:18px!important
}
.gform-button:hover, button.button:hover, a.button:hover, .button a:hover, input.button:hover,
input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, a.button:focus {
  	background: var(--primary-button-hover);
  	color: var(--primary-button-text-hover);
	border-color: var(--primary-button-border);
}

   

.search-form .search-field {
	padding: 12px 50px 12px 20px !important;
}
button.search-submit {
	background: none;
	transition: all ease 0.3s;
	color: var(--body-colour);
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	height: 100%;
	width: 40px;
	width: 50px;
    font-size: 1.1em;
}
.search-form {
	position: relative;
}
button.search-submit:hover {
	color: var(--primary-button);
}

/* Secondary button */
a.button.secondary {
	background: #fff;
	color: var(--secondary-button);
	border-color: var(--secondary-button);
}
a.button.secondary:hover {
	background: var(--secondary-button-hover);
	color: var(--secondary-button-text-hover);
	border-color: var(--secondary-button-hover);
}

/* Ghost Button */
a.button.ghost {
	background: none;
	color: #fff;
	border-color: #fff;
}
a.button.ghost:hover {
	background: #fff;
	color: var(--primary-colour);
}
 
/* Text Link */
a.text-link {
	font-weight: 500;
	border-bottom: 1px solid var(--link);
	display: inline-block;
}
a.text-link:hover {
	border-bottom-color: var(--link-hover);
	color: var(--link-hover);
}

/* Button Link */
a.button-link, span.button-link {
	background: none;
    color: var(--primary-button);
    border: none;
    border-bottom: 1px solid var(--primary-button);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
	font-weight: 500;
	display: inline-block;
	padding-bottom: 5px;
}
a.button-link:after, span.button-link:after {
	float: right;
    margin-right: 0px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 10px;
    position: relative;
	padding-bottom: 5px;
    top: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f138";
}
a.button-link:hover, span.button-link:hover {
	border-color: var(--link-hover);
	color: var(--link-hover);
}

a.button:not(.no-arrow):before {
    content: '→';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    padding: 5px;
    transition: all 0.4s ease;
    width: 30px;
    color: var(--primary-button);
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 10px;
    background: var(--primary-button-text);
}
a.button.secondary:not(.no-arrow):before {
	background: #0F55A3;
	color:#fff
}
.is-dark a.button-link {
	color:#fff;
	border-color:#fff
}
.is-dark a.button-link:hover {
	color:var(--accent-colour);
	border-color:var(--accent-colour);
}
a.button.secondary:hover:before {
background: var(--primary-button-hover);
    color: var(--primary-button);
}
a.button:hover:before {
		background:var(--primary-button);
	color:var(--primary-button-hover);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #eaeaea;
}
header .head-info {
	text-align: right;
}
#top-bar {
	background: var(--light-bg);
	padding: 3px 0;
}
#top-bar .head-info {
	text-align:right
}
#top-bar .head-info a {
	margin-left: 10px;
	display: inline-block;
}
.sub-menu li {
	display: block;
  width: 100%;
}
#menu-toggle {
  display: none;
}
#menu-toggle i {
  width: 18px;
}
header span.header-link {
	margin: 5px;
    display: inline-block;
}
span.header-link i {
	color: var(--accent-colour);
}
/*-----------------------
# MEGA MENU
------------------------*/
ul.mega {
	margin: 0;
	padding: 0;
}
.mega-menu-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.sub {
	background: rgb(0 0 0 / 30%);
	padding: 40px 0;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: calc(100% - 1px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	    max-width: 1240px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.sub .menu-image {
	max-width: 340px;
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
a.menu-item.has-sub {
  /* margin-right: 8px; */
	padding-right: 32px !important;
}
.sub h4 {
  margin-bottom: 10px;
	font-size: 1.2em;
}
a.has-sub {
	position: relative;
	padding-right: 10px !important;
	display: inline-block;
}
a.has-sub:after {
	content: '';
	background-image: url('images/angle-down.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 8px;
	height: 18px;
	width: 18px;
	top: 11px;
	transform-origin: center;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
a.has-sub.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-description {
	margin: 20px 0;
}
.mega a.current-page {
  color: #bbb;
}
ul.menu-items a {
	color: var(--menu-link);
	border: none;
	display: inline-block;
	margin: 5px 0;
}
ul.menu-items a.current-page {
	color: var(--menu-link-hover);
}
ul.menu-items a:hover, .page-id-2355 ul.menu-items a.current-page:hover {
	color: var(--menu-link-hover);
}
.menu-description {
	border-right:1px solid #444
}

/*-----------------------
# Banner
------------------------*/
#banner-bg {
	background:#000
}
#banner {
	padding: 180px 0 60px 0;
	position: relative;
	background-color: var(--dark-bg);
	min-height:500px;
	display: flex;
	justify-content: end;
	flex-direction: column;
}
#banner .vci {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}

#banner .container {
  position: relative;
  height:100%
}
#banner .row {
	height:100%
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	clip-path: polygon(0 0, 90% 0, 75% 100%, 0 100%);
	background-blend-mode: multiply;
}
#banner:before, .background-video .video-wrap:before {
    max-width: 800px;
}
#banner h1, #banner p {
	position: relative;
	margin:10px 0
}
#banner p {
	font-size:1.2em
}
#banner .text {
  float: left;
  width: 100%;
}
#banner a {
	color:#fff
}
#banner a:hover {
	color:#bbb
}
/*-----------------------
# Banner - Image Right
------------------------*/
#banner.image-right:before {
	display: none;
}
.banner.image-right {
	background: var(--dark-bg);
}
.banner.image-right .image-wrap img {
	min-height: 500px;
	aspect-ratio: 16 / 9;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner h1, #nobanner p {
	position: relative;
	margin:10px 0
}
#nobanner {
	padding: 200px 0 60px 0 ;
	float: left;
	width: 100%;
}
header {
	position: relative;
}
/*-----------------------
# Full width menu
------------------------*/
header#full #menu {
	background: #F2F2F2;
}
header#full #header-menu {
	text-align: center;
}
header#full .inner {
	padding: 10px 0;
}
header#full #header-menu-desktop, header#full ul.mega {
	text-align: center;
}

/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding: 10px 0 10px 0;
	
}
 
.header-sticky {
	position: sticky;
	z-index: 10;
	top: 0;
}
.admin-bar .header-sticky {
	top: 32px;
}
#left-header #header-menu-desktop {
	text-align: right;
}
#left-header #header-menu {
	text-align: center;
}
.head-buttons a.button {
	padding:5px 10px!important
	
}
.head-buttons {
	margin-bottom:14px
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: 100%;
}
.error-404 {
	padding-top:180px!important
}
.search-submit {
  width: auto;
  text-align: center;
  padding: 12px;
  margin: 0;
  margin-left: 5px;
}
.search-page-form {
  margin-bottom: 20px;
}
.search-submit i {
  margin: 0 auto;
  display: block;
}
#sidebar .search-field {
  width: calc(100% - 43px);
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
	margin-bottom: 10px;
}
#breadcrumbs i {
	font-size: 0.8em;
	color: var(--body-colour);
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 50px 0;
}
#single-post {
  padding: 40px 0;
}
#single-post .side {
	margin: 20px 0;
}
#single-post .side .categories {
	margin-bottom: 20px;
}
#single-post .side h4 {
    border-bottom: 1px solid #ccc;
	margin-top: 0;
    padding-bottom: 5px;
}
h5.author-socials {
	font-size: 1.7em;
	margin: 10px 0;
}
#single-post .side  p {
	margin-bottom: 30px;
	margin-top: 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}
.search-row {
	margin-top:-10px;
	margin-bottom: 20px;
}
.search-row .search-field {
	width: 100%;
}
.search-row .search-wrap {
	margin: 10px 0;
}
.search-row .cat-wrap {
	margin: 10px 0;
}
.sf-input-select, .gfield_select, .form-field select, .orderby, .ginput_container_date select, .select {
	color: var(--body-colour);
	padding: 13.75px 50px 13.75px 20px;
	min-width: 220px;
	max-width: 100%;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	background-color: var(--input-bg);
	border: 1px solid var(--input-border);
	background-image: url('images/angle-down.svg');
	background-size: 18px;
	background-position: center right 20px;
	background-repeat: no-repeat;
	width: 100%;
}
.filter input.sf-input-text {
  width: 100%;
}
.sf-input-select:hover, .gfield_select:hover, .form-field select:hover, .orderby:hover, .ginput_container_date select:hover, .select:hover {
	border-color: var(--input-border-focus);
}
.sf-input-select:focus, .gfield_select:focus, .form-field:focus, .orderby:focus, .orderby:focus, .ginput_container_date select:focus, .select:focus {
	/* border-color: var(--input-border-focus); */
}



/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	width:100%;
	margin:15px 0;
	background: var(--box-bg);
	padding:30px 60px;
	font-weight:normal;
	text-align:center;
	position:relative;
}
blockquote p:first-child {
	margin-top:0
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote:before {
	content:"\f10D";
	position:absolute;
	top:10px;
	left:20px;
	color:var(--accent-colour);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f10d";
	font-size:30px;
}
blockquote:after {
	content:"\f10E";
	position:absolute;
	bottom:10px;
	right:20px;
	color:var(--accent-colour);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  	content: "\f10e";
	font-size:30px;
}
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	float:none;
	width: 100%;
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.map iframe {
	width:100%!important;
	height:450px;
}
hr {
	background-color: var(--primary-colour);
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
.bottom {
	margin-top: auto;
}
/*-----------------------
# Sidebar
------------------------*/
#sidebar {
	max-width: 300px;
	margin: 10px 0;
}
#sidebar .inner {
	background: var(--box-bg);
	padding: 15px;
}
.toggle-sidebar {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	color: var(--primary-colour);
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
	border-radius: 4px;
}
.toggle-sidebar i {
	color: var(--dark-bg);
	margin-left: 5px;
}
ul.pages, ul.child-pages, ul.child-pages, ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages .parent-page {
	margin-top: 0;
}
ul.pages .parent-page a {
	font-weight: bold;
}
ul.child-pages {
	margin-bottom: 20px;
	margin-top: 10px;
}
li.page:not(.current) .child-pages {
	display: none;
}
ul.pages a {
	color: #2E2E2E;
	font-weight: 400;
}
ul.pages a:hover, ul.child-pages a:hover {
	color: var(--primary-colour);
}
ul.pages > li {
  margin-bottom: 10px;
}
ul.pages li a.parent {
	border-left: 3px solid transparent;
	font-weight: bold;
	display: inline-block;
	color: #575757;
}
ul.pages li a.parent:hover {
	color: var(--primary-colour);
}
ul.pages li.current a.parent {
	border-left-color: var(--accent-colour);
	color: var(--primary-colour);
	padding-left: 10px;
}
ul.child-pages li {
	position: relative;
	text-indent: -35px;
	padding-left: 35px;
	margin: 5px 0;
}
ul.child-pages .children li {
	padding-left: 25px;
}
ul.child-pages li:before {
	content: "";
	margin-right: 10px;
	font-weight: 300;
	width: 12px;
	height: 1px;
	position: relative;
	background: #707070;
	top: 0;
	left: 0;
	display: inline-block;
}
/*--------------------------------
# Isotope
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -10px;
	margin-right: -10px;
}
.grid-item {
	width:33.33%;
	padding: 0 10px;
	display:inline-block;
	margin:10px 0
}
/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# Modal
--------------------------------*/
.fancybox-infobar {
  display: none !important;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
}

.fancybox-toolbar .fancybox-button:hover {
	background: var(--primary-colour);
}
.fancybox-thumbs__list a:before {
	border-color: var(--primary-colour);
}
.fancybox-button--arrow_left:hover div, .fancybox-button--arrow_right:hover div {
	background: var(--primary-colour);
}
.fancybox-navigation .fancybox-button div {
	transition: all 0.4s ease;
}
.fancybox-button[disabled] {
	display: none !important;
}
.fancybox-close-small:hover {
	background: none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
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 {
	outline: none;
}
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(--input-colour);
	border: 1px solid var(--input-border);
	background: var(--input-bg);
	border-radius: 2px;
	padding: 8px !important;
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family: inherit;
  	-webkit-appearance: none;
}
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 {
	outline: none;
	border-color: var(--input-border-focus);
	background: var(--input-bg-focus);
}
select {
	border: 1px solid #ccc;
}
.sm-clean a span.sub-arrow {
	width: 8px;
	position: absolute;
	right: -2px;
	top: 50%;
}
.sm-clean a.has-submenu {
	padding-right: 12px;
}
textarea {
	width: 100%;
	max-height: 150px;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 5px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 5px;
}
.aligncenter, .aligncenter img {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 0;
}
.widget-title {
	margin: 15px 0;
	font-size: 1.1em;
}
.widget_recent_entries li {
	margin-bottom: 10px;
}
.widget select {
	max-width: 100%;
}
.widget ul {
	margin: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style: none;
}
.widget_categories li:before  {
  text-align: center;
  margin-right: 0px;
  font-weight: 300;
  padding: 4px;
  position: relative;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f105";
  font-size: 0.9em;
  top: 0;
  display: inline-block;
}
#sidebar {
  font-size: 0.95em;
}
.widget_categories li {
	display: block;
	margin-bottom: 5px;
  text-indent: -12px;
  padding-left: 20px;
}
.widget_recent_comments li {
  padding-left: 0;
  text-indent: 0;
}
/* Lists */
ul, ol {
	color: var(--body-colour);
}
ul li::marker, ol li::marker {
	color: var(--accent-colour);
}
/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 40px 0;
  background: #F2F2F2;
  height:500px;
  min-height: 500px;
}
.error-404 .container,
.error-404 .row {
	height:100%
}
.error-404 {
  text-align: left;
}
.error-404 #icon {
  max-width: 150px;
  border-right: 1px solid #ccc;
}
.error-404 #icon i {
  font-size: 6em;
  color: #6f6f6f;
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/
section.is-hidden {
	/* transition: all 0.5s ease; */
	position: relative;
}
section.is-hidden:hover {
	box-shadow: none;
}

.is-hidden-message {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 0px 5px rgb(182 0 0) inset;
}
section.is-hidden:hover .is-hidden-message {
	opacity: 0;
	visibility: hidden;
	box-shadow: none;
}
.is-hidden-message:before {
    content: 'This section is hidden from visitors';
	background-color: rgb(182 0 0);
	color: #fff;
	text-transform: uppercase;
    top: 0;
    position: absolute;
	width: 100%;
    left: 0;
    transition: all 0.5s ease;
    padding: 5px 0;
    text-align: center;   
	font-family: Arial, Helvetica, sans-serif;
}
#password-protected {
	padding: 40px 0;
}
.lt {
  margin: 10px 0 10px 0;
}
h2.lt {
	position:relative;
	padding-bottom:20px
}
h2.lt:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:80px;
	height:2px;
	background:var(--accent-colour)
}
.is-dark h2.lt:after {
	background:#fff
}
.layout-title .tc .button-wrap {
	min-width: 100%;
}
.light-bg {
  background-color: var(--light-bg);
}
.dark-bg {
  background-color: var(--dark-bg);
  background-image: linear-gradient(to right, #0D2C50 , var(--dark-bg));
}
.light-bg.pattern:before {
	content:"";
	position:absolute;
	top:0;
	height:100%;
	width:100%;
	background:#fff;
	clip-path: polygon(45% 0, 100% 0, 100% 80%, 88% 80%, 80% 100%, 0 100%, 0 65%, 35% 65%);
}
ul.list {
	list-style: none !important;
	padding-left: 0px;
	line-height: normal !important;
	line-height: 1.5;
	margin-left:0;
	color: var(--body-colour);
}
ul.list li {
	position: relative;
	padding-left: 25px;
	margin: 10px 0;
}
ul.list li:before {
	color: var(--accent-colour);
	display: inline-block;
	font-size: 1em;
	position: absolute;
	top: 2px;
	line-height: normal;
	left: 0;
	width: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
}
ul.list.standard li:before {
	content: "\f068";
}
ul.list.ticks li:before {
	content: "\f058";
}
#page-sections {
	float: left;
	width: 100%;
}
#page-sections .dark-overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
}
#page-sections .light-overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	opacity: 0.8;
}
.background-image div, .background-colour {
	position: relative;
}

.box {
	background: var(--box-bg);
	padding: 30px;
	float: left;
	width: 100%;
}
.shadow {
	box-shadow: var(--shadow);
}
.hb {
	background: var(--box-bg);
	padding: 30px;
	display: flex;
	float: left;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}
.light-bg .box {
	background:#fff;
}
.light-bg.pattern .box {
	background:none;
}
/*--------------------------------
# Text Box
--------------------------------*/
.trim :first-child {
	margin-top: 0;
}
.trim :last-child {
	margin-bottom: 0;
}
/*--------------------------------
# Text & Video
--------------------------------*/
.text-video .image-wrap a {
    position: relative;
}
.text-video .image-wrap a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 22%);
}
.text-video .play-button {
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 4em;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transition: all 0.4s ease;
    left: 0;
}
.text-video .play-button:hover {
    font-size: 4.5em;
}
/*--------------------------------
# Image Left, Image Right
--------------------------------*/
.image-left .text .inner,
.image-right .text .inner {
	padding:0;
}
.image-left.full-width .text .inner {
	padding: 60px 20px 60px 40px;
}
.image-right.full-width .text .inner {
	padding: 60px 40px 60px 20px;
}
.image-left.full-width .image-wrap img,
.image-right.full-width .image-wrap img {
	display: block;
	height: 100%;
	object-fit: cover;
}
/*--------------------------------
# Slider
--------------------------------*/
.slider .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.slider .slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
}
.slider .inside  {
	position: relative;
	z-index: 4;
	text-align: left;
}
.slider .text {
	max-width: 620px;
}
.slider .slide {
	height: 100%;
	min-height: 500px;
	padding: 60px;
	width: 100%;
}
.flickity-page-dots {
	bottom: 20px;
	max-width: 1240px;
	text-align: center;
	margin: 0 auto;
	right: 0;
	left: 0;
	padding-left: 20px;
	padding-right: 20px;
}
.flickity-page-dots li:only-child {
	display: none !important;
}
.flickity-page-dots .dot {
	height: 12px;
	width: 12px;
	margin: 0 6px;
}
.is-dark .flickity-page-dots .dot {
	background: #fff;
}
.slider h2, .slider p, .slider a.button {
	position: relative;
	margin:10px 0
}
.slide h2, .slide p, .slide .button {
	visibility: hidden;
	animation-name: fadeOut;
	animation-duration: 0.5s;
}
.slide.is-selected h2 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	visibility: visible;
}
.slide.is-selected p {
	animation-name: fadeInUp;
	animation-duration: 1s;
	visibility: visible;
}
.slide.is-selected .button {
	animation-name: fadeIn;
	animation-duration: 1s;
	visibility: visible;
}

/*-----------------------
# Before & After
-----------------------*/
.before-after img {
	height: 100%; 
    max-width: none;
}
/*-----------------------
# Background Video
------------------------*/
.background-video .video-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.25;
	clip-path: polygon(0 0, 90% 0, 75% 100%, 0 100%);
	z-index:1;
	background-blend-mode: multiply;
}
.background-video, .background-video .video-wrap {
	position: relative;
}
.background-video h1 {
    font-size: 2.4em;
}
.background-video .video-wrap {
	min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.background-video video {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    display: block;
    object-fit: cover;
}
.background-video .text-wrap {
    padding: 60px 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
	position: relative;
    width: 100%;
}
.background-video .text {
	margin-top:80px
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#F2F2F2;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Images
------------------------*/
.images-layout img {
	display: block;
	width: 100%;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb .image-wrap img {
    /* aspect-ratio: 1 / 1;
    object-fit: cover; */
}
/*-----------------------
# Promo Boxes
------------------------*/
.promo-box {
	width: 100%;
	min-height:400px;
}
.promo-box.col {
	min-width: 33.33%;
	max-width: 50%;
}
.promo-box .inner {
	padding: 30px;
	width: 100%;
	position: relative;
}
.promo-box .inner:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
	background: #000;
}
.promo-box .inner *:not(.button) {
  color: #fff;
}
.promo-box h3 {
  margin-top: 0;
}
.promo-box div {
  z-index: 2;
  position: relative;
}
/*-----------------------
# Child Pages
-----------------------*/
.child-page .inner {
	width: 100%;
}
.child-page.current {
	opacity: 0.5;
	pointer-events: none;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.parent-page {
	margin: 20px 0;
}
.no-block {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding: 40px;
	border: 2px dashed #ccc;
}
/*-----------------------
# Table Layout
-----------------------*/
.table-layout td, .table-layout th, .table-layout thead {
	padding: 10px;
}
.table-layout .th, .table-layout thead {
	border: 1px solid #869e5f;
}
.table-layout th {
  background: var(--light-bg);
  text-align: left;
  font-weight:600;
  border-left:1px solid #666;
  border-top:1px solid #666;
}
.table-layout th:last-child {
	border-right:1px solid #666;
}
.table-layout td {
  background: #fff;
  border-left:1px solid #666;
  border-top:1px solid #666;
  vertical-align: top;
}
/* .table-layout tr:nth-child(even) td {
	background:#F2F2F2;
} */
.table-layout tr > td:last-child {
	border-right:1px solid #666;
}
.table-layout tr:last-child td {
	border-bottom:1px solid #666;
}
.table-layout table {
	border-spacing: 0px;
}
/*-----------------------
# Contact Details
-----------------------*/
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details h3 i {
	font-size: 0.7em;
	margin-right: 8px;
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
	font-weight: bold;
}
.contact-details .bh .inner {
	padding: 5px 0;
	max-width:80%
}
.contact-details .bh .inner:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.contact-info .detail  {
	margin-bottom: 20px;
}
.contact-info .detail h3 {
	margin: 0;
	margin-bottom: 15px;
}
.contact-info .notes {
	margin-top: 10px;
}
.contact-info .detail p {
	margin: 0;
}
.contact-info .box {
	text-align: center;
}
.contact-info .label {
	font-weight: bold;
}
.contact-details .email-wrap {
    margin-bottom: 10px;
}
/*-----------------------
## Call to action
-----------------------*/
.calltoaction {
	padding: 40px 0;
}
.cta-link {
	text-align: center;
}
/*-----------------------
## Pricing Tables
-----------------------*/
.product .bottom {
    padding-top: 20px;
}
.product .header {
	background: var(--dark-bg);
	padding: 20px;
	position: relative;
	top: -20px;
	text-align: center;
	left: -20px;
	width: calc(100% + 40px);
}
.product .header h3 {
	margin: 0;
}
.product .header h4 {
	margin: 0;
}
.product .inner {
	background: var(--box-bg);
    width: auto;
    text-align: left;
    padding: 20px;
	overflow: hidden;	
}
.product .icon {
	  color: var(--accent-colour);
	  font-size: 1.5em;
}
.product .feature {
	padding: 5px 10px;
	border-radius: 5px;
	/* border-bottom: 1px solid #eee; */
}
.product .features-wrap .feature:nth-child(even) {
	/* background: #fff; */
}
.product .icon.cross {
	opacity: 0.3;
	filter: grayscale(100%);
}
/*-----------------------
# Features List
-----------------------*/
.feature h3 {
	margin: 0;
	margin-bottom: 5px;
}

.feature p {
	margin: 0;
}
.features .feature .icon i {
  position: relative;
  top: -9px;
}
.features .feature .icon {
  max-width: 44px;
	color: var(--accent-colour);
	font-size: 1.8em;
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link {
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.team-title {
	margin-bottom: 10px;
}
.team-subtitle {
  margin: 0;
  opacity: 0.5;
}
.col.member {
    min-width: 25%;
    max-width: 50%;
}
 
.member img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.modal-team img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.modal-team .link-wrap {
	margin: 15px 0;
}
.modal-team .link-wrap:last-of-type {
	margin-bottom: 0;
}
.member .bottom {
	padding-top:10px
}
/*-----------------------
# Accordion
-----------------------*/
.accordion-toggle {
	width:100%;
	cursor: pointer;
	position: relative;
	padding: 8px 20px 8px 20px;
	border-radius: 0px;
	border: 1px solid var(--primary-button);
	margin-top: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	color:var(--body-colour);
	font-weight: 600;
	font-size: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.accordion-toggle:hover {
	background:var(--primary-button);
	color: #fff;
}
.accordion-toggle.active {
	background: var(--primary-button);
	color: #fff;
}
.accordion-content {
	overflow: hidden;
	display: none;
	padding: 20px;
	margin-bottom: 20px;
}
.accordion-content :first-child {
	margin-top: 0;
}
.accordion-content :last-child {
	margin-bottom: 0;
}
.accordion-content.default {
	display: block;
}
.accordion-toggle .fa {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	font-size:30px!important;
	margin-left: 10px;
}
.accordion-toggle i {
	transition: all 0.4s ease;
}
.rotate180 {
	transform: rotate(180deg);
}
/*--------------------------------
# Timeline
--------------------------------*/

.timeline-entry {
	margin: 50px 0;
	position: relative;
	--spacing: 40px;
}
.timeline-entry:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    left: 0px;
    margin: 0 auto;
	border-radius: 50%;
    background: var(--primary-button);
    background-repeat: no-repeat;
    background-size: contain;
}
.timeline-container {
	position: relative;
}
.timeline-container .timeline-entry:first-child {
	margin-top: 100px;
}
.timeline-container .timeline-entry:last-child {
	margin-bottom: 100px;
}
.timeline-container:before {
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: var(--primary-button);
}
.timeline-entry .title {
    margin: 0;
}
/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.carousel-image {
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 40px;
}
.carousel-image img {
	display: block;
	height: auto;
	max-height: 80px;
	min-width: 50px;
	width: auto;
	max-width: 220px;
	margin:10px
}
.full-container .carousel-wrap {
	padding: 0;
}
.logos .flickity-page-dots {
	bottom: 0;
	position: relative;
}
.is-dark .carousel-image img, .is-dark .logo-wrap img {
    filter: brightness(0) invert(1);
	opacity: 0.9;
}
.logo-row .logo-wrap img {
    max-height: 70px;
    min-width: 50px;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.logo-row .logo-wrap  {
	margin: 20px 0;
}
.logo-wrap img {
	display: block;
	max-height: 75px;
	width: auto;
	margin: 0 auto;
	max-width: 200px;
}
/*--------------------------------
# Accreditations
--------------------------------*/
section:has(.accreditations) {
	background:var(--light-bg)
}
/*--------------------------------
# Downloads
--------------------------------*/
.download img {
	max-height: 100px;
	width: auto;
	display: inline-block;
	margin-bottom: 20px;
}

/*--------------------------------
# Links section
--------------------------------*/
.link-title {
	margin-top: 0;
	margin-bottom: 15px;
}
.link-description {
	margin-top: 0;
	margin-bottom: 15px;
}
.link-image img {
	max-height: 70px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
	display: block;
	margin-bottom: 20px;
}
/*--------------------------------
# TABS
--------------------------------*/
ul.tabs{
	margin: 0px;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
ul.tabs li{
	background: none;
	color: var(--primary-button);
	display: inline-block;
	padding: 15px 30px;
	cursor: pointer;
	transition: all 0.3s;
	margin-right: 10px;
	font-weight: 600;
}
ul.tabs li:hover {
	color: var(--link-hover);
}
ul.tabs li.current{
	background: var(--box-bg);
	color: var(--body-colour);
	pointer-events: none;
}
.tab-content {
	display: none;
	background: var(--box-bg);
	padding: 30px;
}
.tab-content.current{
	display: inherit;
	animation-name: fadeIn;
	animation-duration: 0.5s;
}
/* Horizontal */
.tabbed.horizontal ul.tabs {
	padding: 0px;
}

/* Vertical */
.tabbed.vertical .tabs li {
	margin: 0;
}
.tabbed.vertical .tabs li, .tabbed.vertical .tabs li a {
	width: 100%;
}
/*--------------------------------
# GALLERY
--------------------------------*/
.gallery-icon img {
	display: block;
}
.gallery-item .gallery-caption {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 10px;
}
.gallery-item {
	padding: 0 10px;
	margin: 10px 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;
}
.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	transition: all 0.6s ease;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f03e";
	font-size: 4em;
	z-index: 1;
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	/* opacity: 1; */
}
.gallery-image img, .gallery-icon img {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image:hover img, .gallery-icon:hover img {
	transform: scale(1.1);
}
div.gallery {
  position: relative;
  float:left;
}
body.single-post div.gallery {
	left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    margin:20px 0
}
.gallery-image.col:not(.five) {
    min-width: 25%;
    max-width: 50%;
}
.gallery-image img {
	width:100%;
	display:block;
}
.gallery.standard img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
/*--------------------------------
# Isotope / Masonry Gallery
--------------------------------*/
 
 
.image-item img {
	width: 100%;
	background-color: var(--light-bg);
	display: block;
	opacity: 0;
	transition: opacity 0.8s ease;
}
.image-item img.loaded {
	opacity: 1;
}
/*--------------------------------
# Gallery Carousel
--------------------------------*/
.gallery-main.flickity-resize .image {
  min-height: 100%;
}
.gallery-main {
	margin: 20px 0;
}
.gallery-main .image img {
	display: block;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 100%;
}
.gallery-thumbs img {
	display: block;
	transition: all 0.4s ease;
}
.gallery-thumbs .thumb:hover img {
	opacity: 0.6;
}
.gallery-thumbs .thumb {
	width: 20%;
	margin: 0 10px;
	cursor: pointer;
}
.gallery-thumbs .thumb img {
	display: block;
}
.flickity-button {
	padding: 0;
	background: rgba(255,255,255,0.9);
	color: var(--primary-colour);
	margin: 0;
}
.flickity-button:hover {
	color: var(--primary-colour);
}
/*-----------------------
# Page Excerpt
-----------------------*/
.excerpt-page p {
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
}
.excerpt-page img {
	aspect-ratio: 16 / 12;
	transition: all 0.5s ease;
	object-fit: cover;
}
.excerpt-page .inner {
	position: relative;
	overflow: hidden;
}
.excerpt-page .content {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}
.excerpt-page .inner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
	transition: all 0.5s ease;
	z-index: 1;
	background-blend-mode: multiply;
}
.excerpt-page .inner:hover:before {
	opacity: 0.8;
	background-color: var(--dark-bg);
}
.excerpt-page .inner:hover img {
	transform: scale(1.1);
}
 
.excerpt-page .button-link {
	visibility: hidden;
	transition: all 0.5s ease;
	opacity: 0;
}
.excerpt-page .inner:hover .button-link {
	visibility: visible;
	opacity: 1;
}
.excerpt-page .content .text {
	position: relative;
	text-align: center;
}
.excerpt-page .content h3 {
	margin: 0;
	margin-top:34px;
	font-size: 1.8em;
	transition: all ease 0.3s;
}
.excerpt-page .inner:hover h3 {
	margin-top:0
}
.excerpt-page .view {
	font-weight: bold;
}
/*-----------------------
# Sibling Pages
-----------------------*/
.sibling-page {
	margin: 20px 0;
}
.sibling-page .thumb-wrap {
	max-width: 100px;
}
/*-----------------------
# Number counter
-----------------------*/
.number-counter h3 {
	font-size:3em;
	margin: 0;
}
.number-counter .counter {

}
.number p {
	margin: 0;
	margin-top: 10px;
}
.number {
	text-align:center
}
/*--------------------
## Galleries (Posts)
---------------------*/
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 50%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.gallery-item .gallery-caption {
	display:none
}
/*--------------------------------
# Testimonials
--------------------------------*/
.testimonials {
	padding: 20px 0;
	float: left;
	width: 100%;
}
.testimonials .section-title {
	margin-top: 0;
}
.testimonials .flickity-page-dots {
	position: relative;
	bottom: -20px;
}
.t-slide h1 {
  margin-top: 0;
}
.t-slide {
	width: 40%;
	margin: 0 30px;
	opacity: 0.5;
}
.flickity-resize .t-slide {
	min-height: 100%;
	background: var(--box-bg);
	transition: opacity 0.3s ease;
}
.t-slide.is-selected {
	opacity: 1;
}
.t-slide .company {
	font-size: 0.9em;
}
.dark-bg .t-slide {
	background: none;
	border:1px solid #fff;
}
.t-slide .inner {
   padding: 30px 40px 70px 40px;
}
.testimonial p, .testimonials p {
	font-size: 1.1em;
	font-style:italic
}
.testimonial .container, .testimonials .container {
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
	/* font-weight: 500;
	font-size: 1.2em;
  	color: var(--body-colour); */
}
.author p {
	margin:0
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonials img {
	display:block;
	margin:0 auto;
  	width: 70px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonials i {
	color: var(--accent-colour);
}
.testimonials .flickity-viewport {
  transition: all 0.4s;
}
.quote-mark i {
	font-weight:900!important;
	font-size:4em;
	position:absolute;
	right:30px;
	bottom:20px;
	opacity:0.7;
	transition: all ease 0.6s;
	scale:0.5
}
.t-slide.is-selected .quote-mark i {
	opacity:1;
	scale:1
}
.is-dark .quote-mark i, .is-dark .author {
	color:#fff
}
/*--------------------------------
# Testimonial Grid
--------------------------------*/
.testimonial-grid .inner {
  padding: 30px;
  box-shadow: var(--shadow);
  background: #fff;
}
.is-dark .testimonial-grid .inner {
	background: var(--box-bg);
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
	font-weight: bold;
	color: var(--body-colour);
}
.testimonial-grid .inner .author .company {
	font-weight: normal;
	opacity: 0.6;
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  margin: 0 auto;
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
.testimonial-grid i {
	color:var(--accent-colour)
}
/*-----------------------
# Interactive Map
------------------------*/
section.image-map {
	padding: 0;
}
.image-container {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	transition: opacity 0.3s ease;
}
.image-container img {
	margin: 0 auto;
	display: block;
	width: 100%;
}
.image-container .item {
	position: absolute;
	background: var(--accent-colour);
  display: block;
	line-height: normal;
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin-top: -15px;
	margin-left: -15px;
	font-size: 0.9em;
	-webkit-backface-visibility: hidden;
	padding-top:2px;
	height:30px;
	width:30px;
  border-radius: 30px;
	border: 2px solid #fff;
	cursor: pointer;
 
	z-index: 12;
  animation: pulses 3s infinite;
	transition: all 0.5s ease;
}
.image-container .item:hover {
	animation: none;
	transform: scale(1.2);
	z-index: 13;
	background:#3398DB
}

@-webkit-keyframes pulses {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(51,152,219, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(51,152,219, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(51,152,219, 0);
  }
}

@keyframes pulses {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(51,152,219, 0.9);
    box-shadow: 0 0 0 0 rgba(51,152,219, 0.8);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(51,152,219, 0);
    box-shadow: 0 0 0 10px rgba(51,152,219, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(51,152,219, 0);
    box-shadow: 0 0 0 0 rgba(51,152,219, 0);
  }
}

@-webkit-keyframes pulsesOut {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(51,152,219, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(51,152,219, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(51,152,219, 0);
  }
}

@keyframes pulsesOut {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(51,152,219, 0.9);
    box-shadow: 0 0 0 0 rgba(51,152,219, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(51,152,219, 0);
    box-shadow: 0 0 0 10px rgba(51,152,219, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(51,152,219, 0);
    box-shadow: 0 0 0 0 rgba(51,152,219, 0);
  }
}
ul.map-list {
	margin:0; 
	padding:0
}
ul.map-list li {
	list-style:none;
	padding:10px 0;
	border-bottom:1px solid #ccc
}
ul.map-list li i {
	font-size:0.9em
}
/*--------------------------------
# Videos
--------------------------------*/
.video-container {
	min-width: 25%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	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%;
}

/*--------------------------------
# Multiple CTA
--------------------------------*/
.cta .inner {
  width: 100%;
}
.cta:not(.intro) .inner {
	text-align: center;
}
.cta-title {
	margin-bottom: 5px;
}
.cta-image {
	min-height: 95px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.cta-image img {
	display: inline-block;
	vertical-align: middle;
	max-height: 90px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
}
.cta-icon {
	font-size: 91.5px;
	line-height: 1;
	color: var(--accent-colour);
}


/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.excerpt {
	position: relative;
	float: left;
	width: 100%;
}
.excerpt.standard {
	overflow: hidden;
}
.excerpt.standard .excerpt-thumb img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.is-dark .excerpt {
	background-color: var(--box-bg);
}
div.categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.categories li {
    display: inline-block;
}
.excerpt span.date {
	opacity: 0.5;
	color: var(--body-colour);
	margin-bottom:10px;
	float:left;
	width:100%;
}
div.categories a {
	display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 1;
    color: var(--body-colour);
    background: var(--box-bg);
	font-size: 0.85em;
}
div.categories a:hover {
	color: var(--link);
}
.excerpt-related {
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt-related .excerpt-title {
	color: var(--primary-colour);
	margin-bottom: 0;
}
#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt .inner {
	padding: 20px 0;
}
.excerpt-content {
	color: var(--body-colour);
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.excerpt-title {
	margin: 10px 0;
}
.excerpt-title a {
	color:var(--body-colour)
}
.excerpt-title a:hover {
	color:var(--link)
}
.meta span {
	display: inline-block;
}
#related-posts {
	float:left;
	width:100%;
	position:relative;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
 #related-posts {
	float:left;
	width:100%;
	position:relative;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}
#post-nav {
	padding-top: 10px;
	float:left;
	width:100%;
	position:relative;
	border-top: 1px solid #ccc;
}
.prev-post, .next-post {
	margin: 10px 0;
}
.next-post {
	margin-left: auto;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
 
.meta {
  margin: 5px 0;
  color: #a5a5a5;
  font-size: 0.9em;
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 300px;
	max-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.excerpt-archive.classic .excerpt {
	margin: 20px 0;
}
.sticky {
	display: block;
	position: relative;
}
.excerpt-thumb, .thumb-wrap, .image-wrap {
	position: relative;
  float: left;
  width: 100%;
  flex: 0 0 auto;
}
.excerpt-footer {
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.thumb-wrap span.button-link {
	color:#fff!important
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/

.gform-theme--api, .gform-theme--framework {
	--gf-font-size-primary: 16px !important;
}
.gform_validation_errors {
	background:#fff!important
}
p.gform_required_legend {
	display: none;
}



/*-----------------------
# Menu Toggle
------------------------*/
.toggle-wrap {
	position: relative;
	cursor: pointer;
	display: inline-block;
	/*disable selection*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: manipulation;
	width:34px;
	float:right;
}
.toggle-bar {
	width: 34px;
	position: relative;
	display: block;
}
.toggle {
	width:34px;
	height:4px;
	float:right;
	background:var(--accent-colour);
	margin:3px 0;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.toggle-wrap:hover .toggle.two {
	width:26px;
}
.toggle-wrap:hover .toggle.three {
	width:18px;
}
.toggle-wrap:hover .toggle {
	background:var(--dark-bg);
}

/*-----------------------
# Mobile Menu
------------------------*/
.logo img {
	width:100%;
	display:block;
	max-width: 160px;
}
#mobile-header {
	padding: 10px 0;
	width:100%
}
#mobile-menu-overlay  {
	position: fixed;
	z-index: 888888;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom:0;
	overflow-y: scroll;
	padding: 0;
	display:none;
	overscroll-behavior: contain;
}
#mobile-menu .current-menu-item a {
    color: var(--link);
}


body.menu-open,
html.menu-open {
  overflow-y: hidden;
}
#mobile-menu-overlay .sm-clean a {
	padding-right: 0;
}
#mobile-menu-overlay .sm-clean li {
  border-top: 1px solid rgb(255 255 255 / 15%);
}
#mobile-menu-overlay .sm-clean > li:first-child {
  border-top: 0;
}
#mobile-menu-overlay .menu-logo img {
	display: block;
	height: auto;
	height: auto;
	max-width: 210px;
}
#mobile-menu-overlay .close-button-wrap {
	min-width: 74px;
	text-align: center;
}
#mobile-menu-overlay .button-wrap {
	margin: 10px 0;
}
#mobile-menu-overlay .cta-buttons {
  margin: 15px 0;
}
.close-menu {
	color: #fff;
	font-size: 26px;
	touch-action: manipulation;
	display: inline-block;
}
#mobile-main {
	padding-top:30px;
	padding-bottom:30px;
}
#mobile-main .container {
	max-width:600px
}
.mobile-center {
	min-height:calc(100vh - 86px);
	flex-wrap: wrap
}
.mobile-center .float {
	min-width:100%
}
#mobile-menu-overlay .social {
	text-align:center;
	padding-top:30px;
}
.mob-ctas {
	padding-top:30px
}
@media screen and (max-width: 600px) {
	.mobile-center {
		min-height:calc(100vh - 180px);
	}
}
#mobile-menu-wrap {
	display: none;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer-contact .gfield_label,
#footer-contact .gform-field-label{
	color:#fff!important
}
body.page-id-7 #footer-contact .container{
	display:none
}
body.page-id-7 #footer-contact  {
	padding-top:0;
	padding-bottom:10px
}
#footer {
	float: left;
	width: 100%;

	padding: 60px 0 30px 0;
}
/* #footer, #copyright {
	--link: #ffffff;
	--link-hover: var(--primary-colour);
} */
#footer .co {
	margin: 20px 0;
}
#footer .foot-title {
	margin: 0 0 20px 0;
	font-size:1.2em;
	font-weight:500
}
.footer-menu {
	margin: 0 !important;
}
#footer .label {
	color: var(--body-colour);
}
#footer .socials {
	margin-top: 10px;
}
#footer .email-extra p, #footer .phone-extra p {
    margin: 0;
    margin-bottom: 10px;
}
.footer-menu li {
	margin: 2px 0;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
}
#footer p {
	margin:0
}
#footer .logo img {
	margin-bottom:48px
}
#footer .socials i {
	font-size:1.4em!important
}
/* .footer-menu li:before 	{
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f054";
	font-size: 0.7em;
	margin-right: 5px;
	position: relative;
	top: -1px;
	color: #c1c1c1;
} */
 #copyright hr {
	width:100%;
	margin:0 0 30px 0
 }
#copyright {
	float: left;
	width: 100%;
	margin-top: 0;

	padding: 0;
	padding-bottom:50px;
	border-top: 1px solid rgb(255 255 255 / 20%);
}
#copyright .credit {
	text-align: right;
}
 
#copyright a {
	white-space: nowrap;
}
p.copyright {
	margin: 0;
}
p.website-by {
	margin-top: 10px;
	margin-bottom: 0;
}
 
.legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.legal-menu li {
	display: inline-block;
}
.legal-menu li a {
	font-size: 1em;
	display: inline-block;

}
/* Back To Top */
.fab-container {
	margin: 1em;
	position: fixed;
	bottom: -72px;
	right: 0;
	z-index: 4;
}
.to-top {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	position: relative;
	cursor: pointer;
	transition: .3s;
	background: var(--primary-colour) url(images/up.svg) center no-repeat;
	background-size: 15px;
}
.to-top:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
.socials {
	font-size:2em
}
a.social-link.facebook, a.social-link.facebook:visited {
    color: #3b5998;
}
a.social-link.x, a.social-link.x:visited {
    color: #1da1f2;
}
a.social-link.pinterest, a.social-link.pinterest:visited {
    color: #bd081c;
}
a.social-link.instagram, a.social-link.instagram:visited {
    color: #833ab4;
}
a.social-link.linkedin, a.social-link.linkedin:visited {
    color: #0077b5;
}
a.social-link.youtube, a.social-link.youtube:visited {
    color: #cd201f;
}
a.social-link.vimeo, a.social-link.vimeo:visited {
	color:#1ab7ea;
}
a.social-link.tiktok, a.social-link.tiktok:visited {
	color:#000;
} 
.social-link {
	color: var(--link);
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 50%;
}
a.social-link:visited {
	color: var(--link);
}
a.social-link:hover, .social-link:hover {
	color: var(--link-hover);
}


.two-cols-row .inner-section .container {
	padding: 0 !important;
}
.row-align-center .two-cols-row {
    align-items: center;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
	.timeline .timeline-entry:nth-child(odd) .text .inner {
		padding-left: 40px;
	} 
	.timeline .timeline-entry:nth-child(odd) .image-wrap .inner {
		padding-right:  40px;
	} 
	
	.timeline-entry .text .inner {
		max-width: 450px;
	}
	.timeline .timeline-entry:nth-child(even) .image-wrap .inner {
		padding-left:  40px;
	} 
	.two-cols-row.half .inner-section {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 20px;
	}
	.two-cols-row.one-third .inner-section:first-child {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
		padding: 0 20px;
	}
	.two-cols-row.one-third .inner-section:last-child {
		-ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
		padding: 0 20px;
	}
	.two-cols-row.one-third-reverse .inner-section:last-child {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
		padding: 0 20px;
	}
	.two-cols-row.one-third-reverse .inner-section:first-child {
		-ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
		padding: 0 20px;
	}

	.two-cols-row.no-horizontal-layout-gap {
		margin-left: 0;
		margin-right: 0;
	}
	.two-cols-row.no-horizontal-layout-gap .inner-section {
		padding-left: 0;
		padding-right: 0;
	}
	.two-cols-row.narrow-horizontal-layout-gap {
		margin-left: -10px;
		margin-right: -10px;
	}
	.two-cols-row.narrow-horizontal-layout-gap .inner-section {
		padding-left: 10px;
		padding-right: 10px;
	}

	.two-cols-row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.two-cols-row.standard-horizontal-layout-gap .inner-section {
		padding-left: 20px;
		padding-right: 20px;
	}	
	.two-cols-row.wide-horizontal-layout-gap {
		margin-left: -40px;
		margin-right: -40px;
	}
	.two-cols-row.wide-horizontal-layout-gap .inner-section {
		padding-left: 40px;
		padding-right: 40px;
	}
	 
	.two-cols-row.standard-gutters-only .inner-section {
		padding-left: 20px; 
		padding-right: 20px;
	}
	.two-cols-row.wide-only {
		margin-left: -40px;
		margin-right: -40px;
	}
	.two-cols-row.wide-only .inner-section {
		padding-left: 40px; 
		padding-right: 40px;
	}
	.two-cols-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wide {
		--spacing: var(--spacing-wide);
	}
	.wide-y {
		--margin-y: var(--margin-y-wide);
	}
	.next-post {
		text-align: right;
	}
	.modal {
		max-width:900px;
		margin:0 10px;
	}
	.image-left.full-width .text {
		max-width: 600px;
	}
	.image-right.full-width .text .inner {
		max-width: 600px;
	}
}
@media screen and (min-width: 768px) {
	.search-row .search-wrap {
		max-width: 300px;
	}
	.timeline .timeline-entry:nth-child(even) .text .inner {
		float: right;
		text-align: right;
	} 
	.timeline .timeline-entry:nth-child(odd) .image-wrap {
		order: -1;
	}
}
@media screen and (min-width: 1600px) {
    #banner:before, .background-video .video-wrap:before {
        max-width: 1400px;
    }
}
@media screen and (min-width: 2200px) {
    #banner:before, .background-video .video-wrap:before {
        max-width: 1600px;
    }
}
@media screen and (max-width: 1200px) {
	#news-page.classic #sidebar {
		min-width: 100%;
	}
	
}
@media screen and (max-width: 1100px) {
.logo img {
	max-width:130px
}

}
@media screen and (max-width: 1024px) {
	.head-buttons {
		display:none
	}
	.cover, .background-image {
		background-attachment: scroll !important;
	}
	.video-container {
		min-width: 50%;
		max-width: none;
	}
	.grid-item {
		width: 50%;
	}
	#banner:before,
	.background-video .video-wrap:before {
		clip-path:none;
        max-width: 100%;
        opacity: 0.4;
	}
}
@media screen and (max-width: 1023px) {
	.background-video .text {
		max-width:100%
	}
     .legal-menu li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }
	.background-video .text-wrap {
		padding-left:0;
		padding-right:0
	}
	.t-slide {
		width:80%
	}
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 40px;
	}
	
	.image-left .image-wrap img, .image-right .image-wrap img {
		display: block;
		margin: 0 auto;
	}
 
	.flickity-page-dots .dot {
		height: 10px;
		width: 10px;
		margin: 0 4px;
	}
	.slider .inside {
		max-width:100%
	}
	.contact-info .detail {
		margin-bottom: 40px;
	}
	.col.download {
		min-width: 50%;
		max-width: 50%;
	}
	#copyright .credit {
		text-align: left;
		margin-top: 20px;
		min-width: 100%;
	}

	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}

	.sm-clean a span.sub-arrow {
		right: 0;
		width: 40px;
		text-align:center;
	}
	.sm-clean span.sub-arrow:before {
		font-size: 1.4em;
	}
	#menu-toggle {
		display: flex;
	}
	header .head-info span.header-link {
		display: none;
	}
	#top-bar {
		display: none;
	}
	.three-text {
		min-width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.timeline-container:before {
		left: 0;
		right: auto;
	}
   
	.timeline-entry:before {
		left: -12px;
		right: auto;
	}
	.timeline-entry .image-wrap {
		order: -1;
		margin-bottom: 20px;
	}
	.timeline-entry {
		margin: 25px 0;
		padding-left: 40px;
	}
	.timeline-container .timeline-entry:first-child {
		margin-top: 0px;
	}
	.timeline-container .timeline-entry:last-child {
		margin-bottom: 0px;
	}
	.footer-menu li {
		margin: 6px 0;
	}
	.t-slide {
		width: 80%;
	}
	.carousel-image {
		padding: 20px;
	}
	.tabbed ul.tabs li {
		width: 100%;
		margin: 0;
		border-left: 5px solid transparent;
	}
	.tabbed ul.tabs li.current {
		border-left-color: var(--primary-colour); 
	}
	.tabbed ul.tabs {
		border: 1px solid var(--box-bg);
		margin-bottom: 20px;
	}
	.col.post-wrap {
		order: -1;
	}
	#single-post .side {
		margin-top: 0;
	}
	.post-wrap {
		margin-bottom: 0;
	}
	
	.image-right .co.image-wrap, .image-left .co.image-wrap {
		margin-bottom: 0;
	}

	#single-post .side {
		order: 2;
	}
	.modal-team img {
		margin-bottom: 20px;
	}
	.gallery-thumbs .thumb {
		width: 20%;
	}
	.box {
		padding:20px;
	}
	h1 {
		font-size:2.2em;
	}
	#banner {
		min-height:300px;
	}
	.slider .slide {
		min-height:400px;
	}

	.error-404 #icon {
		min-width: 100%;
		border: none;
	}
	.error-404 {
		text-align: center;
	}
	.carousel-wrap {
		padding: 0;
	}
	.slider .inside {
		width: 100%;
	}
	.grid-item.post {
		width: 100%;
	}
	.excerpt-archive {
		min-width: 100%;
		max-width: 100%;
	}
	.accordion-toggle {
		font-size: 1.05em;
	}
	#sidebar {
		max-width: 100%;
		min-width: 100%;
	}
	/* .tab-content {
		display: block !important;
		background: none;
		padding: 0;
	}
	ul.tabs {
		display: none;
	} */
	.tab-title {
		display: block;
	}
	.alignleft {
		display: block;
		float: none;
		margin: 20px auto;
	}
	.alignright {
		display: block;
		float: none;
		margin: 20px auto;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	ul, ol {
		margin: 0 0 1.5em 0em;
		-webkit-padding-start: 30px;
	}
	.three-text {
		min-width: 100%;
	}
	#nobanner {
		padding: 40px 0;
	}
	#left-header #menu-toggle {
		max-width: none;
	}
	.video-container {
		min-width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.container.main, #page-sections .container {
		padding: 0 20px;
	}
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 40px 20px;
	} 
	.t-slide {
		width: calc(100% - 40px);
	}
	.title-button .col-auto {
		min-width: 100%;
	}
	.slider .slide {
		padding: 20px 0;
	}
	body {
		font-size: 16px;
	}
	.gallery-thumbs .thumb {
		width: 30%;
	}

	.col.download {
		min-width: 100%;
		max-width: 100%;
	}

	.grid-item {
		width: 100%;
	}
	blockquote {
		width: 100%;
		margin: 15px 0;
		padding: 50px 20px;
	}
	.gallery-image.col {
		min-width: 50% !important;
		max-width: 50%;
	}
	.gallery.count-5 .gallery-image:first-child,
	.gallery.count-7 .gallery-image:first-child,
	.gallery.count-9 .gallery-image:first-child,
	.gallery.count-11 .gallery-image:first-child,
	.gallery.count-13 .gallery-image:first-child,
	.gallery.count-15 .gallery-image:first-child {
		min-width: 100% !important;
		max-width: none !important;
	}
	.head-info {
		text-align: center;
	}
	.feature, .promo-box.col {
		min-width: 100%;
	}
	.map iframe {
		width:100%!important;
		height:340px;
	}
}
@media screen and (max-width: 375px) {
	.features .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.row.related {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (prefers-reduced-motion) {
	.anim {
		visibility: visible !important;
	}
}
@media print {
  #footer, #menu, .fab-container, #comments, #sidebar, #post-nav, #related-posts, iframe, .embed-container, .fve-video-wrapper {
    display: none !important;
  }
  .background-image div, .background-colour, #banner h1, #banner p, #nobanner h1, #nobanner p, .testimonial, .testimonials, .promo-box .inner *, .button, a.button, a.button:visited {
    color: #151515;
  }
  #single-post {
    padding: 0;
  }
  #banner {
    min-height: 0;
  }
  .anim {
    visibility: visible !important;
  }
  .download, .promo-box.col {
    min-width: 50%;
  }
  section.gallery .row {
    display: block;
  }
  .gallery-image {
    width: 25% !important;
    display: inline-block;
    min-width: 0 !important;
    float: left;
  }
  .section-title {
    page-break-before: always;
    position: relative;
  }
  .single-title {
    font-size: 2em;
  }
  #flexible-content section {
    page-break-inside: avoid;
    position: relative
  }
  .image-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}
