/*!
Theme Name: Polymer
Theme URI: https://design-image.co.uk/
Author: Design Image
Author URI: https://design-image.co.uk/
Description: By Design Image
Version: 6
License: Private
License URI: https://design-image.co.uk/
Text Domain: Eldo
Tags: bespoke
*/
body {
	margin: 0;
	background: #fff;
	font-family: var(--body-font);
	color: var(--body-colour);
	font-weight: 300;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 18px;
}
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: 40px;

	/* 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: #CF2030;
	--accent-colour: #CF2030;


	/* Backgrounds */
	--dark-bg: #091350;
	--light-bg: #eaeaea;
	--box-bg:  rgb(0 0 0 / 2%);

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

	/* Typography */
	--body-colour: #2d2d2d;
	--headings-colour: #2d2d2d;

	--body-font: "neue-haas-grotesk-display", sans-serif;
	--headings-font: "neue-haas-grotesk-text", sans-serif;

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

	--secondary-button: #CF2030;
	--secondary-button-text: #2d2d2d;
	--secondary-button-hover: #fff;
	--secondary-button-text-hover: #CF2030;

	/* Links */
	--link: #CF2030;
	--link-hover: #091350;

	--menu-link: #000000;
	--menu-link-hover: #CF2030;
}

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

	/* Links */
	--link: #CF2030;
	--link-hover: #ffffff;

	--menu-link: #ffffff;
    --menu-link-hover: #CF2030;

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

	/* Buttons */
	--primary-button: #CF2030;

	--secondary-button: #CF2030;
    --secondary-button-text: #fff;
	--secondary-button-hover: #CF2030;

	--primary-button-hover: #ffffff;
	--primary-button-text-hover: #CF2030;

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

.red-bg {
	/* General Colours */
	--accent-colour: #fff;

	/* Links */
	--link: #ffffff;
	--link-hover: #091350;

	--menu-link: #ffffff;
    --menu-link-hover: #CF2030;

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

	--primary-button: #ffffff;
	--primary-button-text: #2d2d2d;
	--primary-button-hover: #2d2d2d;
	--primary-button-text-hover: #ffffff;

	--secondary-button: #CF2030;
	--secondary-button-text: #2d2d2d;
	--secondary-button-hover: #fff;
	--secondary-button-text-hover: #CF2030;

	/* 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: 400;
	clear: both;
	line-height: 1.3;
}
h1 {
	font-size:2.2em;
	color: var(--headings-colour);
	line-height: 1;
	font-weight:500;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:16px
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h3 strong {
	font-weight:600
}
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: 400;
}

#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: 4px !important;
	font-weight:500 !important;
	padding: 15px 16px !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;
}
.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-hover);
}

.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: none;
	color: var(--secondary-button-text);
	border-color: var(--secondary-button);
	padding:5px 0!important;
	border:0
}
a.button.secondary:hover {
	background: none;
	color: var(--secondary-button-text-hover)
}
a.button.secondary:after {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f061";
	z-index: 1;
	font-weight:300;
	font-size:1.6em;
	margin-left:10px;
	top:5px;
	position:relative;
	transition: all ease 0.3s;
}
a.button.secondary:hover:after {
	margin-left:20px
}
/* Ghost Button */
a.button.ghost {
	background: none;
	color: #fff;
	border-color: #fff;
}
a.button.ghost:hover {
	background: #fff;
	color: var(--primary-colour);
}
.red-bg a.button.secondary {
	color:#fff!important
 }
 .red-bg a.button.secondary:hover {
	color:#2d2d2d!important
 }
/* Text Link */
a.text-link {
	font-weight: bold;
	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: bold;
	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.blue {
	background:#091350;
	border-color:#091350
}
a.button.blue:hover {
	background:#CF2030;
	border-color:#CF2030
}
/*--------------------------------------------------------------
# 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;
	text-align: center;
}
.mega-menu-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.sub {
	background: rgb(0 0 0 / 85%)!important;
	padding: 20px 0;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: calc(100% - 1px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;

}
.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: 15px;
	transform-origin: center;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	
}
body.home a.has-sub:after {
	filter: invert(100%) brightness(200%)!important;
}
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: var(--menu-link-hover);
}
ul.menu-items a {
	color: var(--menu-link);
	border: none;
	display: block;
	margin: 20px 0;
}
ul.menu-items a.current-page {
	color: #fff;
}
ul.menu-items a:hover, .page-id-2355 ul.menu-items a.current-page:hover {
	color: var(--menu-link-hover);
}
.menu-items img {
	width:60px;
	margin-right:20px;
	border-radius:0 0 10px 10px;
	display: inline-block;
	object-fit: cover;
    aspect-ratio: 1 / 1;
}
ul.menu-items li a {
	display:flex!important;
	align-items: center;
	line-height:1.1
}
.menu-items a span {
	display:block;
	width:calc(100% - 90px)
}
/*-----------------------
# Banner
------------------------*/
#banner-bg {
	background:var(--dark-bg)
}
#banner {
	padding: 60px 0;
	position: relative;
	background-color: var(--dark-bg);
	min-height:500px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#banner .vci {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.single-post #banner{
  min-height: 400px;
}
#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.6;
}
#banner h1, #banner p {
	position: relative;
	margin:10px 0
}
#banner p {
	font-size:1.2em
}
#banner .text {
  float: left;
  width: 100%;
}

