/*!
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: 'Rubik', sans-serif;
	color: var(--body-colour);
	font-weight: 300;
	font-size: 16px;
}
body:not(#tinymce), html {
	float: left;
	width: 100%;
	overflow-x: hidden;
}
/*--------------------------------------------------------------
## Colour Scheme
--------------------------------------------------------------*/
:root {

	/* General Colours */
	--primary-colour: #090E30;
	--accent-colour: #33C4A8;


	/* Brands */
	--celestial: #33C4A8;
	--eclipse: #090E30;
	--equinox: #FBB040;
	--solar: #FF7208;
	--cosmic: #D630D6;
	--galactic: #8800FF;
	--mercury: #EAEAEA;


	/* Backgrounds */
	--dark-bg: #090E30;
	--light-bg: #EAEAEA;
	--box-bg:  #fff;

	/* Text */
	--body-colour: #090E30;
	--headings-colour: #09263b;
 
	/* Buttons */
	--primary-button: #33C4A8;
	--primary-button-text: #fff;
	--primary-button-hover: #09263b;
	--primary-button-text-hover: #fff;

	--secondary-button: #090E30;
	--secondary-button-text: #090E30;
	--secondary-button-hover: #090E30;


	/* Links */
	--link: #33C4A8;
	--link-hover: #090E30;

	--menu-link: #fff;
	--menu-link-hover: #33C4A8;
}

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

	/* Links */
	--link: #33C4A8;
	--link-hover: #fff;

	--menu-link: #fff;
    --menu-link-hover: #33C4A8;

	/* Text */
	--headings-colour: rgb(255 255 255 / 100%);
	--body-colour: rgb(255 255 255 / 100%);

	/* Buttons */
	--primary-button: #33C4A8;

	--secondary-button: #33C4A8;
    --secondary-button-text: #fff;
	--secondary-button-hover: #33C4A8;

	--primary-button-hover: #33C4A8;
	--primary-button-text-hover: #fff;

	/* Backgrounds */

	--box-bg: rgb(0 0 0 / 8%);
}

.celestial-bg {
	background-color: var(--celestial);
	--accent-colour: var(--eclipse);
}
.celestial-bg .feature h4 {
	color: var(--dark-bg);
}
.celestial-bg.is-dark {
--link-hover: var(--eclipse);
--link: #fff;

--secondary-button: #fff;
    --secondary-button-text: #fff;
    --secondary-button-hover: var(--eclipse);
}
.equinox-scheme {
	--accent-colour: var(--equinox);
	--link: var(--equinox);
}
.equinox-scheme .is-dark {
	--accent-colour: var(--equinox);
}
.equinox-scheme .is-dark {
	/* --link: var(--equinox); */
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-colour);
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  clear: both;
  line-height: 1.3;
}
h1 {
	font-size:2.8em;
	font-weight:800;
	color: var(--headings-colour);
}
h2 {
	font-size:1.8em;
	color: var(--headings-colour);
}
h3 {
	font-size:1.4em;
	color: var(--headings-colour);
}
h4 {
	font-size:1.1em;
	color: var(--headings-colour);
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
h1.title span {
    /* display: inline-block;
    border: 4px solid var(--accent-colour);
    padding: 10px 20px;
	background: var(--accent-colour);
    border-radius: 10px; */

	font-weight: bold;
	color: var(--celestial);
}
#breadcrumbs a {
	color: var(--celestial);
}
#breadcrumbs a:hover {
	color: #fff;
}
#nobanner #breadcrumbs a {
	color: #fff;
}
#nobanner #breadcrumbs a:hover {
	color: var(--dark-bg);
}

p {
	margin-bottom: 1.5em;
	color: var(--body-colour);
}
p.bigger, .calltoaction p {
	font-size: 1.2em;
}
 

#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: 300 !important;
}
.page-id-6725 ul.menu-items a.current-page {
	color: var(--dark-bg);
}
.page-id-6725 ul.menu-items a.current-page:hover {
	color: var(--celestial);
}

.page-template-page-landing .dm-wrap, .page-template-page-landing .footer-menus-row {
    display: none !important;
}

.page-template-page-landing .dm-wrap, .page-template-page-landing #footer .co.newsletter {
    display: none !important;
}
 
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: var(--link);
	text-decoration: none;
	transition: all 0.3s ease;
}
a:hover, a:focus, a:active {
	color: var(--link-hover);
}
a:focus {
	outline: none;
}
a:hover, a:active { 
	outline: 0;
}
ul.menu-items a {
	position: relative;
}

a.text-link, span.text-link {
	position: relative;
	font-weight: 700;
	color: var(--link);
	border: 0;
}
a.text-link:before, span.text-link:before, .footer-menu a:before, .legal-menu li a:before, .mega a:before, ul.menu-items a:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: var(--link);
    bottom: -5px;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}
ul.menu-items a:before {
	background-color: var(--celestial);
}
a.text-link:hover:before, span.text-link:hover:before, .footer-menu a:hover:before, .legal-menu li a:hover:before, ul.menu-items a:hover:before {
	transform-origin: left;
	transform: scaleX(1);
}
a.text-link:hover, span.text-link:hover {
	color: var(--link-hover);
}
a.text-link, .button, .text-link {
	transition: all 0.3s;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button, a.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);
	border-radius: 8px;
	font-weight:600;
	padding: 8px 24px;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	-webkit-user-select: none;
	-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;
}
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);
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	cursor: not-allowed;
}
a.button:active {
	transform: translateY(-2px);
}
.button i {
	margin-right: 5px;
}
.woocommerce div.product form.cart .button {
	padding: 10px 20px;
}
/* Secondary button */
a.button.secondary {
	background: none;
	color: var(--secondary-button);
	border-color: var(--secondary-button);
}
a.button.secondary:hover {
	background: var(--secondary-button-hover);
	color: #fff;
	border-color: var(--secondary-button-hover);
}


a.button.pill {
    border-radius: 60px;
    /* transform: rotate(-10deg); */
}
a.button.pill:hover {
	/* transform: rotate(-5deg); */
}

/* 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;
	text-transform: uppercase;
	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.outline {
	color: #fff;
	background: none;
	border-color: var(--celestial);
}
a.button.outline:hover {
	background: #fff;
	color: var(--eclipse);
	border-color: #fff;
}
a.button.white {
	background: #fff;
	border-color: #fff;
	color: var(--celestial);
}
a.button.white:hover {
	background: #fff;
	color: var(--eclipse);
	border-color: #fff;
}
#nobanner a.button.outline {
	border-color: var(--dark-bg);
	color: var(--dark-bg);
}
#nobanner a.button.outline:hover {
	background-color: var(--dark-bg);
	color: #fff;
}
/*--------------------------------------------------------------
# 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: var(--light-bg); */
	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);
	box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 17%);
	background: rgba(255, 2255, 255, 0.97);
}
.sub:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/icon-white.svg');
	background-size: 400px;
	background-position: center right;
	background-repeat: no-repeat;
	/* display: none; */
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
.sub-container {
	max-width:1366px
}
a.menu-item.has-sub {
  /* margin-right: 8px; */
	padding-right: 32px !important;
}
.sub h4 {
	margin-bottom: 10px;
	font-size: 1.1em;
	color:#33C4A8
}
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;

	filter: brightness(200);
	right: 12px;
    height: 15px;
    width: 15px;
    top: 16px;

	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);
}
.sub-menu-image img {
	display: block;
	border-radius: 5px;
	width: 100%;
	max-width: 300px;
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-description {
	margin: 20px 0;
	max-width: 320px;
}
.menu-description h3 span {
	color: var(--celestial);
}
.mega a.current-page {
  color: var(--menu-link-hover);
}
ul.menu-items a {
	color: var(--dark-bg);
	border: none;
	display: inline-block;
	margin: 5px 0;
	font-weight: 500;
}
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);
}


