/*!
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: 5.0
License: Private
License URI: https://www.eldo.co.uk
Text Domain: Eldo
Tags: bespoke
*/
body {
	margin: 0;
	background: #fff;
	font-family: 'Lato', sans-serif;

	color: var(--body-colour);
  font-weight: 300;
  font-size: 17px;
}
body:not(#tinymce), html {
	float: left;
	width: 100%;
	overflow-x: hidden;
}
.dark-bg *:not(a){
	color: #fff;
}
/*--------------------------------------------------------------
## Colour Scheme
--------------------------------------------------------------*/
:root {

	/* General Colours */
	--primary-colour: #087778;
	--accent-colour: #087778;
	--accent-colour-light: #087778;

	/* Backgrounds */
	--dark-bg: #03393a;
	--light-bg: #eeeeee;
	--box-bg: #D2D2D2;

	/* Text colour */
	--body-colour: #231f20;
	--h1-colour: #09263b;
	--h2-colour: #087778;
	--h3-colour: #09263b;
	--h4-colour: #09263b;

	/* Buttons */
	--primary-button: #087778;
	--primary-button-text: #fff;
	--primary-button-hover: #231f20;
	--primary-button-text-hover: #fff;

	--secondary-button: #087778;
	--secondary-button-text: #087778;
	--secondary-button-hover: #231f20;

	--tertiary-button: #087778;
	--tertiary-button-hover: #231f20;

	/* Links */
	--link: #087778;
	--link-hover: #231f20;

	--link-light: #087778;
	--link-light-hover: #087778;

	--menu-link: #09263b;
	--menu-link-hover: #087778;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
.dark-bg .box h1, .dark-bg .box h2, .dark-bg .box h3, .dark-bg .box h4, .dark-bg .box h5, .dark-bg .box h6, .dark-bg .box h3 span {
  color: var(--dark-bg);
  font-family: 'Lato', sans-serif;

  font-weight: 700;
  clear: both;
  line-height: 1.3;
}
h1 {
	font-size:2.4em;
	color: var(--h1-colour);
	text-transform: uppercase;
}
h2 {
	font-size:1.5em;
	color: var(--h2-colour);
	position:relative;
	margin-bottom:30px
}
h2:after {
    content: '';g
    width: 50px;
    height: 2px;
    background: #ccc;
    bottom: -10px;
    left: 0;
    position: absolute;
}
h2.tc:after,
.stc h2.section-title:after {
	left:calc(50% - 25px);
}
.stc h2.section-title {
	text-align:center
}
h3 {
	font-size:1.3em;
	color: var(--h3-colour);
}
h4 {
	font-size:1em;
	color: var(--h4-colour);
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
p {
	margin-bottom: 1.5em;
}
.dark-bg .box p,
.dark-bg .box p strong,
.dark-bg .box li {
	color:#151515;
}

#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
/* Font Awesome */
.fa-icon:before {
	display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: var(--link);
	text-decoration: none;
  transition: all 0.3s;
  font-weight:400
}
a:hover, a:focus, a:active {
	color: var(--link-hover);
}

a:focus {
	outline: none;
}
a:hover, a:active { 
	outline: 0;
}
.dark-bg a:not(.button){
	color: var(--link-light);
}
.dark-bg a:not(.button):hover{
	color: var(--link-light-hover);
}
.dark-bg .box a:not(.button):hover {
	color:var(--link-hover);
}
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
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: 40px;
	font-weight:600;
	padding: 6px 18px;
	-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;
	font-size:0.9em
}
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;
}
.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);
}
/* Tertiary button */
a.button.tertiary {
	background: none;
	color: var(--tertiary-button);
	border: none;
	border-bottom:1px solid var(--tertiary-button);
	border-radius:0;
	padding-left:0;
	padding-right:0;
	text-align:left
}
a.button.tertiary:after {
  float: right;
  margin-right: 0px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-left: 10px;
  position: relative;
  top:6px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
  content: "\f138";
  font-size:0.9em;
  display:none
}
a.button.tertiary:hover {
	background: none;
	color: var(--tertiary-button-hover);
	border-color: var(--tertiary-button-hover);
}
a.button.tertiary:hover:after {
	margin-left:20px
}
.dark-bg a.button:hover {
	color:#fff;
	border-color:#fff
}
.dark-bg .box a.button.tertiary:hover {
	color:var(--tertiary-button-hover);
	border-color:var(--tertiary-button-hover);
}
.dark-bg a.button.secondary {
	color:#fff;
	border-color:#fff
}
.dark-bg .box a.button.secondary {
	color:var(--accent-colour);
	border-color:var(--accent-colour)
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #eaeaea;
}
header .head-info {
	text-align: right;
}
#top-bar {
	background: #f5f5f5;
	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;
	padding-right: 0;
}
#menu-toggle i {
  width: 18px;
}
header span.header-link {
	margin: 5px;
    display: inline-block;
}
span.header-link i {
  color: var(--dark-bg);
}

