/*!
Theme Name: AMTE
Theme URI: https://www.1721studio.co.uk/
Author: 1721 Studio
Author URI: https://www.1721studio.co.uk/
Description: 1721 Studio
Version: 1.2.1
License: Private
License URI: https://www.1721studio.co.uk/
Text Domain: Eldo
Tags: bespoke
*/

body {
	margin: 0;
	background: #fff;
	font-family:"Mont";
	color: #393E41;
  font-weight: 400;
  font-size: 18px;
}
body.nope {
	overflow:hidden
}
section.equal .row {
	-webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
h2.pre {
	margin-top:0
}
h3.pre {
	margin-bottom:5px;
	font-size:1.2em
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
optgroup,
textarea {
	color: #404040;
  font-family:"Mont";
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #191919;
	font-family:"Mont";
  font-weight: 700;
  clear: both;
  line-height: 1.2;
}
h1 {
	font-size:3.3em;
}
h2 {
	font-size:1.8em;
 	color:#FF9600;
}
h3 {
	font-size:1.3em;
}
h4 {
	font-size:1em;
}
h5 {
	font-size:0.8em;
}
h6 {
	font-size:0.6em;
}
p {
	margin-bottom: 1.5em;
}
#tinymce {
	padding:10px!important;
}
#tinymce * {
  opacity: 1 !important;
}
/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button, a.button, .button a, .button a:visited, .button a:focus, input.button, input[type="number"], a.button:visited, input[type="submit"]  {
	padding: 10px 0px;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	position: relative;
	display: inline-block;
	font-family:"Mont";
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	border-top:2px solid #191919;
	min-width:170px;
	color:#191919;
	font-size:18px
}
button:hover, a.button:hover, .button a:hover, input.button:hover, input[type="number"]:hover, input[type="submit"]:hover {
  padding:10px 10px;
  color: #FFC300;
}
a.button i {
	   color: #FFC300;
    float: right;
    display: inline-block;
    top: 4px;
    position: relative;
    margin-left:15px
}
.button a:after {
	content:"\f061";
	font-family: Font Awesome\ 5 Pro;
	font-weight:400;
	margin-left:10px;;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	color:#FFC300
}
.button a:hover:after {
	margin-left:15px
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #FF9600;
	text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
	color: #191919;
}

a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #eaeaea;
}
.head-info {
	text-align: right;
}
#top-bar, #mobile-bar {
	background: #F5F6F8;
	padding: 3px 0;
}
#mobile-bar {
  display: none;
}
#top-bar .head-info a, #mobile-bar .head-info a {
	margin-left: 10px;
	display: inline-block;
}
.sub-menu li {
	display: block;
  width: 100%;
}
#menu-toggle {
  text-align: center;
  color: #FFC300;
  cursor: pointer;
  font-size: 1.1em;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  display:inline-block;
  width:44px;
  margin-left:15px
}
#menu-toggle i {
  width: 18px;
}
#logo img {
  display: block;
}
.toggle-wrap {
  position: relative;
  cursor: pointer;
  display: inline-block;
  /*disable selection*/
  -webkit-touch-callout: none;
	-webkit-user-select: none;
	-310: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  top: -5px;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.toggle-bar {
	width: 34px;
	margin: 10px 0;
  margin-left: 10px;
	position: relative;
	border-top: 4px solid #FFC300;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #FFC300;
	height: 4px;
	width: 34px;
	position: absolute;
	top: -14px;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-ms-transform-origin: 13%;
	-webkit-transform-origin: 13%;
	transform-origin: 13%;
}
.toggle-bar::after {
  top: 6px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 4px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  top: 4px;
}
span.header-link {
  margin: 0 5px;
}
span.header-link i {
  color: #191919;
}
/*-----------------------
# Mobile Menu
------------------------*/
#mobile-menu {
	display:none;
	position:fixed;
	z-index:9999;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	color:#fff;
	background:#191919;
	padding-top:80px;
	padding-bottom:40px
}
#mobile-menu .strapline, #mobile-menu #logo {
	color:#fff!important
}
#mobile-menu .inner {
	height:100%
}
.sub-menu {
	margin-top:10px!important;
	margin-bottom:20px!important
}
#mobile-menu .sm a:hover {
	color:#fff
}
#mobile-menu .sm-clean ul a:hover {
	color:#FFC300!important
}
#mobile-menu .border {
	background:#FFC300;
	height:4px;
	margin-top:20px;
	margin-bottom:20px;
	width:100%
}
.mob-contact {
	font-size:1.1em
}
.mob-contact .social {
	margin-top:5px;
	margin-bottom:20px
}
.mob-contact .social a {
	color:#CED0CE!important;
	font-size:1.4em
}
.mob-contact .social a:hover {
	color:#FFC300!important
}
.mob-contact p {
	margin:0;
	line-height:1.8em
}
.mob-contact a:hover {
	color:#fff
}
.mob-contact a.tel {
	color:#fff
}
.mob-contact a.tel:hover {
	color:#FFC300
}
#mobile-menu header {
	background:none;
	padding-top:19px;
	background:#191919!important;
	z-index:99999
}
.container.smaller {
	max-width:900px
}
/*-----------------------
# IDS
------------------------*/
#intro .container {
	max-width:900px
}
#intro h2 {
	font-size:3.3em;
	color:#191919;
	margin:20px 0 10px 0
}
#intro h3 {
	font-weight:400;
	line-height:1.6em;
	margin:0 0 20px;
	font-size:1.4em
}
#intro h3.orange {
	font-size:1.8em;
	color:#FFC300
}
/*-----------------------
# Banner
------------------------*/
#banner {
  height: 200px;
  min-height: 450px;
  padding: 130px 0 60px 0;
	position: relative;
  color: #fff;
  background-color: #191919;
}
#banner .vci {
	vertical-align: bottom
}
#banner .container {
  position: relative;
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 background-image: linear-gradient(transparent, transparent, #000);
 opacity:0.7
}
#banner h1 {
  margin: 0;
  color:#fff
}
#banner p {
	  font-size:30px;
	  margin:0;
	  line-height:1.1;
	  margin-top:15px
}
#banner .text {
  max-width:470px;
}
#banner p {
	margin-bottom: 0;
}
#banner a:hover {
  color: #fff;
}
/*-----------------------
# Nobanner
------------------------*/
#nobanner h1 {
  margin: 0;
}
#nobanner p:last-child {
  margin-bottom: 0;
}
#nobanner {
	text-align:left;
	padding: 20px 0;
  float: left;
  width: 100%;
  background:#F5F6F8;
  min-height:365px;
  padding-top:40px;
  padding-bottom:40px;

}
body.page-id-7 #nobanner {
	background:#fff
}
#nobanner p {
	  font-size:30px;
	  margin:0;
	  line-height:1.1;
	  margin-top:15px
}
#nobanner .text {
	max-width:420px;
	margin-top:74px
}
/*-----------------------
# Full width menu
------------------------*/
header#full #logo {
	max-width: 250px;
}
header#full #menu {
	background: #333;
}
header#full #header-menu {
	text-align: center;
}
header#full .inner {
	padding: 20px 0;
}