/*-----------------------
# Banner
------------------------*/
#banner-bg {
	background:var(--dark-bg)
}
.banner-text {
	padding: 20px;
}
#banner {
	padding: 138px 0 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;
}
.categories-list a {
    font-weight: bold;
}
#banner .container {
  position: relative;
  height:100%
}
#banner .row {
	height:100%
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--dark-bg);
	opacity: 0.6;
	mix-blend-mode: multiply;

	background: linear-gradient(90deg, var(--dark-bg), transparent);
    opacity: 0.9;
	max-width: 75%;
}
/* #banner:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('images/icon.svg');
	background-size: contain;
	background-position: center right;
	background-repeat: no-repeat;
	mix-blend-mode: color-dodge;
	transform: scale(1.2);
} */
#banner h1, #banner p {
	position: relative;
	margin:10px 0;
	/* text-shadow: 1px 2px 4px rgba(0,0,0,0.2); */
	color: #fff;
}
#banner p {
	font-size: 1.2em;
}
#banner .text {
  float: left;
  width: 100%;
}
/*-----------------------
# Jobs
------------------------*/

#apply h2.lt {
	text-align: center;
	margin-bottom: 20px;
}
#apply .container {
	--light-bg: #fff;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner h1, #nobanner p {
	position: relative;
	margin:10px 0;
	color: #fff;
}
#nobanner {
	/* padding: 168px 0 90px 0; */
	padding: 130px 0 90px 0;
	/* padding: 90px 0; */
	float: left;
	width: 100%;
	/* text-align: center; */
	position: relative;
}
body.single #left-header:not(.scrolled) {
	background: var(--dark-bg);
}
body.single {
	padding-top: 72px;
}
.single #nobanner {
	background-color: var(--light-bg);
}

#nobanner p {
	font-size: 1.4em;
}
#nobanner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/icon-flipped.svg'), url('images/icon.svg');
	background-size: 0, contain;
	background-position: top -40px left, top  right;
	background-repeat: no-repeat;
	opacity: 0.7;

	opacity: 0.3;
    filter: brightness(200);
}
#nobanner.secondary {
	background-color: var(--celestial);
}
.single #nobanner:before {
    background-image: url('images/icon-white.svg');
    background-size: 400px;
    opacity: 1;
    background-position: center center;
	opacity: 0.1;
}
.single #nobanner {
	--link: #fff;
	--link-hover: var(--eclipse);
	text-align: center;
}
header {
	position: relative;
}
/*-----------------------
# Full width menu
------------------------*/
header#full #menu {
	background: var(--light-bg);
}
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;
}


/*-----------------------
# Search Filter
------------------------*/
.searchandfilter ul {
	padding-left: 0;
}
.searchandfilter .sf-field-search label {
	display: block;
	width: 100%;
}
.sf-field-search input {
	width: 100%;
}
.filter input.sf-input-text {
	width: 100%;
}
.excerpt.resource {
	margin: 20px 0;
}
/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding: 15px 0;
    background: rgb(9 14 48 / 74%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	position: fixed;
	top: 0;
	z-index: 32;
	box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 8%);
	transition: all 0.5s ease;
}
.page-id-5 #left-header:not(.scrolled) {
	background: none;
	backdrop-filter: none;
}
.admin-bar #left-header {
	top: 32px;
}
body:not(.page-id-5) {
	/* padding-top: 78px; */
}

#left-header #header-menu-desktop {
	text-align: right;
}
#left-header #header-menu {
	text-align: center;
}
#left-header .logo svg {
	display: block;
	width: 180px;
	color: #fff;
	/* transition: all 0.5s ease; */
}
ul.mega a {
	transition: all 0.3s ease;
	padding: 12px 8px !important;
}
.page-id-5 #left-header:not(.scrolled):not(.active) {
	background: transparent;
	--menu-link: #fff;
	--menu-link: #fff;
	box-shadow: none;
	--primary-colour: #fff;
}
.page-id-5 #left-header:not(.scrolled).active {
	background: rgb(9 14 48 / 74%);
	backdrop-filter: blur(10px);
}
.page-id-5 #left-header:not(.scrolled):not(.active) .social-link {
	color: #fff !important;
}
.page-id-5 #left-header:not(.scrolled):not(.active) a.has-sub:after {
	filter: brightness(200);
}
.page-id-5 #left-header.not-scrolled:not(.active) .logo svg {
	color: #fff;
}


/* Always blue
.page-id-6590 #left-header {
	background: var(--dark-bg);
	--menu-link: #fff;
}
.page-id-6590 a.has-sub:after {
	filter: brightness(200);
}
.page-id-6590 #left-header .logo svg {
	color: #fff;
}
.page-id-6590 #left-header .social-link {
	color: #fff !important;
}

/* Blue on hover */
/* .page-id-6592 #left-header.active {
	background: var(--dark-bg);
	--menu-link: #fff;
}
.page-id-6592 #left-header.active .logo svg {
	color: #fff;
}
.page-id-6592 #left-header.active .social-link {
	color: #fff !important;
}
.page-id-6592 #left-header.active a.has-sub:after {
	filter: brightness(200);
}  */

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: 100%;
}
.search-wrap input.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: 10px;
}
.pagination a {
	font-weight: bold;
}
#breadcrumbs a {
	font-weight: bold;
}
#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: 20px 0;
}
#single-post .side {
	margin: 20px 0;
}
#single-post .side h4 {
    border-bottom: 1px solid #ccc;
	margin-top: 0;
    padding-bottom: 5px;
}
#single-post .side  p {
	margin-bottom: 30px;
	margin-top: 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  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: #444;
  line-height: 1.3;
  padding: 0.6em 3.4em 0.5em 0.8em;
  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: #fff;
  border: 1px solid #999;
  background-image: linear-gradient(
45deg
,transparent 50%,gray 50%),linear-gradient(
135deg
,gray 50%,transparent 50%),linear-gradient(to right,#ccc,#ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),calc(100% - 15px) calc(1em + 2px),calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px,5px 5px,1px 1.5em;
  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(--dark-bg);
}
.sf-input-select:focus, .gfield_select:focus, .form-field:focus, .orderby:focus, .orderby:focus, .ginput_container_date select:focus, .select:focus {
  border-color: var(--dark-bg);
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	width:100%;
	margin:15px 0;
	background: var(--box-bg);
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	border-radius: 10px;
	padding:30px 80px;
	font-weight:normal;
	position:relative;
}
.is-dark blockquote {
	/* background: rgba(0,0,0,0.2); */
}
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:36px;
}
.link-wrap.external:after {
	content:"\f08e";
	text-rendering: auto;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;

	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	font-size: 1.2em;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
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:36px;
}
.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;
}
.acf-map {
    width: 100%;
    height: 380px;
}
.acf-map img {
   max-width: inherit !important;
}
.acf-map .marker-row img {
	display: block;
	width: 100px;
	margin-right: 20px;
	border-radius: 5px;
}
.acf-map .marker-row h3 {
	margin: 0;
}
hr {
	background-color: var(--accent-colour);
	border: 0;
	height: 1px;
	width:100%;
	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;
}
.fancybox-container {
	z-index: 9999999;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
  color: var(--celestial);
}
.modal-text h3:last-child {
	margin-bottom: 0;
}