/*-----------------------
# MENU TOGGLE
------------------------*/

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

/*-----------------------
# MEGA MENU
------------------------*/
.mm-desc {
	border-right:1px solid #ccc
}
.mm-desc p {
	margin-bottom:10px
}
ul.mega {
	margin: 0;
	padding: 0;
}
.mega-menu-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.sub {
	background: rgb(255 255 255 / 90%);
  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);
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
a.menu-item.has-sub {
  /* margin-right: 8px; */
	padding-right: 26px !important;
}
.sub h4 {
  margin-bottom: 10px;
	font-size: 1.2em;
}
.sub h4.section-title {
	font-size: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
a.has-sub {
	position: relative;
	padding-right: 10px !important;
}
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: 14px;
  width: 14px;
  top: 16px;
  color: #151515;
  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;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.menu-items-wrap li {
 padding-left: 20px;
 padding-right: 20px;
}

.columns-1.menu-items-wrap {
  max-width: 33%;
}
#menu-5 .columns-1.menu-items-wrap {
	max-width: 200px;
  }
.columns-1 ul.menu-items li {
	-ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.columns-2 ul.menu-items li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.columns-2.menu-items-wrap {
	max-width:34%!important
}
.columns-3 ul.menu-items li {
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	max-width: 33.33%;
}
.columns-4 ul.menu-items li {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.mega a.current-page {
  color: var(--menu-link-hover);
}
ul.menu-items a {
	color: var(--menu-link);
	border: none;
	display: inline-block;
	margin: 5px 0;
	font-weight:400
}
ul.menu-items a:after {
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f138";
    font-size: 0.7em;
    margin-right: 5px;
    position: relative;
    top: -1px;
    color: #c1c1c1;
	transition: all ease 0.3s;
}
ul.menu-items a:hover:after {
	color:var(--accent-colour)
}
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: 30px 0;
	position: relative;
  background-color: var(--dark-bg);
  min-height:400px;
  box-shadow:0 0 10px rgba(0,0,0,0.4)
}
#banner .vci {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
}
.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-image: linear-gradient(to top right, var(--accent-colour), transparent);
  opacity: 1;
}
#banner h1, #banner p {
	position: relative;
	margin:10px 0
}
#banner p a {
	color: #fff;
	font-weight: 300;
}
#banner .text {
  float: left;
  width: 100%;
}
.office-details {
	margin-top:15px;
	float:left
}
.office-details h2{
		margin:0
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner h1, #nobanner p {
	position: relative;
	margin:10px 0
}
#nobanner {
	padding: 30px 0;
  float: left;
  width: 100%;
  background-image: linear-gradient(to right, var(--accent-colour), transparent);
}
#nobanner .container {
	background-image: url(images/circles.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
}
header {
	position: relative;
}
#nobanner a {
	color:#fff;
	font-size:0.9em
}
#nobanner a:hover {
	color:var(--body-colour)
}
/*-----------------------
# 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: 14px 0;
	background: #fff;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	z-index:20
}
#left-header #header-menu-desktop {
	text-align: right;
}
#left-header #header-menu {
	text-align: center;
}
#left-header .logo {
	font-size:2em;
	font-weight:500;
	
}
#left-header .logo img,
#mobile-header .logo img {
	margin-right:10px!important;
	display:block;
}
#left-header .logo img.logo-text,
#mobile-header .logo img.logo-text {
	max-width:280px;
	
}
/*-----------------------
# CENTERED HEADER
------------------------*/
#centered-header .logo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#centered-header .logo img {
	display: inline-block;

	width: auto;

}
#centered-header nav#menu {
	background: #f5f5f5;
}
#centered-header #header-menu {
	text-align: center;
}
#centered-header .social-link {
	border: none;
}
#centered-header #menu-toggle {
  padding-right: 20px;
}
#centered-header #header-menu-desktop, #centered-header ul.mega {
	text-align: center;
}
/*-----------------------
# Mobile Menu
------------------------*/
.logo img{
	width:100%;
	display:block;
	max-width: 100px;
}
#mobile-header {
	padding: 14px 0;
	width:100%;
	font-size:2em;
	font-weight:500;
}
#mobile-menu-overlay  {
	position: fixed;
	z-index: 888888;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom:0;
	background: #fff;
	overflow-y: scroll;
	padding: 0;
	display:none;
}
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 #ccc
}
#mobile-menu-overlay .sm-clean > li:first-child {
  border-top: 0;
}
#mobile-menu-overlay a:not(.button) {
	/* color: #fff; */
}
#mobile-menu-overlay .menu-logo img {
	display: block;
	height: auto;
	height: auto;
	max-width: 210px;
}
#mobile-menu-overlay .close-button-wrap {
	min-width: 74px;
	text-align: center;
}
#mobile-menu-overlay .button-wrap {
	margin: 10px 0;
}
#mobile-menu-overlay .cta-buttons {
  margin: 15px 0;
}
.close-menu {
	color: var(--accent-colour);
	width:30px;
	text-align:center;
	font-size: 26px;
	touch-action: manipulation;
	display: inline-block;
}
#mobile-main {
	padding-top:30px;
	padding-bottom:30px;
}
#mobile-main .container {
	max-width:600px
}
.mobile-center {
	min-height:calc(100vh - 86px);
	flex-wrap: wrap
}
.mobile-center .float {
	min-width:100%
}
#mobile-menu-overlay .social {
	text-align:center;
	padding-top:30px;
}
.mob-ctas {
	padding-top:30px
}
@media screen and (max-width: 600px) {
	.mobile-center {
		min-height:calc(100vh - 180px);
	}
}
#mobile-menu-wrap {
	display: none;
}
/*--------------------------------------------------------------
# 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 {
  padding: 7px 0;
  font-size:0.9em;
  font-style:italic;
  color:#fff
}
#breadcrumbs a {
	font-style: normal;
	color:#fff
}
#breadcrumbs i {
	font-size: 0.8em;
}
body.single #breadcrumbs {
	background:none
}
span.breadcrumb_last {
   
}
#news-page, #no-results {
	padding: 50px 0;
}
#single-post {
  padding: 20px 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}
.search-row {
	margin-top:-10px;
	margin-bottom: 30px;
}
.search-row .search-field {
  width: 100%;
}
.search-row .search-wrap, .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:rgba(0,0,0,0.05);
	padding:20px 50px;
	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:0px;
	left:10px;
	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:0px;
	right:10px;
	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;
}
.map .section-title {
  margin-top: 40px;
}
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.page-sidebar {
	margin: 40px 0;
}
#sidebar .inner {
	background: #f5f5f5;
	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.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: 600;
	display: inline-block;
	color: #575757;
}
ul.pages li a.parent:hover {
	color: var(--primary-colour);
}
ul.pages li.current a.parent {
	border-left-color: #2C3E55;
	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%;
	padding: 0 10px;
	display:inline-block;
	margin:10px 0
}

/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# MODAL
--------------------------------*/
.modal {
	margin:0 10px;
}
.fancybox-infobar {
  display: none !important;
}
.modal-image {
  margin-bottom: 20px;
}
.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;
}
.fancybox-content {
    background: #fff;
	background-image: linear-gradient(to right, var(--light-bg) , #fff);
    padding: 30px;
}
/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}
/*--------------------------------------------------------------
# Flexible layout
--------------------------------------------------------------*/
#page-sections {
	min-height:300px;
	z-index:1;
	box-shadow:0 0 10px rgba(0,0,0,0.6)
}
a[data-layout="NAME"] {
  display: none;
}

