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

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

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

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

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

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

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

	/* General Colours */
	--primary-colour: #1dc1dd;
	--accent-colour: #E67E22;


	/* Backgrounds */
	--dark-bg: #1b1b30;
	--light-bg: #eeeeee;
	--box-bg:  rgb(0 0 0 / 4%);

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

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

	--body-font: "Figtree", serif;
	--headings-font: "Figtree", serif;

	/* Shadow */
	--shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px;
 
	/* Buttons */
	--primary-button: #E67E22;
	--primary-button-text: #ffffff;
	--primary-button-hover: #1b1b30;
	--primary-button-text-hover: #ffffff;

	--secondary-button: #1dc1dd;
	--secondary-button-text: #1dc1dd;
	--secondary-button-hover: #1dc1dd;
	--secondary-button-text-hover: #fff;

	/* Links */
	--link: #1dc1dd;
	--link-hover: #1b1b30;

	--menu-link: #000000;
	--menu-link-hover: #1dc1dd;
}

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

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

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

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

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

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

	--primary-button-hover: #1dc1dd;
	--primary-button-text-hover: #ffffff;

	/* Backgrounds */
	--box-bg: rgb(255 255 255 / 8%);
	--input-bg: rgb(0 0 0 / 18%);
	--input-bg-focus: rgba(255,255,255,0.7);
	--input-colour: rgba(255,255,255,0.7);
}
.dark-grad-bg.is-dark {
	--link: #fff;
	--link-hover: #ffffff;

	--secondary-button: #fff;
	--secondary-button-text: #fff;
	--secondary-button-hover: #fff;
	--secondary-button-text-hover: #1dc1dd;
}
.container.main, #page-sections .container {
	padding: 0 40px;
}
.tiny {
	--spacing: var(--spacing-tiny);
}
.tiny-y {
	--margin-y: var(--margin-y-tiny);
}
.narrow {
	--spacing: var(--spacing-narrow);
}
.narrow-y {
	--margin-y: var(--margin-y-narrow);
}
.no-gutters-y {
	--margin-y: 0;
}