.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: inherit;
	border: 1px solid #c9c9c9;
	background-color: var(--light-bg);
	border-radius: 2px;
	padding: 12px !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 {
	color: #111;
	outline: none;
	border-color: var(--dark-bg);
	background: #f7f7f7;
}
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: #f5f5f5;
  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;
}
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
#shop-page {
	padding: 0;
}
input#coupon_code {
    min-width: 200px;
    font-size: 0.9em;
    padding: 6px !important;
}
.woocommerce span.onsale {
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-content {
	margin: 20px 0;
}
h1.page-title {
	margin: 0 0 20px 0;
}

.woocommerce .products ul, .woocommerce ul.products {
	margin-right: -10px;
	margin-left: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	padding: 0 10px;
	margin: 10px 0 !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}
ul.products.columns-2 li.product {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
ul.products.columns-3 li.product {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
ul.products.columns-4 li.product {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
ul.products li.product a.woocommerce-loop-product__link {
	flex: 0 0 auto;
}
.woocommerce ul.products li.product .button {
	align-self: baseline;
	margin: 0 auto;
	margin-top: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	margin-left: -20px;
	margin-right: -20px;
	width: calc(100% + 40px);
}
.pswp--open {
	z-index: 999999;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}
section.related.products {
	padding: 0;
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/
#password-protected {
	padding: 40px 0;
}
.lt {
  margin: 10px 0 10px 0;
}
.layout-title .tc .button-wrap {
	min-width: 100%;
}
.light-bg {
  background-color: var(--light-bg);
}
.light-gradient {
	background: linear-gradient(0deg, white, var(--light-bg));
}

.dark-bg {
  background-color: var(--dark-bg);
}


.light-pattern-bg {
	background-color: var(--light-bg);
	position: relative;
}
.light-pattern-bg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/icon-white.svg');
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

.dark-pattern-bg {
	position: relative;
	background-color: var(--dark-bg);
}
.dark-pattern-bg:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/white-pattern.png');
    background-size: 400px;
	background-attachment: fixed;
	opacity: 0.04;
}
ul.list {
	list-style: none !important;
	padding-left: 0px;
	line-height: normal !important;
	line-height: 1.5;
	margin-left:0;
	color: var(--body-colour);
}

.list img.star {
	display: block;
    width: 22px;
    height: 22px;
}
.list.stars li {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	align-items: center;
	font-size: 1.2em;
	padding: 0;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 5px;
	margin: 5px 0;
}
.list.stars .stars {
    margin-right: 5px;
}
.list.stars li:before {
	display: none;
}
p strong {
	font-weight: bold;
}
.list.stars div {
	-ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.list.stars li {
    /* display: inline-flex;
    justify-content: center; */
}
.list-wrap.row.narrow {
    padding-left: 20px;
}
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 .background-image:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
	margin: 20px 0;
}
.box {
	background: var(--box-bg);
	padding: 30px;
	float: left;
	width: 100%;
	border-radius: 5px;
}
.hb {
	background: var(--box-bg);
	padding: 30px;
	display: flex;
	float: left;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}
.text-box {
	--box-bg: rgba(0,0,0,0.1);
}
.light-bg .box {
	background:#fff
}
.wide-gutters .title-wrap {
    margin-bottom: -20px;
}
.wide-gutters .title-wrap {
    margin-bottom: -20px;
}
/*--------------------------------
# Text & Video
--------------------------------*/
a.play-video-btn {
	position: relative;
	display: block;
}
a.play-video-btn:before {
    font: var(--fa-font-solid);
    content: "\f04b";
    font-size: 5em;
	color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 2;
	transition: all 0.4s ease;
}
a.play-video-btnhover:before {
	transform: scale(1.2);
}
a.play-video-btn img {
	display: block;
	transition: all 0.7s ease;
}
a.play-video-btn:hover img {
	/* transform: scale(1.1); */
}
a.play-video-btn img {
	border-radius: 20px;
}

/*--------------------------------
# Image Modal
--------------------------------*/
.fancybox-bg {
	background-color: var(--dark-bg);
}
.image-modal .bottom {
    /* margin-top: -33px; */
    /* text-align: right; */
	padding-top: 20px;
}
.image-modal .image-link {
	overflow: visible;
}
.image-modal .image-link img {
	transition: all 0.5s ease-in-out;
	display: block;
}
.image-modal .item .inner {
	max-width: 320px;
}
.image-modal .image-link:hover img {
	transform: translateY(-10px) scale(1.05);
}
.image-modal  .modal-image img {
	display: block;
}
.image-modal a.button {
	background: #fff;
}
.nebulab .item.count-0 .button {
	--secondary-button: var(--galactic);
	--secondary-button-hover: var(--galactic);
}
.nebulab .item.count-1 .button {
	--secondary-button: var(--cosmic);
	--secondary-button-hover: var(--cosmic);
}
.nebulab .item.count-2 .button {
	--secondary-button: var(--solar);
	--secondary-button-hover: var(--solar);
}
/*--------------------------------
# Image Left, Image Right
--------------------------------*/
.image-left .text .inner,
.image-right .text .inner {
	padding:0;
}
.image-left.full-width .text .inner {
	padding: 60px 60px;
}
.image-right.full-width .text .inner {
	padding: 60px 60px;
}
.image-left.full-width .image-wrap img,
.image-right.full-width .image-wrap img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.image-right.text-panel.full-width .image-wrap img  {
	height: 100%;
	min-height: 560px;
	max-height: 560px;
}
.image-left.full-width .image-wrap {
    /* border-right: 6px solid var(--accent-colour); */
}
.image-right.full-width .image-wrap {
    /* border-left: 6px solid var(--accent-colour); */
}

.image-left:not(.full-width) .image-wrap img,
.image-right:not(.full-width) .image-wrap img {
	/* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
    border-radius: 20px;
}

.text-panel .text {
	position: relative;
}
.text-panel .text:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/c.svg');
	background-size: contain;
	background-position: top 39px right 0;
	background-repeat: no-repeat;
	opacity: 0.1;
	filter: brightness(200);
}

.text-panel .text {
    padding-top: 78px;
}
/*--------------------------------
# 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: 14px;
	width: 14px;
	margin: 0 6px;
	opacity: 0.5;
	background: var(--body-colour);
}
.testimonial-slider.alt .flickity-page-dots {
	max-width: 100%;
	padding: 0;
}
.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;
}

.smaller-testimonial-text .testimonials p {
	font-size: 1.2em;
}
 
/*-----------------------
# Background Video
------------------------*/
.background-video {
	position: relative;
}
.background-video .video-wrap:before {
	background-color: var(--dark-bg);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    opacity: 0.3;
    /* mix-blend-mode: multiply; */
	z-index:1
}
/* .background-video .video-wrap:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-image: url('images/icon-white.svg');
	background-size: 900px;
	background-repeat: no-repeat;
	background-position: center right -200px;
    opacity: 0.1;
    mix-blend-mode: luminosity;
	z-index:1
} */
.page-id-5 #ctas {
	position: relative;
}
.background-video:after, .page-id-5 #ctas:after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: 0;
	background: rgb(251,176,64);
	background: linear-gradient(90deg, rgba(251,176,64,1) 0%, rgba(255,114,8,1) 33.33%, rgba(214,48,214,1) 66.67%, rgba(136,0,255,1) 100%);
}
.gradient-line:after {
	bottom: auto;
	top: 0;
}
.background-video, .background-video .video-wrap {
	position: relative;
}
.background-video .video-wrap {
	min-height: 80dvh;
    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;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
	position: relative;
    width: 100%;
}
.background-video h1 {
	font-weight: normal;
    font-size: 1.6em;
}
.background-video .text {
	/* max-width: 620px; */
}
.background-video p.bigger {
	font-size: 1.6em;
	margin: 20px 0;
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#f5f5f5;
	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; */
	border-radius: 5px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	margin-bottom: 10px;
}
/*-----------------------
# 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-pages .intro .inner {
	max-width: 450px;
}
.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;
}
/*-----------------------
# 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: 30px;
}
.contact-info {
	/* margin-bottom: 40px; */
}
.contact-info .detail h3 {
	margin: 0;
	margin-bottom: 15px;

}
.form-wrap h2.lt {
	margin-bottom: 40px;
}
.contact-info .detail {

}
.contact-info .detail a {
    font-weight: bold;
}
.contact-info .social-wrap a {
    font-size: 1.7em;
}
.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;
	position: relative;
}
.calltoaction .inner {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	background: var(--box-bg);
	padding: 60px;
	border-radius: 10px;
}
.cta-icon img {
    display: block;
    width: 200px;
    transform: scale(1.85);
}
.cta-icon.custom img {
	transform: scale(2.3);
}
.cta-link {
	text-align: center;
}
i.fa-solid {
	font-weight: 400 !important;
}
.left-cta .ctas .inner {
	text-align: left;
	background: none;
	padding: 0;
}
/*-----------------------
## 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%);
}
/*-----------------------
# Image List
-----------------------*/
.image-list .image-wrap img P{
	display: block;
}
.image-list .image-wrap {
	position: relative;
	z-index: 4;
}
.image-list .image-wrap img {
    position: relative;
    z-index: 2;
}
.image-list .number {
	color: var(--body-colour);
	display: inline-block;
	padding: 10px;
	border: 6px solid var(--celestial);
	border-radius: 10px;
	font-size: 1.5em;
	height: 60px;
	width: 60px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	position: relative;
}
.image-list .number:before {
	content: '';
	right: 30vw;
	animation-fill-mode: forwards;
    height: 3px;
    background: var(--celestial);
    position: absolute;
    top: 22px;
	z-index: 1;
	animation-name: line;
	right: 50px;
	/* width: 400px; */
	animation-duration: 1.5s;
	animation-delay: calc(0.5s * var(--i));
}
.image-list ul.list li {
	margin: 5px 0;
}
.image-list {
	--accent-colour: var(--mercury);
}
@keyframes line {
	0% {
		width: 10px;
	}
	100% {
		width: 450px;
		right: 50px;
	}
}
.image-list .feature {
	margin: 10px 0;
}
/*-----------------------
# Features List
-----------------------*/
.features h2.section-title {
	margin-bottom:30px
}
.feature h4 {
	margin: 0;
}
.feature p {
	margin: 0;
	margin-top: 10px;
}
.features .feature .icon i {
  position: relative;
  top: -6px;
}
.feature .no-desc i {
	top: 0 !important;
}
.features .feature .icon {
  max-width: 55px;
	color: var(--accent-colour);
	font-size: 2em;
}

 
.two-cols .features .feature .icon {
    max-width: 90px;
    font-size: 3.2em;
}
.two-cols .features .feature .icon i {
	top: 0;
}
.two-cols .feature .row {
	align-items: center;
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.cd-timeline {
	overflow: hidden;
  }

  .timeline .main-image img {
    display: block;
	margin-bottom: 20px;
    width: 100%;
}
  .cd-timeline .gi {
	min-width: 33.33%;
	max-width: 33.33%;
	margin: 10px 0;
  }
  .cd-timeline .gi img {
	display: block;
  }
  .cd-timeline__container {
	position: relative;
	/* width: 90%; */
	/* max-width: 1024px; */
	margin: 0 auto;
	padding: 2em 0;
  }
  
  .cd-timeline__container::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 42px;
	left: 13px;
	height: 100%;
	width: 4px;
	background: var(--primary-colour);
	height: 90%;
  }
  
  @media only screen and (min-width: 1024px) {
	.cd-timeline__container::before {
	  left: 50%;
	  margin-left: -2px;
	  height: calc(100% - 130px);
	  top:42px;
	}
  }
  
  .cd-timeline__block {
	position: relative;
	margin: 2em 0;
  }
  
  .cd-timeline__block:after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
  }
  
  .cd-timeline__block:first-child {
	margin-top: 0;
  }
  
  .cd-timeline__block:last-child {
	margin-bottom: 0;
  }
  
  @media only screen and (min-width: 1024px) {
	.cd-timeline__block {
	  margin: 6em 0;
	}
  }
  
  .cd-timeline__img {
	position: absolute;
	top: 9px;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
  }
  
  .cd-timeline__img img {
	margin-top: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	display: block;
	float: none;
	left: 0;
	right: 0;
	height: 30px;
	width: 30px;
  }
  
  .cd-timeline__img.cd-timeline__img--picture {
	background: var(--accent-colour);
  }
  
  .cd-timeline__img.cd-timeline__img--movie {
	background: #c03b44;
  }
  
  .cd-timeline__img.cd-timeline__img--location {
	background: #f0ca45;
  }
  
  @media only screen and (min-width: 1024px) {
	.cd-timeline__img {
	  width: 30px;
	  height: 30px;
	  left: 50%;
	  margin-left: -15px;
	  /* Force Hardware Acceleration */
	  -webkit-transform: translateZ(0);
			  transform: translateZ(0);
	}
	.cd-timeline__img.cd-timeline__img--bounce-in {
	  visibility: visible;
	  -webkit-animation: cd-bounce-1 0.6s;
			  animation: cd-bounce-1 0.6s;
	}
  
  }
  
  .cd-timeline__content {
	position: relative;
	margin-left: 60px;
	background: var(--light-bg);
	border-radius: 0.25em;
	padding: 1em;
  }
  .cd-timeline__content .main-image img {
	  max-width:80%;
	  display:block;
	  margin:15px auto 20px auto;
	  width:auto;
	  max-height:110px
  }
  .cd-timeline__content:after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
  }
  
  .cd-timeline__content::before {
	/* triangle next to content block */
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 14px solid transparent;
	/* border-right: 14px solid #fefefe; */
  }
  
  .cd-timeline__content h2 {
	color: #303e49;
  }
  .cd-timeline__content p {
	font-size: 1.2em;
	margin: 0;
  }
  .cd-timeline__content p:last-child {
	margin-bottom: 0;
  }
  
  .cd-timeline__read-more,
  .cd-timeline__date {
	display: inline-block;
  }
  
  .cd-timeline__read-more {
	float: right;
	padding: .8em 1em;
	background: #acb7c0;
	border-radius: 0.25em;
  }
  
  .cd-timeline__read-more:hover {
	background-color: #bac4cb;
  }
  
  .cd-timeline__date {
	padding: 0;
	  font-size:22px;
	  font-weight:800;
	  margin-bottom:15px
  }
  
  
  @media only screen and (min-width: 1024px) {
	.cd-timeline__content {
	  margin-left: 0;
	  padding: 1.6em;
	  width: 45%;
	  /* Force Hardware Acceleration */
	  -webkit-transform: translateZ(0);
			  transform: translateZ(0);
	}
	.cd-timeline__content::before {
	  top: 10px;
	  left: 100%;
	  border-color: transparent;
	  border-left-color: #fefefe;
	}
	.cd-timeline__read-more {
	  float: left;
	}
	.cd-timeline__date {
	  position: absolute;
	  width: 100%;
	  left: 122%;
	  top: -16px;
	  font-size: 2rem;
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__content {
	  float: right;
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__content::before {
	  top: 10px;
	  left: auto;
	  right: 100%;
	  border-color: transparent;
	  border-right-color: #fefefe;
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__read-more {
	  float: right;
	}
	.cd-timeline__block:nth-child(even) .cd-timeline__date {
	  left: auto;
	  right: 122%;
	  text-align: right;
	}
	.cd-timeline__content.cd-timeline__content--bounce-in {
	  visibility: visible;
	  -webkit-animation: cd-bounce-2 0.6s;
			  animation: cd-bounce-2 0.6s;
	}
  }
  
  .cd-timeline__content li, .cd-timeline__content ul {
	  padding:0;
	  margin:0;
  }
  .cd-timeline__content li {
	  margin-bottom:8px;
  }
  .cd-timeline__content ul {
	  padding-left:20px
  }

  .page-id-6598 .cd-timeline__img.cd-timeline__img--picture {
	background: url('images/eco-timeline.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
    height: 60px;
    margin-left: -30px;
	top: -10px;
  }
/*-----------------------
# Meet The Team
-----------------------*/
.image-link {
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.member .content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	z-index: 4;
}
.member .content .col {
	max-width: 200px;
}
.image-link:hover img {
	transform: scale(1.05);
	/* filter: grayscale(1); */
}
 
.team-title {
	margin-bottom: 10px;
	margin-top: 0;
	text-shadow: 1px 2px 4px rgba(0,0,0,0.4);
	color: var(--celestial);
}
.team-subtitle {
  margin: 0;
  /* opacity: 0.8; */
  text-shadow: 1px 2px 4px rgba(0,0,0,0.4);
}
.col.member {
    min-width: 25%;
    max-width: 50%;
}
 
.member img {
	display: block;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 16 / 14;
	object-fit: cover;
	transition: all 0.6s ease;
	/* filter: grayscale(0); */
	transform: scale(1);
}
.member.overlay .image-link:before {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 63%), #ffffff00);
    z-index: 2;
}

.modal-team img:not(.star) {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-radius: 5px;
}
.modal-team .link-wrap {
	margin: 15px 0;
}
.modal-team .link-wrap a {
	padding-left: 0;
}
 
.modal {
	border-radius: 10px;
}
.modal-team .link-wrap:last-of-type {
	margin-bottom: 0;
}
.member .bottom {
	padding-top:10px
}
.modal-image.portrait img, .modal-image.small img {
    aspect-ratio: 311 / 466;
    object-fit: cover;
}
.image-link.disabled {
	pointer-events: none;
}
/*-----------------------
# Accordion
-----------------------*/
.accordion-toggle {
	width:100%;
	cursor: pointer;
	position: relative;
	padding: 8px 20px 8px 20px;
	border-radius: 3px;
	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(--primary-button);
	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;
	color: #fff;
}
.rotate180 {
	transform: rotate(180deg);
}
/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.carousel-image {
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 30px;
}
.carousel-image img {
	display: block;
	height: auto;
	max-height: 50px;
	min-width: 50px;
	width: auto;
	max-width: 170px;
}
.full-container .carousel-wrap {
	padding: 0;
}
.logo-carousel .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 .inner {
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	padding: 20px;
	background: #fff;
    border-radius: 5px;
}
/*--------------------------------
# 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;
	padding: 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: 10px 15px;
	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: 15px;
}
.tab-content.current{
	display: inherit;
	animation-name: fadeIn;
	animation-duration: 0.5s;
}
/*--------------------------------
# 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;
	border-radius: 5px;
}
.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 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
/*
	min-width:250px;
	max-width: 610px;
*/
}
.gallery-image img {
	width:100%;
	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(--celestial);
	margin: 0;
}
.flickity-button:hover {
	color: var(--primary-colour);
	background: var(--celestial);
	color: #fff;
}
/*-----------------------
# Page Excerpt
-----------------------*/
.excerpt-page p {
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
}
.excerpt .excerpt-thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.excerpt-page img {
	aspect-ratio: 16 / 10;
	transition: all 0.5s ease;
	object-fit: cover;
}
.excerpt-page .inner {
	position: relative;
	overflow: hidden;
	
    position: relative;
}
 
.excerpt-page .content {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 40px;
	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: var(--dark-bg);
	opacity: 0.6;
	mix-blend-mode: multiply;
	transition: all 0.5s ease;
	border-radius: 10px;
	z-index: 1;
}
.excerpt-page .inner:hover:before {
	opacity: 0.8;
}
.excerpt-page .inner:hover img {
	transform: scale(1.1);
}
 
.excerpt-page .text-link {
	transition: all 0.5s ease;
	display: inline-block;
	margin-top: 10px;
}
.excerpt-page .thumb-wrap {
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	/* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
}
.text-link i, .button i {
	font-weight: 900 !important;
}
.excerpt-page .inner:hover .text-link {
	visibility: visible;
	opacity: 1;
}
.excerpt-page .content .text {
	position: relative;
}
.excerpt-page .content h3 {
	margin: 0;
	font-size: 1.8em;
	color: var(--celestial);
}
.case-studies-carousel .excerpt-page .content h3 {
	font-size: 1.4em;
}
.excerpt-page .view {
	font-weight: bold;
}
.post-slider .excerpt-page {
	min-width: 30%;
	max-width: 30%;
	margin: 20px 0;
}
/*-----------------------
# Sibling Pages
-----------------------*/
.sibling-pages .excerpt-page .text p {
	display: none;
}

.sibling-pages .excerpt-page .content {
	justify-content: flex-end;
}
.sibling-page {
	margin: 20px 0;
}
.child-pages.hide-text .excerpt-page p:not(.show) {
	display: none;
}

.sibling-page .thumb-wrap {
	max-width: 100px;
}
/*-----------------------
# Number counter
-----------------------*/
.number-counter h3 {
	font-size:2.4em;
	margin: 0;
}
.number-counter .icon {
	font-size: 3.5em;
	color: var(--body-colour);
	min-width: 110px;
	text-align: center;
}
.number-counter .counter {
  font-weight: bold;
}
.number p {
	margin: 0;
	margin-top: 5px;
	font-size: 1.3em;
}
/*-----------------------
## Galleries (Pages)
-----------------------*/
.gallery-image {
	min-width:25%
}
.gallery.count-5 .gallery-image,
.gallery.count-6 .gallery-image {
	min-width: 33.33%;
	max-width: 50%;
}
.gallery.count-5 .gallery-image:nth-child(1),
.gallery.count-10 .gallery-image:nth-child(-n+2) {
	min-width:50%;
	max-width:50%;
}
.gallery.count-7 .gallery-image:nth-child(-n+3),
.gallery.count-11 .gallery-image:nth-child(-n+3),
.gallery.count-13 .gallery-image:nth-child(-n+9),
.gallery.count-14 .gallery-image:nth-child(-n+6),
.gallery.count-15 .gallery-image:nth-child(-n+3) {
	min-width:33.33%
}
.gallery.count-9 .gallery-image {
	min-width:33.33%;
	max-width:33.33%;
}
/*--------------------
## 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 {
	text-align:center;
	float: left;
	width: 100%;
}
.testimonials .section-title {
	margin-top: 0;
}
.testimonials .flickity-page-dots {
	position: relative;
	bottom: 0;
}
.t-slide h1 {
  margin-top: 0;
}
.no-bg .testimonials .t-slide  {
	padding: 20px 0;
}
.no-bg .testimonials .t-slide .inner {
	background: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    position: relative;
    border-radius: 30px;
	padding: 20px 40px;
}

.testimonial p, .testimonials p {
	font-size: 1.6em;
}
.testimonials .testimonial-slider:not(.alt) .container{
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
	font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  color: var(--body-colour);
}
.author p {
	margin:0
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial-slider img {
	display:block;
	margin:0 auto;
  width: 90px;
	border-radius:50%;
	margin-bottom: 10px;
}

.testimonial i:not(.fa-angle-right), .testimonials i:not(.fa-angle-right) {
	color: var(--solar);
}
.testimonials .flickity-viewport {
  transition: all 0.4s;
}

.testimonial-slider.alt {
    margin-bottom: 20px;
}
.testimonial-slider.alt .image-wrap img {
	border-radius: 5px;
}
.testimonial-slider.alt .t-slide {
	text-align: left;
}
 
/*--------------------------------
# Testimonial Grid
--------------------------------*/
.testimonial-grid .inner {
  padding: 30px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
  font-style:italic
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 120px;
  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%;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    position: relative;
    border-radius: 20px;
	background: var(--box-bg);
	padding: 30px;
	z-index: 3;
	text-align: center;
}
.cta.intro .inner {
	text-align: left;
	padding: 0;
	box-shadow: none;
	background: none !important;
}
.cta-title {
	margin-bottom: 5px;
}
.cta .bottom {
	padding-top: 10px;
}
.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);
}
.page-id-5 #ctas {
	background: var(--dark-bg);
    /* border-bottom: 1px solid rgb(255 255 255 / 27%); */
}
.page-id-5 #ctas .container {
	/* margin-top: -150px; */
	position: relative;
	z-index: 24;
}
.page-id-5 .cta .inner {
	background: #090e306e;
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	box-shadow: 0px 5px 16px 10px #1be0bc91;
	padding: 20px;
	--headings-colour: #fff;
	--body-colour: #fff;

	/* V2 */
	background: #33c4a863;
    backdrop-filter: blur(6px);
    box-shadow: 0px 5px 11px 3px #1be0bc91;
    padding: 20px;
    --headings-colour: #fff;
    --body-colour: #fff;
    border: 1px solid #1be0bd;


}
.page-id-5 .cta .button {
	padding: 8px;
	background: none;
}
.page-id-5 .cta .button:hover {
	background: var(--celestial);
}
.page-id-5 .cta-icon i {
	filter: drop-shadow(0px 0px 20px #8beeda);
	color: #1be0bd;
}
/* #ctas .row .cta:nth-child(1) .inner {
	--primary-button: var(--equinox);
	--primary-colour: var(--equinox);
	--accent-colour: var(--equinox);
}
#ctas .row .cta:nth-child(2) .inner {
	--primary-button: var(--solar);
	--primary-colour: var(--solar);
	--accent-colour: var(--solar);
}
#ctas .row .cta:nth-child(3) .inner {
	--primary-button: var(--cosmic);
	--primary-colour: var(--cosmic);
	--accent-colour: var(--cosmic);
}
#ctas .row .cta:nth-child(4) .inner {
	--primary-button: var(--galactic);
	--primary-colour: var(--galactic);
	--accent-colour: var(--galactic);
} */

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.excerpt {
	background: #fff;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
  float: left;
  width: 100%;
}
.excerpt-related {
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt .excerpt-content {
    margin-top: 10px;
}
.categories a {
	color: var(--body-colour);
}
.meta .categories a {
	color: var(--link);
	font-weight: bold;
}
.meta .categories a:hover {
	color: var(--link-hover);
}
.excerpt-related .excerpt-title {
	color: var(--primary-colour);
}
.excerpt-title a:hover {
	/* color: var(--accent-colour); */
}
#post-nav {
	margin-top: 10px;
	margin-bottom: 40px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt .inner {
	padding: 30px;
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.excerpt-title {
	margin: 0;
}
.excerpt.event .excerpt-title {
	margin: 10px 0;
}
.meta span {
	display: inline-block;
}
.excerpt-related .excerpt-thumb img {
    border-radius: 5px;
}
#related-posts {
	float:left;
	width:100%;
	position:relative;
	/* background: var(--light-bg); */
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
	border-radius: 10px;
	padding: 40px;
	margin-top: 20px;
}
 #related-posts {
	float:left;
	width:100%;
	position:relative;
}
#related-posts h2 {
	margin-top: 0;
}
#post-nav {
	padding-top: 10px;
	float:left;
	width:100%;
	position:relative;
}
.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: 30px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper {
	margin:0 auto!important;
	max-width:960px!important
}
p.gform_required_legend {
	display: none;
}
.gform_wrapper .gform_ajax_spinner {
  padding-left: 0 !important;
  max-width: 30px;
  position: relative;
  top: 7px;
  height: 25px;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400 !important;
	font-size:1.1em!important
}