.download, .link, .video-container, .cta {
  margin: 20px 0;
}
#password-protected {
	padding: 40px 0;
	text-align:center
}
.section-title {
  margin: 10px 0 20px 0;
  position:relative
}

.light-bg {
  background-color: ;
  background-image: linear-gradient(to right, var(--light-bg) , #fff);
}
.light-bg-reverse {
  background-color: ;
  background-image: linear-gradient(to left, var(--light-bg) , #fff);
}
.background-image {
  position: relative;
}
.dark-bg {
  background-color: ;
  background-image: linear-gradient(to right, var(--dark-bg), #333);
  color:#fff
}
ul.list {
	list-style: none !important;
  padding-left: 5px;
  line-height: normal !important;
  line-height: 1.5;
  margin-left:0
}
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: 3px;
  line-height: normal;
  left: 0;
  width: 20px;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-regular);
  content: "\f058";
}
.dark-bg ul.list li:before {
	color: var(--accent-colour-light);
}

#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 {
	border: 1px solid #ccc;
	padding: 30px;
	float: left;
	width: 100%;
}
.light-bg .box,
.dark-bg .box,
.light-bg-reverse .box {
	background:#fff
}
/*--------------------------------------------------------------
# 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;
}
/*--------------------------------
# Image Left, Image Right
--------------------------------*/
.image-left .text .inner,
.image-right .text .inner {
	padding:0
}
.image-left.full-width .text .inner {
  padding: 40px 20px 40px 40px;
}
.image-right.full-width .text .inner {
  padding: 40px 40px 40px 20px;
}
.image-left.full-width .image-wrap img,
.image-right.full-width .image-wrap img {
  display: block;
  height: 100%;
  object-fit: cover;
}
/*--------------------------------
# SLIDER
--------------------------------*/
.slider .vci {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


.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;
  width: 100%;
  text-align: left;
  max-width:50%
}