/* Nucleus theme */
.theme-nucleus {
    --accent-colour: #e50695;
    --primary-button: #e50695;
    --secondary-button: #e50695;
    --secondary-button-text: #e50695;
    --secondary-button-hover: #e50695;
    --secondary-button-text-hover: #fff;
    --link: #e50695;
    --link-hover: #1b1b30;
    --menu-link: #000000;
    --menu-link-hover: #e50695;
}
.theme-nucleus h1, .theme-nucleus h2 {
    background: linear-gradient(90deg, #1b1b30 0%, #e50695 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-nucleus .cta-icon i {
    background: linear-gradient(180deg, #1b1b30 0%, #e50695 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-nucleus .dark-grad-bg {
    background-image: linear-gradient(to top left, #e50695, #1b1b30);
}
.theme-nucleus .is-dark {
    --accent-colour: #e50695;
    --link: #e50695;
}
.excerpt-page .theme-nucleus-excerpt.inner:before {
    background-image: linear-gradient(to bottom left, #e50695, #1b1b30);
}
.theme-nucleus-excerpt {
    --primary-button: #fff;
    --link-hover: #ffffff99;
}
/* Evolve theme */
.theme-evolve {
    --accent-colour: #93d50a;
    --primary-button: #93d50a;
    --secondary-button: #93d50a;
    --secondary-button-text: #93d50a;
    --secondary-button-hover: #93d50a;
    --secondary-button-text-hover: #fff;
    --link: #93d50a;
    --link-hover: #1b1b30;
    --menu-link: #000000;
    --menu-link-hover: #93d50a;
}
.theme-evolve h1, .theme-evolve h2 {
    background: linear-gradient(90deg, #1b1b30 0%, #93d50a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-evolve .cta-icon i {
    background: linear-gradient(180deg, #1b1b30 0%, #93d50a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-evolve .dark-grad-bg {
    background-image: linear-gradient(to top left, #93d50a, #1b1b30);
}
.theme-evolve .is-dark {
    --accent-colour: #93d50a;
    --link: #93d50a;
}
.excerpt-page .theme-evolve-excerpt.inner:before {
    background-image: linear-gradient(to bottom left, #93d50a, #1b1b30);
}
.theme-evolve-excerpt {
    --primary-button: #fff;
    --link-hover: #ffffff99;
}




/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: var(--headings-colour);
	font-family: var(--headings-font);
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
	clear: both;
	line-height: 1.3;
}
h1 {
	font-size:2.8em;
	color: var(--headings-colour);
	line-height: 1;
	background: #1dc1dd;
    background: linear-gradient(90deg, #1b1b30 0%, #1dc1dd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-size: 100%;
	position:relative;
	padding-bottom: 3px;
	display:inline-block;
}
h1:has(sup) sup {
        -webkit-background-clip: none;
    -webkit-text-fill-color: var(--headings-colour);
    background: none;
    color: var(--headings-colour);
}
h1:after {
	content:"";
	position:absolute;
	left:0;
	bottom:-10px;
	width:100px;
	height:3px;
	background:var(--primary-button)
}
#banner.normal h1 {
	background: linear-gradient(90deg, #1dc1dd 0%, #1b1b30 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2 {
	font-size: 2em;
    background: #1dc1dd;
    background: linear-gradient(90deg, #1b1b30 0%, #1dc1dd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-size: 100%;
	display:inline-block;
}
.is-dark h2,
.is-dark h1,
.featured-post h2 {

    background: #fff;
    background: linear-gradient(90deg, #fff 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-size: 100%;
}
.featured-post span.date {
    display: block;
}
h3 {
	font-size: 1.4em;
}
h3.small {
	font-size: 1.1em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 0.8em;
}
h6 {
	font-size: 0.6em;
}
p {
	margin-bottom: 1.5em;
	color: var(--body-colour);
}
p.bigger {
	font-size: 1.2em;
}
a {
	font-weight: 600;
}

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


/* Basic reset for the trigger */
.site-search-trigger {
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 1.3em;
  line-height: 1;
  color: var(--menu-link);
  transition: all 0.4s ease;

}
.site-search-trigger:hover {
    color: var(--menu-link-hover);
}

/* Screen reader only text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* Overlay container */
.site-search-overlay {
  position: fixed;
  inset: 0;
background-color: rgb(27 27 48 / 80%);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
  z-index: 9999;
}
.site-search-overlay.show {
    opacity: 1;
    visibility: visible;
}
/* Reduced motion users get no fade */
@media (prefers-reduced-motion: reduce) {
  .site-search-overlay { transition: none; }
}

/* Open state */
.site-search-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/* Inner card */
.site-search-inner {
  width: min(800px, 92vw);
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  padding: 0;
}
 
/* Close button */
.site-search-close {
  position: absolute;
  top: 1.2rem;
  right: 1.5rem;
  appearance: none;
  background: #fff;
  border: 0;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 1.5em;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.site-search-close:hover {
    color: var(--accent-colour);
}
.admin-bar .site-search-close {
    top: 50px;
}

/* Form layout */

.search-field {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.4;
  padding: .875rem 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  outline: none;
}

.site-search-inner .search-field:focus {
  border-color: rgba(0,0,0,0.5);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.462);
}


/* Prevent body scroll when overlay is open */
body.search-overlay-lock {
  overflow: hidden;
}
/*--------------------------------------------------------------
## 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;
}
.dark-grad-bg.is-dark a:not(.button, .button-link){
	border-bottom:1px solid #fff;
	
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.gform-button, a.button, button.button, .button a, .button a:visited, .button a:focus, input.button,
a.button:visited, input[type="submit"], .woocommerce a.button, .woocommerce button.button,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled],
.woocommerce a.button.alt, .woocommerce button.button.alt, input[type="submit"]:focus {
	background: var(--primary-button);
	color: var(--primary-button-text);
	font-family: var(--body-font);
	border-radius: 40px !important;
	font-weight:600 !important;
	padding: 8px 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-align: center;
	touch-action: manipulation;
	cursor: pointer;
	margin:5px 0;
}
.gform-button:hover, button.button:hover, a.button:hover, .button a:hover, input.button:hover,
input[type="submit"]:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, a.button:focus {
  	background: var(--primary-button-hover);
  	color: var(--primary-button-text-hover);
	border-color: var(--primary-button-hover);
}

.search-form .search-field {
	padding: 12px 50px 12px 20px !important;
}
button.search-submit {
	background: none;
	transition: all ease 0.3s;
	color: var(--body-colour);
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	height: 100%;
	width: 40px;
	width: 50px;
    font-size: 1.1em;
}
.search-form {
	position: relative;
}
button.search-submit:hover {
	color: var(--primary-button);
}
a.button i {
	font-weight:900!important;
	font-size:0.8em
}
/* 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: var(--secondary-button-text-hover);
	border-color: var(--secondary-button-hover);
}

/* Ghost Button */
a.button.ghost {
	background: none;
	color: #fff;
	border-color: #fff;
}
a.button.ghost:hover {
	background: #fff;
	color: var(--primary-colour);
}
 
/* Text Link */
a.text-link {
	font-weight: 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);
}



/*-----------------------
# App store logos
------------------------*/
.app-store-buttons .item img {
    display: block;
    width: auto;
    max-height: 50px;
    border-radius: 5px;
}
/*-----------------------
# MEGA MENU
------------------------*/
ul.mega {
	margin: 0;
	padding: 0;
}
.mega-menu-wrap {
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
.sub {
	background: #fff;
    padding: 40px 20px;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 9;
    /* top: calc(100% - 1px); */
    top: calc(100% - -20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 3%);
    border-radius: 20px;
    max-width: 1240px;
    margin: 0 auto;
    left: 0;
    right: 0;
	border:1px solid #ddd;
}
.sub .menu-image {
	max-width: 240px;
}
.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;
	color: #999;
}
.menu-description p {
	font-size:0.9em
}
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;
	border-right:1px solid #ccc
}
.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;
}
ul.menu-items a.current-page {
	color: var(--menu-link-hover);
}
ul.menu-items a:hover, .page-id-2355 ul.menu-items a.current-page:hover {
	color: var(--menu-link-hover);
}
.menu-description h3 {
    background: #1dc1dd;
    background: linear-gradient(90deg, #1b1b30 0%, #1dc1dd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-size: 100%;
	display:inline-block;
    margin-bottom: 0;
}

/*-----------------------
# Banner
------------------------*/
#banner-bg {
	background:var(--dark-bg)
}
#banner {
	padding: 60px 0;
	position: relative;
	background-color: var(--dark-bg);
	min-height:500px;
	display: flex;
	justify-content: center;
	flex-direction: column;

}
#banner p {
	text-shadow:0 0 20px #fff
}
#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-image: linear-gradient(to right, #fff , rgba(255,255,255,0.4), transparent);
	opacity: 1;
}
#banner h1 {
    padding-top: 4px;
}
#banner h1, #banner p {
	position: relative;
	margin-bottom:30px;
	margin-top:0
}
#banner p,
#nobanner p {
	font-size:1.3em;
	font-weight:400
}
#banner .text {
  float: left;
  width: 100%;
}
.image-wrap img {
	transition: all ease 1s!important;
}
.banner.image-right:hover .image-wrap img {
	border-radius:180px 100px 200px 40px;
	transition: all ease 3s!important;
}
/*-----------------------
# Banner - Image Right
------------------------*/
#banner.image-right:before {
	display: none;
}
#banner.image-right {
	background: #fff;
	padding-top:20px!important;
	padding-bottom:60px!important;
	background-image: linear-gradient(to right, #eeeeee , #ffffff);
	/* box-shadow:inset 0 0 10px rgba(0,0,0,0.2); */
}
.banner.image-right .image-wrap img {
	min-height: 500px;
	aspect-ratio: 16 / 9;
	border-radius:40px 200px 100px 180px;
	box-shadow:var(--shadow);
	max-width: 800px;
	border:4px solid #fff
}

.to-content a {
	color:var(--primary-button);
	font-size:1.4em;
}
.to-content i {
	font-weight:900!important
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner h1, #nobanner p {
	position: relative;
	margin:10px 0
}
#nobanner {
	padding: 60px 0;
	float: left;
	width: 100%;
	background-image: linear-gradient(to right, #eeeeee , #ffffff);
	box-shadow:inset 0 0 10px rgba(0,0,0,0.2)
}
header {
	position: relative;
}
#nobanner a.button {
	margin-top:20px
}
/*-----------------------
# Full width menu
------------------------*/
header#full #menu {
	background: #eeeeee;
}
header#full #header-menu {
	text-align: center;
}
header#full .inner {
	padding: 10px 0;
}
header#full #header-menu-desktop, header#full ul.mega {
	text-align: center;
}