.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  padding: 0 !important;
}
.gform_wrapper .gfield_required {
	color:red!important
}
.gform_confirmation_wrapper {
	border: 2px solid #7fb567;
	font-size: 1.1em;
	padding: 20px;
	margin: 20px 0;
	position: relative;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
}

.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
	padding: 0 !important;
	border: none !important;
	background: none !important;
}
input.switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width:40px;
	height:20px;
	background-color:#449988;
	border:1px solid #D9DADC;
	border-radius:50px;
	-webkit-box-shadow: inset -20px 0px 0px 0px #D9DADC;
	box-shadow: inset -20px 0px 0px 0px #D9DADC;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
input.switch:checked {
	-webkit-box-shadow: inset 20px 0px 0px 1px #4ed164;
	box-shadow: inset 20px 0px 0px 1px #4ed164;
}
input.switch::-ms-check {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
}
.is-dark .gfield_label,
.is-dark .gform-field-label{
color:#fff
}

/* Fluid Video Embeds */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 0.5em 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}

/*-----------------------
# 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:#fff;
	  margin:3px 0;
	  -webkit-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	  border-radius: 5px;
  }
  .toggle-wrap:hover .toggle.two {
	  width:26px
  }
  .toggle-wrap:hover .toggle.three {
	  width:18px
  }
  .toggle-wrap:hover .toggle {
	  background:var(--celestial);
  }

/*-----------------------
# Mobile Menu
------------------------*/
.logo img {
	width:100%;
	display:block;
	width: 200px;
}
#mobile-header {
	padding: 15px 0;
	width:100%;
	max-height: 72.41px;
	min-height: 72.41px;
	display: flex;
	align-items: center;
}
#mobile-header .logo img {
	width: 180px;
}
#mobile-menu-overlay  {
	position: fixed;
	z-index: 888888;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom:0;
	overflow-y: scroll;
    background: rgb(9 14 48 / 95%);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	padding: 0;
	display:none;
}
#mobile-menu .current-menu-item a {
    /* color: var(--link); */
}
#mobile-menu-overlay .social-link {
	font-size: 1.8em;
}
#mobile-menu-overlay .sm-clean a {
	font-size: 1.1em;
}
li.current_page_ancestor >a, .current-menu-item >a, .sub-menu .current_page_item a, .current_page_parent >a {
	color: var(--link) !important;
}