/*-----------------------
# 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;
	
}
#nobanner {
	padding: 60px 0;
	float: left;
	width: 100%;
}
header {
	position: relative;
}
.banner-text p{
	max-width:900px;
	font-size:2.4em;
	line-height:1.1;
	margin:20px 0
}
#nobanner h1 {
	border-bottom: 2px solid var(--body-colour);
}
#nobanner a.button {
	font-size:1.2em
}
body.single-post #nobanner {
	padding-bottom:0
}
/*-----------------------
# Full width menu
------------------------*/
header#full #menu {
	background: #eaeaea;
}
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;
	background: #fff;
}
#left-header .header-button a.button {
	padding:5px 16px !important
}
.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;
}
.home-header {
	position:absolute;
	top:0;
	z-index:9;
	background:none!important
}
body.admin-bar .home-header {
	top:32px
}
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: 100%;
}

.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: 0px;
}
#breadcrumbs i {
	font-size: 0.8em;
	color: var(--body-colour);
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 0;
}
#single-post {
  padding: 10px 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 50px 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 {
	border: 0;
	height: 1px;

	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: #eaeaea;
  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;
}
.line h2.lt{
	border-top:1px solid var(--body-colour);
	padding-top:30px
}
.layout-title .tc .button-wrap {
	min-width: 100%;
}
.layout-title a.button {
	padding:5px 16px!important
}
.light-bg {
  background-color: var(--light-bg);
}
.dark-bg {
  background-color: var(--dark-bg);
}
.red-bg {
	background:#CF2030
}
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.5;
}
#page-sections .light-overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	opacity: 0.8;
}
#page-sections .green-overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #336C3D;
	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;
}
/*--------------------------------------------------------------
# PANELS
--------------------------------------------------------------*/
section:has(> .sectors) {
    padding: 0;
}
.float.panels-mobile-wrap {
	padding-bottom: 20px;
  }
  .sectors .col-lg-7 {
	  padding-right: 0;
  }
  .sectors .inside {
	  float: right;
	max-width: 380px;
	padding-right: 30px;
  }
  .kwicks {
	  display: block;
	  list-style-type: none;
	  list-style: none;
	  position: relative;
	  margin: 0;
	  padding: 0;
	  float:left;
	  width:100%;
	  height:700px;
  }
  .kwicks > * {
	  display: block;
	  overflow: hidden;
	  padding: 0;
	  margin: 0;
  }
  .kwicks.kwicks-processed > * {
	  margin: 0;
	  position: absolute;
  }
  .kwicks-horizontal > * {
	  float: left;
  }
  .kwicks-horizontal > :first-child {
	  margin-left: 0;
  }
  .kwicks-vertical > :first-child {
	  margin-top: 0;
  }
  .kwicks ul {
	  float:left;
	  width:100%;
	  height:600px;
  }
  .kwicks > li {
	  height: 100%;
	  /* overridden by kwicks but good for when JavaScript is disabled */
	  width: calc(20% - 5px);
	  margin-left: 5px;
	  float: left;
  }
  .slide-panel .over {
	  position:absolute;
	  top:0;
	  bottom:0;
	  left:0;
	  right:0;
  }
  .slide-panel .over:before {
	  content: '';
	  background-image: linear-gradient(transparent, #000);
	  transition: all 0.4s ease;
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  opacity:0.8
  }
  .slide-panel .panel-title h2 {
	  color:#fff;
	  transform: rotate(270deg);
	  position: relative;
	  white-space: nowrap;
	  display: block;
	  padding-left: 15px;
	  min-width: 600px;
	font-size: 1.3em;
	font-weight:500
  }
  .slide-panel .panel-title h2 span {
	font-weight:100!important
  }
  .slide-panel p {
	  display: inline-block;
	  max-width: 100%;
	  position: relative;
  }
  .slide-panel .over .in {
	  color:#fff;
	  padding:40px;
	  top:0;
	  height:100%;
	  width:100%;
	  bottom:0;
	  left:0;
	  right:0;
	  opacity: 0;
	  transition: all 0.2s ease;
  }
  .slide-panel .over .in {
	  /* animation-name: fadeOut; */
	  animation-duration: 0.9s;
	  animation-fill-mode: forwards;

	  position: relative;
	  height: 100%;
  }
  .slide-panel.kwicks-expanded .over .in {
	  opacity: 1;
	  position: relative;
	  padding-left: 0;
  }

  .slide-panel.kwicks-expanded .over .in {
	  opacity: 0;
	  animation-name: fadeIn;
	  animation-fill-mode: forwards;
	  animation-delay: 0.4s;
	  visibility: visible;
	  height: 100%;
  }
  .panel-title {
	height: 100%;
	width: 100%;
	  max-width: 130px !important;
	position: relative;
	transition: all 1s ease;
  }
  .slide-panel .panel {
	  height: 100%;
  }
  @keyframes slide {
	from {
	  opacity: 0;
	}
  
	to {
	  opacity: 1;
	}
  }
  .panels-mobile .promo-box  {
	margin: 0;
}
@media screen and (min-width: 768px) {
	.panels-mobile {
		display: none;
	}
}
@media screen and (max-width: 767px) {
.sectors .container {
	padding:0!important
}


}
/*--------------------------------
# Sustainability
--------------------------------*/
.sustainability {
	padding-top:60px;
	padding-bottom:60px;
}
/*--------------------------------
# Text Box
--------------------------------*/
.trim :first-child {
	margin-top: 0;
}
.trim :last-child {
	margin-bottom: 0;
}
.one-third-two-third h3 {
	margin-top:0.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;
}
.inner a.button {
	margin-right:10px
}
/*--------------------------------
# Slider
--------------------------------*/
.slider .container {
	
}
.slider .slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(transparent, #000);
	opacity: 0.8;
}
.slider .slide.product:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#000, #000);
	opacity: 0.5;
}
.slider .inside  {
	position: relative;
	z-index: 4;
	text-align: left;
}
.slider .text {
	max-width: 620px;
}
.slider .slide {
	height: 90vh;
	max-height:720px;
	padding: 60px;
	width: 100%;
	display: flex;
	justify-content: end;
	flex-direction: column;
}
.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 {
	font-size:2em;
	margin:0!important;
	line-height:1
}
.slider p.slide-text {
	font-size:1.55em;
	margin:0!important;
	line-height:1
}
.slider h2, .slider p, .slider a.button {
	position: relative;
	margin:15px 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;
}

