/*!
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: "Lora", serif;
	color: var(--body-colour);
	font-weight: 300;
	font-size: 16px;
}
body:not(#tinymce), html {
	float: left;
	width: 100%;
	/* overflow-x: hidden; */
}  
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
	padding-right: 0 !important; 
}
#page-sections, #footer {
	position: relative;
	/* overflow-x: hidden; */
}
section, #footer {
	position: relative;
	/* overflow-x: hidden; */
}
/*--------------------------------------------------------------
## Colour Scheme
--------------------------------------------------------------*/
:root {

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

	/* General Colours */
	--primary-colour: #004116;
	--accent-colour: #27B360;


    --emerald: #27B360;
    --green: #004116;
    --dark-ocean: #022E41;
    --midnight: #021626;
    --lime: #A1EA43;
    --sage: #C6DABF;
    --sand: #F2E6D0;

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

	/* Text */
	--body-colour: #5a5a5a;
	--headings-colour: #004116;
 
	/* Buttons */
	--primary-button: var(--emerald);
	--primary-button-text: #ffffff;
	--primary-button-hover: var(--green);
	--primary-button-text-hover: #ffffff;

	--secondary-button: var(--emerald);
	--secondary-button-text: var(--emerald);
    --secondary-button-text-hover: #fff;
	--secondary-button-hover: var(--emerald);


	/* Links */
	--link: var(--emerald);
	--link-hover: var(--green);

	--menu-link: var(--green);
	--menu-link-hover: var(--emerald);
}

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

	/* Links */
	--link: #A1EA43;
	--link-hover: #C6DABF;

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

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

	/* Buttons */

    --accent-colour: #A1EA43;



    --secondary-button-text: #fff;

    --secondary-button: #fff;
    --secondary-button-hover: #fff;
    --secondary-button-text-hover: var(--emerald);


	--primary-button: var(--lime);
	--primary-button-text: var(--green);
	--primary-button-hover: var(--emerald);
	--primary-button-text-hover: #ffffff;

	/* Backgrounds */

	--box-bg: rgb(255 255 255 / 8%);
}
 
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: var(--headings-colour);
  font-family: "Lora", serif;
  font-weight: 500;
  clear: both;
  line-height: 1.3;
}
h1 {
	font-size:2.8em;
	color: var(--headings-colour);
	line-height:1
}
h2 {
	font-size:1.8em;
	color: var(--headings-colour);
}
h1 {
    text-transform: uppercase;
}
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;
}
p {
	margin-bottom: 1.5em;
	font-size: 1.1em;
	color: var(--body-colour);
}
p.bigger {
	font-size: 1.3em;
	font-weight: 300;
}
 

#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
/* Font Awesome */
.fa-icon:before {
	display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
i {
	/* font-weight: 400 !important; */
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: var(--link);
	text-decoration: none;
  	transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: var(--link-hover);
}
a:focus {
	outline: none;
}
a:hover, a:active { 
	outline: 0;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.gform-button, a.button, .button 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: 5px !important;
	font-weight: 500 !important;
	padding: 10px 24px !important;
	transition: all ease 0.3s;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid var(--primary-button);
	position: relative;
	display: inline-block;
	text-transform: none;
    text-transform: uppercase;
	text-align: center;
	touch-action: manipulation;
	cursor: pointer;
	margin:5px 0;
}
.gform_button {
    text-transform: uppercase !important;
    box-shadow: none !important;
}
.gform-button:hover, 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);
}
a.button.disabled {
    pointer-events: none;
    padding: 0 !important;
    color: var(--primary-colour) !important;
    background: none !important;
    border: none !important;
    text-transform: none !important;
    font-size: 1.4em;
    font-style: italic;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	cursor: not-allowed;
}
.woocommerce div.product form.cart .button {
	padding: 10px 20px;
}
button.search-submit {
	background: var(--primary-button);
	transition: all ease 0.3s;
	color: var(--primary-button-text);
	border: none;
	cursor: pointer;
}
button.search-submit:hover {
	background: var(--primary-button-hover);
	color: var(--primary-button-text-hover);
}

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

}
a.button.primary:hover {
	box-shadow: inset 200px 0 0 0 var(--primary-button-hover);
}

a.button.ghost {
    background: none;
    color: #fff;
}
a.button.ghost:hover {
    background: #fff;
    color: var(--primary-button);
    border-color: var(--primary-button);
}

 
/* Text Link */
a.text-link {
	font-weight: bold;
	border-bottom: 1px solid var(--link);
	display: inline-block;
}
a.text-link:hover {
	border-bottom-color: var(--link-hover);
	color: var(--link-hover);
}

/* Button Link */
a.button-link, span.button-link {
	background: none;
    color: var(--primary-button);
    border: none;
    border-bottom: 1px solid var(--primary-button);
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5px;
}
a.button-link:after, span.button-link:after {
	float: right;
    margin-right: 0px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin-left: 10px;
    position: relative;
	padding-bottom: 5px;
    top: 4px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f138";
}
a.button-link:hover, span.button-link:hover {
	border-color: var(--link-hover);
	color: var(--link-hover);
}
/*--------------------------------------------------------------
# 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;
    text-transform: uppercase;
}
.mega-menu-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.sub {
	background: rgba(220, 220, 220, 0.895);
  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(20px);
  backdrop-filter: blur(20px);
}
.sub .menu-image {
	max-width: 340px;
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
a.menu-item.has-sub {
  /* margin-right: 8px; */
	padding-right: 32px !important;
}
.sub h4 {
  margin-bottom: 10px;
	font-size: 1.2em;
    font-weight: 500;
}
.sub h3 {
    font-weight: 500;
}
a.has-sub {
	position: relative;
	padding-right: 10px !important;
	display: inline-block;
}
a.has-sub:after {
	content: '';
	background-image: url('images/angle-down.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	right: 8px;
	height: 18px;
	width: 18px;
	top: 15px;
	transform-origin: center;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
a.has-sub.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-description {
	margin: 20px 0;
}
.mega a.current-page {
  color: var(--menu-link-hover);
}
ul.menu-items a {
	color: var(--menu-link);
	border: none;
    font-weight: 400;
	display: inline-block;
	margin: 5px 0;
}
ul.menu-items a.current-page {
	color: var(--menu-link-hover);
}
ul.menu-items a:hover, .page-id-2355 ul.menu-items a.current-page:hover {
	color: var(--menu-link-hover);
}


/*-----------------------
# Banner
------------------------*/
#banner-bg {
	background:var(--dark-bg)
}
#banner {
	padding: 60px 0;
	position: relative;
	background-color: var(--dark-bg);
	min-height: 350px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#banner .vci {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
.single-post #banner{
  min-height: 400px;
}
#banner .container {
  position: relative;
  height:100%
}
#banner .row {
	height:100%
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: var(--dark-bg);
    mix-blend-mode: multiply;
    opacity: 0.6;
}
#banner:after, .slider-wrap:after, .background-video .video-wrap:after {
      content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-image: url(images/divider.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.slider-wrap {
    position: relative;
}
#banner h1, #banner p {
	position: relative;
	margin:10px 0
}
#banner p {
	font-size: 1.6em;
}
#banner .text {
  float: left;
  width: 100%;
}

/*-----------------------
# Banner - Image Right
------------------------*/
#banner.image-right:before {
	display:none
}
.banner.image-right {
	background: var(--dark-bg);
}
.banner.image-right .image-wrap img {
	min-height: 500px;
	aspect-ratio: 16 / 9;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner h1, #nobanner p {
	position: relative;
	margin:10px 0
}
#nobanner {
	padding: 80px 0;
	float: left;
	width: 100%;
    background: #004116;
    background: linear-gradient(90deg, rgba(0, 65, 22, 1) 0%, rgba(2, 22, 38, 1) 100%);
}

.post-banner {
	position: relative;
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
}
 