body.menu-open,
html.menu-open {
  /* height: 100vh; */
  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;
	line-height: 1;
}
#mobile-menu-overlay .button-wrap {
	margin: 10px 0;
}
#mobile-menu-overlay .cta-buttons {
  margin: 15px 0;
}
.close-menu {
	color: #fff;
	font-size: 32px;
	touch-action: manipulation;
	display: inline-block;
	line-height: 1;
}
.close-menu i {
	font-weight: 900 !important;
}
#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 {
	float: left;
	width: 100%;
	background-color: var(--dark-bg);	
	position: relative;
	padding: 60px 0 30px 0;
  	font-size: 0.9em;
}
#footer .container {
	position: relative;
}


#footer:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/icon-white.svg');
	background-size: 40%;
	background-position: center right;
	opacity: 0.05;
	background-repeat: no-repeat;
}
#footer .social {
	margin-top: 40px;
	font-size: 1.6em;
}
#footer .social-link {
	padding-left: 0;
	margin-right: 10px;
}
#footer, #copyright {
	--link: var(--celestial);
	/* --link-hover: var(--primary-colour); */
}
#footer .co {
	margin: 20px 0;
}
#footer h3 {
	margin: 0 0 20px 0;
}
#footer h3.scrolled {
	margin-bottom: 0;
}
#footer .scrolled-message .inner {
	border-left: 5px solid var(--solar);
	padding-left: 20px;
	margin-bottom: 20px;
}