/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding: 10px 0;
	background: #fff;
	background-image: linear-gradient(to right, #eeeeee , #ffffff);
}
body.home #left-header {
	background:none;
	position:absolute;
	top:15px;
	z-index:999
}
body.home .site-search-trigger {
    color: #fff;
}
body.home .site-search-trigger:hover {
    color: var(--accent-colour);
}
body.home.admin-bar #left-header {
	top:32px;
	z-index:999
}
body.home a.has-sub:after {
    filter: invert(100%) brightness(200%) !important;
}
.header-sticky {
	position: sticky;
	z-index: 10;
	top: 0;
}
.admin-bar .header-sticky {
	top: 32px;
}
#left-header #header-menu-desktop {
	text-align: right;
}
#left-header #header-menu {
	text-align: center;
}
#left-header .container {
	max-width:1400px
}
body.home a.menu-item {
	color:#fff
}
body.home a.menu-item:hover {
	color:var(--link)
}


/* Flags */
.flags {
	padding-left: 10px;
}
.flags img {
	display: block;
    width: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.438);
	transition: all 0.3s ease;
}
.flags .row {
	margin-right: -5px !important;
    margin-left: -5px !important;
}
.flags .flag {
	padding-right: 5px !important;
    padding-left: 5px !important;
    transition: all 0.3s ease;
	opacity: 1;
}
.flag:hover {
	opacity: 1;
}
.flag:hover img {
	border-color: 2px solid rgba(255, 255, 255, 1);
}
.flag.current {
	opacity: 1;
}
.flag:hover {
    transform: scale(1.05);
}
.flag.current img {
	border-color: #fff;
}

/*--------------------------------------------------------------
# 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: 10px;
}
#breadcrumbs i {
	font-size: 0.8em;
	color: var(--body-colour);
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 50px 0;
}
#single-post {
  padding: 40px 0;
}
#single-post .side {
	margin: 20px 0;
}
#single-post .side .categories {
	margin-bottom: 20px;
}
#single-post .side h4 {
    border-bottom: 1px solid #ccc;
	margin-top: 0;
    padding-bottom: 5px;
}
h5.author-socials {
	font-size: 1.7em;
	margin: 10px 0;
}
#single-post .side  p {
	margin-bottom: 30px;
	margin-top: 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}
.search-row {
	margin-top:-10px;
	margin-bottom: 20px;
}
.search-row .search-field {
	width: 100%;
}
.search-row .search-wrap {
	margin: 10px 0;
}
.search-row .cat-wrap {
	margin: 10px 0;
}
.sf-input-select, .gfield_select, .form-field select, .orderby, .ginput_container_date select, .select {
	color: var(--body-colour);
	padding: 13.75px 50px 13.75px 20px;
	min-width: 220px;
	max-width: 100%;
	border-radius: 5px;
	box-sizing: border-box;
	margin: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	background-color: var(--input-bg);
	border: 1px solid var(--input-border);
	background-image: url('images/angle-down.svg');
	background-size: 18px;
	background-position: center right 20px;
	background-repeat: no-repeat;
	width: 100%;
}
.filter input.sf-input-text {
  width: 100%;
}
.sf-input-select:hover, .gfield_select:hover, .form-field select:hover, .orderby:hover, .ginput_container_date select:hover, .select:hover {
	border-color: var(--input-border-focus);
}
.sf-input-select:focus, .gfield_select:focus, .form-field:focus, .orderby:focus, .orderby:focus, .ginput_container_date select:focus, .select:focus {
	/* border-color: var(--input-border-focus); */
}



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

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

.is-hidden-message {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 0px 5px rgb(182 0 0) inset;
}
section.is-hidden:hover .is-hidden-message {
	opacity: 0;
	visibility: hidden;
	box-shadow: none;
}
.is-hidden-message:before {
    content: 'This section is hidden from visitors';
	background-color: rgb(182 0 0);
	color: #fff;
	text-transform: uppercase;
    top: 0;
    position: absolute;
	width: 100%;
    left: 0;
    transition: all 0.5s ease;
    padding: 5px 0;
    text-align: center;   
	font-family: Arial, Helvetica, sans-serif;
}
#password-protected {
	padding: 40px 0;
}
.lt {
  margin: 10px 0 10px 0;
}
.layout-title .tc .button-wrap {
	min-width: 100%;
}
.light-bg {
  background-color: var(--light-bg);
}
.dark-bg {
  background-color: var(--dark-bg);
}
.dark-grad-bg {
	background-image: linear-gradient(to top left, #1dc1dd , #1b1b30);
  }
  
ul.list {
	list-style: none !important;
	padding-left: 0px;
	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: "\f111";
	font-size:0.5em;
	top:8px;
	text-align:center
}
ul.list.ticks li:before {
	content: "\f058";
}
ul.list.arrow-right li:before {
	content: "\f178";
    top: 5px;
}
ul.list.arrow-right li {
    padding-left: 30px;
}
#page-sections {
	float: left;
	width: 100%;
}
#page-sections .dark-overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
}
#page-sections .light-overlay:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	opacity: 0.8;
}
.background-image div, .background-colour {
	position: relative;
}

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