/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding-top: 18px;
	padding-bottom: 18px;
	background: #fff;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#left-header.scroll {
	background:#fff!important;
	box-shadow:0 0 6px rgba(0,0,0,0.2)!important
}
#left-header #logo {
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#191919
}
#left-header #logo img{
	max-width: 160px;
	margin-right:30px;
	/* margin-top:-6px */
}
#left-header #header-menu-desktop {
	text-align: right;
}
#left-header #header-menu {
	text-align: center;
}
#left-header #menu {
	margin-top: 15px;
}
#left-header #menu {
	display: none;
}
#left-header #menu-desktop {
	display:inline-block
}
#left-header #header-menu-desktop {
	text-align: right;
	margin:0;
	padding:0;
	list-style:none;
	text-transform:uppercase;
	line-height:14px
}
#left-header #header-menu-desktop li {
	display:inline-block;
	margin:0 25px;
	line-height:14px
}
#left-header #header-menu-desktop a {
	color:#191919;
	font-weight:700;
	font-size:14px;
	line-height:14px
}
#left-header #header-menu-desktop a:hover {
	color:#FFC300
}
body.home #left-header {
	background:none;
	color:#fff;
	box-shadow:none
}
body.home #left-header #header-menu-desktop a {
	color:#fff
}
body.home #left-header.scroll #header-menu-desktop a {
	color:#191919
}


body.home #left-header #header-menu-desktop a:hover {
	color:#FFC300!important
}
body.home #left-header #logo {
	text-align:left;
	color:#fff;
}
body.home #left-header.scroll #logo {
	color:#191919
}
body.home #left-header #logo img {
	display:block
}
/*-----------------------
# CENTERED HEADER
------------------------*/
#centered-header #logo {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#centered-header #logo img {
	display: inline-block;
	max-height: 75px;
	width: auto;
}
#centered-header nav#menu {
	background: #333;
}
#centered-header #header-menu {
	text-align: center;
}
#centered-header #header-menu a {
	color: #191919;
}
#centered-header #header-menu a:hover {
	color: #fff;
}
#centered-header .social-link {
	border: none;
}
#centered-header #menu-toggle {
  padding-right: 20px;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#search-page {
  padding: 20px 0;
}
.title-404 {
  font-size: 2em;
}
.error-404 .search-field, #no-results .search-field, .search-page-form .search-field {
	width: calc(100% - 97px);
}

.search-submit {
  width: auto;
	margin-left: 5px;
  text-align: center;
}
.search-page-form {
  margin-bottom: 20px;
}
.search-submit i {
  margin: 0 auto;
  display: block;
}
#sidebar .search-field {
  width: calc(100% - 43px);
}

.container.sidebar #flexible-content {
  margin-top: 20px;
}
#sidebar.page-sidebar {
	order:-1;
	max-width:240px;
	margin-right:20px;
	margin-top:30px;
	margin-bottom:0
}
#sidebar.page-sidebar .inner {
	padding:20px;

}
#sidebar.page-sidebar h3 {
	margin-top:0
}
body.page .sidebar.container {
	padding-left:70px;
	padding-right:70px
}
.sb-ul {
	margin-left:0;
	list-style:none;
	padding-left:0
}
.sb-ul a {
	color:#222;
}
.sb-ul a:hiver {
	color:#FFC300
}
.sb-ul li {
	display: flex;
	margin:2px 0
}
.sb-ul li:before {
	content:"-";
	margin-right:10px;
	color:#FFC300
}
.has-sidebar section{
	padding:30px 0px
}
.has-sidebar .border-long {
	display:none
}
.sb-ul li.current-menu-item >a {
	color:#222!important;
	font-weight:700
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
  background: #fff;
  padding: 10px 0;
}
#breadcrumbs.has-sidebar {
	display:none
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 20px 0;
}
#single-post {
  padding: 20px 0;
}
.single-post .row {
	margin-right:-20px
}

.single-thumb img {
  display: block;
  width: 100%;
}

body.single #banner .text {
	max-width:670px
}
#news-page .row {
	margin-left:-20px;
	margin-right:-20px
}
#news-page .col {
	padding-left:20px;
	padding-right:20px
}
#news-page .excerpt-archive:first-child, #news-page .excerpt-archive:nth-child(2) {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.excerpt-post {
	box-shadow:0 0 25px rgba(0,0,0,0.3);
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.excerpt-post:hover {
	box-shadow:0 0 10px rgba(0,0,0,0.1)
}
.excerpt-post .inner {
	padding:20px 20px 15px 20px!important;
	margin:0
}
.excerpt-post a.button {
	border-top:0;
	    border-bottom: 2px solid #191919;
}
.excerpt-post .excerpt-footer {
	padding:0 20px;
	margin:auto 0 0 0
}
.excerpt-post h2 {
	font-size:1.250em
}
#news-page .excerpt-archive .excerpt-content.long {
	display:none;
}
#news-page .excerpt-archive:first-child .excerpt-content.long, #news-page .excerpt-archive:nth-child(2) .excerpt-content.long {
	display:block
}
#news-page .excerpt-archive:first-child .excerpt-content.short, #news-page .excerpt-archive:nth-child(2) .excerpt-content.short {
	display:none
}

#news-page .excerpt-archive:first-child h2, #news-page .excerpt-archive:nth-child(2) h2 {
	font-size:1.667em
}
.excerpt-thumb {
	background:#333;
	position:relative;
}
.thumb-cat {
	 position:absolute;
	 top:0;
	 right:0;
	 color:#fff;
	 background:#393E41;
	 text-transform:uppercase;
	 padding:10px 10px 10px 25px;
	 z-index:2;
	 pointer-events:none;
	 color:#fff!important;
	 font-size:0.9em
}
.thumb-cat a {
	color:#fff!important;
}
.excerpt-thumb img {
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
	display:block;
}
.excerpt-thumb img:hover {
	opacity:0.7
}
#cat {
	width:211px;
	background:#191919;
	color:#fff;
	border:0;
	text-transform: uppercase;
	padding:10px 20px;
	-webkit-appearance: none;
	position:relative;
	-webkit-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
#cat:hover {
	background:#393e41
}
#cat-wrap:after {
	content:"\f078";
	font-family: Font Awesome\ 5 Pro;
	color:#FFC300!important;
	font-size:1.3em;
	z-index:9;
	margin-left:-40px;
	position:relative;
	font-weight:100;
	margin-top:2px;
	pointer-events:none
}
.news-top {
	padding-top:30px;
	padding-bottom:30px;
}
.pag-top {
	text-align:right
}
.pag-top .page-numbers.current {

  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-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;
  padding: 5px;
  align-items: center;
  justify-content: center;
}
.pag-top a {
	display: inline-block;
	padding: 5px;
	margin:5px
}
.pag-top a.page-numbers.next, .pag-top a.page-numbers.prev {
	width:45px;
	height:45px;
	text-align:center;
	color:#222!important;
	font-size:1.3em;
	border:1px solid #222;
	top:3px;
	position:relative
}
.pag-top a.page-numbers.next:hover, .pag-top a.page-numbers.prev:hover {
	color:#FFC300!important
}
body.blog #sidebar,body.archive.category #sidebar {
	display:none!important
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
blockquote {
	font-weight:700;
	text-align:center;
	position:relative;
	font-size:1.4em;
	line-height:1.2;
	margin-top:30px;
	margin-bottom:30px
}
blockquote pre {
	background: none;
    font-family: inherit;
    font-weight:400;
    color:#FF9600;
    padding:0;
    margin:0;
    font-size:1em;
    margin-top:20px
}
blockquote p:first-child {
	margin-top:0
}
blockquote p {
	margin-bottom:0;
	color:#191919
}
blockquote:before {
	content:"\f10D";
	font-family: Font Awesome\ 5 Pro;
	color:#FFC300;
	font-size:0.9em;
	margin-bottom:15px;
	display:block
}
blockquote:after {
	content:"\f10e";
	font-family: Font Awesome\ 5 Pro;
	color:#FFC300;
	font-size:0.9em;
	display:block;
	margin-top:20px
}
.twitter-tweet {
	margin:0 auto;
	display:block
}
iframe {
	display:block;
	margin:0 auto;
	float:none;
}
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: #FFC300;
	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;
}
#sidebar .inner {
	background: #F5F6F8;
	padding: 15px;
}
h3.share {
	font-size: 1.3em;
	color:#FF9600;
	margin-top:40px!important
}