.slider .slide {
  height: 100%;
  min-height: 500px;
  padding: 60px 0;
  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;
}
.slider .flickity-page-dots .dot, .dark-bg .flickity-page-dots .dot, .background-image .flickity-page-dots .dot {
  background: #fff;
}
.slider h2, .slider p, .slider a.button {
	position: relative;
	margin:10px 0
}
.slider h2 {
	font-size: 2.4em;
}

.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;
}
/*-----------------------
# Background Video
------------------------*/
.background-video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index:1
}
.background-video {
	position: relative;
	min-height: 500px;
	height: calc(100vh - 200px);
}
.background-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background-video .text {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	z-index:2
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#f5f5f5;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb {
  margin: 20px 0;
}
/*-----------------------
# One Third two Third
------------------------*/
.one-third-two-third .col-lg-4 {
	
}
.one-third-two-third .col{
	border-left:1px solid #ccc
}
.one-third-two-third .col a {
	font-weight:600
}
/*-----------------------
# Promo Boxes
------------------------*/
.promo-box {
  margin: 10px 0;
  width: 100%;
  min-height:300px
}
.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 h2 {
  margin-top: 0;
}
.promo-box div {
  z-index: 2;
  position: relative;
}
.promo-box p {
	max-width:200px
}
.promo-box .bottom {
	text-align:right
}
.promo-box .bottom a.button {
	margin:0
}
/*-----------------------
# Pages
-----------------------*/
.child-page {
  margin: 20px 0;
}
.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;
}
.sibling-pages img {
	border-radius:50%;
	padding:2px;
	border:1px solid #ccc;
	max-width:120px;
	display:block;
	margin:0 auto
}
.sibling-pages h3 {
	margin:5px 0;
	font-size:1em;
	text-align:center
}
.sibling-pages .child-page {
	margin:10px 0
}
.member .excerpt-footer {
	padding-top:0!important
}
.member .excerpt-footer a.button {
	margin-top:0
}
.thumb-wrap img {
	border:1px solid #ccc;
	padding:5px;
	border-radius:50%;
	transition: all ease 0.3s;
}
.thumb-wrap img:hover {
	padding:0
}
.child-pages i {
	font-size:0.8em
}
/*-----------------------
# Interactive Map
------------------------*/
section.image-map {
	padding: 0;
}
section.image-map.home-page {
	padding: 50px 0;
}
body.page-id-6150 .map-intro,
body.page-id-6150 .toggle-switch {
	display:none
}
.image-map p {
	font-size:1.2em
}
.image-map h1 {
	text-transform:none
}
.image-container {
	position: relative;
	display: block;
	width: 100%;
	overflow: visible;
	transition: opacity 0.3s ease;
	float:left
}
.image-container img {
	margin: 0 auto;
	display: block;
	width: 100%;
	pointer-events: none;
}
.image-container .item {
	position: absolute;
	background: #099596;
  display: block;
	line-height: normal;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size:0.9em;
	height:20px;
	width:20px;
padding:0;
margin-top:-10px;
margin-left:-10px;
	-webkit-backface-visibility: hidden;

  border-radius: 25px;
	border: 2px solid #27e5e5;
	cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2)
	z-index: 12;
  animation: pulsesOut 2s infinite;
	transition: all 0.5s ease;
	z-index:9;
	text-align:center;
	font-size:0.8em
}
.image-container .item:hover {
	animation: none;
	transform: scale(1.2);
	z-index: 13;
	text-align:center
}

.map-over {
	position:absolute;
	top:0;
	height:100%;
	left:0;
	width:100%;
	opacity:0;
	transition: all ease 0.3s;
	overflow:visible;

}

.map-over.show {
	opacity:1
}
a.item.hide {
	opacity:0;
	scale: 4;
	pointer-events:none
}

.image-container .notable {
	position: absolute;
	background: #832e2e;
  display: block;
	line-height: normal;
	text-align: center;
	color: #fff;
	font-weight: 600;
	height:20px;
	width:20px;
padding:0;
margin-top:-10px;
margin-left:-10px;
	-webkit-backface-visibility: hidden;

  border-radius: 25px;
	border: 2px solid #a23a3a;
	cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2)
  animation: pulsesOut 2s infinite;
	transition: all 0.5s ease;
	z-index:9;
	text-align:center;
	font-size:0.7em;
	transition: all ease 0.3s;
}