/*-----------------------
# Before & After
-----------------------*/
.before-after img {
	height: 100%; 
    max-width: none;
}
/*-----------------------
# Background Video
------------------------*/
.background-video {
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	overflow: hidden;
}
.background-video .video-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, #1B1B31 , rgba(27, 27, 49, 0.8), transparent);
	opacity: 1;
	z-index:1
}
.background-video, .background-video .video-wrap {
	position: relative;
}
.background-video .video-wrap {
	min-height: 100vh;
    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: 120px 60px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
	position: relative;
    width: 100%;
}
.background-video .text {
	max-width: 720px;
}
.background-video p.bigger {
	font-size:1.4em
}
.background-video p {
	font-size:1.1em
}
.background-video i {
	font-size:2em;
	font-weight:900!important
}
.background-video h1, .background-video p {
	visibility: hidden;
	animation-name: fadeOut;
	animation-duration: 1.5s;
}
.background-video h1 {
	animation-name: fadeInDown;
	animation-duration: 0.5s;
	visibility: visible;
}
.background-video p {
	animation-name: fadeInUp;
	animation-duration: 1s;
	visibility: visible;
}
.background-video h1 {
font-size: 2.8em;
    color: #fff;
    line-height: 1;
    background: #1dc1dd;
    background: linear-gradient(90deg, #fff 0%, #1dc1dd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-size: 100%;
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#eeeeee;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Images
------------------------*/
.images-layout img {
	display: block;
	width: 100%;
}
.awards .images-layout img {
	max-height:150px;
	width:auto!important;
	margin:0 auto;
	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: 30px;
	width: 100%;
	position: relative;
	border-radius:10px;
	overflow:hidden
}
.promo-box .inner:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
	background-image: linear-gradient(to right, #eeeeee, #ffffff);
	transition: all ease 0.3s;
	border-radius:10px;
}
.promo-box:hover .inner:before {
	opacity:1
}
/* .promo-box .inner *:not(.button) {
  color: #fff;
} */
.promo-box h2 {
  margin: 0;
}
.promo-box p.bigger {
	margin-top:3px;
	font-weight:400
}
.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:#eeeeee;
} */
.table-layout tr > td:last-child {
	border-right:1px solid #666;
}
.table-layout tr:last-child td {
	border-bottom:1px solid #666;
}
.table-layout table {
	border-spacing: 0px;
}
/*-----------------------
# Contact Details
-----------------------*/
.form-wrap h3 {
	margin: 0;
	margin-bottom: 20px;
}
.contact-details h3 i {
	font-size: 0.7em;
	margin-right: 8px;
}
.contact-details .notes p {
	margin: 0;
	margin-top: 10px;
}
.contact-details .notes em {
	font-size: 0.9em;
}
.business-time {
	font-weight: bold;
}
.contact-details .bh .inner {
	padding: 5px 0;
	max-width:80%
}
.contact-details .bh .inner:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}
.contact-info h3 {
	margin-top:0
}
.contact-info .notes {
	margin-top: 10px;
}
.contact-info .detail p {
	margin: 0;
}
.contact-info .box {
	text-align: center;
}
.contact-info .label {
	
}
.add-phone {
	margin-bottom:30px;
	margin-top:20px
}
.add-email {
	margin-bottom:30px
}
.bh {
	margin-bottom:30px
}
.form-wrap {
	border:1px solid var(--accent-colour);
	padding-top:20px;
	padding-bottom:20px;
	border-radius:10px
}
.contact-details {
	font-size:1.1em
}
/*-------------------------
## Call to action
-----------------------*/
.calltoaction {
	padding: 40px 0;
}
.cta-link {
	text-align: center;
}
.calltoaction img {
	max-width:80px;
	margin-top:10px
}
.calltoaction p {
	font-size:1.1em;
	margin:10px 0
}
.calltoaction .button-link {
	margin-top:30px
}
/*-----------------------
## 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%);
}
/*-----------------------
# Lexikon
-----------------------*/
.lexikon-list {
    float: left;
    width: 100%;
}
.lexikon h3 {
    position: relative;
}
.lexikon-list ul {
    margin-top: 40px;
    padding-left: 40px;
}
.modal.lexikon h2 {
    margin-top: 0;
}
h6 {
    font-size: 0.9em;
}
.lexikon h3:after {
     content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 2px;
    background: var(--primary-button);

}
.single-lexikon article {
    padding-top: calc(var(--section-padding-y) *1.5) ;
    padding-bottom: var(--section-padding-y);
}
/*-----------------------
# Features List
-----------------------*/
.feature h3 {
	margin: 0;
	margin-bottom: 5px;
}

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

.timeline-entry {
	margin: 20px 0;
	position: relative;
	--spacing: 40px;
}
.timeline-entry:before {
    content: '';
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    left: 0px;
    margin: 0 auto;
	border-radius: 50%;
    background: var(--headings-colour);
    background-repeat: no-repeat;
    background-size: contain;
}
.timeline-container {
	position: relative;
}
.timeline-container .timeline-entry:first-child {
	margin-top: 0px;
}
.timeline-container .timeline-entry:last-child {
	margin-bottom: 0px;
}
.timeline-container:before {
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: var(--primary-button);
}
.timeline-entry .title {
    margin: 0;
}
.timeline-container .timeline-entry:last-child:after {
    content: '';
    width: 4px;
    height: calc(100% - 24px);
    position: absolute;
    top: 26px;
    left: -1px;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
	border-radius: 0;
}
.timeline {
	padding-top:40px;
	padding-bottom:40px
}

/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.carousel-image {
	top: 50%;
	transform: translateY(-50%);
	padding: 20px 40px;
}
.carousel-image img {
	display: block;
	height: auto;
	max-height: 65px;
	min-width: 50px;
	width: auto;
	max-width: 200px;
}
.carousel-image img[src$=".svg"] {
	height: 50px; /* or any fixed height */
	width: auto;
}

.full-container .carousel-wrap {
	padding: 0;
}
.logos .flickity-page-dots {
	bottom: 0;
	position: relative;
}
/* .is-dark .carousel-image img, .is-dark .logo-wrap img {
    filter: brightness(0) invert(1);
	opacity: 0.9;
} */
.logo-row .logo-wrap img {
    max-height: 70px;
    min-width: 50px;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}
.logo-row .logo-wrap  {
	margin: 0 10px 0 0!important;
	padding:0;
}
.logo-wrap {
    text-align: center;
}
.logo-wrap img {
	display: inline-block;
	max-height: 75px;
	width: auto;
	margin: 0 auto;
	max-width: 200px;
}
.foot-accs {
	/* margin-top:30px */
}
.foot-accs img{
	margin:10px 20px 10px 0px;
	display:inline-block;
	width:auto!important;
	height:70px;
	float: right;
}
 
/*--------------------------------
# Downloads
--------------------------------*/
.download img {
	max-height: 100px;
	width: auto;
	display: inline-block;
	margin-bottom: 20px;

}

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