/*-----------------------
# Product Intro
-----------------------*/
.sectors img {
	height:60px;
	width:auto;
	display:inline-block;
	margin:0 10px 10px 0
}
/*-----------------------
# Before & After
-----------------------*/
.before-after img {
	height: 100%; 
    max-width: none;
}
/*-----------------------
# Background Video
------------------------*/
.background-video h1 {
	line-height:1.2;
	font-weight:400
}
.background-video a.button {
	font-size:1.1em
}
.background-video .video-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index:1
}
.background-video, .background-video .video-wrap {
	position: relative;
}
.background-video .video-wrap {
	min-height: 90vh;
    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: 100px 60px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
	position: relative;
    width: 100%;
}
.background-video .text {
	max-width: 760px;
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#eaeaea;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Images
------------------------*/
.images-layout img {
	display: block;
	width: 100%;
}
/*-----------------------
# Full Image
------------------------*/
.full-image {
	width:100%;
	padding-bottom:40%
}
/*-----------------------
# 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:#eaeaea;
} */
.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: 30px;
	color: var(--accent-colour);
	font-size: 1.8em;
}
.feat-title,
.small {
	padding-right:60px
}
.feat-title h2 {
	margin-top:5px
}
.feature img {
	max-width: 20px;
    width: 100%;

    display: block;
}
.feature p {
	margin:5px 0
}
/*-----------------------
# Meet The Team
-----------------------*/
.meet-team {
	margin-bottom:40px
}
a.image-link {
  transition: all 0.3s;
  position:relative
}
a.image-link:hover {
  opacity: 0.8;
}
.team-title {
	margin: 10px 0 0 0 ;
	color:var(--accent-colour);
	font-weight:500
}
.team-subtitle {
  margin: 0;
	font-size:1em;
}
.col.member {
    min-width: 25%;
    max-width: 50%;
}
.member {
	text-align:center
}
.member img {
	display: block;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
	aspect-ratio: 3/4;
}
.modal-team img {
	display: block;
	width: 100%;
	margin: 0 auto;
	object-fit: cover;
	aspect-ratio: 3/4;
}
.modal-team .link-wrap {
	margin: 15px 0;
}
.modal-team .link-wrap:last-of-type {
	margin-bottom: 0;
}
.member .bottom {
	padding-top:10px
}
.more {
	position:absolute;
	z-index:4;
	color:#fff;
	height:70px;
	width:70px;
	border-radius:50%;
	text-align:center;
	background:var(--dark-bg);
	padding-top:19px;
	left:calc(50% - 35px);
	top:calc(60% - 35px);
	opacity:0;
	transition: all ease 0.3s;
}
a.image-link:hover .more {
	opacity:1;
	top:calc(50% - 35px);
}
.modal-name  {
	color:var(--accent-colour);
	font-weight:500;
	font-size:2.8em;
	margin:0
}
.modal-team i {
	font-weight:900!important;
	margin-right:8px
}
.modal-team a {
	font-weight:500
}
.team-head {
	margin-bottom:22px
}
.team-bio p:first-child {
	margin-top:0
}
.simple-member {
	text-align:left
}
.simple-member i {
	font-weight:900!important;
	margin-right:10px
}
.simple-member p {
	margin:0
}
.simple-member .team-subtitle {
	margin:5px 0 10px 0
}
/*-----------------------
# Accordion
-----------------------*/
.accordion-toggle {
	width:100%;
	cursor: pointer;
	position: relative;
	padding: 12px 20px 12px 20px;
	border-radius: 0px;
	border-top: 1px solid #222;

	-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: 1.15em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.accordion:last-child .accordion-toggle{
	border-bottom: 1px solid #222;
}
.accordion-toggle:hover {
	color: var(--primary-button);
}
.accordion-toggle.active {
	
	color: var(--primary-button);
}
.accordion-toggle i {
	font-weight:900!important;
	margin-right:10px;
	margin-top:5px;
	color:var(--accent-colour)
}
.accordion-content {
	overflow: hidden;
	display: none;
	padding: 20px 30px;
	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;
}
/*--------------------------------
# Timeline
--------------------------------*/
.timeline {
	overflow:hidden
}
.timeline-entry {
	margin: 50px 0;
	position: relative;
	--spacing: 40px;
}
.timeline-entry:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    left: 0px;
    margin: 0 auto;
	border-radius: 50%;
    background: var(--body-colour);
    background-repeat: no-repeat;
    background-size: contain;
	top:5px;
	z-index:2
}
.timeline-container {
	position: relative;
}
.timeline-container .timeline-entry:first-child {
	margin-top: 0px;
}
.timeline-container .timeline-entry:last-child {
	margin-bottom: 0px;
}
.timeline-container .timeline-entry:last-child:after {
	content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: calc(50% - 5px);
    margin: 0 auto;
    background: white;
	z-index:1;
	top:10px
}
.timeline-container:before {
	content: '';
	width:2px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 10px auto 0 auto;
	background: var(--body-colour);
}
.timeline-entry .title {
    margin: 0;
}
.timeline-entry img {
	padding-left:40px;
	position:relative
}
.timeline-entry source {
	position:relative
}
.timeline-entry .image-wrap .inner:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:40px;
	height:40px;
	background:var(--accent-colour);
	z-index:1
}
.timeline .timeline-entry:nth-child(even) .image-wrap .inner:before {
	left:40px
}
/*--------------------------------
# Logos
--------------------------------*/
.logo-title {
	font-size:0.9em;
	color:#939598;
	text-align:center
}
.carousel-wrap {
  position: relative;
  padding:0!important
}
.carousel-image {
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 40px;
}
.carousel-image img {
	display: block;
	height: auto;
	max-height: 70px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
}
.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: 90px;
    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;
}
/*--------------------------------
# Downloads
--------------------------------*/
.download img {
	max-height: 70px;
	width: auto;
	display: inline-block;
	margin-bottom: 0px;
}
.download-list {
	background:#f9f9f8;
	padding-top:15px;
	padding-bottom:15px;

}
.download-list:nth-child(even) {
	background:#ecedeb
}
.download-list img {
	width:35px;
	margin-right:30px;
	display:block
}
.download-list h3 {
	margin:0;
	font-size:1em;
	font-weight:400
}
.dl-size {
	margin-right:30px
}
.dl-button a.button {
	padding: 5px 16px !important;
}
.dl-button a.button i {
	font-weight:900!important;
	margin-left:4px
}
.download-list-wrap {
	margin-bottom:60px
}
.download-list-wrap h2 {
	max-width:460px
}
.download h3 {
	font-size:1em
}
/*--------------------------------
# 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;
}
.text-links a.button {
	margin:10px auto;
	display:block;
	max-width:400px
}
/*--------------------------------
# TABS
--------------------------------*/
.tabs-container {
	margin-top:30px
}
ul.tabs{
	margin: 0px;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right:60px
}
ul.tabs li{
	background: none;
	color: var(--primary-button);
	display: inline-block;
	padding: 30px 20px;
	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;
	
	padding: 0 30px 30px 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;
	border-top:1px solid #222
}
.tabbed.vertical .tabs li:last-child {
	border-bottom:1px solid #222
}
.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: 6 / 5;
	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;
}
/*--------------------------------
# Three Gallery
--------------------------------*/
/* .three-gallery .image img {
	display:block;
	object-fit:cover;
	margin-top:10px;
	margin-bottom:10px
}
.img-1 img{
	aspect-ratio:1/1
}
.img-2 img,
.img-3 img{
	aspect-ratio:2/1
} */
.image-grid {
	display: grid;
	grid-template-columns: 60% 40%; /* Set the column widths */
	grid-template-rows: 1fr 1fr;
	gap: 20px; /* Adjust to your spacing needs */
  }
  
  .image-large {
	grid-row: 1 / 3; /* Span both rows */
	grid-column: 1 / 2;
  }
  
  .image-top-small {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
  }
  
  .image-bottom-small {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
  }
  
  .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