/*--------------------------------
# ISOTOPE
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -20px;
	margin-right: -20px;
}
.grid-item {
	width:33.33%;
	padding: 0 20px;
	display:inline-block;
}

/* Blog */
.grid-item.post .placeholder {
  display: none;
}
/*--------------------------------
# MODAL
--------------------------------*/
.modal {
	max-width:800px;
	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-navigation .fancybox-button {
  top: calc(50% - 19px);
}
.fancybox-arrow {
  transition: all 0.3s;
}
.fancybox-navigation .fancybox-button {
  border-radius: 50%;
  background-color: #FFC300;
  color: white;
  transition: all 0.3s;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: all 0.3s;
}
.fancybox-arrow {
  box-shadow: none;
}
.fancybox-button:hover {
  background: #FFC300;
}
.fancybox-arrow:hover {
  background: none;
  box-shadow: none;
}
.fancybox-arrow:hover:after {
  background-color: rgba(0,0,0,0.8);
}
.fancybox-close-small, .fancybox-close-small:hover {
  box-shadow: none;
  border-radius:50%;
  margin-top:3px;
  margin-right:3px;
}
.fancybox-close-small {
	background:#F5F6F8;
}

.fancybox-close-small:focus:after {
  outline: none;
}
.fancybox-close-small:hover:after {
  color: #fff;
  background: #191919;
}
.fancybox-button {
  transition: all 0.3s;
}
.fancybox-button.disabled {
  opacity: 0 !important;
}
.fancybox-button.disabled:hover {
  color: #fff;
}
.modal {
  max-width: 800px;
}
.fancybox-container {
  font-family:"Mont";
}

/*--------------------------------------------------------------
# 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 {
  border: none;
	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: #393E41;
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 8px !important;
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family:"Mont";
  -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: #191919;
	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%;
}
/*--------------------------------------------------------------
# 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 {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  padding: 0;
}
.widget-title {
	margin: 15px 0;
	font-size: 1.1em;
	color:#191919;
margin-top:0
}
.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, .widget_recent_entries li:before {
  content: "\f054";
  text-align: center;
  font-family: Font Awesome\ 5 Pro;
  margin-right: 0px;
  font-weight: 300;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  font-size: 0.8em;
  top: 0;
  display: inline-block;
}
.widget_recent_entries li:before {
	content: "\f054";
}
.widget_recent_comments li:before {
  display: none;
}
#sidebar {
  font-size: 0.95em;
}
.widget li {
	display: block;
	margin-bottom: 5px;
  text-indent: -12px;
  padding-left: 24px;
}
.widget_recent_comments li {
  padding-left: 0;
  text-indent: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
.error-404 {
  padding: 40px 0;
  background: #F5F6F8;
  min-height: 50vh;
}
.error-404 .vci {
  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
--------------------------------------------------------------*/
#flexible-content {
	float:left;
	width:100%;
	padding: 0;
}
.member, .download, .link, .testimonial-grid .grid-item, .video-container, .cta {
  margin: 20px 0;
}
#password-protected {
	padding: 40px 0;
}
.section-title {
  margin: 10px 0 20px 0;
  color:#191919
}
.dark-bg {
  background-color: #191919;
}
.dark-bg a:hover {
	color: #fff;
}
.light-bg {
  background-color: #F5F6F8;
}
.background-image {
  position: relative;
}
section:not(.ctas).dark-bg *, section:not(.ctas).background-image * {
  color: #fff;
}
.dark-bg .box *, .background-image .box * {
    color: #333;
}
#flexible-content .background-image:before {
	position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}
#flexible-content .full-image.background-image:before {
	display:none
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
  margin: 20px 0;
}
.box {
	background: #F5F6F8;
	padding: 20px;
	float: left;
	width: 100%;
}
.box :first-child {margin-top: 0;}
.box :last-child {margin-bottom: 0;}
/*--------------------------------
# TEXT BOX
--------------------------------*/
.text-box li:not(.gfield) {
	list-style:none;
	    text-indent: -30px;
    padding-left: 32px;
  position:relative;
  margin-top:8px;
  margin-bottom:8px
}
.text-box ul:not(.gfield_fields) {
	padding-left:0;
	margin-left:0;
	font-weight:700;
	margin-top: 0.9em;
	margin-bottom: 1.5em;
}
.text-box li:not(.gfield):before {
  content: "";

  width:19px;
  height:2px;
  background:#FFC300;
  display:inline-block;
  margin-right:10px;
  top:-0.3em;
  position:relative

}
/*--------------------------------
# LOCATION
--------------------------------*/
.locations {
	padding-top:0px
}
.location {
	padding-top:80px;
	padding-bottom:80px
}
.location img {
	max-width:75%;
	display:block;
	margin-bottom:40px
}
.location iframe {
	border:2px solid #707070!important;
	height:450px;
	max-width:80%;
	float:left
}
.location h3 {
	font-size:20px;
	margin-bottom:0;
}
.location h2 {
	margin-top:0
}
.location p {
	margin-bottom:0
}
.border {
	max-width:1100px;
	margin:0 auto;
	display:block;
	background:#191919;
	height:5px
}
.border-long {
	width:1240px;
	margin:0 auto;
	display:block;
	background:#191919;
	height:10px
}
.location-wrap:last-child .border {
	display:none
}
.locations .border-long {
	margin-bottom:35px
}
.person-wrap:last-child .border {
	display:none
}
/*--------------------------------
# TEAM
--------------------------------*/
.teams .border, .teams .border-long {
	background:#FFC300
}
.teams {
	padding-top:0px
}
.teams .border-long {
	margin-bottom:35px
}
.person {
	padding-top:70px;
	padding-bottom:70px
}
.person img {
	max-width:215px;
	margin-bottom:40px;
	display:block;
	width:100%
}
.person h2 {
	margin:0
}
.person h2.position {
	color:#FF9600;
	margin-bottom:40px
}
#flexible-content.has-sidebar .teams{
	background:#fff!important;
	padding:0!important
}
#flexible-content.has-sidebar .teams p {
	color:#393E41
}
#flexible-content.has-sidebar .teams .p-name {
	color:#393E41
}
#flexible-content.has-sidebar .teams .p-text {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
#flexible-content.has-sidebar .teams .p-image {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
/*--------------------------------
# SLIDER
--------------------------------*/
.slide h1, .slide p, .slide .button {
  visibility: hidden;
  animation-name: fadeOut;
  animation-duration: 0.5s;
}
.slide.is-selected h1 {
  animation-name: fadeInDown;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected p {
  animation-name: fadeInRight;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected .button {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  visibility: visible;
}

.slider .slide:before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
}
.slider .inside  {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 860px;
  text-align: left;
  margin-left:auto;
  margin-right:auto
}
.slide p {
  color: #fff;
  bottom:20px;
  position:relative
}
.slider .slide {
  min-height: 100vh;
  height:1px;
  padding: 60px 0;
  width: 100%;
}
.flickity-page-dots {
  bottom: 20px;
}
.slider .flickity-page-dots .dot, .testimonial-slider .flickity-page-dots .dot {
  background: #fff;
  height: 12px;
  width: 12px;
}
.slider-wrap {
	background:#191919
}
.slider-wrap i {
	position:absolute;
	bottom:30px;
	left:calc(50% - 46px);
	font-size:2em;
	z-index:9;
	color:#FFC300;
	width:32px;
	text-align:center
}
.floating {
    animation-name: floating;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 12px); }
    to   { transform: translate(0, -0px); }
}
.slide h1 {
	color: #FFC300;
  font-size: 3.5em;
  display: inline-block;
  line-height: 1;
}
.slide p {
	display:inline-block;
	max-width:440px;
	font-size:1.2em;
	line-height:1.1em;
	padding-bottom:15px;
	border-bottom:4px solid #FFC300
}
.slide h1 span {
	display: inline-block;
	color: #FFC300;
	background: #FFC300 -webkit-gradient(linear, 100% 0, 0 0, from(#FFC300), color-stop(0.5, #ffffff), to(#FFC300));
	background-position: -4rem top;
  /*50px*/
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-name: shimmer;
	-webkit-animation-duration: 2.2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-background-size: 4rem 100%;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -4rem top;
    /*50px*/
  }
  70% {
    background-position: 12.5rem top;
    /*200px*/
  }
  100% {
    background-position: 12.5rem top;
    /*200px*/
  }
}