.newsletter .gform_title {
	font-size: 1.4em;
	margin: 0;
}
.newsletter .gform_confirmation_wrapper {
	border-color: var(--celestial);
	background: var(--celestial);
	text-align: center;
	color: #fff;
	font-weight: 400;
}
.newsletter input.button:hover {
	background: #fff;
	color: var(--celestial);
	border-color: #fff;
}
.newsletter p.gform_description {
    margin: 10px 0;
}
.newsletter .gform_footer {
	padding: 0  !important;
}
#footer p.scrolled {
	margin-top: 10px;
	font-size: 1.2em;
	margin-bottom: 0;
	--link: var(--solar);
}
#footer p.scrolled a {
	margin-top: 5px;
	display: inline-block;
}
#footer .pixels {
	color: var(--solar);
	min-width: 65px;
	display: inline-block;
	text-align: center;
}
.footer-menu {
	margin: 0 !important;
	list-style: none;
	padding: 0;
	column-count: 2;
	column-gap: 20px;
}
.footer-menu li a {
	position: relative;
	margin: 8px 0;
	display: inline-block;
	font-size: 1.1em;
	font-weight: bold;
}
 
.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;
	display: none;
}
#copyright {
	float: left;
	width: 100%;
	font-size: 0.95em;
	padding: 30px 0 0px 0;
	
}
#copyright p {
	margin-bottom: 10px;
}
#copyright .inner {
}
#copyright .credit {
	text-align: right;
}
 