/*--------------------------------
# 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 / 10;
	transition: all 0.5s ease;
	object-fit: cover;
}
.excerpt-page .inner {
	position: relative;
	overflow: hidden;
}
.excerpt-page .content {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 20px;
	bottom: 0;
	left: 0;
	text-align:left;
	z-index: 2;
}
.excerpt-page .content h3 {
	text-align:left;
	font-size:1.3em!important
}
.excerpt-page .inner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to bottom, transparent, #000);
	opacity: 0.7;
	transition: all 0.5s ease;
	z-index: 1;
}
.excerpt-page .inner:hover:before {
	opacity: 0.7;
}
.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 {
  font-weight: bold;
}
.number p {
	margin: 0;
	margin-top: 10px;
}

/*--------------------
## 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: 60px 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: 60%;
	margin: 0 20px;
	opacity: 0.5;
}
.flickity-resize .t-slide {
	min-height: 100%;
	transition: opacity 0.3s ease;
}
.t-slide.is-selected {
	opacity: 1;
}
.t-slide .company {
	font-size: 0.9em;
}
.dark-bg .t-slide {
	background: rgba(0,0,0,0.3);
}
.t-slide .inner {
   padding: 20px 40px;
}
.testimonial p, .testimonials p {
	font-size: 1.7em;
}
.testimonial .container, .testimonials .container {
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
	font-weight: 400;
	font-size: 1em;
  	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;
}
.flickity-prev-next-button.previous {
    left: 20px;
}
.flickity-prev-next-button.previous {
    left: 30px;
}
.flickity-prev-next-button.next {
    right: 30px;
}
/*--------------------------------
# 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)
}
/*--------------------------------
# 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: 80px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
}
.cta-icon {
	font-size: 91.5px;
	line-height: 1;
	color: var(--accent-colour);
}
/*--------------------------------
# Why Us
--------------------------------*/
.section:has(.why-us) {
    padding: 0!important;
}
.why-us {
	padding-top:60px;
	padding-bottom:60px;
	margin-top:40px;
	margin-bottom:40px
}
.why-us p:last-child {
	margin-bottom:0
}
.usp {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.dark-overlay img {
	filter: brightness(0) invert(1);
	opacity: 0.9;
}
.usp img {
	margin-bottom:10px
}
.usp h3 {
	font-size:0.9em;
	max-width:160px;
	display:block;
	margin:0 auto
}

/*--------------------------------
# Work Us
--------------------------------*/
.section:has(.work) {
    padding: 0!important;
}

.work .inner {
	position:relative
}
.image-right .inner,
.image-left .inner {
	position:relative
}
.image-right .inner:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:1000px;
	left:-999px;
	background:none
}
.image-right .inner:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:90px;
	right:-90px;
	background:none;
	z-index:2
}
.image-left .inner:before {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:1000px;
	right:-999px;
	background:none
}
.image-left .inner:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	width:90px;
	left:-90px;
	background:none;
	z-index:2
}
.image-right .inner.light-bg:before,
.image-right .inner.light-bg:after,
.image-left .inner.light-bg:before,
.image-left .inner.light-bg:after  {
	background:var(--light-bg)
}
.image-right .inner.red-bg:before,
.image-right .inner.red-bg:after,
.image-left .inner.red-bg:before,
.image-left .inner.red-bg:after {
	background:#CF2030
}
/*--------------------------------
# Values
--------------------------------*/
.value {
	text-align:left!important;
	border-right:1px solid var(--body-colour);
	border-bottom:1px solid var(--body-colour);
	margin-top:0!important;
	margin-bottom:0!important
}
.value .inner {
	padding:80px 40px 40px 40px;
	text-align:left!important;
}
.value h3 {
	margin:10px 0 0 0 
}
.value-wrap {
	border-top:1px solid var(--body-colour);
	margin-top:30px!important;
}
.pretitle {
	font-weight:100;
	font-size:1.1em;
	margin-bottom:0px
}
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.post-wrap #ez-toc-container {
	display:none!important
}
.excerpt {
	position: relative;
	float: left;
	width: 100%;
	border-radius:0 0 10px 10px	
}
.excerpt.standard {
	overflow: hidden;
}
.excerpt.standard .excerpt-thumb img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
	clip-path: ellipse(100% 100% at 50% 0%);
  overflow: hidden;
  display: block;
}
.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);
}
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: 25px 30px 15px 30px;
}
.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;
	font-size:1.4em
}
.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;
  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: 0 30px;
	margin-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.excerpt-footer a.button {
	padding-left:30px!important;
	padding-right:30px!important
}

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