header {
	position: relative;
}
/*-----------------------
# Full width menu
------------------------*/
header#full #menu {
	background: #f5f5f5;
}
header#full #header-menu {
	text-align: center;
}
header#full .inner {
	padding: 10px 0;
}
header#full #header-menu-desktop, header#full ul.mega {
	text-align: center;
}

/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding: 15px 0;
}
.portal-link a {
    font-size: 1.5em;
}
#left-header .login a {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#left-header .login a:hover {
	color: var(--accent-colour);
}
.header-sticky {
	position: sticky;
	z-index: 10;
	top: 0;
}
.admin-bar .header-sticky {
	top: 32px;
}
#left-header #header-menu-desktop {
	text-align: right;
}
#left-header #header-menu {
	text-align: center;
}
 

 
/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: 100%;
}

.search-submit {
  width: auto;
  text-align: center;
  padding: 12px;
  margin: 0;
  margin-left: 5px;
}
.search-page-form {
  margin-bottom: 20px;
}
.search-submit i {
  margin: 0 auto;
  display: block;
}
#sidebar .search-field {
  width: calc(100% - 43px);
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
	margin-bottom: 15px;
}
#breadcrumbs a {
	font-weight: 400;
}
#breadcrumbs.shortcode {
	margin-bottom: 0;
}
#breadcrumbs i {
	font-size: 0.6em;
	color: var(--body-colour);
	top: -2px;
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 60px 0;
}
#news-page {
	position: relative;
	overflow-x: hidden;
    padding: 20px 0;
}
#single-post {
  padding: 40px 0;
}
#single-post .side {
	margin: 20px 0;
}
#single-post .side h4 {
    border-bottom: 1px solid #ececec;
	margin-top: 0;
    padding-bottom: 5px;
}
h5.author-socials {
	font-size: 1.7em;
	margin: 10px 0;
}
#single-post .side  p {
	margin-bottom: 30px;
	margin-top: 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.single-thumb {
	margin-bottom: 20px;
}
.container.no-sidebar {
  max-width: 860px;
}
.search-row {
	margin-top:-10px;
}
.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);
	padding:30px 60px;
	font-weight:normal;
	text-align:center;
	position:relative;
}
blockquote p:first-child {
	margin-top:0
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote:before {
	content:"\f10D";
	position:absolute;
	top:10px;
	left:20px;
	color:var(--accent-colour);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f10d";
	font-size:30px;
}
blockquote:after {
	content:"\f10E";
	position:absolute;
	bottom:10px;
	right:20px;
	color:var(--accent-colour);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f10e";
	font-size:30px;
}
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	float:none;
	width: 100%;
}
iframe.instagram-media {
	margin:0 auto!important;
	display:block;
	float:none!important;
}
.map iframe {
	width:100%!important;
	height:450px;
}
hr {
	background-color: var(--primary-colour);
	border: 0;
	height: 1px;
	width:60%;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 1.5em
}
.bottom {
	margin-top: auto;
}
/*-----------------------
# Sidebar
------------------------*/
#sidebar {
	max-width: 300px;
	margin: 10px 0;
}
#sidebar .inner {
	background: var(--box-bg);
	padding: 15px;
}
.toggle-sidebar {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	color: var(--primary-colour);
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
	border-radius: 4px;
}
.toggle-sidebar i {
	color: var(--dark-bg);
	margin-left: 5px;
}
ul.pages, ul.child-pages, ul.child-pages, ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages .parent-page {
	margin-top: 0;
}
ul.pages .parent-page a {
	font-weight: bold;
}
ul.child-pages {
	margin-bottom: 20px;
	margin-top: 10px;
}
li.page:not(.current) .child-pages {
	display: none;
}
ul.pages a {
	color: #2E2E2E;
	font-weight: 400;
}
ul.pages a:hover, ul.child-pages a:hover {
	color: var(--primary-colour);
}
ul.pages > li {
  margin-bottom: 10px;
}
ul.pages li a.parent {
	border-left: 3px solid transparent;
	font-weight: bold;
	display: inline-block;
	color: #575757;
}
ul.pages li a.parent:hover {
	color: var(--primary-colour);
}
ul.pages li.current a.parent {
	border-left-color: var(--accent-colour);
	color: var(--primary-colour);
	padding-left: 10px;
}
ul.child-pages li {
	position: relative;
	text-indent: -35px;
	padding-left: 35px;
	margin: 5px 0;
}
ul.child-pages .children li {
	padding-left: 25px;
}
ul.child-pages li:before {
	content: "";
	margin-right: 10px;
	font-weight: 300;
	width: 12px;
	height: 1px;
	position: relative;
	background: #707070;
	top: 0;
	left: 0;
	display: inline-block;
}
/*--------------------------------
# Isotope
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -30px;
	margin-right: -30px;
}
.grid-item {
	width:33.33%;
	padding: 0 30px;
	display: inline-block;
	margin: 30px 0;
}
/* Blog */
.grid-item.post .placeholder {
  display: none;
}
.grid-item .excerpt-thumb {
	transition: all 0.4s ease;
}
.grid-item .excerpt-thumb:hover {
    opacity: 0.8;
}
body.category #nobanner, body.blog #nobanner {
	position: relative;
	overflow: hidden;
}
.category-newsletters #breadcrumbs {
    display: none;
}
 
/*--------------------------------
# Modal
--------------------------------*/
.fancybox-infobar {
  display: none !important;
}
.modal-title, .modal-name {
  margin: 0;
}
.modal-name {
  margin-bottom: 10px;
}
.modal-title {
  margin-bottom: 20px;
}

.fancybox-toolbar .fancybox-button:hover {
	background: var(--primary-colour);
}
.fancybox-thumbs__list a:before {
	border-color: var(--primary-colour);
}
.fancybox-button--arrow_left:hover div, .fancybox-button--arrow_right:hover div {
	background: var(--primary-colour);
}
.fancybox-navigation .fancybox-button div {
	transition: all 0.4s ease;
}
.fancybox-button[disabled] {
	display: none !important;
}
.fancybox-close-small:hover {
	background: none;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: inherit;
	border: 1px solid #999;
	border-radius: 2px;
	/* padding: 8px !important; */
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family: inherit;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	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
--------------------------------------------------------------*/
section.is-hidden {
    box-shadow: 0px 0px 0px 5px rgb(182 0 0) inset;
	transition: all 0.5s ease;
	position: relative;
}
section.is-hidden:hover {
	box-shadow: none;
}
section.is-hidden:hover:before {
	opacity: 0;
	visibility: hidden;
}
section.is-hidden:before {
    content: 'This section is hidden from visitors';
    width: 100%;
    top: 0;
    position: absolute;
    text-transform: uppercase;
    left: 0;
    transition: all 0.5s ease;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    background-color: rgb(182 0 0);
    font-family: sans-serif;
}
#password-protected {
	padding: 40px 0;
}
.lt {
  margin: 10px 0 10px 0;
}
.layout-title .tc .button-wrap {
	min-width: 100%;
}
.sand-bg {
    background-color: var(--sand);
}
.light-bg {
  background-color: var(--light-bg);
}
.sage-bg {
  background-color: var(--sage);
}
.dark-bg {
  background-color: var(--dark-bg);
}

.gradient-1 {
    background: #A1EA43;
    background: linear-gradient(240deg, rgba(161, 234, 67, 1) 0%, rgba(39, 179, 96, 1) 100%);
}

.green-gradient {
    background: #27B360;
    background: linear-gradient(240deg, rgba(39, 179, 96, 1) 0%, rgba(0, 65, 22, 1) 100%);
}

.dark-green-gradient {
    background: #004116;
    background: linear-gradient(90deg, rgba(0, 65, 22, 1) 0%, rgba(2, 22, 38, 1) 100%);
}


/* Backgrounds */