.n-text {
	position:absolute;
	z-index:10;
	top:-30px;
	left:20px;
	width:300px;
	font-size:1.1em;
	border:1px solid #a23a3a;
	padding:5px 5px 0 5px;
	background:rgba(0, 0, 0, 0.8);
	font-weight:400;
	text-align:left;
	pointer-events: none!important;
	opacity:0;
	transition: all ease 0.1s;
	border-radius:3px;
}
.n-text h3 {
	margin-top:0
}
.image-container .notable.right .n-text{
	right:20px;
	left:auto
}
.image-container .notable.bottom .n-text{
	bottom:-30px;
	top:auto
}
.key {
	font-size:0.8em;
	margin:4px 0;
	display:block
}
.key.nf {
	display:none
}
.key.nf.togg {
	display:block;
}
.key.off {
	display:block;
}
.key.off.togg {
	display:none;
}
.key i {
	font-size:0.8em;
	height:20px;
	width:20px;
	border-radius:50%;
	
	margin-right:4px;
	padding-top:3px;
	text-align:center;
	top:-2px;
	position:relative;
	background:#099596;
	border:1px solid #27e5e5
}
.key.nf i {
	background:#832e2e;
	border:1px solid #a23a3a
}
.image-container .notable:hover {
	z-index:100;

}
.image-container .notable:hover .n-text {
	opacity:1
}
.under-image img {
	transition: all ease 0.3s;
}
.under-image img.fade {
	opacity:0.3;
	transition: all ease 0.3s;
}
@-webkit-keyframes pulses {
  0% {
    -webkit-box-shadow: 0 0 0 0 #0bb4b6;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(11, 180, 182, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 #0bb4b6;
  }
}
@keyframes pulses {
  0% {
    -moz-box-shadow: 0 0 0 0 #0bb4b6;
    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 #0bb4b6;
  }
  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);
  }
}