.gform-theme--api, .gform-theme--framework {
	--gf-font-size-primary: 16px !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(--primary-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);
}
body.home .toggle-wrap:hover .toggle {
	background:#fff;
}
/*-----------------------
# Mobile Menu
------------------------*/
.logo img {
	width:100%;
	display:block;
	max-width: 210px;
}
#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 i {
	color:var(--accent-colour);
	font-weight:900!important;
	width:22px;
	margin-left:-22px;
}
.footer-logos {
	padding-top:40px;
	padding-bottom:40px
}
#footer .logo img {
	max-width:250px
}
#footer hr {
	color:#616160
}
.newsletter p{
	font-size:2em
}
.social-title {
	font-size:0.8em
}
.newsletter i {
	margin-left:30px;
	opacity:0.3
}
p.hours {
	margin-bottom:0
}
.foot-social {
	margin-top:5px
}
.foot-social i {
	margin-left:0!important;
	margin-right:10px;
	color:#fff!important;
	transition: all ease 0.3s;
}
.foot-social i:hover {
	color:var(--accent-colour)!important
}
#footer {
	float: left;
	width: 100%;
	background: #272826;
	padding: 10px 0 80px 0;
	color:#a19e9e
}
#footer, #copyright {
	color:#a19e9e!important;
	--link: #ffffff;
	--link-hover: var(--primary-colour);
}
#footer p {
	color:#a19e9e
}
#footer .co {
	margin: 20px 0;
}
#footer .foot-title {
	margin: 1em 0 0 0;
}
#footer .foot-title.margin {
	margin-top:20px
}
.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;

	display: inline-block;
}
.flags {
	margin-top:20px
}
.flags img {
	object-fit: cover!important;
	aspect-ratio: 1/1!important;
	margin-right:10px!important;
	border-radius:50%
}
.copy {
	font-size:0.8em
}
/* .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 {
	float: left;
	width: 100%;
	margin-top: 40px;
	font-size: 0.9em;
	padding: 30px 0 0px 0;
	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;
	margin: 10px 20px 10px 0;
}
/* Back To Top */
.fab-container {
	margin: 1em;
	position: fixed;
	left: 0;
	z-index: 4;
	bottom:-55px
}
.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);
}
.contact-container {
	background:rgba(207, 32, 48, 0.99);
	position:fixed;
	bottom:0;
	right:0;
	top:0;
	height:100%;
	width:100%;
	overflow: scroll;
	padding:30px;
	transition: all ease 0.3s;
	z-index:9999999;
	transform: translateY(-120%);
}
.contact-container.up {
	transform: translateY(0%);
}
.contact-container .inner {
	max-width:700px;
	margin:0 auto;
	display:block;
	padding-top:80px
}
.cont-butt {
	background:var(--accent-colour);
	color:#fff;
	position:fixed;
	bottom:20px;
	right:20px;
	font-size:1.3em;
	padding:16px 30px;
	border-radius:10px;
	cursor: pointer;
	transition: all ease 0.3s;
	z-index:9999998;
	
}
.cont-butt i {
	font-size:0.8em;
	margin-left:6px
}
.cont-butt:hover {
	bottom:10px
}
.cont-close {
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
	font-size:2em
}
.cont-close i {
	font-weight:900!important
}
.contact-container label,
.contact-container .gfield_label {
	color:#fff!important
}
.contact-container .gform_validation_errors {
	background:#fff!important
}
.contact-container .gfield_description {
	color:#fff!important
}
.contact-container p {
	margin-top:0
}
body.scroll-locked {
	overflow: hidden;
	position: fixed;
	width: 100%;
  }
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
/* 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) .text .inner {
		padding-right: 40px;
	} 
	.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 (max-width: 1220px) {
.value .inner {
    padding: 80px 20px 40px 20px;
    text-align: left !important;
}
.value h3 {
	font-size:1.3em
}
}
@media screen and (max-width: 1200px) {
	#news-page.classic #sidebar {
		min-width: 100%;
	}
	.newsletter p {
		font-size:1.6em;
		line-height:1
	}
}
@media screen and (max-width: 1024px) {
	.cover, .background-image {
		background-attachment: scroll !important;
	}
	.video-container {
		min-width: 50%;
		max-width: none;
	}
	.grid-item {
		width: 50%;
	}
}
@media screen and (max-width: 1023px) {
	.excerpt-page .content h3 {
		font-size:1.2em!important
	}
	.value .inner {
		padding: 80px 40px 40px 40px;
		text-align: left !important;
		
	}
	.value {
		border-right:0!important
	}
	.value h3 {
		font-size:1.5em
	}
	.timeline .timeline-entry:nth-child(even) .image-wrap .inner:before {
		left:0px
	}
	.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) {
	.cont-butt {
		font-size:1.2em;
		padding:10px 14px
	}
	.text-box .co {
		margin:0
	}
	.image-grid .image {
		margin:0
	}
	.image-grid {
		gap:5px
	}
	h3 strong {
		font-weight:500
	}
	.one-third-two-third .co {
		margin:0
	}
	.background-video .text-wrap {
		padding:100px 0
	}
	.image-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	  }
	
	  .image-large,
	  .image-top-small,
	  .image-bottom-small {
		grid-column: 1 / -1;
		grid-row: auto;
	  }
	
	  .image {
		margin-bottom: 20px; /* Optional: spacing between stacked items */
	  }
	
	  .image:last-child {
		margin-bottom: 0;
	  }
	.timeline-container .timeline-entry:last-child:after {
		left: -4px;
	
	}
	.timeline-container:before {
		left: 0;
		right: auto;
	}
	.timeline-entry:before {
		left: -8px;
		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;
		height:auto
	}

	.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) {

	.flickity-prev-next-button.previous {
		left:-10px;
		opacity:0.5
	}
	.flickity-prev-next-button.next {
		right:-10px;
		opacity:0.5
	}
	.testimonials {
		padding:0
	}
	.t-slide .inner {
		padding:20px
	}
	.testimonial p, .testimonials p {
		font-size:1.2em
	}
	.value .inner {
        padding: 50px 50px 20px 20px;
        text-align: left !important;
    }
	.promo-box .inner {
		padding:30px 20px
	}
	.background-video h1 {
		font-size:1.6em
	}
	.sectors img {
		height:80px
	}
	
	.banner-text p {
		font-size:1.6em
	}
	#footer i {
		margin-left:0
	}
	.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: 60px 0;
	}

	.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: #2d2d2d;
  }
  #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%;
  }
}