.earth-1 {
	position: relative;
	overflow: hidden;
}
.earth-1 div {
	position: relative;
	z-index: 2;
}
.earth-1:before {
	content: '';
	width: 500px;
	height: 500px;
	position: absolute;
	top: 0;
	right: -300px;
	background-image: url('images/world-dots.svg');

	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.earth-1:after {
	content: '';
	width: 500px;
	height: 500px;
	position: absolute;
	bottom: -100px;
	left: -400px;
	background-image: url('images/world-dots.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.earth-2 {
	position: relative;
	overflow-x: hidden;
}
.earth-2:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/world-dots.svg'), url('images/world-dots.svg'), url('images/world-dots.svg');
	background-size: 400px, 600px, 600px;
	background-repeat: no-repeat;
	background-position: top left -200px, top 80px right 60px, bottom left -300px;
	opacity: 0.1;
}

.earth-4 {
	position: relative;
	overflow-x: hidden;
}
.earth-4:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/world-dots.svg'), url('images/world-dots.svg');
	background-size: 800px;
	background-repeat: no-repeat;
    background-position: top -200px left -400px, bottom -300px right -300px;
	opacity: 0.1;
}

.earth-3 {
	position: relative;
	overflow: hidden;
}
.earth-3:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/world-dots.svg'), url('images/world-dots.svg');
	background-size: 500px, 500px;
	background-repeat: no-repeat;
	background-position: center left -300px, center right -300px;
	opacity: 1;
}

.novus-watermark {
	position: relative;
	overflow: hidden;
}
.novus-watermark:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/world-dots.svg'), url('images/novus-logo.svg');
	background-size: contain, contain;
	background-repeat: no-repeat;
	background-position: center left -300px, center right 20px;
	opacity: 0.1;
}

ul.list {
	list-style: none !important;
	padding-left: 0px;
	line-height: normal !important;
	line-height: 1.5;
	margin-left:0;
	color: var(--body-colour);
}
ul.list li {
	position: relative;
	padding-left: 25px;
	margin: 10px 0;
}
ul.list li:before {
	color: var(--accent-colour);
	display: inline-block;
	font-size: 1em;
	position: absolute;
	top: 2px;
	line-height: normal;
	left: 0;
	width: 20px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
}
ul.list.standard li:before {
	content: "\f068";
}
ul.list.ticks li:before {
	content: "\f058";
}

.list-default {
    margin: 0;
    padding-left: 16px;
	font-size: 1.1em;
}
.list-default.two-col {
	column-count: 2;
	column-count: 2;
}
#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;
}
.image-wrap.calc img {
	max-width: 400px;
	margin: 0 auto;
	opacity: 0.5;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
	margin: 20px 0;
}
.box {
	background: var(--box-bg);
	padding: 30px;
	float: left;
	width: 100%;
}
.hb {
	background: var(--box-bg);
	padding: 30px;
	display: flex;
	float: left;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}
.hb :first-child {
    margin-top: 0;
}
.hb :last-child {
    margin-bottom: 0;
}
.light-bg .box {
	background:#fff;
}
/*--------------------------------
# Brochure
--------------------------------*/
.brochure video {
    float: left;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}
/*--------------------------------
# Image Left, Image Right
--------------------------------*/
.image-left .text .inner,
.image-right .text .inner {
	padding:0;
}
.image-left.full-width .text .inner {
	padding: 60px 20px 60px 40px;
}
.image-right.full-width .text .inner {
	padding: 60px 40px 60px 20px;
}
.image-left.full-width .image-wrap img,
.image-right.full-width .image-wrap img {
	display: block;
	height: 100%;
	object-fit: cover;
}