/*-----------------------
# Full Image
------------------------*/
.full-image {
	height:400px
}
/*-----------------------
# Image / Text
------------------------*/
.full-height .image-wrap {
	min-height:450px
}
.full-height .text .float {
	padding-top:40px;
	padding-bottom:40px;
}
.full-height.image-right .text {
	padding-right:100px;
	padding-left:140px
}
.full-height.image-left .text {
	padding-right:140px;
	padding-left:100px
}

.full-height.image-right .image-wrap {
	border-right:40px solid #fff
}
.full-height.image-left .image-wrap {
	border-left:40px solid #fff
}
.image-right-full-width {
	background:#191919
}
.image-right-full-width .text {
	float:right;
	max-width:480px;
	color:#fff;
	padding-right:90px;
	padding-top:80px;
	padding-bottom:200px
}
.image-right-full-width h2 {
	color:#fff;
	font-size:3.3em;
	margin:0
}
.image-right-full-width h3 {
	color:#FFC300;
	font-size:1.7em;
	font-weight:400;
	margin:15px 0
}
.image-right-full-width .page-link h2 {
	color:#fff;
	font-size:1.6em;
	font-weight:400
}
.image-right-full-width .page-link .border {
	background:#FFC300;
	max-width:370px;
	margin-top:60px;
	margin-bottom:20px
}
.image-right-full-width .page-link a {
	font-size:2em
}
.image-right-full-width .page-link a:hover {
	color:#fff
}
.image-right-full-width .border-long {
	background:#FFC300;
	top:-120px;
	height:4px;
	z-index:1;
	position:relative
}
.image-left ul {
	margin-left:0;
	padding-left:22px;
	list-style: disc;
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#F5F6F8;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb {
  margin: 20px 0;
}
/*-----------------------
# PRODUCTS
------------------------*/
.products .row {
	margin-left:-10px!important;
	margin-right:-10px!important
}
.products-full .row {
	margin-left:-20px!important;
	margin-right:-20px!important
}
.products h2.section-title {
	font-size:3.3em
}
.products h2.sub-title {
	font-weight:400;
	margin-bottom:40px;

}
.product, .product-link .col {
	padding-left:10px!important;
	padding-right:10px!important
}
.products-full .product {
	padding-left:20px!important;
	padding-right:20px!important
}
.product * {
	text-align:center;
	font-weight:400
}
.products-full .product * {
	text-align:left
}
.product-title {
	margin:20px 0 0 0;
	font-size:1.5em;
		color:#FF9600;
}
.products-full .product-title {
	margin-top:14px
}
.product img {
	width:150px;
	display:block;
	border-radius:50%;
	border:2px solid #FFC300;
	margin:10px auto
}
.product-abbv {
	font-size:1.3em;
		color:#FF9600;
		margin:0
}
.product b {
	font-weight:700!important
}
.products .border {
	max-width:1100px;
	margin-top:40px
}
.product-link {
	float:left;
	display:block
}
.product-link h2 {
	font-weight:400;
	color:#191919;
	margin-bottom:0;
	text-align:left
}
.product-link a {
	font-size:2em
}
.product-link a:hover {
	padding-left:10px
}
.products-full .product .inner {
	border-top:5px solid #FFC300
}
.products-full .product img {
	width:100%;
	display:block;
	border-radius:0;
	border:none;
	margin:10px auto
}
.products-full .description {
	margin:0.7em 0
}
.products-full a.button:hover {
	padding:10px 0
}
/*-----------------------
# Promo Boxes
------------------------*/
.pages-layout {
	overflow:hidden
}
.promo-box {
  margin: 20px 0;


}