/* Vertical */
.tabbed.vertical .tabs li {
	margin: 0;
}
.tabbed.vertical .tabs li, .tabbed.vertical .tabs li a {
	width: 100%;
}
.tabs-container {
	margin-top:40px;
	margin-bottom:40px
}
.partners .tab-content {
	padding:0;
	background:none
}
.partners .countries {
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
.partners .countries  h3 {
	margin-bottom: 10px;
}
.partners .countries h4 {
	font-weight: normal;
}
.partners .company {
	padding: 6px 8px;
	margin:1px 0
}
.partners .countries .company:nth-child(odd) {
	background-color: #f5f5f5;
}
.partners .tab-link {
	background:#eee;
	border-radius:40px;
	margin-bottom:10px!important
}
.partners ul.tabs {
	margin-right:40px
}
.partners ul.tabs li {
	border:2px solid #fff;
	border:2px solid var(--primary-button);
	background:none;
	padding: 10px 20px;
}
.partners ul.tabs li.current {
	border:2px solid #ccc;
	background:var(--primary-colour);
	color:#fff;
	border:2px solid var(--primary-colour);
	
}
.tab-title-wrap {
	border-bottom:3px solid var(--primary-colour);
	margin-bottom:10px
}
/*--------------------------------
# GALLERY
--------------------------------*/
.gallery-icon img {
	display: block;
}
.gallery-item .gallery-caption {
	display: block;
	font-size: 0.9em;
	font-style: italic;
	margin-top: 10px;
}
.gallery-item {
	padding: 0 10px;
	margin: 10px 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;
}
.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4);
	transition: all 0.6s ease;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	color: #fff;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f03e";
	font-size: 4em;
	z-index: 1;
}
.gallery-image:hover .inner:before, .gallery-icon:hover a:before {
	/* opacity: 1; */
}
.gallery-image img, .gallery-icon img {
	display: block;
	width:100%;
	transition: all 0.3s;
}
.gallery-image:hover img, .gallery-icon:hover img {
	transform: scale(1.1);
}
div.gallery {
  position: relative;
  float:left;
}
body.single-post div.gallery {
	left: -10px;
    right: -10px;
    width: calc(100% + 20px);
    margin:20px 0
}
.gallery-image.col:not(.five) {
    min-width: 25%;
    max-width: 50%;
}
.gallery-image img {
	width:100%;
	display:block;
}
.gallery.standard img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
/*--------------------------------
# Isotope / Masonry Gallery
--------------------------------*/
 
 
.image-item img {
	width: 100%;
	background-color: var(--light-bg);
	display: block;
	opacity: 0;
	transition: opacity 0.8s ease;
}
.image-item img.loaded {
	opacity: 1;
}
/*--------------------------------
# Gallery Carousel
--------------------------------*/
.gallery-main.flickity-resize .image {
  min-height: 100%;
}
.gallery-main {
	margin: 20px 0;
}
.gallery-main .image img {
	display: block;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
	width: 100%;
}
.gallery-thumbs img {
	display: block;
	transition: all 0.4s ease;
}
.gallery-thumbs .thumb:hover img {
	opacity: 0.6;
}
.gallery-thumbs .thumb {
	width: 20%;
	margin: 0 10px;
	cursor: pointer;
}
.gallery-thumbs .thumb img {
	display: block;
}
.flickity-button {
	padding: 0;
	background: rgba(255,255,255,0.9);
	color: var(--primary-colour);
	margin: 0;
}
.flickity-button:hover {
	color: var(--primary-colour);
}
/*-----------------------
# Page Excerpt
-----------------------*/
.excerpt-page p {
	margin: 0;
	margin-top: 10px;
	font-size: 16px;
	font-weight:300
}
.excerpt-page img {
	aspect-ratio: 1 / 1;
	transition: all 0.5s ease;
	object-fit: cover;
}
.excerpt-page .inner {
	position: relative;
	overflow: hidden;
	box-shadow:var(--shadow);
	border-radius:5px
}
.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: var(--dark-bg);
	background-image: linear-gradient(to bottom left, #1dc1dd , #1b1b30);
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 1;
}

.excerpt-page .logo img {
    aspect-ratio: auto;
    max-height: 48px;
    width: 100%;
    display: block;
    object-fit: contain;
    filter: brightness(200);
    margin-bottom: 20px;
}

 /* .page-desc {
	height:1px;
	opacity:0;
	transition: all ease 1s;
 }
 .excerpt-page .inner:hover .page-desc {
	height:100%;
	opacity:0.9
 } */

.excerpt-page .content .text {
	position: relative;
	text-align: center;
}
.excerpt-page .content h3 {
	margin: 0;
	font-size: 1.6em;
	transition: all ease 0.5s;
}

.excerpt-page .view {
	font-weight: bold;
}
/*-----------------------
# Sibling Pages
-----------------------*/
.sibling-page {
	margin: 20px 0;
}
.sibling-page .thumb-wrap {
	max-width: 100px;
}
/*-----------------------
# Number counter
-----------------------*/
.counter {
	text-align:center
}
.number-counter h3 {
	font-size:3em;
	margin: 0;
	color:var(--accent-colour)
}

.number p {
	margin: 0;
	margin-top: 10px;
}
	

/*-----------------------
# Latest Posts (Alternative Layout)
-----------------------*/
 