.no-crop.image-wrap img {
    aspect-ratio: 4 / 3;
    border-radius: 5px;
    object-fit: cover;
}
.no-crop.image-wrap {
    position: relative;
}
.no-crop.image-wrap:before {
      content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    top: -3px;
    left: 0;
    background-image: url(images/divider.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    display: none;
}
.no-crop.image-wrap:after {
      content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-image: url(images/divider.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
/*--------------------------------
# Slider
--------------------------------*/
.slide h1 {
    font-size: 3.4em;
    margin: 0;
    text-shadow: 0px 4px 7px rgb(0 0 0 / 23%);
}
.slide p {
    font-size: 2em;
    font-weight: 400;
    color: #ffffffd9;
}
.slider .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.slider .slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: var(--dark-bg);
    /* mix-blend-mode: multiply; */
    opacity: 0.2;
}
.slider .flickity-page-dots {
    bottom: 30px;
}
.slider .inside  {
	position: relative;
	z-index: 4;
	text-align: left;
}
.slider .text {
    text-align: center;
}
.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;
	opacity: 1;
	transition: all 0.4s ease;
	width: 14px;
	margin: 0 6px;
	background-color: var(--accent-colour);
}
.flickity-page-dots .dot.is-selected {
    background-color: var(--accent-colour);
}
.is-dark .flickity-page-dots .dot {
	background: #fff;
}
body {
    position: relative;
    overflow-x: hidden;
}

.is-dark .flickity-page-dots .dot.is-selected {
    background-color: var(--accent-colour);
}
.slider h2, .slider p, .slider a.button {
	position: relative;
	margin:10px 0
}
.slide h1, .slide p, .slide .button {
	visibility: hidden;
	animation-name: fadeOut;
	animation-duration: 0.5s;
}
.slide.is-selected h1 {
	animation-name: fadeInDown;
	animation-duration: 1s;
	visibility: visible;
}
.slide h2 {
    font-size: 2.4em;
}
.slide.is-selected p {
	animation-name: fadeInUp;
	animation-duration: 1s;
	visibility: visible;
}
.slide.is-selected .button {
	animation-name: fadeIn;
	animation-duration: 1s;
	visibility: visible;
}
/*-----------------------
# Background Video
------------------------*/
.background-video .video-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0; 
	width: 100%;
	height: 100%;
    background: var(--dark-bg);
    mix-blend-mode: multiply;
    opacity: 0.6;
	z-index:1
}
.background-video, .background-video .video-wrap {
	position: relative;
}
.background-video .video-wrap {
	min-height: 500px;
    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 .text {
	max-width: 620px;
}


/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#f5f5f5;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Images
------------------------*/
.images-layout img {
	display: block;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb .image-wrap img {
    /* aspect-ratio: 1 / 1;
    object-fit: cover; */
}
/*-----------------------
# Promo Boxes
------------------------*/
.promo-box {
	width: 100%;
	min-height:400px;
}
.promo-box.col {
	min-width: 33.33%;
	max-width: 50%;
}
.promo-box .inner {
	padding: 40px;
	width: 100%;
	position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.promo-box .text {
    transition: all 0.4s ease;
    opacity: 0;
}
.promo-box .inner:hover .text {
    opacity: 1;
}
.promo-box .inner:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
    background: linear-gradient(0deg, #00000000, #000000d5);
    transition: all 0.4s ease;
    height: 200px;
}
.promo-box .inner:hover:before {
    height: 100%;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
}
.promo-box .inner *:not(.button) {
  color: #fff;
}
.promo-box .button.ghost {
    background: rgb(0 0 0 / 9%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
.promo-box h3 {
  margin-top: 0;
}
.promo-box div {
  z-index: 2;
  position: relative;
}
/*-----------------------
# Child Pages
-----------------------*/
.child-page .inner {
	width: 100%;
}
.child-page.current {
	opacity: 0.5;
	pointer-events: none;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.parent-page {
	margin: 20px 0;
}
.no-block {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	padding: 40px;
	border: 2px dashed #ccc;
}
/*-----------------------
# Table Layout
-----------------------*/
.table-layout td, .table-layout th, .table-layout thead {
	padding: 10px;
}
.table-layout .th, .table-layout thead {
	border: 1px solid #869e5f;
}
.table-layout th {
  background: var(--light-bg);
  text-align: left;
  font-weight:600;
  border-left:1px solid #666;
  border-top:1px solid #666;
}
.table-layout th:last-child {
	border-right:1px solid #666;
}
.table-layout td {
  background: #fff;
  border-left:1px solid #666;
  border-top:1px solid #666;
  vertical-align: top;
}
/* .table-layout tr:nth-child(even) td {
	background:#f5f5f5;
} */
.table-layout tr > td:last-child {
	border-right:1px solid #666;
}
.table-layout tr:last-child td {
	border-bottom:1px solid #666;
}
.table-layout table {
	border-spacing: 0px;
}
/*-----------------------
# Sky Banner
-----------------------*/
.sky {
	position: relative;
	overflow-x: hidden;
}
.sky .text {
	position: relative;
	z-index: 2;
}
.sky-image {
	display: block;
	width: 100%;
	max-width: 800px;
	position: absolute;
	bottom: 0;
	right: 0;
	max-height: 100%;
}
/*-----------------------
# Contact Details
-----------------------*/
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details h3 i {
	font-size: 0.7em;
	margin-right: 8px;
}
.contact-description :first-child {
    margin-top: 0;
}
.contact-details .social-wrap  {
	margin-top: 20px;
	margin-bottom: 40px;
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .image-wrap {
	margin-top: 20px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
	font-weight: bold;
} 
.contact-details .bh .inner {
	padding: 5px 0;
	max-width:80%
}
.contact-details .bh .inner:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.contact-info .detail  {
	margin-bottom: 20px;
}
.contact-info .detail h3 {
	margin: 0;
	margin-bottom: 15px;
}
.contact-info .notes {
	margin-top: 10px;
}
.contact-info .detail p {
	margin: 0;
}
.contact-info .box {
	text-align: center;
}
.contact-info .label {
	font-weight: bold;
}
.contact-details .email-wrap {
    margin-bottom: 10px;
}
/*-----------------------
## Call to action
-----------------------*/
.calltoaction {
	padding: 40px 0;
}
.cta-link {
	text-align: center;
}
/*-----------------------
## Pricing Tables
-----------------------*/
.product .bottom {
    padding-top: 20px;
}
.product .header {
	background: var(--dark-bg);
	padding: 20px;
	position: relative;
	top: -20px;
	text-align: center;
	left: -20px;
	width: calc(100% + 40px);
}
.product .header h3 {
	margin: 0;
}
.product .header h4 {
	margin: 0;
}
.product .inner {
	background: var(--box-bg);
    width: auto;
    text-align: left;
    padding: 20px;
	overflow: hidden;	
}
.product .icon {
	  color: var(--accent-colour);
	  font-size: 1.5em;
}
.product .feature {
	padding: 5px 10px;
	border-radius: 5px;
	/* border-bottom: 1px solid #eee; */
}
.product .features-wrap .feature:nth-child(even) {
	/* background: #fff; */
}
.product .icon.cross {
	opacity: 0.3;
	filter: grayscale(100%);
}
/*-----------------------
# Text & Icon
-----------------------*/
 .trim :first-child {
    margin-top: 0;
 }
 .trim :last-child {
    margin-bottom: 0;
 }
 
.text-icon .icon img {
    display: block;
    width: 100%;
    max-width: 80px;
}
.text-icon .item {
    position: relative;
    background: var(--sage);
    margin: 20px 0;
    padding: 40px;
    border-radius: 10px;
}
.text-icon .icon-wrap {
    margin-bottom: 0;
}

.text-icon .item p {
	font-size: 1.3em;
	font-weight: 300;
}
/*-----------------------
# Icon List
-----------------------*/
.icon-list p {
	font-size: 1.2em;
}
.icon-list .icon-row {
	padding-left: var(--offset-icon-row);
}
.icon-row .icon {
	position: relative;
}
.icon-row {
	margin: 0px 0;
}
.icon-row .text {
	padding-left: 0;
}
.icon-row .icon:after {
    content: '';
    width: 75px;
    height: 75px;
    background: url('images/arrow-connect.svg');
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: 38px;
    background-repeat: no-repeat;
    z-index: -1;
}

.icon-row .icon-number .number {
    border: 2px solid var(--emerald);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: var(--sage);
}
.icon-row .icon-number .number span {
    font-size: 2em;
    color: var(--green);
}

/*-----------------------
# Features List
-----------------------*/
.features h2.section-title {
	margin-bottom:30px
}
.feature h4 {
	margin: 0;
}
.feature p {
	margin: 0;
}
.features .feature .icon i {
  position: relative;
  top: -9px;
}
.features .feature .icon {
  max-width: 44px;
	color: var(--accent-colour);
	font-size: 1.8em;
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link {
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.team-title {
	margin-bottom: 10px;
}
.team-subtitle {
  margin: 0;
}
.col.member {
    min-width: 25%;
    max-width: 50%;
}
 
.member img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.modal-team img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.modal-team .link-wrap {
	margin: 15px 0;
}
.modal-team .link-wrap:last-of-type {
	margin-bottom: 0;
}
.member .bottom {
	padding-top:10px
}
/*-----------------------
# Accordion
-----------------------*/
.accordion-toggle {
	width:100%;
	cursor: pointer;
	position: relative;
	padding: 8px 20px 8px 20px;
	border-radius: 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;
}
.accordion-toggle i {
	transition: all 0.4s ease;
}
.rotate180 {
	transform: rotate(180deg);

}
/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.carousel-image {
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 40px;
}
.carousel-image img {
	display: block;
	height: auto;
	max-height: 70px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
}
.full-container .carousel-wrap {
	padding: 0;
}
.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;
    display: flex;
    justify-content: center;
}
/*--------------------------------
# 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{
	padding: 0px;
	margin-left: -20px;
	margin-right: -20px;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	justify-content:center;
}
.tab-link {
	padding: 0 20px;
	margin: 10px 0;
	max-width: 250px;
}
.tab-link .icon img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}
ul.tabs li .inner {
    border: 2px solid var(--sage);
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
    border-radius: 10px;
	justify-content: center;
	text-align: center;
	flex-direction: column;
    background-color: #fff;
	padding: 20px 30px;
	font-size: 1.1em;
}
ul.tabs li .inner:hover {
	transform: scale(1.1);
}
ul.tabs li .title {
	font-size: 0.85em;
}
ul.tabs li:hover {
	color: var(--link-hover);
}
ul.tabs li.current .inner {
    border-color: var(--emerald);
    background-color: var(--emerald);
    color: #fff;
}
ul.tabs li .inner:before {
	/* content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/tab-active.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.4s ease; */
}
ul.tabs li.current .inner:before {
	opacity: 1;
}
ul.tabs li.current .icon img {
	/* filter: invert(57%) sepia(54%) saturate(351%) hue-rotate(360deg) brightness(98%) contrast(83%); */
    filter: brightness(200);
    -webkit-filter: brightness(200);
}
.pb {
	width: 100%;
	max-width: 740px;
	background: var(--sage);
	height: 2px;
	position: relative;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
	display: flex;
    justify-content: space-around;
	align-items: center;
}
.sage-bg .pb {
    background-color: #fff;
}
.pb .item {
	background: var(--sage);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 4px solid transparent;
	transition: all 0.4s ease;
}
.pb .item.active {
	background: var(--accent-colour);
	/* border-color: var(--primary-colour); */
	transform: scale(1.4);
}
.sage-bg .pb .item {
    background: #fff;
}
.sage-bg .pb .item.active {
 	background: var(--accent-colour);
}
.tab-content p {
	font-weight: 300;
}
.tab-content {
	display: none;
	padding: 15px;
	text-align: center;
	font-size: 1.2em;
	min-height: 250px;
}
.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;
}
.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	transition: all 0.6s ease;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f03e";
	font-size: 4em;
	z-index: 1;
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	/* opacity: 1; */
}
.gallery-image img, .gallery-icon img {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image:hover img, .gallery-icon:hover img {
	transform: scale(1.1);
}
div.gallery {
  position: relative;
  float:left;
}
body.single-post div.gallery {
	left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    margin:20px 0
}
.gallery-image.col:not(.five) {
    min-width: 25%;
    max-width: 50%;
}
.gallery-image img {
	width:100%;
	display:block;
}
.gallery.standard img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
/*--------------------------------
# Isotope / Masonry Gallery
--------------------------------*/
 

.iso-gallery {
    margin-left: -10px;
    margin-right: -10px;
}
.iso-gallery > .col, .iso-gallery > [class*="col-"] {
	padding: 0 10px;
	margin: 10px 0;
}
.image-item img {
	width: 100%;
	background-color: var(--light-bg);
	display: block;
	opacity: 0;
	transition: opacity 0.8s ease;
}
.image-item img.loaded {
	opacity: 1;
}
/*--------------------------------
# Gallery Carousel
--------------------------------*/
.gallery-main.flickity-resize .image {
  min-height: 100%;
}
.gallery-main {
	margin: 20px 0;
}
.gallery-main .image img {
	display: block;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 100%;
}
.gallery-thumbs img {
	display: block;
	transition: all 0.4s ease;
}
.gallery-thumbs .thumb:hover img {
	opacity: 0.6;
}
.gallery-thumbs .thumb {
	width: 20%;
	margin: 0 10px;
	cursor: pointer;
}
.gallery-thumbs .thumb img {
	display: block;
}
.flickity-button {
	padding: 0;
	background: rgba(255,255,255,0.5);
	color: var(--primary-colour);
	margin: 0;
}
.flickity-button:hover {
	color: var(--accent-colour);
	background: rgba(255,255,255,0.8);
}
 
/*-----------------------
# Page Excerpt
-----------------------*/
.excerpt-page p {
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
}
.excerpt-page img {
	aspect-ratio: 16 / 10;
	transition: all 0.5s ease;
	object-fit: cover;
}
.excerpt-page .inner {
	position: relative;
	overflow: hidden;
    border-radius: 10px;
}
.excerpt-page .content {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 20px;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 2;
}
.excerpt-page .inner:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	transition: all 0.5s ease;
	z-index: 1;
}
.excerpt-page .inner:hover:before {
	opacity: 0.7;
}
.excerpt-page .inner:hover img {
	transform: scale(1.1);
}
 
.excerpt-page .button-link {
	visibility: hidden;
	transition: all 0.5s ease;
	opacity: 0;
}
.excerpt-page .inner:hover .button-link {
	visibility: visible;
	opacity: 1;
}
.excerpt-page .content .text {
	position: relative;
	text-align: center;
}
.excerpt-page .content h3 {
	margin: 0;
	margin-top:34px;
	font-size: 1.8em;
	transition: all ease 0.3s;
}
.excerpt-page .inner:hover h3 {
	margin-top:0
}
.excerpt-page .view {
	font-weight: bold;
}
/*-----------------------
# Sibling Pages
-----------------------*/
.sibling-page {
	margin: 20px 0;
}
.sibling-page .thumb-wrap {
	max-width: 100px;
}
/*-----------------------
# Number counter
-----------------------*/
.number-counter {
	position: relative;
	/* overflow-x: hidden; */
}
b, strong {
    font-weight: bold;
}
ol {
    margin-left: 0;
    padding-left: 20px;
}
ol li {
    margin: 10px 0;
}
.number-counter .inner {
	background-color: #0000003d;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
    padding: 20px;
	justify-content: center;
	transition: all 0.4s ease;
    border-radius: 10px;
    backdrop-filter: blur(20px);
}
.number-counter .inner:hover {
	transform: translateY(-20px);
}
.number-counter h3 {
    font-size: 1em;
    color: var(--accent-colour);
    font-weight: 400;
	margin: 0;
	margin-bottom: 10px;
}
.number-counter h4 {
	font-size:3em;
	margin: 0;
	line-height: 1;
}
.number-counter .counter {
  /* font-weight: bold; */
}
.number p {
	margin: 0;
	margin-top: 10px;
}

/*--------------------
## Galleries (Posts)
---------------------*/
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 50%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.gallery-item .gallery-caption {
	display:none
}
/*--------------------------------
# Testimonials
--------------------------------*/
.testimonials {
	padding: 20px 0 50px 0;
	float: left;
	width: 100%;
	position: relative;
	overflow-x: hidden;
	margin-top: -10px;
}
.testimonials .section-title {
	margin-top: 0;
}
.testimonials .flickity-page-dots {
    position: absolute;
    bottom: -40px;
}
.t-slide h1 {
  margin-top: 0;
}
.t-slide .name {
	font-weight: 600;
	font-size: 1.2em;
 
}
.t-slide {
	width: 400px;
	height: 400px;
	margin: 0 20px;
	--body-colour: #CFCFCF;
	--headings-colour: #CFCFCF;
}
.t-slide .initials {
    background: var(--accent-colour);
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-colour);
    font-size: 2em;
    border-radius: 50%;
    display: none;
}
.testimonials .flickity-viewport {
	overflow: visible;
}
.flickity-resize .t-slide {
	min-height: 100%;
    background-color: var(--dark-bg);
    border-radius: 10px;
	text-align: center;
	transform: scale(0.85);
}
.t-slide {
	transition: transform 0.3s ease;
}

.t-slide.is-selected {
	opacity: 1;
	transform: scale(1);
}
.t-slide .company {
	font-size: 0.9em;
}
.dark-bg .t-slide {
	background: rgba(0,0,0,0.3);
}
.t-slide .inner {
   padding: 40px;
   border-radius: 10px;
    border-radius: 10px;
   justify-content: center;
}
.testimonial p, .testimonials p {
	font-size: 1.1em;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.testimonial .container, .testimonials .container {
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
	font-weight: 500;
	font-size: 1.2em;
  	color: var(--body-colour);
}
.author p {
	margin:0
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonials img {
	display:block;
	margin:0 auto;
  	width: 70px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonials i {
	color: var(--accent-colour);
    font-size: 1.8em;
    margin-top: 10px;
    line-height: 1;
}
.testimonials .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# Testimonial Grid
--------------------------------*/
.testimonial-grid .inner {
  padding: 30px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
	font-weight: bold;
}
.testimonial-grid .inner .author .company {
	font-weight: normal;
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  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%;
}
/*-----------------------
# Newsletter
------------------------*/
 
.newsletter .container {
	position: relative;
}
.newsletter .bar {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #92949B;
	float: left;
	width: 100%;
}
.newsletter .inner {
    /* padding: 40px; */
    /* border-radius: 20px; */
}
.newsletter .bar .dot {
	width: 9px;
    height: 9px;
    background-color: #92949B;
    position: absolute;
    top: -4px;
    transform: rotate(45deg);
}
.newsletter .bar .dot:first-child {
	left: 0;
}
.newsletter .bar .dot:nth-child(2) {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.newsletter .bar .dot:last-child {
	right: 0;
}

.newsletter .icon {
	width: 120px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	/* filter: drop-shadow(0px 3px 13px rgba(0, 0, 0, 0.1)); */
	/* animation: float 4s ease-in-out infinite; */
}
.is-dark .newsletter .icon {
    filter: brightness(200);
}
.newsletter h2 {
    margin-bottom: 0;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-30px);
	}
	100% {
		transform: translatey(0px);
	}
}
.newsletter p {
	opacity: 0.8;
	font-size: 1.2em;
}
/*-----------------------
# Hero Banner
------------------------*/
.hero-banner {
	background: #fff url('images/home-bg.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	text-align: center;
	min-height: 80vh;
	padding: 80px 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow-x: hidden;
}
.hero-banner .world {
	position: absolute;
	top: 50px;
	width: 500px;
	/* opacity: 0.8; */
	height: 300px;
	/* background: url('images/world-dots.svg'); */
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.hero-banner .world:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.8;
	top: 0;
	left: 0;
	background: url('images/world-dots.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.hero-banner .right {
	right: -200px;
}
.hero-banner .icon p {
	font-size: 1.4em;
}
.hero-banner .left {
	left: -200px;
}
.hero-banner h1 {
	line-height: 1.6em;
	font-size: 3.6em;
	margin-top: 0;
}

.figures {
    background: var(--sage);
    display: flex;
    justify-content: center;
    max-width: 600px;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: -10px;
	max-width: max-content;
	font-size: 1.1em;
}
.sage-bg .figures {
    background: rgba(0,0,0,0.1);
}
.figures .figure {
    padding: 5px 40px;
	text-align: center;
	min-width: 164.91px;
}
.figures .figure:not(:last-child) {
	border-right: 4px solid #fff;
}

.sage-bg .figures .figure:not(:last-child) {
    border-color: rgba(0,0,0,0.1);
}

/*-----------------------
# Interactive Map
------------------------*/
section:has(.image-map) {
	padding: 0;
}
.image-map, .contact-details {
	position: relative;
	overflow-x: hidden;
}
.image-map h3 {
    font-size: 1.5em;
    font-weight: bold;
}
.inner-section.image-map {
	z-index: 2;
	position: relative;
	padding: 80px 0;
}
.image-map .text {
	margin-bottom: 01;
}
.inner-section.image-map:before {
	content: '';
	width: 100%;
	height: 100%;
	max-width: 60%;
	position: absolute;
	top: 0;
	left: 0;
    /* background: linear-gradient(90deg, #f3f3f3, white); */
}
.image-map .text .inner {
	padding-left: 40px;
}
.image-container {
	position: relative;

}
.image-container img {
	margin: 0 auto;
	display: block;
	width: 100%;
}

.image-container .item {
	width:30px;
	height:30px;
	position: absolute;
	background: none;
  	display: block;
	line-height: normal;
	text-align: center;
	font-weight: 600;
	-webkit-backface-visibility: hidden;
	padding: 0;
	text-allign:center;
	padding-top:1px;
  	border-radius: 50%;
	border: 2px solid transparent;
	z-index: 12;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: pulsesOut 2s infinite;
}

@keyframes pulses {
	0% {
	  -moz-box-shadow: 0 0 0 0 var(--accent-colour);
	  box-shadow: 0 0 0 0 rgba(60,72, 59, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(11, 180, 182, 0);
		box-shadow: 0 0 0 10px rgba(11, 180, 182, 0.1);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(11, 180, 182, 0);
		box-shadow: 0 0 0 0 rgba(11, 180, 182, 0.1);
	}
  }
  
  @-webkit-keyframes pulsesOut {
	0% {
	  -webkit-box-shadow: 0 0 0 0 var(--accent-colour);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(11, 180, 182, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(11, 180, 182, 0);
	}
  }
.image-container .item i {
	color: var(--accent-colour);
	font-weight:900!important
}
.image-container .item:hover {
	border-color: var(--accent-colour);
}
.fancybox-bg {
	background: rgba(0, 0, 0, 0.8);
}
.fancybox-container {
    z-index: 9999999;
}
.fancybox-caption__body {
    font-size: 1.5em;
}
.fancybox-navigation {
	/* display:none; */
}
/* .fancybox-navigation .fancybox-button {
    padding: 22px 4px 22px 16px;
} */
.fancybox-content {
	padding:20px;
}
.modal-location p {
	margin-bottom:0
}

.modal-location h3 {
	margin:0;
	margin-bottom: 10px;
}
.modal-location h4 {
	color: var(--primary-colour);
	margin: 0;
	font-weight: bold;
	margin-top: 10px;
}
.modal-location {
	float:left;
	width:100%;
	padding:20px 0;
}
.modal.location .location-logo img {
	display: block;
	width: auto;
	max-height: 40px;
	max-width: 100%;
}



/* Bigger, easier-to-hit markers */
/* Bigger, easier-to-hit markers */
.image-map .item {
  position: absolute;
  display: inline-flex;
  transform: translate(-50%, -50%);
}

/* Invisible hover halo so you can move between close markers */
.image-map .item::before {
  content: "";
  position: absolute;
  width: 34px;   /* adjust to taste */
  height: 34px;  /* adjust to taste */
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Tooltip should never capture the mouse */
.map-tooltip {
  position: absolute;
  max-width: 240px;
  background: var(--dark-bg);
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  border-radius: 8px;
  padding: 10px 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  z-index: 50;
  opacity: 0;
  pointer-events: none;              /* key change */
  transform: translateY(6px);
  transition: opacity .22s ease, transform .22s ease;
  will-change: opacity, transform;
  contain: layout paint;
  backface-visibility: hidden;
}

.map-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Arrow via pseudo so it paints with the bubble */
.map-tooltip::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--dark-bg);
  transform: rotate(45deg);
  box-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}

.map-tooltip[data-placement="bottom"]::after { top: -5px; left: 16px; }
.map-tooltip[data-placement="top"]::after    { bottom: -5px; left: 16px; }
.map-tooltip[data-placement="left"]::after   { right: -5px; top: 12px; }
.map-tooltip[data-placement="right"]::after  { left: -5px; top: 12px; }

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


/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.excerpt {
	background: #fff;
	position: relative;
  float: left;
  width: 100%;
}
ul.post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}
.category-newsletters ul.post-categories {
    display: none;
}
.excerpt-thumb img {
    border-radius: 10px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
ul.post-categories a {
	display: inline-block;
	/* border: 1px solid var(--accent-colour); */
	text-transform: uppercase;
	font-size: 0.9em;
    margin-right: 5px;
    margin-bottom: 5px;
    pointer-events: none;
	/* color: var(--accent-colour); */
    color: #444;
	border-radius: 30px;
    pointer-events: none;
}
ul.post-categories a:hover {
	background: #C6DABF;
    color: var(--primary-button);
}
.excerpt-related {
	padding-left: 10px;
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt-related .excerpt-title {
	color: var(--primary-colour);
}
#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt .inner {
	padding: 20px 0 0 0;
}
.excerpt {
	position: relative;
}
.excerpt-thumb:before, .excerpt-grid .excerpt:after {
    width: 70px;
    height: 70px;
    background-color: var(--accent-colour);
    z-index: -1;
    position: absolute;
	content: '';
    top: -7px;
    left: -7px;
    display: none;
}

.excerpt-grid .excerpt:after {
	top: auto;
	bottom: -7px;
	left: auto;
	right: -7px;
}

.single-thumb {
	position: relative;
}
.single-thumb:before, .single-thumb:after {
	width: 70px;
    height: 70px;
    background-color: var(--accent-colour);
    z-index: -1;
    position: absolute;
	content: '';
    top: -7px;
    left: -7px;
    display: none;
}
.single-thumb:after {
	top: auto;
	bottom: -7px;
	left: auto;
	right: -7px;
}
.excerpt-content {
    float: left;
    width: 100%;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.excerpt-title {
	margin: 0;
    font-weight: 400;
}
.meta span {
	display: inline-block;
}
#related-posts {
	float:left;
	width:100%;
	position:relative;
	margin-top: 20px;
}
.prev-post a, .next-post a {
	/* color: var(--primary-button); */
}
.prev-post a:hover, .next-post a:hover {
	/* color: var(--accent-colour); */
}
#post-nav {
	padding-top: 20px;
	margin-top: 40px;
	float:left;
	width:100%;
	position:relative;
	border-top: 1px solid #ececec;
}
.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;
}

.cat-links, .date-dropdown {
    margin: 0;
    padding: 20px 0;
    background-color: var(--sage);
}
.cat-link a {
    display: inline-block;
    font-size: 1.3em;
    color: var(--primary-colour);
    font-weight: 400;
}
.category-dropdown {
    margin-top: 20px;
}
form.search-form {
    position: relative;
}
.search-form .search-field {
    width: 100%;
    padding: 8px;
    padding-right: 40px !important;
}
.search-form .search-submit {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    background: none;
    color: var(--primary-button);
}
.cat-link.current a {
	color: var(--primary-button);
	border-color: var(--accent-colour);

}
 
.meta {
  margin: 5px 0;
  color: var(--primary-colour);
  font-size: 0.9em;
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 400px;
	max-width: 400px;
}
.excerpt-classic-image img {
    border: 1px solid #e3e3e3;
    object-position: top;
}
.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%;
	/* margin-bottom: 20px; */
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


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

.gform-theme--api, .gform-theme--framework {
	--gf-font-size-primary: 16px !important;
	--gf-ctrl-shadow: 0 !important;
}
.gform-theme--foundation .gf_page_steps {
	justify-content: center;
}

p.gform_required_legend {
	display: none;
}
.sign-up .gform-body {
	padding: 40px;
	border: 4px solid var(--accent-colour);
	border-radius: 20px;
}


.form-faq .lt {
	margin-bottom: 40px;
	margin-top: 0;
}
.form-faq .accordionmain .inner {
	position: relative;
	padding: 40px;
	background: var(--sage);
	border-radius: 10px;
	float: left;
	width: 100%;
}
 
.form-faq .accordion-toggle {
	padding: 10px;
    background-color: var(--emerald);
    color: #fff;
	margin: 5px 0;
	font-weight: 400;
    margin-bottom: 0;
}
.form-faq .accordion-content {
    background: none;
    padding: 20px;
}
.form-faq h3 {
    margin-top: 0;
}
.form-faq .accordion-toggle:hover {
    background-color: var(--green);
    border-color: var(--green);
}
.form-faq .accordion-content p {
	font-size: 1em;
}
.form-faq .accordion {
	float: left;
	width: 100%;
}
.form-faq .accordion-toggle {
	display: block;
	float: left;
	width: 100%;
}


/*-----------------------
# 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: 30px;
	  height: 2px;
	  float: right;
	  background: var(--primary-button);
	  margin: 3px 0;
	  -webkit-transition: all ease 0.3s;
	  transition: all ease 0.3s;
  }
  

/*-----------------------
# Mobile Menu
------------------------*/
.logo img {
	width:100%;
	display:block;
	width: 180px;
}
#mobile-header .logo img {

}
#mobile-header {
	padding: 10px 0;
	width:100%
}
#mobile-menu-overlay  {
	position: fixed;
	z-index: 888888;
	height: 100%;
	width: 100%;
	top: 0;
        background: linear-gradient(90deg, rgba(0, 65, 22, 1) 0%, rgba(2, 22, 38, 1) 100%);
	right: 0;
	bottom:0;
	overflow-y: scroll;
	padding: 0;
	display:none;
	overscroll-behavior: contain;
}
#mobile-menu .current-menu-item > a {
    color: var(--link);
}


body.menu-open,
html.menu-open {
  overflow-y: hidden;
}
#mobile-menu-overlay .sm-clean a {
	padding-right: 0;
    text-transform: uppercase;
}
#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;
	width: 210px;
}
#mobile-menu-overlay .close-button-wrap {
	min-width: 74px;
	text-align: center;
}
#mobile-menu-overlay .button-wrap {
	margin: 10px 0;
}
#mobile-menu-overlay .cta-buttons {
  margin: 15px 0;
}
.gtranslate-mobile {
	display: none;
}
#mobile-menu-overlay  .logo {
	visibility: hidden;
}
.close-menu {
	color: #fff;
	font-size: 32px;
	touch-action: manipulation;
	display: inline-block;
	line-height: 1;
}
.close-menu i {
    font-weight: 300 !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: #004116;
    background: linear-gradient(90deg, rgba(0, 65, 22, 1) 0%, rgba(2, 22, 38, 1) 100%);
	position: relative;
    padding: 60px 0;
	overflow-x: hidden;
}
#footer:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/world.png'), url('images/world.png'), url('images/world.png');
	background-repeat: no-repeat;
	background-size: 400px;
    background-position: top -50px left -180px, top -50px right -150px, center bottom -150px;
    opacity: 0.3;
    display: none;
}