.promo-box:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-image: linear-gradient(to bottom right, transparent, #191919 );
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  	pointer-events:none
}
.promo-box:hover:before {
	opacity:0.7
}
.promo-box * {
  color: #fff;
}
.promo-box div {
  z-index: 2;
}
.promo-content {
	position:absolute;
	bottom:0;
	 left:0;
	right:0;
	padding:20px 20px 0 20px;
	text-align:center;
	pointer-events:none;
}
.promo-box img {
	display:block;
	width:100%
}
.promo-box h2 {
	margin:0;
	font-size:1.6em
}
.promo-content a.button {
	text-align:left;
	color:#fff;
	border-color:#fff;

	overflow:hidden;
	opacity:0;
	padding:0;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	padding: 10px;
	margin-bottom:-100px;
	margin-top:15px;
}
.promo-box:hover a.button {
	opacity:1;
	padding:10px;
	color: #FFC300;
	height:auto!important;

	margin-bottom: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;
}
/*-----------------------
# Contact Details
-----------------------*/
.contact-details {
	padding: 0;
	font-size:1.4em;
	color:#0B2027;
	background:#FFC300
}
.contact-details .row {
	padding-right: 40px;
    padding-left: 40px;
    margin-right: auto!important;
    margin-left: auto!important;

    padding-top:10px;
    padding-bottom:10px;
}
.contact-details .container {
	border-top:10px solid #0B2027;
	max-width:1260px;
}
.contact-details a {
	color:#0B2027!important
}
.contact-details a:hover {
	color:#fff!important
}
.contact-details p {
	margin:3px 0;
}
.contact-details i {
	font-size:0.9em;
	width:40px;
	text-align:center
}
.contact-details .social i {
	width:auto;
	font-size:1.1em;
	color:
}
.contact-details .follow {
	font-size:0.8em
}
.follow-wrap {
	max-width:260px;

}
.contacts h3{
	margin-bottom:0;
	color:#FF9600
}
/*-----------------------
# Calltoaction
-----------------------*/
.calltoaction {
	background: #F5F6F8;
	padding: 0;
}
.cta-link {
  text-align: center;
}
.calltoaction .container {
	border-top: 10px solid #FFC300;
	padding:40px 20px;
	max-width:1250px
}
.calltoaction .col {
	max-width:550px
}
.calltoaction h2 {
	margin-bottom:12px
}
/*-----------------------
# Features List
-----------------------*/
.feature {
	margin-bottom: 15px;
}
.feature .icon i {
    position: relative;
    top: -8px;
    font-weight: 400;
    font-size: 0.8em;
}
.feature .icon {
  max-width: 34px;
	color: #FFC300;
	font-size: 1.5em;
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link.fancybox {
  display: block;
  float: none;
  max-width: 150px;
  margin: 0 auto;
  transition: all 0.3s;
}
a.image-link {
  transition: all 0.3s;
}
a.image-link:hover {
  opacity: 0.8;
}
.meet-team .section-title {
	text-align: center;
}
.team-title {
	margin-bottom: 10px;
}
.team-subtitle {
  margin: 0;
}
.member, .member .inner {
	text-align: center;
}
.member img {
  display: block;
	border-radius: 50%;
	width: 100%;
  margin: 0 auto;
  width: 150px;
}
.modal-team img {
	display: block;
  width: 100%;
  max-width: 140px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%;
}
.modal-header {
	text-align: center;
}
.gform_confirmation_wrapper {
  background: #7fb567;
  text-align: center;
  color: white;
  font-size: 1.4em;
  padding: 20px;
  margin: 20px 0;
  position: relative;
  border-top: 20px solid #fff !important;
}
.gform_wrapper div.validation_error {
  background: #790000;
  text-align: center;
  color: white !important;
  font-weight: normal !important;
  font-size: 1em !important;
  padding: 20px !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 20px 0 !important;
  position: relative;
}
textarea {
  max-height: 150px;
}
/*-----------------------
# ACCORDION
-----------------------*/
.accordion-layout {
  padding-bottom: 40px;
}
.accordion-toggle {
  width:100%;
  cursor: pointer;
  position: relative;
  padding: 5px 10px 5px 10px;
  background: #fff;
  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:#FF9600;
  border:1px solid #FF9600;
  font-weight: 700;
  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 {
	color:#333
}
.accordion-toggle.active {
  color: #222;
}
.accordion-toggle.active-panel {

}
.accordion-content {
  overflow: hidden;
  display: none;
  padding: 20px;
  background: #fff;
}
.accordion-content.default {
  display: block;
}
.accordion-content p:first-child {
  margin-top: 0px;
}
.accordion-toggle .fa {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size:30px!important;
	margin-left: 10px;
  color: #FFC300;
  font-weight:400
}
.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-wrap:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 15%;;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255,0) 100%);
  z-index: 5;
}
.carousel-wrap:after {
  content: '';
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 15%;;

  background: linear-gradient(90deg, rgba(255, 255, 255,0) 0%, rgb(255, 255, 255) 100%);
  z-index: 5;
}
.carousel img {
  display: block;
  height: auto;
  max-height: 150px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
  padding: 20px;
  top: 50%;
  transform: translateY(-50%)
}
.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: 30px;
  vertical-align: middle;
  max-height: 120px;
  min-width: 80px;
  width: auto;
  max-width: 230px;
}
.logo-wrap {
	display:block;
	margin:0 auto;
	max-width:1240px
}
.logo {
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px
}
.logo img {
 padding: 3% 6%;
    max-height: 100px;
    width: auto;
    min-width: 50px;
}
.page-link {
	margin-top:20px
}
.logo-img {
	height:120px;
	text-align:center;
	width:100%;
	float:left
}
.logo-img a {
	display:block
}
.logo-wrap .row {
	margin-left:0;
	margin-right:0
}
/*--------------------------------
# Downloads
--------------------------------*/
.download img {
	max-height: 100px;
	width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
/*--------------------------------
# Links section
--------------------------------*/
.link-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size:1.8em;
  font-weight:400
}
.link-description {
  margin-top: 0;
  margin-bottom: 15px;
}
.links {
	padding-top:0px
}
.links .border-long {
	margin-bottom:55px
}
.links h2 {
	font-size:3.3em
}
.link {
	margin:32px 0
}
.link a.button {
	width:100%
}
.link-intro {
	font-size:1.6em;
	color:#FFC300
}
.link-intro *{
	margin: 4px 0
}
.link-main-title *{
	margin:4px 0
}
.link-main-title {
	margin-bottom:20px
}
/*--------------------------------
# TABS
--------------------------------*/
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.tabs li{
  background: none;
  color: #333;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
}
ul.tabs li:hover {
  background: #fafafa;
}
ul.tabs li.current{
  background: #ededed;
  color: #222;
  pointer-events: none;
}
.tab-content {
  display: none;
  background: #ededed;
  padding: 15px;
}
.tab-content.current{
  display: inherit;
}
/*--------------------------------
# SERVICE
--------------------------------*/
.service-content {
	background: linear-gradient(to right, #fff 0%,#fff 50%,#fff 50%,#F5F6F8 50%,#F5F6F8 100%);
	padding-bottom:60px
}
.service-content .border-long {
	margin-bottom:80px
}
.services .service-content:first-child .border-long{
	opacity:0;
	height:1px
}
.buttons {
	margin-left:-20px;
	margin-right:-20px
}
.buttons .col {
	padding-left:20px;
	padding-right:20px;
	min-width:25%;
	margin-left:20px;
	margin-right:20px
}
.services h2.pre {
	margin-bottom:8px
}
.buttons a {
		padding: 10px 0px!important;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	position: relative;
	display: inline-block;
	font-family:"Mont";
	font-weight: 700;
	text-decoration: none;
	cursor: pointer;
	border-top:5px solid #F5F6F8;
	text-align:center;
	color:#191919;
	font-size:20px	;
	max-width:25%
}
.buttons a:first-child, .buttons a:hover {
	border-color:#FFC300
}
.services.wrap {
	box-shadow:0 0 5px rgba(0,0,0,0.15);

	position:relative;
	z-index:1
}
/*--------------------------------
# GALLERY
--------------------------------*/
/*
#flexible-content section.gallery:nth-child(even) {
	background: #F5F6F8;
}
*/
.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;
}
.gallery-image a {
  color: #fff;
}
.gallery-image .inner, .gallery-icon {
	position: relative;
	overflow: hidden;

}