#copyright a {
  white-space: nowrap;
  border: none;
}

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;
	font-weight: bold;
	margin: 10px 20px 10px 0;
	position: relative;
}
/* 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);
}

/*-----------------------
# Latest Posts (Alternative Layout)
-----------------------*/
 
.latest-posts-alt h1 {
	margin-top: 0;
	font-size: 1.8em;
	margin: 0;
}
.latest-posts-alt .title-row {
	margin-top: 10px;
	margin-bottom: 10px;
}
.featured-post {
	border-radius: 5px;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
	border: none;
	margin: 10px 0;
	--body-colour: rgba(255,255,255,0.8);
}
.featured-post .date, .excerpt .date {
	color: var(--body-colour);
	font-weight: bold;
}
.featured-post.main {
    height: calc(100% - 20px);
    padding-bottom: 50%;
    margin: 0;
    position: relative;
    top: 10px;
}
.featured-post.small .inner {
    padding: 20px;
}
.featured-post.small h3 {
	color: #fff;
	margin: 0;
	font-weight: bold;
}
.featured-post.small {
    height: 230px;
}
.featured-post:hover {
	transform: scale(0.99);
	opacity: 0.8;
}
.featured-post h2, .featured-post p {
	color: #fff;
	margin: 0;
}
.featured-post h2 {
	margin-bottom:10px;
	font-weight: bold;
}
.featured-post:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	background: linear-gradient(0deg, black, transparent);
}
.featured-post .inner {
	position: absolute;
	bottom: 0;
	padding: 40px;
}
a.excerpt-short {
	border: none;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.excerpt-short .date {
	display: inline-block;
	margin-bottom: 5px;
}
.excerpt-short-wrap a.excerpt-short:last-child {
	border: none;
}
a.excerpt-short:hover {
	opacity: 0.8;
}
a.excerpt-short h3 {
	margin: 0;
}
a.excerpt-short p {
	margin: 0;
	margin-top: 5px;
	color: #2e2e2e;
}
.excerpt-short .image {
	max-width: 120px;
	padding-left: 0;
}
.excerpt-short .image img {
	border-radius: 5px;
}
/*-----------------------
# Post Categories
-----------------------*/
.cat {
	margin: 20px 0;
}
.cat .section-title a {
	border: none;
	font-weight: bold;
	color: #2a3336;
}
.cat .excerpt-thumb img {
	border-top-left-radius: 5px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-top-right-radius: 5px; 
}
.post-categories h3 {
	font-weight: bold;
	margin-top: 0;
}
.post-categories h3 .icon img {
	height: 50px;
	width: auto;
	display: block;
}
.cat-title {
	padding: 15px 0;
}
.cat-title .col-auto {
    min-width: 110px;
}
.view-all {
	text-align: right;
}
.cat .excerpt-thumb {
	width: calc(100% + 40px);
    position: relative;
    left: -20px;
    top: -20px;
	transition: all 0.3s ease;
}
.cat a {
	border: none;
}
.cat a:hover {
	opacity: 0.8;
}
.cat .cat-title p {
	margin: 0;
	margin-top: 10px;
	font-weight: 300;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cat .inner .cat-title {
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
}
.cat .inner .cat-title:first-of-type h4 {
	font-size: 1.2em;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.cat .inner .cat-title:first-of-type h4 {
	font-weight: bold;
}
.cat .cat-title:nth-last-child(2) {
	border-bottom: none;
}
.cat .inner .cat-title:first-of-type  {
	padding-top: 0;
	padding: 20px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    position: relative;
	background: #fff;
    border-radius: 5px;
	margin-bottom: 10px;
}
.cat-title h4 {
	margin: 0;
	font-weight: bold;
	color: var(--link);
}
.cat-title h4 a {
	color: var(--body-colour);
	font-weight: bold;
	border: none;
}
.cat-title .date {
    font-weight: bold;
	color: var(--body-colour);
}
.cat-title h4 a:hover {
	color: var(--link);
}
.small-post-title {
	font-weight: normal;
	font-size: .9em;
}
.post-categories .title-wrap .inner {
    background: #fafafa;
    padding: 50px;
   
    border-radius: 10px;
}
.post-categories .title-wrap .inner  h2 {
	margin-bottom: 0;
}
.post-categories .title-wrap .inner p {
	font-size: 1.2em;
}
.view-all a {
    display: block;
    text-align: center;
	background: #fff;
    color: var(--secondary-button);
    border: 1px solid var(--secondary-button);
    padding: 10px 0;
    border-radius: 10px;
    font-weight: bold;
}
.view-all a:hover {
	background-color: var(--secondary-button);
	color: #fff;
}
/*--------------------------------------------------------------
# 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);
}
#left-header a.social-link {
	border: none;
	/* width: 35px; */
	/* height: 35px; */
	color: #fff;
}
#left-header a.social-link:hover {
	transform: scale(1.1);
}
/* #left-header .social-link.linkedin {
	border-color: var(--galactic);
	color: var(--galactic);
}
#left-header .social-link.instagram {
	border-color: var(--cosmic);
	color: var(--cosmic);
}
#left-header .social-link.contact {
	border-color: var(--solar);
	color: var(--solar);
	margin-right: 0;
} */


.two-cols-row .inner-section .container {
	padding: 0;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1301px) {
	.container.large, .large-container .container {
		padding-left: 60px;
		padding-right: 60px;
	}
}
@media screen and (min-width: 1025px) {
	.row.wide, .wide .row:not(.no-gutters):not(.narrow), .wide-gutters .row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -40px;
		margin-left: -40px;
	  }
	  
	  
	.two-cols-row .inner-section {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.wide > .col,
	.wide > [class*="col-"], .wide .co {
	  padding-right: 40px;
	  padding-left: 40px;
	}
	.wide-gutters > .col,
	.wide-gutters > [class*="col-"], .wide-gutters .co {
	  padding-right: 40px;
	  padding-left: 40px;
	}
	.wide .co, .wide-gutters .co {
	  margin: 40px 0;
	}
}
@media screen and (min-width: 1024px) {
	
.contact-info {
	padding-top: 58px;
}
	.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.standard-horizontal-layout-gap {
		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;
	}
	.row.wide {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -40px;
		margin-left: -40px;
	}
	.wide > .col,
	.wide > [class*="col-"] {
		padding-right: 40px;
		padding-left: 40px;
	}
	.next-post {
		text-align: right;
	}
	.modal.main {
		width: 900px;
	}
	.modal.main.image-modal {
		width: auto;
		max-width: 1100px;
	}
	.modal {
		max-width:900px;
		margin:0 10px;
	}
	.modal.team {
		max-width: 1100px;
	}
	.image-left.full-width .text {
		max-width: 620px;
	}
	.image-right.full-width .text .inner {
		max-width: 620px;
	}
}
@media screen and (min-width: 768px) {
	.search-row .search-wrap {
		max-width: 300px;
	}
}
@media screen and (min-width: 601px) {
	#footer .co.newsletter {
		margin: 0;
		margin-bottom: 20px;
	}
}
 