.interactive-map-mobile {
	display:none

}
.modal-location {
	float:left;
	width:100%
}
.modal-location img {
	display:block;
	margin:0 auto;

	width:100%
}
.modal-location h2 {
	margin:10px 0
}
.modal-office {
	width:400px
}
.mod-box {
	min-width:300px;
	max-width:400px;
	margin:20px auto;
}
.fancybox-close-small {
	background:#ccc;
	opacity:1;
	margin:3px;
	border-radius:50%;
	transition: all ease 0.3s;
}
.fancybox-close-small:hover {
	background:#aaa;
}
.fancybox-is-open .fancybox-bg {
	opacity:0.6
}
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 28px;
	margin-left:10px
  }
  
  .switch input { 
	opacity: 0;
	width: 0;
	height: 0;
	visibility:hidden
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #aaa;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 21px;
	width: 21px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #dfbf78;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px var(--accent-colour);
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  .toggle-switch {
	font-size:1.1em
  }
  .tr {
	text-align:right
  }

/*-----------------------
# Contact Details
-----------------------*/
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details h3 i {
  font-size: 0.7em;
  margin-right: 8px;
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
  font-weight: bold;
}
.contact-details .bh .inner {
	padding: 5px 0;
	max-width:80%
}
.contact-details .bh .inner:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.contact-info .detail  {
	margin-bottom: 20px;
}
.contact-info .detail h3 {
  margin: 0;
	margin-bottom: 15px;
}
.contact-info .notes {
	margin-top: 10px;
}
.contact-info .detail p {
	margin: 0;
}
.contact-info .box {
	text-align: center;
}
/*-----------------------
# Calltoaction
-----------------------*/
.calltoaction {
	padding: 40px 0;
	background:#fff
}
.calltoaction .container  {
	background-color:#03393a;
	background-image: url("images/circles.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 90%;
	padding: 40px 80px;
	box-shadow:0 5px 10px rbba(0,0,0,0.6);
	border-radius:0 2000px 2000px 0;
	position:relative
}
.calltoaction .container:before {
	content:"";
	height:100%;
	top:0;
	bottom:0;
	position:absolute;
	left:-2000px;
	width:2000px;
	background-color:#03393a;
}
.cta-link {
  text-align: center;
}
.calltoaction a.button {
	background:#fff;
	color:var(--accent-colour);
	border-color:#fff
}
.calltoaction a.button:hover {
	background:var(--accent-colour);
	color:#fff
}
/*-----------------------
# Features List
-----------------------*/
.features h2.section-title {
	margin-bottom:30px
}
.feature {
	margin-bottom: 15px;
}
.feature .icon i {
  position: relative;
  top: -2px;
}
.feature .icon {
  max-width: 30px;
	color: var(--accent-colour);
	font-size: 1.2em;
}
/*-----------------------
# Meet The Team
-----------------------*/
.team-loc :last-child .comm{
	display:none;
}
a.image-link {
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.team-title {
	margin:3px 0 10px 0;
}
.team-subtitle {
  margin: 0;
}
.member {
	margin:30px 0
}
.member .meta {
	font-size:0.8em;
	min-height:70px
}
.member .meta i {
	width:20px;
	text-align:center
}
.member .inner {
	min-height:196px
}
.member img {
  display: block;
	width: 100%;
  margin: 0 auto;
  width: 200px;
  aspect-ratio: 3/4;
  object-fit: cover;
	padding:18px 18px 0 18px
}
.modal-team img {
	display: block;
  width: 100%;
  max-width: 200px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
}
.member p {
	margin:2px 0
}
.modal-header {
	text-align: center;
}
.member .bottom {
	padding-top:10px
}
.gform_confirmation_wrapper {
  border: 2px solid #7fb567;
  font-size: 1.1em;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}
.ui-group {
	margin-top: 40px;
	padding-top:0px;
	border-right:1px solid #ccc;
	font-size:1.1em
}

.ui-group p {
	margin-top:0;
	margin-bottom:5px
}
.ui-group button {
	    width: 11.9%;
    margin: 3px 0.5%;
	font-size:0.8em
}
.ui-group button:hover {
	border-color:#38b3d8;
	background:none;
	color:#38b3d8
}
.ui-group button.current {
	border-color:#ccc;
	color:#fff;
	background:var(--accent-colour)
}
.ui-group .filter span {
	padding-left: 26px;
	font-weight: 400;
	margin: 2px 0;
	display: block;
	cursor: pointer;
	color:var(--link)
}
.ui-group .filter span:hover {
	color: var(--accent-colour);
}
.ui-group .filter span.current {
	color: #999;
	position: relative;
}
.ui-group .filter span.current:before {
	content: '';
	position: absolute;
	left: 0;
	top:11px;
	width: 20px;
	height: 4px;
	background: #2A97A5;
}
.person-info  {
	border-right:1px solid #ccc
}
.person-info img {
	padding:5px;
	border:1px solid #ccc;
	aspect-ratio: 3/4;
    object-fit: cover;
	display:block;
	margin:0 auto 15px auto;
	max-width:600px;
	width:100%;

}
.person-info p {
	margin:10px 0
}
.person-info i {
	width:22px;
	text-align:center;

	font-weight:100
}
.meet-team.loc .grid-item {
	width:24.5%
}
.li-person {
	position:absolute;
	right:0;
	top:0;
	font-size:1.2em
}
.li-person a {
	color:#0077b5!important
}
/*-----------------------
# ACCORDION
-----------------------*/
.accordion-toggle {
  width:100%;
  cursor: pointer;
  position: relative;
  padding: 8px 20px 8px 20px;
  border-radius: 30px;
  background: var(--primary-colour);
  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:#fff;
  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(--dark-bg);
}
.accordion-toggle.active {
  background: var(--dark-bg);
}
.accordion-toggle.active-panel {
  background: #ddd;
}
.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 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  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: 100px;
	min-width: 50px;
	width: auto;
	max-width: 150px;
}
.logo-carousel .flickity-page-dots {
  bottom: 0;
  position: relative;
}

.accreditations .section-title {
	text-align: center;
}
.accs {
	text-align: center;
}
.accs img {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
  max-height: 90px;
  min-width: 50px;
  width: auto;
  max-width: 180px;
  margin:20px
}

/*--------------------------------
# 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;
}
/*--------------------------------
# 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: var(--primary-colour);
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
  transition: all 0.3s;
  margin:10px 10px 10px 0;
  font-weight: 600;
  border-radius:30px
}
ul.tabs li:hover {
  background: var(--dark-bg);
}
ul.tabs li.current{
  background: #f5f5f5;
  color: #222;
  pointer-events: none;
}
.tab-content {
  display: none;
  background: #f5f5f5;
  padding: 15px;
}
.tab-content.current{
  display: inherit;
}
/*--------------------------------
# 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;
	box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
}

.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 {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image: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;
*/
	padding: 10px;
}
.gallery-image img {
	width:100%;
	display:block;
}
/*--------------------------------
# Gallery Carousel
--------------------------------*/

.gallery-main.flickity-resize .image {
  min-height: 100%;
}
.gallery-main {
	margin-bottom: 20px;
}
.gallery-main .image img {
  display: block;
  height: 100%;
  object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 100%;
}

.gallery-thumbs {

}
.gallery-thumbs img {
	display: block;
	transition: all 0.4s ease;
}
.gallery-thumbs .thumb:hover img {
	opacity: 0.6;
}
.gallery-thumbs .thumb {
	width: 16.66667%;
	margin: 0 10px;
	cursor: pointer;
}

.gallery-thumbs .thumb img {
	display: block;
}

.flickity-button {
	padding: 0;
	background: rgba(255,255,255,0.9);
	color: var(--primary-colour);
	margin: 0;
}
.flickity-button:hover {
	color: var(--primary-colour);
}
/*-----------------------
# Number counter
-----------------------*/
.number-counter h3, .dark-bg .number-counter h3 {
		font-size:3em;
		 margin: 0;
}
.number-counter .counter {
  font-weight: bold;
}

.number {
	margin: 15px 0;
}
.number p {
	margin: 0;
	margin-top: 10px;
}
/*--------------------------------------------------------------
## 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;
	padding: 40px 0;
  float: left;
  width: 100%;
}
.testimonials .flickity-page-dots {
  position: relative;
  bottom: 0;
}
.t-slide h1 {
  margin-top: 0;
}
.testimonial p, .testimonials p {
	font-size: 1.1em;
}
.testimonial .container, .testimonials .container {
	max-width: 940px;
}
.testimonial .author, .testimonials .author {
  font-style: italic;
  margin-bottom: 20px;
}
.author p {
	margin:0
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonials img {
	display:block;
	margin:0 auto;
  width: 90px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonials i {
	color: var(--accent-colour);
}
.testimonials .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# TESTIMONIAL GRID
--------------------------------*/
.testimonial-grid .inner {
  background: #f5f5f5;
  padding: 20px;
}
.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)
}
/*--------------------------------
# VIDEO
--------------------------------*/
.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%;
}
/*--------------------------------
# Companies
--------------------------------*/
.company {
	font-size:1.1em;
	margin:5px 0
}
.company i {
	color:#ccc
}
.company .text {
	text-indent: -11px;
    padding-left: 20px;
}
.company .text: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;
}
/*--------------------------------
# Country
--------------------------------*/
.country img {
	width:auto;
	height:42px
}
.flag p{
	
}
.country {
	margin:10px 0
}
.flag-title {
	text-align:left;
	margin:0;
	font-size:0.9em
}
.countries .section-title {
	margin-bottom:50px
}
/*--------------------------------
# CTAS
--------------------------------*/
.cta .inner {
	text-align: center;
  width: 100%;
}
.cta-title {
	margin-bottom: 0;
}