.latest-posts-alt h1 {
	margin-top: 0;
	font-size: 1.8em;
	margin: 0;
}
.latest-posts-alt .title-row {
	margin-top: 10px;
	margin-bottom: 10px;
}
.featured-post {
	border-radius: 5px;
	position: relative;
	transition: all 0.3s;
	overflow: hidden;
	border: none;
	margin: 10px 0;
	--body-colour: rgba(255,255,255,0.8);
}
.featured-post .date, .excerpt .date {
	color: var(--body-colour);
}
.featured-post.main {
    height: calc(100% - 20px);
    padding-bottom: 50%;
    margin: 0;
    position: relative;
    top: 10px;
}
.featured-post.small .inner {
    padding: 20px;
}
.featured-post.small h3 {
	color: #fff;
	margin: 0;

}
.featured-post.small {
    height: 270px;
}
.featured-post:hover {
	transform: scale(0.99);
	opacity: 0.8;
}
.featured-post h2, .featured-post p {
	color: #fff;
	margin: 0;
}
.featured-post h2 {
	margin-bottom:10px;

}
.featured-post:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	background: linear-gradient(0deg, black, transparent);
}
.featured-post .inner {
	position: absolute;
	bottom: 0;
	padding: 40px;
}
a.excerpt-short {
	border: none;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.excerpt-short .date {
	display: inline-block;
	margin-bottom: 5px;
}
.excerpt-short-wrap a.excerpt-short:last-child {
	border: none;
}
a.excerpt-short:hover {
	opacity: 0.8;
}
a.excerpt-short h3 {
	margin: 0;
}
a.excerpt-short p {
	margin: 0;
	margin-top: 5px;
	color: #2e2e2e;
}
.excerpt-short .image {
	max-width: 120px;
	padding-left: 0;
}
.excerpt-short .image img {
	border-radius: 5px;
}

/*--------------------
## Galleries (Posts)
---------------------*/
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 50%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.gallery-item .gallery-caption {
	display:none
}
/*--------------------------------
# Testimonials
--------------------------------*/
.testimonials {
	padding: 20px 0;
	float: left;
	width: 100%;
}
.testimonials .section-title {
	margin-top: 0;
}
.testimonials .flickity-page-dots {
	position: relative;
	bottom: -20px;
}
.t-slide h1 {
  margin-top: 0;
}
.t-slide {
	width: 40%;
	margin: 0 20px;
	
	border-radius:5px
}
.flickity-resize .t-slide {
	min-height: 100%;
	background: var(--box-bg);
	transition: opacity 0.3s ease;
}
.t-slide.is-selected {
	opacity: 1;
}
.t-slide .company {
	font-size: 0.9em;
}
.dark-bg .t-slide {
	background: rgba(0,0,0,0.3);
}
.t-slide .inner {
   padding: 20px 40px;
}
.testimonial p, .testimonials p {
	font-size: 1.1em;
}
.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-weight:900!important;
	font-size:1.1em
}
.testimonials .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# Testimonial Grid
--------------------------------*/
.testimonial-grid .inner {
  padding: 30px;
  box-shadow: var(--shadow);
  background: #fff;
}
.is-dark .testimonial-grid .inner {
	background: var(--box-bg);
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
	font-weight: bold;
	color: var(--body-colour);
}
.testimonial-grid .inner .author .company {
	font-weight: normal;
	opacity: 0.6;
}
.testimonial-grid .inner .image img {
  border-radius: 50%;
  display: inline-block;
  width: 60px;
  margin: 0 auto;
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
.testimonial-grid i {
	color:var(--accent-colour)
}
/*--------------------------------
# Videos
--------------------------------*/
.video-container {
	min-width: 25%;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videos .no-results {
    float: left;   
    width: 100%;
}
.videos .no-results  p {
    font-weight: bold;
}
#videoSearch {
    width: 100%;
    float: left;
    padding-right: 40px !important;
}
.videos .search-wrap {
    position: relative;
    float: left;
    width: 100%;
}
.videos .search-wrap .clear-search {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    padding: 10px;
    border: none;
    background: none;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    color: #7b7b7b;
    z-index: 2;
    display: none;
    justify-content: center;
    align-items: center;
}

.videos .search-wrap .clear-search:hover, .videos .search-wrap .clear-search:focus {
  color: var(--primary-button-hover);
  text-decoration: none;
  outline: none;
}

.clear-search i {
  pointer-events: none; /* avoids double-click weirdness */
}

 
/*--------------------------------
# Multiple CTA
--------------------------------*/
.cta .inner {
  width: 100%;
}
.cta:not(.intro) .inner {
	text-align: center;
}
.cta-title {
	margin: 10px 0 0 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: 3.4em;
	line-height: 1;
	color: var(--accent-colour);
}
.cta-icon i {
	background: #1dc1dd;
    background: linear-gradient(180deg, #1b1b30 0%, #1dc1dd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-size: 100%;
	    padding-top: 3px;
}
.is-dark .cta-icon i {
	background: #1dc1dd;
    background: linear-gradient(180deg, #ffffff 0%, #1dc1dd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
    background-size: 100%;
}
.cta p {
	margin-bottom:0
}
/*--------------------------------------------------------------
## Modal List
--------------------------------------------------------------*/
.modal-list li {
	border-bottom: 1px solid #ccc;
	display:block;
	padding-bottom:2px
}
.modal-list li:hover a {
	margin-left:5px
} 
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.excerpt {
	position: relative;
	float: left;
	width: 100%;
	box-shadow: var(--shadow);
	background:#fff;
	background-color:#fff!important;
	border-radius:5px
}
.excerpt.standard {
	border-radius: 5px;
	overflow: hidden;
}
.excerpt.standard .excerpt-thumb img {
	aspect-ratio: 16 / 10;
	object-fit: cover;
}
.is-dark .excerpt {
	background-color: var(--box-bg);
}
div.categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.categories li {
    display: inline-block;
}
.excerpt span.date {
	opacity: 0.5;
	color: var(--body-colour);
}
div.categories a {
	display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 20px;
    line-height: 1;
    color: var(--body-colour);
    background: var(--box-bg);
	font-size: 0.85em;
}
div.categories a:hover {
	color: var(--link);
}
.excerpt-related {
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt-related .excerpt-title {
	color: var(--primary-colour);
	margin-bottom: 0;
}
#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt .inner {
	padding: 20px;
}
.excerpt-content {
	color: var(--body-colour);
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
	border-radius:5px;
	transition: all ease 0.3s;
}
.excerpt-thumb img:hover {
	opacity:0.85
}
.excerpt-title {
	margin: 10px 0;
    font-size: 1.2em;
}
.excerpt-title a {
	color:var(--body-colour)
}
.excerpt-title a:hover {
	color:var(--link)
}
.meta span {
	display: inline-block;
}
#related-posts {
	float:left;
	width:100%;
	position:relative;
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
 #related-posts {
	float:left;
	width:100%;
	position:relative;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}
#post-nav {
	padding-top: 10px;
	float:left;
	width:100%;
	position:relative;
	border-top: 1px solid #ccc;
}
.prev-post, .next-post {
	margin: 10px 0;
}
.next-post {
	margin-left: auto;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
 
.meta {
  margin: 5px 0;
  color: #a5a5a5;
  font-size: 0.9em;
}
.excerpt-archive.classic {
	min-width: 100%;
}
.excerpt-classic-image {
	min-width: 300px;
	max-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.excerpt-archive.classic .excerpt {
	margin: 20px 0;
}
.sticky {
	display: block;
	position: relative;
}
.excerpt-thumb, .thumb-wrap, .image-wrap {
	position: relative;
  float: left;
  width: 100%;
  flex: 0 0 auto;
}
.excerpt-footer {
	float: left;
	width: 100%;
	padding: 0 20px;
	margin-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*-----------------------
# Post Categories
-----------------------*/
.media-date {
	opacity:0.5;
	font-size:15px;
	font-weight:400
}
.cat-title {
	border-bottom:1px solid #ccc
}
.cat .cat-title:nth-last-child(2) {
	border-bottom:none
}
.cat-title h3 {
	margin-top:0
}
.cat-title img {
	margin-bottom:8px
}
.cat-title img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.cat-title a,
.cat-head a {
	color:var(--headings-colour)
}
.cat-title a:hover,
.cat-head a:hover {
	color:var(--primary-colour)
}
.cat-head {
	border-bottom:1px solid #666;
	padding-bottom:6px
}
.cat-title.main {
	padding-bottom:20px;
	border-bottom:1px solid #aaa;
}
/*--------------------------------------------------------------
## Jobs
--------------------------------------------------------------*/
#apply .col-12 {
	background:#fff;
	border-radius:5px;
	padding-bottom:40px
}

.side-job .inner {
	background:#eee;
	border-left:2px solid var(--primary-colour);
	border-radius:5px;
	margin-right:40px!important;
    padding: 20px;
	padding-bottom:30px;

}
.side-job h4 {
	margin-bottom:4px
}
.single-content ul {
	margin-left:0;
	padding-left:20px
}
.job-meta {
	float:left;
	width:100%
}
.excerpt.job .excerpt-footer {
	padding-bottom:15px
}
.excerpt.job {
	border-left: 2px solid var(--primary-colour);
    border-radius: 5px;
}
/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/

.gform-theme--api, .gform-theme--framework {
	--gf-font-size-primary: 16px !important;
}

p.gform_required_legend {
	display: none;
}



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

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


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

#newsletter p {
	margin:0;
	font-weight:400
}
#newsletter a.button {
	background:#fff
}
#newsletter a.button:hover {
	background:var(--primary-button);
	border-color:var(--primary-button)
}