.gallery-image .inner:before, .gallery-icon a:before {
	opacity: 0;
	position: absolute;
	content:"\f03e";
	font-family: Font Awesome\ 5 Pro;
	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;
	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;
  margin-left: -10px;
  margin-right: -10px;
}
.gallery-image {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width:240px;
	max-width: 560px;
	padding: 10px;
}
.gallery.static .gallery-image {
	max-width:100%
}
.gallery.count-4 .gallery-image {
	max-width: 25%;
	min-width: 25%;
}
.gallery-image img {
	width:100%;
	display:block;
}
section.gallery .row {
  margin-left: -10px;
  margin-right: -10px;
}
.gallery.static {
	pointer-events:none
}
/*--------------------------------
# TESTIMONIAL
--------------------------------*/
.testimonial, .testimonial-slider {
	text-align:center;
	background: #191919;
	color: #fff;
	padding: 30px 0;
  float: left;
  width: 100%;
}
.testimonial-slider .flickity-page-dots {
  position: relative;
  bottom: 0;
}
.t-slide h1 {
  margin-top: 0;
}
.testimonial p, .testimonial-slider p {
	font-size: 1em;
}
.testimonial .container, .testimonial-slider .container {
	max-width: 940px;
}
.testimonial .author, .testimonial-slider .author {
	color: #c1c1c1;
  font-style: italic;
  margin-bottom: 20px;
}
.has-one .flickity-page-dots {
  display: none;
}
.testimonial img, .testimonial-slider img {
	display:block;
	margin:0 auto;
  width: 90px;
	border-radius:50%;
	margin-bottom: 10px;
}
.testimonial i, .testimonial-slider i {
	color: #FFC300;
}
.testimonial-slider .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# TESTIMONIAL GRID
--------------------------------*/
section.testimonial-grid .section-title {
  text-align: center;
}
.testimonial-grid .inner {
  background: #F5F6F8;
  padding: 20px;
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
  font-weight: bold;
  text-align: center;
}
.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;
}
/*--------------------------------
# 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%;
}

/*--------------------------------
# CTAS
--------------------------------*/
.cta .inner {
	background:#F5F6F8;
	padding: 20px;
	text-align: center;
  width: 100%;
}
.ctas .section-title {
	text-align: center;
}
.cta-title {
	margin-bottom: 0;
}
.cta img {
	display: inline-block;
	width: auto;
	max-height: 60px;
  margin: 0 auto;
}

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

/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
body.single.no-featured-image #banner{
	display:none!important
}
body.no-featured-image #single-post {
	margin-top:100px
}
.light-bg .excerpt, .dark-bg .excerpt, .background-image .excerpt {
  background: #fff;
}
.excerpt {
	position: relative;
  margin: 20px 0;
  float: left;
  width: 100%;
}
.excerpt-related {
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt-related .excerpt-title {
	color: #FFC300;
}
#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
#sidebar {
  margin: 20px 0;

  font-size:0.9em;
  padding-left:0;
  padding-right:0px
}
.post-wrap {

}
.excerpt .inner {
	padding: 10px 0;
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
.excerpt-title {
	margin: 0;
}
.meta span {
	display: inline-block;
}
#comments, #related-posts {
	float:left;
	width:100%;
	position:relative;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}
#related-posts .meta {
	margin-bottom:0
}
#related-posts .text {
	padding-left:20px;
	padding-right:20px
}
#post-nav {
  padding-top: 10px;
  float:left;
  width:100%;
  position:relative;
  border-top: 1px solid #ccc;
}
.prev-post, .next-post {
  margin: 10px 0;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
.single-header {
	border-bottom:5px solid #FFC300;
	margin-bottom:20px;
	padding-bottom:20px
}
.single-content a img {
	box-shadow: 0px 3px 9px #b9b9b9;
}
.meta {
  margin: 5px 0;
  font-size:0.9em;
  color:#999
}
.meta .categories {
  display: block;
}
.excerpt-archive.classic {
	min-width: 100%;

}
.excerpt-classic-image {
	min-width: 300px;
}
.excerpt-classic-content {
	min-width: 300px;
}
.excerpt-archive.classic .excerpt {
	background: none;
}
.excerpt-archive {
		padding-left:20px;
	padding-right:20px
}
.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;
	margin-bottom: 20px;
}
.updated:not(.published) {
	display: none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.excerpt-title a {
	color:#191919
}
.excerpt-title a:hover {
	color:#FFC300
}
.excerpt a.button {
	width:100%
}
.excerpt .loc {
	color:#FFC300;
	font-weight:700
}
.excerpt .date {

}
.single-header .loc {
	color:#FFC300;
	font-weight:700;
	margin-bottom:10px
}
.interest {
	margin-top:10px;
	margin-bottom:40px
}
.back {
	margin-top:30px;
	margin-bottom:50px
}
.back a {
	color:#191919;
		font-weight:700
}
.back a:hover {
	color:#FFC300;

}
.back i {
	margin-right:15px
}
#form-interest {
	background:#F5F6F8;
	width:100%;
	max-width:1048px;
	padding:60px 20px
}
#form-interest .inner{
	max-width:722px!important;
	display:block;
	margin:0 auto
}
button.fancybox-close-small {
	min-width:auto!important
}
body.single-job li#menu-item-5650 a,
body.single-job li#menu-item-5649 a {
	color: #FFC300!important;
}
.lp-ex {
	padding:0 10px;
	}
.lp-ex .excerpt-post {
	box-shadow:0 0 10px rgba(0,0,0,0.2)
}
.lp-ex .excerpt-content {
	display:none
}
.lp-ex .excerpt-title {
	min-height:54px
}
.latest-posts h2.section-title {
	font-size: 3.3em;
	text-align:center
}
.latest-posts h3.title {
	color: #FF9600;
    font-size: 1.7em;
    font-weight:300;
    margin-top:0
}
.latest-posts {
	padding-bottom:110px
}
.latest-posts .flickity-prev-next-button.previous,
.latest-posts .flickity-prev-next-button.next {
	bottom:-70px;
	left:0;
	top:auto;
	width:40px;
	min-width:40px;
	background:none;
	border-radius:0
}
.latest-posts .flickity-prev-next-button.next {
	left:50px
}
.latest-posts .flickity-prev-next-button .flickity-button-icon {
	width:auto
}
.latest-posts .thumb-cat {
	display:none;
}
/*--------------------------------------------------------------
## Featured posts
--------------------------------------------------------------*/
.featured-posts h2.section-title {
	font-size:3.3em;
	margin:70px 0 60px 0
}
.featured-posts .border {
	background:#FFC300
}

/*--------------------------------------------------------------
## Galleries (Flexible & posts)
--------------------------------------------------------------*/
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
section.gallery.count-5 .col, section.gallery.count-6 .col {
  min-width: 33.33%;
}
.gallery.count-10 .col {
	min-width: 20%;
	max-width: 20%;
}
.gallery.count-14 .gallery-image, .gallery.count-13 .gallery-image {
  min-width: 20%;
}
.gallery.count-13 .gallery-image {
  min-width: 20%;
}
.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: 20%;
}
.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;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.gform_wrapper {
	margin:0 auto!important;
	max-width:960px!important
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 0 !important;
  max-width: 30px;
  position: relative;
  top: 7px;
  height: 25px;
}
.gform_wrapper label.gfield_label {
	font-size:1em!important;
	font-weight:400!important;
  margin: 0 !important;
}
.gform_wrapper .field_description_below .gfield_description {
  padding-top: 0 !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:#191919!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 .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background:url(images/arrow-right.png);
  background-repeat: no-repeat;
  background-size:20px auto;
  background-position: right center;
  text-align:left!important;
  padding:10px 30px 10px 0;
      border-top: 2px solid #191919!important;
    min-width: 170px!important;
    color: #191919!important;
    font-size: 18px!important;
     border-radius:0!important;
 -webkit-appearance: none!important;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover {
  padding:10px 10px;
  color: #FFC300!important;
  background-position: right 10px center;
 border-radius:0!important;
 -webkit-appearance: none!important;
}

.gform_wrapper .gform_footer input.button:after {
	content:"test";

}


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);
}
label.gfield_label_before_complex {
	display:none!important
}
li.field_sublabel_above label {
	font-size:1em!important;
	margin-bottom:8px;
	font-weight:400
}