.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);
}

.ctas.dark-bg .section-title, .ctas.background-image .section-title {
	color: #fff;
}

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.light-bg .excerpt, .dark-bg .excerpt, .background-image .excerpt {
  background: #fff;
}
.excerpt {
	background-image: linear-gradient(to right, #f5f5f5, #fff);
	position: relative;
  margin: 10px 0;
  float: left;
  width: 100%;
}
.excerpt-related {
	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: 15px;
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.excerpt-title {
	margin: 0;
	padding-right:30px
}
.meta span {
	display: inline-block;
}
#comments, #related-posts {
	float:left;
	width:100%;
	position:relative;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}
#post-nav {
  padding-top: 10px;
  float:left;
  width:100%;
  position:relative;
  border-top: 1px solid #ccc;
}
.prev-post, .next-post {
  margin: 10px 0;
}
.next-post {
	margin-left: auto;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
.single-content a img {
	box-shadow: 0px 3px 9px #b9b9b9;
}
.meta {
  margin: 5px 0;
  color: #777;
  font-size: 0.9em;
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.sticky {
	display: block;
	position: relative;
}
.excerpt-thumb, .image-wrap {
	position: relative;
  float: left;
  width: 100%;
  flex: 0 0 auto;
}
.excerpt-footer {
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 15px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.excerpt-page h3 {
	font-size:1.2em
}
.excerpt-page i {
	font-size:0.9em;
	display:none
}
/*--------------------------------------------------------------
# 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_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;
}
/* 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);
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	background: #eeeeee;
	color: #151515;
	padding: 60px 0 10px 0;
  font-size: 0.9em;
  box-shadow:inset 0 5px 10px rgba(0,0,0,0.1);
}
#footer .co {
	min-width: 250px;
  margin: 25px 0;
}

#footer h3 {
	margin: 0 0 20px 0;
 
}
#footer .logo img {
	max-width:330px
}
.footer-menu {
	margin: 0 !important;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
	
}
.footer-menu .current-menu-item a, .footer-menu .current_page_parent >a {
  color: var(--primary-colour) !important;
}
.footer-menu li {
	width:50%;
	float:left
}
.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
}
#footer .logo img {
	display:block;
	width:100%
	margin:0px auto
}
#copyright {
	float: left;
  width: 100%;
  background: #eeeeee;
  font-size: 0.8em;
  padding: 15px 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.legal-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 40px;
}
.legal-menu li {
	display: inline-block;
}
.legal-menu li a {
	font-size: 1em;
	display: inline-block;
	color: var(--link);
	margin: 10px 20px 10px 0;
}
.legal-menu li a:hover {
	color: var(--link-hover);
}
#copyright .credit {
	text-align: right;
}
#copyright p {
	margin: 0;
}
#copyright .credit a {
  white-space: nowrap;
	color: #fff;
}
.credit a {
  padding: 5px;
  border-radius: 5px;
  background: rgba(0,0,0,0.4);
}
.credit a:hover {
	background: var(--primary-colour);
	color: #fff;
}

.fab-container {
  margin: 1em;
position: fixed;
bottom: -72px;
right: 0;
}
.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
--------------------------------------------------------------*/
/* a.social-link.facebook, a.social-link.facebook:visited {
    color: #3b5998;
}
a.social-link.twitter, a.social-link.twitter: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.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;
} */
a.social-link.linkedin, a.social-link.linkedin:visited, a .linkedin {
    color: #0077b5!important;
}
.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);
}
.social i {
	font-size:1.5em
}
/*--------------------------------------------------------------
# Portal Template
--------------------------------------------------------------*/
body.page-template-portal-template #banner,
body.page-template-portal-template #footer,
body.page-template-portal-template #left-header,
body.page-template-portal-template #copyright {
	display:none!important
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1024px) {
	.next-post {
		text-align: right;
	}
	.image-left.full-width .text {
		max-width: 620px;
	}
	.image-right.full-width .text .inner {
		max-width: 620px;
	}
}
@media screen and (max-width: 1200px) {
	.meet-team.loc .grid-item {
		width:33.33%
	}
  #news-page.classic #sidebar {
    min-width: 100%;
  }
  ul.menu-items a {
	font-size:0.9em
  }
}