body.page-id-7082 #newsletter {
	display:none
}
.footer-logos {
	padding-top:10px;
	padding-bottom:10px;
}
#footer {
	float: left;
	width: calc(100% - 20px);
	background: var(--dark-bg);
	padding: 60px 0 30px 0;
	color:#ccc;
	margin:10px 10px 10px 10px;
	border-radius:10px
}
 
#footer .container {
	max-width:1400px
}
#footer, #copyright {
	--link: #fff;
	color:#ccc;
	--link-hover: var(--primary-colour);
}
#footer h3 {
	color:#ccc
}
#footer .co {
	margin: 20px 0;
}
#footer .foot-title {
	margin: 0 0 20px 0;
	font-size:1.2em;
	font-weight:500;
	color:#ccc;
}
.footer-menu {
	margin: 0 !important;
}
#footer .label {
	color: var(--body-colour);
}
#footer .socials {
	margin-top: 10px;
}
#footer .email-extra p, #footer .phone-extra p {
    margin: 0;
    margin-bottom: 10px;
}
.footer-menu li {
	margin: 2px 0;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
	display: inline-block;
}
 
.footer-menu li:before 	{
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
	content: "\f054";
	font-size: 0.7em;
	margin-right: 5px;
	position: relative;
	top: -1px;
	color: #c1c1c1;
}
#copyright {
	float: left;
	width: 100%;
	margin-top: 40px;
	font-size: 0.9em;
	padding: 30px 0 0px 0;
	border-top: 1px solid rgb(255 255 255 / 20%);
	color:#ccc
}
#copyright .credit {
	text-align: right;
}
 
#copyright a {
	white-space: nowrap;
}
#footer p, #copyright p {
	color:#ccc
}
p.copyright {
	margin: 0;
}
p.website-by {
	/* margin-top: 10px; */
    margin-top: 0;
	margin-bottom: 0;
    padding-right: 15px;
}
 
#footer .number-wrap p {
    font-weight: bold;
    color: #fff;
}
.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-button) 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.x, a.social-link.x:visited {
    color: #1da1f2;
}
a.social-link.pinterest, a.social-link.pinterest:visited {
    color: #bd081c;
}
a.social-link.instagram, a.social-link.instagram:visited {
    color: #833ab4;
}
a.social-link.linkedin, a.social-link.linkedin:visited {
    color: #0077b5;
}
a.social-link.youtube, a.social-link.youtube:visited {
    color: #cd201f;
}
a.social-link.vimeo, a.social-link.vimeo:visited {
	color:#1ab7ea;
}
a.social-link.tiktok, a.social-link.tiktok:visited {
	color:#000;
} */
.social-link {
	color: var(--link);
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 50%;
}
a.social-link:visited {
	color: var(--link);
}
a.social-link:hover, .social-link:hover {
	color: var(--link-hover);
}