#footer .co.logo-wrap {
    max-width: 227px;
}
#footer .logo-wrap p {
	margin-bottom: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
#footer.is-dark .logo-wrap img {
    filter: none;
    opacity: 1;
	min-width: 160px;
}
#footer, #copyright {
	--link: #ffffff;
	--link-hover: var(--accent-colour);
}
#footer .co {
	margin: 20px 0;
}
#footer .logo img {
	width: 300px;
	max-width: 100%;
}
#footer .foot-title {
	margin: 0 0 20px 0;
	font-size:1.2em;
	font-weight:500
}
#footer .footer-logos {
	padding: 0;
    display: flex;
    justify-content: flex-end;

}
.footer-logos .logo-wrap .inner {
    max-width: 228px;
}
.footer-logos .logo-carousel {
    max-width: 520px;
    text-align: center;
}
.footer-menu {
	margin: 0 !important;
}
#footer .label {
	color: var(--body-colour);
}
#footer .socials {
	margin-top: 20px;
	text-align: center;
}
#footer .email-extra p, #footer .phone-extra p {
    margin: 0;
    margin-bottom: 10px;
}
.footer-menu li {
	margin:2px 0
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
}
 
.footer-menu li:before 	{
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f054";
	font-size: 0.7em;
	margin-right: 5px;
	position: relative;
	top: -1px;
	color: #c1c1c1;
}
#copyright {
	float: left;
	width: 100%;
	margin-top: 40px;
	font-size: 0.95em;
	position: relative;
}
 