@media screen and (max-width: 1300px) {
	.image-right.text-panel.full-width .image-wrap img {
		min-height: 680px;
		max-height: 680px;
	}
}
@media screen and (max-width: 1200px) {
  #news-page.classic #sidebar {
    min-width: 100%;
  }
  .cta-icon.custom img {
	transform: none;
  }
  .testimonials .alt-slider p {
	font-size: 1.2em;
  }
  .t-slide .container {
    padding: 0 20px;
	}
  .cat .cat-title p {
	display: none;
  }
  .cat .inner .cat-title:first-of-type h4 {
	-webkit-line-clamp:3;
  }
  .number-counter h3 {
	font-size: 1.8em;
  }
  .number p {
	font-size: 1.1em;
  }
  .number-counter .icon {
	min-width: 100%;
	order: -1;
	text-align: left;
  }
  .number-counter .box {
	background: none;
	padding: 0;
  }
  .container {
	padding: 0 40px;
}
  .background-video .video-wrap {
	min-height: 95vh;
	}
  .featured-post.small h3 {
	font-size: 1.1em;
  }
  .post-slider .excerpt-page {
	min-width: 45%;
	max-width: 45%;
  }
  .image-list .image-wrap img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
  }
  .cta-icon img {
	transform: scale(1);
  }
  .calltoaction .inner {
	padding: 30px;
  }
  .sub-menu-image {
	display: none;
  }
  .sub:before {
	display: none;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px)  {
	.image-list .number:before {
		display: none;
	}

}
@media only screen and (max-width: 1200px) and (min-width: 1024px)  {
	#left-header .dm-wrap {
		min-width: 100%;
		order: 3;
	}
	ul.mega {
		text-align: center;
		/* margin-top: 15px; */
		/* padding-top: 10px; */
		/* box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.1); */
		/* border-top: 1px solid #e7e7e7; */
	}
	#left-header {
		padding-bottom: 0;
	}
	#left-header .logo {
		/* min-width: 100%; */
	}
	header .head-info {
		min-width: 100%;
	}
	body:not(.page-id-5) {
		/* padding-top: 95.41px; */
	}
}
 
@media screen and (max-width: 1024px) {
	.text-box .col-md-6 {
		min-width: 100%;
		margin: 0;
	}
	.image-left.full-width .image-wrap img, .image-right.full-width .image-wrap img {
		aspect-ratio: 16 / 8;
	}

  .cover, .background-image {
    background-attachment: scroll !important;
  }
  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}
	#footer:before {
		background-position: bottom right;
	}
}
@media screen and (max-width: 1023px) {
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 40px;
	}	
	.text-panel .text:before {
		display: none;
	}
	.text-panel .text {
		padding-top: 0;
	}
	.modal-team img:not(.star) {
		max-width: 300px;
		margin-bottom: 20px;
	}
	#left-header {
		padding: 20px 0;
	}
	.featured-post.main {
		margin-bottom: 20px;
		height: auto;
		padding: 0;
		min-height: 400px;
	}
	.featured-post.small {
		height: auto;
		padding-bottom: 75%;
	}
	.featured-post h2 {
		font-size: 1.4em;
	}
	.featured-post.main p {
		display: none;
	}

	.one-third-two-third .col-12 h2:first-child {
		margin-bottom: 0;
	}
	.one-third-two-third .co.col-12 {
		margin-bottom: 0;
	}
	.cd-timeline {
		overflow: visible;
		padding-left: 20px;
	}
	
	.cd-timeline__container::before {
		height: calc(100% - 100px);
	}
	.page-id-6598 .cd-timeline__img.cd-timeline__img--picture {
		width: 40px;
		height: 40px;
		margin-left: -5px;
	}
	.image-right.text-panel.full-width .image-wrap img {
	    min-height: 0;
		max-height: none;
		height: 400px;
	}
	.excerpt-page img {
		/* aspect-ratio: 1 / 1; */
		aspect-ratio: auto;
		min-height: 400px;
	}
	.excerpt-page .content h3 {
		font-size: 1.6em;
	}
	.excerpt-page p {
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;  
		overflow: hidden;
	}
	.background-video .text-wrap {
		padding: 60px 0;
	}
	body:not(.page-id-5) {
		/* padding-top: 72.41px; */
	}
	
	
	.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%;
	}
	ul.products.columns-4 li.product {
		-ms-flex: 0 0 33.33%;
	  flex: 0 0 33.33%;
	  max-width: 33.33%;
	}

  .promo-box.col {
    min-width: 50%;
  }
	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}
	.woocommerce-page #sidebar {
		display: none;
	}
  .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: 768px) {
	.footer-menu  {
		column-gap: 40px;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cta.col {
    	min-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.carousel-image {
		padding: 20px;
	}
	.latest-posts-alt .title-row {
		margin-bottom: 40px;
	}
	#banner:before {
		display: none;
	}
	.contact-details .form-wrap {
		order: -1;
		margin-bottom: 20px;
	}
	.acf-map {
		min-height: 250px;
		max-height: 250px;
	}
	.number-counter .box {
		background: var(--box-bg);
		padding: 20px;
	  } 
	.calltoaction .cta-icon {
		min-width: 100%;
	}
	.testimonial p, .testimonials p {
		font-size: 1.2em;
	}
	
	.cta-icon img {
		margin-bottom: 20px;
	}
	.post-slider .excerpt-page {
		min-width: 85%;
		max-width: 85%;
		padding: 0 10px;
	  } 
	.modal.main .modal-image img {
		display: block;
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.background-video h1 {
		font-size: 1.3em;
	}
	.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: 40px;
	}
	.post-wrap {
		margin-bottom: 0;
	}
	.gallery .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.gallery > .col, .gallery > [class*="col-"], .gallery .co {
		padding-right: 10px;
		padding-left: 10px;
	}
	.image-right .co.image-wrap, .image-left .co.image-wrap {
		margin-bottom: 0;
	}

	#single-post .side {
		order: 2;
	}
	.modal-team img:not(.star) {
		margin-bottom: 20px;
	}
	.gallery-thumbs .thumb {
		width: 20%;
	}
	.box {
		padding:20px
	}
	section {
		padding:30px 0;
	}
	h1 {
		font-size:2.2em
	}
	#banner {
		min-height:450px;
	}
	.slider .slide {
		min-height:400px;
	}
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.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: 100px 0 40px 0;
	}
	#left-header #menu-toggle {
		max-width: none;
	}
	.video-container {
		min-width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	 
	.modal.main .modal-image img {
		max-width: 140px;
	}
	.footer-menu {
		column-count: 1;
	}
	.acf-map .marker-row img {
		margin-bottom: 10px;
	}
	.list-wrap.row.narrow {
		padding-left: 10px;
	}
	.acf-map .marker-row p {
		margin-bottom: 0;
	}
	#nobanner h1 {
		font-size: 1.8em;
	}
	#related-posts {
		padding: 0;
	}
	#related-posts h2 {
		margin-top: 0;
		padding: 20px;
		text-align: center;
		padding-bottom: 0;
		margin-top: 10px;
	}
	.excerpt-related .excerpt-thumb img {
		margin-bottom: 20px;
		width: 100%;
	}
	.excerpt-related .row {
		margin: 0;
	}
	#related-posts .d-flex {
		padding: 0;
	}
	.excerpt-related .image {
		padding-right: 20px;
	}
	#related-posts .row {
		margin: 0;
	}	
	.excerpt-related .image {
		min-width: 100%;
	}
	.excerpt-related .col {
		min-width: 100%;
		max-width: 100%;
	}
	.layout-title .co {
		margin: 0;
	}
	.image-modal .image-link img {
		max-width: 200px;
		margin: 0 auto;
	}
	.container {
		padding: 0 20px;
	}
	 
	.co {
		/* margin: 10px 0; */
	}
	.title-button .col-auto {
		min-width: 100%;
	}
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 40px 20px;
	}
	.slider .slide {
		padding: 20px 0;
	}
	
	body {
		font-size:16px
	}
	.gallery-thumbs .thumb {
		width: 30%;
	}
	.woocommerce-form-coupon .form-row {
    	width: 100% !important;
    	padding: 0 !important;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	.col.download {
		min-width: 100%;
		max-width: 100%;
	}
	input#coupon_code {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.coupon .button {
    width: 100% !important;
	}
	.woocommerce-message a {
		align-self: baseline;
		margin-top: 10px;
	}
	.woocommerce-message a.button {
		order: 2;
		margin-top: 10px;
	}

	.grid-item {
		width: 100%;
	}
	blockquote {
		width: 100%;
		margin: 15px 0;
		padding: 50px 20px;
	}

	.gallery-image {
		min-width: 50% !important;
		max-width: none !important;
	}
	.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 screen and (max-width: 374px) {
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
}
@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%;
  }
}