.two-cols-row .inner-section .container {
	padding: 0 !important;
}
.row-align-center .two-cols-row {
    align-items: center;
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 1023px) {

}
@media screen and (min-width: 1024px) {
	.timeline .timeline-entry:nth-child(odd) .text .inner {
		padding-left: 40px;
	}
    #footer .row-1 {
        margin-bottom: 10px;
    } 
   
    .modal.list-modal {
        width: 100%;
        max-width: 450px;
		border-radius:10px
    }
    .excerpt-page .inner:hover img {
        transform: scale(1.1);
    }
    .footer-menu li a {
        font-size: 0.95em;
    }
	.timeline .timeline-entry:nth-child(odd) .image-wrap .inner {
		padding-right:  40px;
	} 
	
	.timeline-entry .text .inner {
		max-width: 450px;
	}
	.timeline .timeline-entry:nth-child(even) .image-wrap .inner {
		padding-left:  40px;
	} 
	.two-cols-row.half .inner-section {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 20px;
	}
	.two-cols-row.one-third .inner-section:first-child {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
		padding: 0 20px;
	}
	.two-cols-row.one-third .inner-section:last-child {
		-ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
		padding: 0 20px;
	}
	.two-cols-row.one-third-reverse .inner-section:last-child {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
		padding: 0 20px;
	}
	.two-cols-row.one-third-reverse .inner-section:first-child {
		-ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
		padding: 0 20px;
	}

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

	.two-cols-row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.two-cols-row.standard-horizontal-layout-gap .inner-section {
		padding-left: 20px;
		padding-right: 20px;
	}	
	.two-cols-row.wide-horizontal-layout-gap {
		margin-left: -40px;
		margin-right: -40px;
	}
	.two-cols-row.wide-horizontal-layout-gap .inner-section {
		padding-left: 40px;
		padding-right: 40px;
	}
	 
	.two-cols-row.standard-gutters-only .inner-section {
		padding-left: 20px; 
		padding-right: 20px;
	}
	.two-cols-row.wide-only {
		margin-left: -40px;
		margin-right: -40px;
	}
	.two-cols-row.wide-only .inner-section {
		padding-left: 40px; 
		padding-right: 40px;
	}
	.two-cols-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.wide {
		--spacing: var(--spacing-wide);
	}
	.wide-y {
		--margin-y: var(--margin-y-wide);
	}
	.next-post {
		text-align: right;
	}
    .banner.image-right .image-wrap {
        padding-right: 40px;
    }
	.modal {
		max-width:900px;
		margin:0 10px;
	}
	.image-left.full-width .text {
		max-width: 600px;
	}
	.image-right.full-width .text .inner {
		max-width: 700px;
	}
}
@media screen and (min-width: 768px) {
	.search-row .search-wrap {
		max-width: 300px;
	}
	.timeline .timeline-entry:nth-child(even) .text .inner {
		float: right;
		text-align: right;
	} 
	.timeline .timeline-entry:nth-child(odd) .image-wrap {
		order: -1;
	}
}
@media screen and (max-width: 1260px) {
    #footer .column-2, #footer .column-3, #footer .column-1 {
        min-width: 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 1300px) {
     .logo img {
        width: 180px;
    }
}
@media screen and (max-width: 1205px) {
    #menu-desktop .sm-clean {
        font-size: 0.95em;
    }
}
@media screen and (max-width: 1200px) {
	#news-page.classic #sidebar {
		min-width: 100%;
	}
    body.home #left-header {
        top: 0;
        padding: 15px 0;
    }
    #footer .column-1 {
        min-width: 100%;
        max-width: 100%;
    }
    
	
}
@media screen and (max-width: 1199px) {
    #menu-toggle {
		display: flex;
        padding-left: 20px;
	}
    .sm-clean a span.sub-arrow {
		right: 0;
		width: 40px;
		text-align:center;
	}
	.sm-clean span.sub-arrow:before {
		font-size: 1.4em;
	}
}
@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-left.full-width .text .inner, .image-right.full-width .text .inner {
		padding: 40px;
	}
   
	.featured-post.main {
        margin-bottom: 20px;
    }
	.image-left .image-wrap img, .image-right .image-wrap img {
		display: block;
		margin: 0 auto;
	}
 
	.flickity-page-dots .dot {
		height: 10px;
		width: 10px;
		margin: 0 4px;
	}
	.slider .inside {
		max-width:100%
	}
	.contact-info .detail {
		margin-bottom: 40px;
	}
	.col.download {
		min-width: 50%;
		max-width: 50%;
	}
	#copyright .credit {
		text-align: left;
		margin-top: 20px;
		min-width: 100%;
	}

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

	
	
	header .head-info span.header-link {
		display: none;
	}
	#top-bar {
		display: none;
	}
	.three-text {
		min-width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.timeline-container .timeline-entry:last-child:after {
		display:none!important
	}
	.banner.image-right .image-wrap img {
        border-radius: 20px 100px 50px 90px;
    }
    #mobile-header {
        padding: 14px 0;
    }
    ul#menu-unternehmen {
        column-count: 1;
    } 
    #footer .column-2, #footer .column-3, #footer .column-1 {
        min-width: 100%;
        max-width: 100%;
    }

	.timeline-container:before {
		left: 0;
		right: auto;
	}
    .featured-post.main {
        padding-bottom: 150%;
    }
    .banner.image-right .image-wrap {
        padding: 0 20px;
    }
    .banner.image-right:hover .image-wrap img {
        transition: all ease 3s !important;
		border-radius:90px 50px 100px 20px;
    }
    .background-video .text-wrap {
        padding: 120px 0;
    }
    .excerpt-related .excerpt-title {
        font-size: 1.1em;
    }
    .banner.image-right .image-wrap img {
        min-height: 375px;
    }
	.timeline-entry:before {
		left: -12px;
		right: auto;
	}
    .calltoaction {
        text-align: center;
    }
	.timeline-entry .image-wrap {
		order: -1;
		margin-bottom: 20px;
	}
	.timeline-entry {
		margin: 25px 0;
		padding-left: 40px;
	}
	.timeline-container .timeline-entry:first-child {
		margin-top: 0px;
	}
	.timeline-container .timeline-entry:last-child {
		margin-bottom: 0px;
	}
	.footer-menu li {
		margin: 6px 0;
	}
	.t-slide {
		width: 80%;
	}
	.carousel-image {
		padding: 20px;
	}
	.tabbed ul.tabs li {
		width: 100%;
		margin: 0;
		border-left: 5px solid transparent;
	}
	.tabbed ul.tabs li.current {
		border-left-color: var(--primary-colour); 
	}
	.tabbed ul.tabs {
		border: 1px solid var(--box-bg);
		margin-bottom: 20px;
	}
	.col.post-wrap {
		order: -1;
	}
	#single-post .side {
		margin-top: 0;
	}
	.post-wrap {
		margin-bottom: 0;
	}
	
	.image-right .co.image-wrap, .image-left .co.image-wrap {
		margin-bottom: 0;
	}

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

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

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

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

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

@media (pointer: fine) and (hover: hover) {
    .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 h3{ 
        margin-top: 15px;
    }
    .excerpt-page .inner:hover:before {
        opacity: 0.95;
    }
    .excerpt-page .inner:hover h3 {
        margin-top:15px
    }
}

@media (pointer: coarse) and (hover: none) {
    /* Styles here will apply to touch screens only */
     
  }
  