@media screen and (max-width: 1200px) {
	.grid-item {
		width:50%
	}
  }

@media screen and (max-width: 1024px) {
  .cover, .background-image {
    background-attachment: scroll !important;
  }
  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}
}
@media screen and (max-width: 1023px) {
	.image-map.home-page .container {
		padding-left:5px;
		padding-right:5px
	}
	#office-map {
		display:none
	}
	.person-info img {
		margin-bottom:30px
	}
	.map-intro {
		margin-bottom:30px;
		text-align:center
	}
	.meet-team.loc .grid-item {
		width:50%
	}
	.ui-group .filter a {
		width:50%;
		float:left
	}
	.image-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 20px;
	}
	.image-left .image-wrap img, .image-right .image-wrap img {
		display: block;
		margin: 0 auto;
	}
	.image-left .text .inner,
	.image-right .text .inner {
		padding-top:20px
	}
	#centered-header .logo {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#centered-header .logo img {
		display:block;
	}
	.flickity-page-dots .dot {
		height: 18px;
		width: 18px;
	}
	.slider .inside {
		max-width:100%
	}
	.contact-info .detail {
		margin-bottom:40px
	}
	#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;
  }
  #centered-header #logo {
    text-align: left;
  }
  header .head-info span.header-link {
    display: none;
  }
  #top-bar {
    display: none;
  }
  .three-text {
    min-width: 50%;
  }
}

@media screen and (max-width: 1000px) {
 	.download {
		min-width: 50%;
    max-width: 50%;
	}
}

@media screen and (max-width: 768px) {
	
	.feature {
		min-width: 50%;
	}
	.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%;
	}

	#footer .col {
    margin: 15px 0;
	}
}
@media screen and (max-width: 767px) {
	section.image-map.home-page {
		padding-top:20px
	}
	.map-intro,
	.home-map {
		padding-left:15px!important;
		padding-right:15px!important
	}
	.image-map.home-page .container .item {
		/* display:none */
	}
	.map-intro {
		margin-bottom:0
	}
	.toggle-switch {
		margin-top:20px
	}

	.calltoaction .container {
		border-radius:0;
		padding:40px 30px
	}
	.carousel-image {
		padding: 20px;
	}
	.gallery-thumbs .thumb {
		width: 20%;
	}
	.box {
		padding:20px
	}
	.download, .link, .video-container, .cta {
	  margin: 10px 0;
	}
	section {
		padding:30px 0
	}
	h1 {
		font-size:2.2em
	}
	#banner {
		min-height:300px
	}
	.slider .slide {
		min-height:300px
	}
	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%;
  }
  #centered-header .head-info, #top-bar {
    text-align: center;
  }
  #centered-header #logo img {
    max-height: 50px;
  }
  #centered-header #logo {
    text-align: left;
  }
  #centered-header .head-info {
    padding: 0;
  }
  .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: 700px) {
	.grid-item {
		width:100%
	}
	.meet-team.loc .grid-item {
		width:100%
	}
	.member {
		margin:10px 0
	}
  }

@media screen and (max-width: 600px) {
	#left-header .logo img.logo-text,
	#mobile-header .logo img.logo-text {
		max-width:160px;
		
	}
	.logo {
		padding-right:0
	}
	.country img {
		width: auto;
		height: 32px;
	}
	.logo img {
		max-width:70px
	}
	.logo img.logo-text {
		max-width:160px
	}
	#menu-toggle {
		padding:0
	}
	body {
		font-size:16px
	}
	.gallery-thumbs .thumb {
		width: 25%;
	}
	.woocommerce-form-coupon .form-row {
    width: 100% !important;
    padding: 0 !important;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	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;
  }

	header#full .head-info  {
		text-align: right;
	}
	header#full .head-info a {
		display: block;
	}
	.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%;
  }
}