.gform_body select {
	background: #fff url('images/dropdown.svg');
padding: 6px!important;
width: 100%;
max-width: 100%;
border-radius: 0;
box-sizing: border-box;
margin: 0;
border: 1px solid #ddd;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-repeat: no-repeat;
background-size: contain;
background-position: center right;
}
.gform_body select::-ms-expand { display: none; }
.gform_body .gfield_error select {
	border: 1px solid #790000;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	background: #191919;
	color: #fff;
	font-size:0.9em;
	padding-top:40px;
	padding-bottom:40px
}
#footer .col, #copyright .col {
  margin: 15px 0;
  padding-left:20px;
  padding-right:20px
}
#footer .row, #copyright .row {
	    margin-right: -20px;
    margin-left: -20px;
}
#footer a {
	color:#fff!important;
}
#footer a.email {
	color:#FFC300!important;
}
#footer a.email:hover {
	color:#fff!important;
}
#footer a.social-link {
	color:#CED0CE!important
}
#footer a:hover, #footer a.social-link:hover {
	color:#FFC300!important;
}
#footer h3 {
	margin: 0 0 10px 0;
  color: #FFC300;
  font-weight:400;
  font-size:1.2em
}
.footer-menu {
	margin: 0 !important;
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
}
#footer .current-menu-item a, #copyright .current-menu-item a{
  color: #FFC300 !important;
}
#footer .info img {
	max-width:160px;
	display:block;
	margin-bottom:30px
}
#footer .info b {
	font-weight:700
}
#footer .info p {
	margin:8px 0
}
.addresses-spacer {
	display: block;
}
.foot-strap {
	font-size:3em;
	color:#FFC300;
	font-weight:700;
	line-height:1;
	/* max-width:16.66%; */
	margin-top:26px
}
#copyright {
	float: left;
	width: 100%;
	background: #fff;
	font-size: 0.8em;
	padding: 20px 0;
}
#copyright .credit {
	text-align: right;
}
#copyright p {
	margin: 0;
}
#copyright a {
	color:#191919;
}
#copyright a:hover {
	color:#FFC300;
}
#copyright ul, #copyright li {
	list-style:none;
	padding:0;
	margin:0
}
#copyright ul {
	margin-bottom:20px
}
#copyright li {
	display:inline-block;
	margin:0 17px
}
#copyright li:last-child {
	margin-right:0
}
#copyright li:first-child {
	margin-left:0
}
.text-right-desk {
	text-align:right
}
.fab-container {
  margin: 1em;
  position: fixed;
  bottom: -72px;
  right: 0;
  display:none
}
.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: #FFC300 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);
}
#footer .col.fmenu {
	min-width:25%;
	width:25%;
	max-width:25%
}
/*--------------------------------------------------------------
# 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.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;
} */
.social-link {
	color: #FFC300;
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 50%;
}
a.social-link:visited {
	color: #FFC300;
}
a.social-link:hover, .social-link:hover {
	color: #191919;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 641px) {
	.form-wrap {
		padding-right: 2px;
	}
}

@media screen and (max-width: 1300px) {

}

@media screen and (min-width: 1024px) {
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
	}
  #centered-header nav#menu, header#full #menu {
    display: block !important;
  }
	.next-post {
		text-align: right;
	}
  #left-header #menu {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  #news-page.classic #sidebar {
    min-width: 100%;
  }
  .products-full .product a,button {
	  font-size:0.8em
  }
}

@media screen and (max-width: 1080px) {
	.products-full .product {
	padding-left: 20px!important;
    padding-right: 20px!important;
    min-width:10px
	}

}
@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%;
	}
	.addresses-spacer {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.excerpt-content.short {
		display:none
	}
	.excerpt-content.long {
		display:block!important
	}
	.lp-ex .excerpt-content {
		display:none!important
	}
	.post-wrap {
		padding:0 20px
	}
	.row.please {
		margin-left:-20px;
		margin-right:-20px
	}
	.link-title {
		font-size:1.4em
	}
	.products-full .product a {
		font-size:18px
	}
	.products-full .product {
	  min-width:33.33%;
	  width:33.33%;
	  max-width:33.33%;
	  margin-top:20px;
	  margin-bottom:20px
	}
	#mobile-menu .head-info {
		max-width:70px;
		padding-left:0!important
	}
	.image-wrap {
		padding:0
	}

	.image-right-full-width .text {
		max-width:100%;
		padding-right:20px
	}
	.extra-margin {
		margin-bottom:60px
	}
	.full-height.image-right .text,
	.full-height.image-left .text {
		padding-left:20px;
		padding-right:20px
	}
	.full-height.image-right .row,
	.full-height.image-left .row {
		margin-right: -20px!important;
		margin-left: -20px!important;
	}
	.full-height.image-right .image-wrap,
	.full-height.image-left .image-wrap {
		border:0
	}
	.location iframe {
		height:400px
	}
	.buttons .col {
		min-width:29.33%;
		margin:0 2%
	}
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
		max-width: 33.33%;
	}

  .promo-box.col {
    min-width: 50%;
  }
	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}
  .sm-clean a span.sub-arrow {
    right: 0;
    width: auto;
  }
  .sm-clean span.sub-arrow:before {
    font-size: 1.4em;
  }
  .gallery.count-14 .gallery-image {
    min-width: 33.33%;
  }
  .gallery.count-13 .gallery-image {
    min-width: 33.3%;

  }
  .gallery.count-13 .gallery-image:nth-child(13), .gallery.count-13 .gallery-image:nth-child(12) {
    min-width: 50%;
  }
	.gallery.count-10 .col {
	  min-width: 220px;
		max-width: none;
	}
  .image-left .image-wrap img, .image-right .image-wrap img {
    display: block;
    margin: 0 auto;
  }


  #centered-header #logo {
    text-align: left;
  }
  #centered-header nav#menu, header#full #menu {
    display: none;
  }
  header .head-info span.header-link {
    display: none;
  }
  #mobile-bar {
    display: block;
  }
  #top-bar {
    display: none;
  }
  .three-text {
    min-width: 50%;
  }
  	.foot-strap {
		/* max-width:33.33% */
	}
	.col.fm {
		max-width:33.33%;
		min-width:33.33%;
		margin:20px 0!important
	}
}

@media screen and (max-width: 1000px) {
	.link, .download {
		min-width: 50%;
    max-width: 50%;
	}
	.gallery.count-4 .gallery-image {
		max-width: 50%;
		min-width: 50%;
	}
  .gallery.count-10 .gallery-image:nth-child(9), .gallery.count-10 .gallery-image:nth-child(10) {
    min-width: 50%;
  }
}