#copyright .credit {
	text-align: right;
}
 
#copyright a {
  white-space: nowrap;
}

p.copyright {
	margin: 0;
    font-size: 0.95em;
}
p.website-by {
	margin-top: 10px;
	margin-bottom: 0;
}
 
.legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.legal-menu li {
	display: inline-block;
}
.legal-menu li a {
	font-size: 1em;
	display: inline-block;
	margin: 10px 20px 10px 0;
}
/* Back To Top */
.fab-container {
	margin: 1em;
	position: fixed;
	bottom: -72px;
	right: 0;
	z-index: 4;
}
.to-top {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
	position: relative;
	cursor: pointer;
	transition: .3s;
	background: var(--primary-colour) url(images/up.svg) center no-repeat;
	background-size: 15px;
}
.to-top:hover {
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/

.social-link {
	background: var(--accent-colour);
	color: #fff;
	padding: 5px;
	font-size: 1.2em;
	width: 40px;
	height: 40px;

	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 10px;
}

a.social-link:visited {
	color: #fff;
}
a.social-link:hover, .social-link:hover {
	background: var(--green);
	color: #fff;
}
#footer a.social-link, #footer a.social-link:visited, .mob-ctas a.social-link, .mob-ctas a.social-link:visited {
    background-color: var(--emerald);
    color: #fff;;
}
#footer a.social-link:hover {
    background-color: #fff;
    color: var(--green);
}