@media screen and (max-width: 980px) {
	.gallery-image {
		min-width: 180px;
	}
}

@media screen and (max-width: 768px) {
	.feature {
		min-width: 50%;
	}
	.cta.col {
		margin-bottom: 40px;
    min-width: 100%;
	}
	.ctas {
		padding-bottom: 10px;
	}
	#footer .col {
    margin: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	#footer .col.fmenu {
	min-width:50%;
	width:50%;
	max-width:50%
}
	#flexible-content.has-sidebar .teams .p-text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#flexible-content.has-sidebar .teams .p-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
	.news-top .col {
		min-width:100%;
		}
		.pag-top {
			margin-top:15px
		}

	body.no-featured-image #single-post {
		margin-top:70px
	}
	.product {
		min-width:33.33%;
		width:33.33%;
		max-width:33.33%;
		margin-top:20px;
		margin-bottom:20px
	}
	.image-wrap-full {
		min-height:350px
	}
	.contact-details .col, .contact-details .follow-wrap {
		width:100%;
		max-width:100%;
		min-width:100%;
		padding-left:0px!important;
		padding-right:0px!important;
		text-align:center
	}
	.contact-details .row {
		padding-left:0px;
		padding-right:0px;
	}
	.location iframe {
		height:350px;
		max-width:100%;
		width:100%;
		float:left
	}
	.location .embed {
		padding-left:40px!important;
		padding-right:40px!important
	}
	.location .loc-info {
		margin-bottom:30px
	}
	.buttons .col {
		min-width:100%;
		margin:0
	}
	.buttons {
		padding-left:20px;
		padding-right:20px
	}
	.service-content {
		background: #fff;
	}
  .error-404 #icon {
    min-width: 100%;
    border: none;
  }
  .error-404 .vci {
    text-align: center;
  }
  .carousel-wrap {
    padding: 0;
  }
  .slider .inside {
    width: 100%;
  }
  .grid-item.post {
    width: 100%;
  }
  .excerpt-archive {
    min-width: 100%;
    max-width: 100%;
  }
  h1.single-title, #banner h1 {
    font-size: 2em;
  }
  .accordion-toggle {
    font-size: 1.05em;
  }

  #sidebar {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
  }

  #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%;
  }
  	#copyright .col {
		width:100%;
		min-width:100%;
		text-align:left
	}
	  #left-header #menu-desktop {
		display: none;
	}
	.head-info {
		max-width:70px;
		padding-left:0!important
	}
	.mob-menu-cont {
		display:block!important
	}
	#mobile-menu {
		font-size:0.9em
	}
	 .product {
	  min-width:50%;
	  width:50%;
	  max-width:50%;
	  margin-top:20px;
	  margin-bottom:20px
  }
}
@media screen and (max-width: 688px) {
	.slide h1 {
		font-size:3em;
		margin-bottom:30px
	}
}
@media screen and (max-width: 600px) {
	#related-posts .text {
		width:100%
	}
	.post-wrap .col-12, .prev-post, .next-post {
		padding:0 20px
	}
	.single-post .row {
		margin-right:-20px;
		margin-left:-20px
	}
	.excerpt-related .image {
		display:none
	}
	.products-full .product {
	  min-width:100%;
	  width:100%;
	  max-width:100%;
	  margin-top:20px;
	  margin-bottom:20px
	}
	.image-wrap-full {
		height:300px
	}
	h1,
	.products h2.section-title,
	#intro h2,
	.image-right-full-width h2,
	.products h2.section-title,
	.logo-carousel h2.section-title,
	.links h2,
	.featured-posts h2.section-title,
	.latest-posts h2.section-title {
		font-size:2.4em
	}
	h2 {
		font-siz:1.6em
	}
	.foot-strap {
		font-size: 2em
	}
	#banner p {
		font-size:22px
	}
	#intro h3.orange {
		font-size:1.6em
	}
	.sm-clean a span.sub-arrow {
		top:60%
	}
	.full-image {
		height:250px
	}

	section {
		padding:50px 0
	}
	.fancybox-slide--html .fancybox-content {
		margin: 0;
	}
	.fancybox-content {
		height: 100%;
		width: 100%;
		padding: 55px;
	}
	.fancybox-slide--html {
		padding: 0;
	}
	.fancybox-slide:before {
		display: none;
	}
	.grid-item {
		width: 100%;
	}
  blockquote {
    width: 100%;
    margin: 15px 0;
  }
  .link, .download {
    min-width: 100%;
  }
  .download {
    text-align: center;
  }
	header#full .head-info  {
		text-align: right;
	}
	header#full .head-info a {
		display: block;
	}
	.gallery-image {
		min-width: 50% !important;
		max-width: none !important;
	}
	.head-info {
		text-align: center;
	}
	.feature, .promo-box.col {
		min-width: 100%;
	}
  .map iframe {
  	width:100%!important;
  	height:340px;
  }
  .col.fm {
		max-width:50%;
		min-width:50%;
		margin:20px 0!important
	}
	.foot-strap, .col.info {
		max-width:50%;
		min-width:50%
	}
	#mobile-menu .strapline {
		display:none
	}
	.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a:visited {
		font-size:1.3em
	}
	.sm-clean a .sub-arrow {
		font-size:25px
	}
	#left-header, #mobile-menu header {
		padding-top:10px;
		padding-bottom:10px;
	}
	#mobile-menu header {
		padding-top:12px
	}
	.sm-clean ul a, .sm-clean ul a:hover {
		font-size:16px
	}
}
@media screen and (max-width: 410px) {
	#left-header .strapline {
		display:none
	}
}
@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@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, .testimonial-slider, .promo-box .inner *, .button, a.button, a.button:visited {
    color: #333;
  }
  #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;
  }

  #flexible-content section {
    page-break-inside: avoid;
    position: relative
  }
  .image-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}

.full-screen-video {
	position: relative;
	width: 100vw;
	height: 100vh;
	padding: 0;
	overflow: hidden;
}

.full-screen-video__overlay {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.full-screen-video__inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.full-screen-video iframe {
	width: 100vw;
	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
	min-height: 100vh;
	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.full-screen-video i {
	position: absolute;
	bottom: 30px;
	left: calc(50% - 46px);
	font-size: 2em;
	z-index: 9;
	color: #FFC300;
	width: 32px;
	text-align: center;
}

.full-screen-video .inside  {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 860px;
	text-align: left;
	margin-left:auto;
	margin-right:auto
}

.full-screen-video h1 {
	color: #FFC300;
	font-size: 3.5em;
	display: inline-block;
	line-height: 1;
}

.full-screen-video p {
	position: relative;
	bottom: 20px;
	display: inline-block;
	max-width: 440px;
	font-size: 1.2em;
	line-height: 1.1em;
	padding-bottom: 15px;
	border-bottom: 4px solid #FFC300;
	color: #fff;
}

.full-screen-video h1 span {
	display: inline-block;
	color: #FFC300;
	background: #FFC300 -webkit-gradient(linear, 100% 0, 0 0, from(#FFC300), color-stop(0.5, #ffffff), to(#FFC300));
	background-position: -4rem top;
  /*50px*/
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation-name: shimmer;
	-webkit-animation-duration: 2.2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-background-size: 4rem 100%;
}