.two-cols-row .inner-section .container {
	padding: 0;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
	.two-cols-row .inner-section {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.text-icon .item:nth-child(even) .icon {
		order: 2;
	}
	.modal.location {
		min-width: 900px;
	}
	.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 {
		max-width:900px;
		margin:0 10px;
	}
	.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;
	}
	.icon-list .icon-row:last-child .icon:after {
		display: none;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1060px) {
	.sm-clean a {
		padding: 12px 8px;
	}
}
@media screen and (max-width: 1200px) {
  #news-page.classic #sidebar {
    min-width: 100%;
  }
  .mega li:has(#page-5) {
	display: none;
  }
  .hero-banner .world:before {
	opacity: 0.3;
  }
  .form-faq .accordionmain {
	padding-left: 60px !important; 
  }
}
@media screen and (max-width: 1024px) {
  .cover, .background-image {
    background-attachment: scroll !important;
  }
  #left-header .login {
	padding-left: 0;
  }
  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}
}
@media screen and (max-width: 1023px) {
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 20px;
	}
    #footer .footer-logos {
        justify-content: center;
    }
	.earth-3:before {
		background-position: center left -400px, center right -400px;
	}
	.post-banner .world {
		display: none;
	}
	.hero-banner .right {
		right: -300px;
	}
	.hero-banner .left {
		left: -300px;
	}
	.icon-list .icon-row {
		padding-left: var(--offset-icon-row-mobile);
	}
	.text-icon .icon img {
		max-width: 200px;
		/* margin: 0 auto; */
	}
	ul.tabs {
		margin-left: -10px;
		margin-right: -10px;
	}
	.tab-link {
		padding: 0 10px;
	}

	.earth-1:before, .earth-1:after {
		opacity: 0.2;
	}
	
 
	.sky-image img {
        opacity: 0.4;
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
	} 
	.hero-banner .icon p {
		font-size: 1.1em;
	}
	.hero-banner h1 {
		font-size: 3em;
	}
	#copyright {
		text-align: center;
	}
	 
	
	#footer .logo img {
		margin: 0 auto;
	}
	.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: center;
		margin-top: 20px;
		margin-bottom: 20px;
		min-width: 100%;
	}
	#footer:before {
		opacity: 0.2;
	}
	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.8em;
  }
  .sm-clean a.highlighted .sub-arrow::before {
	font-size: 3em;
    position: relative;
    top: -5px;
  }
  #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) {
	 
	.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) {
	.footer-menu li {
		margin:6px 0
	}
    .text-icon .icon-wrap, .text-icon .title-wrap {
        min-width: 100%;
    }
    .text-icon .icon img {
        max-width: 120px;
        margin-bottom: 20px;
    }
    .background-video .video-wrap {
        min-height: 375px;
    }
     .slide h1 {
        font-size: 2.6em;
    } 
    .t-slide {
        margin: 0 10px;
    }
    .cta-logo img {
        display: block;
        width: 200px;
        margin: 0  auto;
    }
    .calltoaction {
        text-align: center;
    }
 
	#mobile-menu-overlay .sm-clean a {
		font-size: 1.1em;
	}
	.brochure .text {
		margin-top: 0;
	}
	#footer .logo img {
		margin-bottom: 20px;
	}
	.cat-link.back-to {
		min-width: 100%;
		margin-top: 20px;
		order: 2;
	}
	body.category #nobanner:before, body.blog #nobanner:before {
		opacity: 0.3;
		background-position: top -70px right -90px;
	}
	.cat-link {
		margin: 10px 0;
	}
	#breadcrumbs a {
		font-weight: 400;
	}
	.icon-list .icon-row .text {
		padding-left: 20px;
		padding-top: 40px;
	}
	
	.sky-image img {
		opacity: 0.2;
	}
	.hero-banner .icon {
		min-width: 33.33%;
	}
	.hero-banner h1 {
		font-size: 2.4em;
	}
	.hero-banner .icon img {
		display: block;
		max-height: 40px;
		width: auto;
		margin: 0 auto;
		max-width: 40px;
	}

	.excerpt-page .blue h3 {
		font-size: 1.3em;
	}
	.carousel-image {
		padding: 20px;
	}
	.tabbed ul.tabs li {
		width: 50%;
	}
	 
	.col.post-wrap {
		order: -1;
	}
	#single-post .side {
		margin-top: 0;
	}
	.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 {
		margin-bottom: 20px;
	}
	.gallery-thumbs .thumb {
		width: 20%;
	}
	.box {
		padding:20px
	}
	section {
		padding:30px 0;
	}
	h1 {
		font-size:2.2em
	}
	#banner {
		min-height:300px;
	}
	.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: 40px 0;
	}
	#left-header #menu-toggle {
		max-width: none;
	}
	.video-container {
		min-width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 600px) {
	.icon-list p {
		margin-top: 0;
	}
    .slide h1 {
        font-size: 2.2em;
    }
	.earth-3:before {
		opacity: 0.4;
	}
	.gtranslate-mobile {
		display: block;
        padding-bottom: 20px;
        /* background: #fff; */
        padding: 0;
        min-width: calc(100% + 20px);
        position: relative;
        left: -10px;
        padding: 10px;
        /* order: 2; */
        /* margin-bottom: -10px; */
        margin-top: -10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #00000012;
	} 
	.figures {
		max-width: 100%;
		flex-wrap: wrap;
	}
	 
	.figures .figure {
		min-width: 100%;
		padding: 5px 10px;
	}
	.gtranslate-mobile .gtranslate_wrapper {
		float: right;
	}
	#footer .co.logo-wrap {
		max-width: 260px;
	}
	#footer .logo-wrap p {
		text-align: center;
	}
	.figures .figure:not(:last-child) {
		border: none;
		border-bottom: 2px solid #fff;
	}
	.gtranslate-desktop {
		display: none;
	}
	#left-header .logo img {

	}
	 
	.main-col .row {
		justify-content: space-between !important;
	}
}
@media screen and (max-width: 575px) {
	.container {
		padding: 0 20px;
	}
    .image-map .container {
        padding: 0;
    }
	.t-slide {
		width: 90%;
	}
    .t-slide .inner {
        padding: 20px;
    }
	.flickity-resize .t-slide {
		background-size: contain;
	}
	.testimonials .flickity-prev-next-button.previous {
		left: 0;
	}
	.testimonials .flickity-prev-next-button.next {
		right: 0;
	}
	.testimonials .flickity-prev-next-button {
		width: 36px;
		height: 36px;
	}
	#footer:before {
		background-image: url('images/world.png'), url('images/world.png');
		background-position: top -50px center, center bottom -150px;
		background-size: 400px;
	}
	.hero-banner .right {
		right: -400px;
	}
	.hero-banner .left {
		left: -400px;
	} 
	body.category #nobanner:before, body.blog #nobanner:before {
		background-size: 300px;
	}
	.tab-content {
		padding: 15px 0;
	}
	.icon-list .icon-row {
		padding-left: 0;
	}
	.tab-content .container {
		padding: 0;
	}
	.icon-list .icon-row .text {
		padding-left:20px;
		padding-top: 0;
	}
	.icon-row .icon:after {
		display: none;
	}

	ul.tabs li .inner {
		padding: 10px;
	}
	.number-counter h3 {
		font-size: 0.9em;
	}
	.number-counter h4 {
		font-size: 2em;
	}
	
	.co {
		margin: 10px 0;
	}
	.title-button .col-auto {
		min-width: 100%;
	}
	
	.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.col {
		min-width: 50% !important;
		max-width: 50%;
	}
	.gallery.count-5 .gallery-image:first-child,
	.gallery.count-7 .gallery-image:first-child,
	.gallery.count-9 .gallery-image:first-child,
	.gallery.count-11 .gallery-image:first-child,
	.gallery.count-13 .gallery-image:first-child,
	.gallery.count-15 .gallery-image:first-child {
		min-width: 100% !important;
		max-width: none !important;
	}
	.head-info {
		text-align: center;
	}
	.feature, .promo-box.col {
		min-width: 100%;
	}
	.map iframe {
		width:100%!important;
		height:340px;
	}
}
@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@media 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 (prefers-reduced-motion) {
	.anim {
		visibility: visible !important;
	}
}
@media print {
  #footer, #menu, .fab-container, #comments, #sidebar, #post-nav, #related-posts, iframe, .embed-container, .fve-video-wrapper {
    display: none !important;
  }
  .background-image div, .background-colour, #banner h1, #banner p, #nobanner h1, #nobanner p, .testimonial, .testimonials, .promo-box .inner *, .button, a.button, a.button:visited {
    color: #151515;
  }
  #single-post {
    padding: 0;
  }
  #banner {
    min-height: 0;
  }
  .anim {
    visibility: visible !important;
  }
  .download, .promo-box.col {
    min-width: 50%;
  }
  section.gallery .row {
    display: block;
  }
  .gallery-image {
    width: 25% !important;
    display: inline-block;
    min-width: 0 !important;
    float: left;
  }
  .section-title {
    page-break-before: always;
    position: relative;
  }
  .single-title {
    font-size: 2em;
  }
  #flexible-content section {
    page-break-inside: avoid;
    position: relative
  }
  .image-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}
