/*!
Theme Name: Eldo
Theme URI: https://www.eldo.co.uk
Author: Eldo Web Design
Author URI: https://www.eldo.co.uk
Description: The best theme by Eldo Web Design
Version: 1.3
License: Private
License URI: https://www.eldo.co.uk
Text Domain: Eldo
Tags: bespoke
*/

body {
	margin: 0;
	background: #fff;
	font-family: 'Lato', sans-serif;
	color: #2e2e2e;
  font-weight: 300;
  font-size: 16px;
}
body, html {
	float: left;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
i {
	font-weight:100!important
}
.tcs {
	line-height:2
}
/*--------------------------------------------------------------
# GREY?!?!?
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
input,
select,
optgroup,
textarea {
	color: #2e2e2e;
  font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  color: #2e2e2e;
	font-family: 'Lato', sans-serif;
  font-weight: 400;
  clear: both;
  line-height: 1.2;
}
h1 {
	font-size:2.6em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.2em;
}
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,
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 {
	background: #2e2e2e;
	color: #fff;
	border-radius: 40px;
	font-size: 0.9em;
	padding: 7px 15px;
	-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: 0 !important;
	position: relative;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
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 {
  background: #666;
  color: #fff;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	color: #fff;
	cursor: not-allowed;
}
.woocommerce div.product form.cart .button {
	padding: 10px 20px;
}
a.button:focus {
	color:#fff
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a, a:visited {
	color: #666666;
	text-decoration: none;
  transition: all 0.3s;
  font-weight:400
}
a:hover, a:focus, a:active {
	color: #2e2e2e;
}

a:focus {
	outline: none;
}
a:hover, a:active {
	outline: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #eaeaea;
}
.head-info {
	text-align: right;
}
#top-bar, #mobile-bar {
	background: #f5f5f5;
	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: #666666;
  cursor: pointer;
  font-size: 1.3em;
  text-align: right;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
  padding: 0;
}
#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;
	-khtml-user-select: 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 #666666;
	display: block;
}
.toggle-bar::before,
.toggle-bar::after {
	content: "";
	display: block;
	background: #666666;
	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: #999;
}
.head-contact {
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #ccc;
	display:inline-block;
	width:auto;
	float:right;
	padding-left:8px;
	padding-right:8px;
	color:#333;
	font-size:0.9em
}
li#menu-item-5549 a {
	color:#009441
}
li#menu-item-5539 a {
	color:#1988BA
}
li#menu-item-5558 a {
	color:#c32832
}
li#menu-item-5566 a {
	color:#DA5C34
}
li#menu-item-6466 a {
	color:#e4bf04
}
/*-----------------------
# Banner
------------------------*/
#banner {

  padding: 0;
	position: relative;
  color: #fff;
  background-color: #2e2e2e;
}
.single-post #banner{
  min-height: 400px;
}
#banner .container {
  position: relative;
}
#banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  background: #000;
  opacity: 0.1;
}
#banner h1 {
  margin: 0;
}
#banner h1, #banner p {
	color:#fff;
	position: relative;
}
#banner .text {
  float: left;
  width: 50%;
  padding-right:40px;
  min-height: 500px;
  background:rgba(0,0,0,0.7);
  position:relative;
  padding-top:30px;
  padding-bottom:30px
}
#banner .text:before {
	content:"";
	position:absolute;
	left:-9999px;
	width:9999px;
	height:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
}
#banner p {
	margin-bottom: 0;
	font-size:1.1em
}
#banner a:hover {
  color: #fff;
}
.bc, .bc a  {
	color:#999
}
#nobanner a {
	color:#ccc
}
#nobanner a.button {
	display:none
}
#nobanner a:hover {
	color:#fff
}
#banner a.button,
#nobanner a.button {
	margin-top:30px;
	background:#fff;
	color:#2e2e2e
}
#banner a.button:hover,
#nobanner a.button:hover {
	margin-top:30px;
	background:#2e2e2e;
	color:#fff
}
#banner img, #nobanner img {
	height:60px;
	width:auto;
	margin-bottom:5px
}
#nobanner .text {
  float: left;
  width: 50%;
  position:relative;
  text-align:left
}

/*-----------------------
# Nobanner
------------------------*/
#nobanner h1,
#nobanner h2,
#nobanner {
  color: #fff;
}
#nobanner h1 {
  margin: 0;
}
#nobanner p:last-child {
  margin-bottom: 0;
}
#nobanner {
	text-align:center;
	padding: 20px 0;
  float: left;
  width: 100%;
  background: #2e2e2e;
}
/*-----------------------
# 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;
}

/*-----------------------
# Mega Menu
------------------------*/
ul.mega {
	margin: 0;
	padding: 0;
}
.mega li a {
	border-bottom: 2px solid transparent;
}
.sub {
	background: #fff;
	padding: 40px 0;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9;
	top: 86px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	border-bottom:1px solid #ccc;
	box-shadow:0 6px 6px rgba(0,0,0,0.1)
}
.sub.show {
	opacity: 1;
	visibility: visible;
}
.menu-item.active, .menu-item.current-page {
	color: #666666 !important;
}
.menu-item.current-page {
	/* border-bottom-color: #666666 !important; */
}
a.menu-item.has-sub {
  margin-right: 12px;
}
.sub h4 {
	font-weight: 400;
	font-size:1.1em;
  margin-bottom: 10px;

}
a.has-sub {
	position: relative;
	padding-right: 10px !important;
}
a.has-sub:after {
	content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
  right: -5px;
  top: 16px;
  color: #2e2e2e;
	transform-origin: center;
	    font-size: 0.8em;
}
a.has-sub.active:after {
	content: '\f106';
}
ul.menu-items {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu-items a {
	color: #666;
	border: none;
	display: inline-block;
	margin: 5px 0;
	font-size: 0.9em;
	font-weight:400
}
ul.menu-items a.current-page {
	color: #2e2e2e;
}
ul.menu-items a:hover {
	color: #2e2e2e;
}
.mm-intro {
	margin-right:10px
}
.mm-intro h3 {
	font-size:1.5em
}
.menu-items li:before {

  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 0.7em;
	margin-right: 0px;
  position: relative;
  top: -1px;
  color: #232323;

}
.menu-wrap {
	max-width:25%;
	padding-left:4px!important;
	padding-right:4px!important
}
.menu-wrap .icon img {
	height: 60px;
	width:auto;
	margin-bottom:8px;
    max-width: none;
}
.menu-wrap .inner {
	padding: 10px;
	background: #f5f5f5;
}
.menu-wrap.electrical .inner {
	border-bottom: 2px solid #009441;
}
.menu-wrap.electrical h4 {
	color:#00953f
}
.menu-wrap.air-conditioning .inner {
	border-bottom: 2px solid #0090ce;
}
.menu-wrap.air-conditioning h4 {
	color:#0090ce
}
.menu-wrap.plumbing-heating .inner {
	border-bottom: 2px solid #e55822;
}
.menu-wrap.plumbing-heating h4 {
	color:#e55822
}
.menu-wrap.communications .inner {
	border-bottom: 2px solid #c32832;
}
.menu-wrap.communications h4 {
	color:#c32832
}
.menu-wrap.service .inner {
	border-bottom: 2px solid #FFD504;
}
.menu-wrap.service h4 {
	color:#FFD504
}
/*-----------------------
# LEFT HEADER
------------------------*/
#left-header {
	padding: 12px 0;
	background: #fff;
}
#left-header #logo {
	max-width: 250px;
}
#left-header #header-menu-desktop {
	text-align: right;
	margin-top: 10px;
}
#left-header #header-menu {
	text-align: center;
}
#left-header #menu {
	margin-top: 15px;
}
#left-header #menu {
	display: none;
}
/*-----------------------
# 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: #909090;
}
#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;
}
.container.big {
	max-width: 1640px;
}
/*--------------------------------------------------------------
# News / Blog
--------------------------------------------------------------*/
#breadcrumbs {
  background: #fff;
  padding: 10px 0;
}
span.breadcrumb_last {
    display: none;
}
#news-page, #no-results {
	padding: 20px 0;
}
#single-post {
  padding: 20px 0;
}
.post-wrap {
  margin: 20px 0;
}
.single-thumb img {
  display: block;
  width: 100%;
}
.container.no-sidebar {
  max-width: 860px;
}
/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
#complete {
	text-align:center;
	padding-top:300px;
	padding-bottom:300px;
	background:#222;
	color:#fff
}
blockquote {
	width:80%;
	margin:15px 10%;
	background:#f5f5f5;
  color: #333;
	padding:20px 50px;
	font-weight:normal;
	text-align:center;
	position:relative;
}
blockquote p:first-child {
	margin-top:0
}
blockquote p:last-child {
	margin-bottom:0
}
blockquote:before {
	content:"\f10D";
	font-family: Font Awesome\ 5 Pro;
	position:absolute;
	top:0px;
	left:10px;
	color:#666666;
	font-size:30px
}
blockquote:after {
	content:"\f10E";
	font-family: Font Awesome\ 5 Pro;
	position:absolute;
	bottom:0px;
	right:10px;
	color:#666666;
	font-size:30px
}
.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: #666666;
	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: 20px 0;
}
#sidebar .inner {
	background: #f5f5f5;
	padding: 15px;
}
.toggle-sidebar {
	text-transform: uppercase;
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #ccc;
	color: #666666;
	cursor: pointer;
	transition: all 0.3s ease;
	user-select: none;
	border-radius: 4px;
}
.toggle-sidebar i {
	color: #2e2e2e;
	margin-left: 5px;
}


/*--------------------------------
# ISOTOPE
--------------------------------*/
.grid {
	display:block;
	margin:0 auto;
	margin-left: -20px;
	margin-right: -20px;
}
.grid-item {
	width:50%;
	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: 6px;
}

.fancybox-navigation .fancybox-button {
  top: calc(50% - 19px);
}
.fancybox-arrow {
  transition: all 0.3s;
}
.fancybox-navigation .fancybox-button {
  border-radius: 50%;
  background-color: #666666;
  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: #666666;
}
.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:#f5f5f5;
}

.fancybox-close-small:focus:after {
  outline: none;
}
.fancybox-close-small:hover:after {
  color: #fff;
  background: #2e2e2e;
}
.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: 'Lato', sans-serif;
}

/*--------------------------------------------------------------
# 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: inherit;
	border: 1px solid #999;
	border-radius: 2px;
	padding: 8px !important;
	transition: all 0.3s ease;
	line-height: normal !important;
	font-family: inherit;
  -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	border-color: #2e2e2e;
	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;
}
.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: #f5f5f5;
  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
--------------------------------------------------------------*/
a[data-layout="NAME"] {
  display: none;
}
#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;
}
.dark-bg {
  background-color: #2e2e2e;
}
.dark-bg a:hover {
	color: #fff;
}
.light-bg {
  background-color: #eee;
}
.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;
}
.background-image div, .background-colour {
	position: relative;
}
.box-wrap {
  margin: 20px 0;
}
.box {
	background: #f5f5f5;
	padding: 20px;
	float: left;
	width: 100%;
}
.box :first-child {margin-top: 0;}
.box :last-child {margin-bottom: 0;}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
#shop-page {
	padding: 0;
}
input#coupon_code {
    min-width: 200px;
    font-size: 0.9em;
    padding: 6px !important;
}
.woocommerce span.onsale {
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop-content {
	margin: 20px 0;
}
h1.page-title {
	margin: 0 0 20px 0;
}
.woocommerce .products ul, .woocommerce ul.products {
	margin-right: -10px;
	margin-left: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  padding: 0 10px;
  margin: 10px 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
ul.products.columns-2 li.product {
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
ul.products.columns-3 li.product {
	-ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
ul.products.columns-4 li.product {
	-ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
ul.products li.product a.woocommerce-loop-product__link {
	flex: 0 0 auto;
}
.woocommerce ul.products li.product .button {
  align-self: baseline;
  margin: 0 auto;
  margin-top: auto;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	width: 100%;
	-ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
.pswp--open {
  z-index: 999999;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 80px;
}
section.related.products {
	padding: 0;
}
/*--------------------------------
# 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: fadeInUp;
  animation-duration: 1s;
  visibility: visible;
}
.slide.is-selected .button {
  animation-name: fadeIn;
  animation-duration: 1s;
  visibility: visible;
}

.slider .slide:before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-image: linear-gradient(#000, transparent);
}
.slider .inside  {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1140px;
  text-align: center;
  width: 100%;
}
.slide * {
  color: #fff;
}
.slider .slide {
  min-height: calc(100vh - 194px);
  height:1px;
  padding: 0px 0 160px;
  width: 100%;
  text-shadow:0 0 10px rgba(0,0,0,0.3);
  max-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 svg {
	max-width:700px;
	max-height:360px;
	text-shadow:0 0 10px rgba(0,0,0,0.9)
}
.slider a, .slider a:focus {
	color:#fff;
}
.slider a:hover {
	color:#ccc
}
.slide h2 {
	margin-top:0
}
/*-----------------------
# Quote
------------------------*/
.section.quote {
	text-align:center;
	font-size:18px;
	background:#f5f5f5;
	padding-top:20px;
	padding-bottom:20px;
}
/*-----------------------
# Image Top Text Bottom
------------------------*/
.ittb {
  margin: 20px 0;
}

/*-----------------------
# Promo Boxes
------------------------*/
.promo-box {
  margin: 20px 0;
  width: 100%;
  min-height:353px;
}
.promo-box img {
height: 70px;
    width: auto;
    max-width: none;
}
.promo-box.col {
  min-width: 33.33%;
  max-width: 50%;
}
.promo-box .inner {
  padding: 20px;
  width: 100%;
  position: relative;
  border-radius:20px
}
.promo-box .inner:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #000;
  border-radius:20px
}
.promo-box .inner *:not(.button) {
  color: #fff;
}
.promo-box h3 {
  margin-top: 0;
  font-size:1.5em
}
.promo-box div {
  z-index: 2;
  position: relative;
}
.promo-box a.button {
	color:#2e2e2e;
	background:#fff
}
.promo-box a.button:hover {
	color:#fff;
	background:#2e2e2e
}
#home-promo .promo-box.col{
	min-width:20%;
	padding:2px
}
#home-promo {
	margin-top:-200px;
	padding-bottom:20px
}
#home-promo .promo-box .inner {
	box-shadow:0 0 10px rgba(0,0,0,0.2)
}
#home-promo .promo-box .inner:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  background: #000;
  border-radius:20px
}
#home-promo .promo-box {
	min-height:100px
}
#home-promo h3 {
	font-size:1.1em
}
.promo-box p {

}
#service-block .promo-box.col{
	min-width:20%;
	padding:2px
}
/*-----------------------
# Home
-----------------------*/
body.home .latest-posts .excerpt-content {
	display:none
}
.excerpt .read-more {
	margin-right: 5px;
}
/*-----------------------
# Pages
-----------------------*/
.child-page {
  margin: 20px 0;
}
.child-page .inner {
  width: 100%;
  background:#f5f5f5;

}
.child-page .content, .child-page .butt {
	padding: 0 20px
}
.child-page .butt {
	padding-bottom:20px
}
.child-page.current {
  opacity: 0.5;
  pointer-events: none;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.child-page h2 {
	margin:15px 0 0 0
}
.parent-page {
  margin: 20px 0;
}
.no-block {
  width: calc(100% - 40px);
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  padding: 40px;
  border: 2px dashed #ccc;
}
.sibling-pages img {
	border-radius:15px;
	max-width:120px;
	display:block;
margin:0 auto;
-webkit-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.sibling-pages img:hover {
		-webkit-transform: rotate(3deg);
		transform: rotate(5deg);
		opacity:0.8
}
.sibling-page.current {
	filter: grayscale(100%);
	opacity:0.5;
	pointer-events: none
}
.sibling-pages h3 {
	margin-top:6px
}
.sibling-pages a:hover {
	color:#999!important
}
.dark-bg .child-page p{
	color:#222
}
.sibling-page {
	min-width:180px;
	max-width:180px
}
.child-page h2 {
	font-size:1.6em
}
/*-----------------------
# Contact Details
-----------------------*/
.contact-details {
	padding: 40px 5px;
}
.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 {
	margin-bottom: 10px;
}

.contact-info .box {
	text-align: center;
	background:#eee;
	padding-top:40px;
	padding-bottom:40px;
	border-top:3px solid #111;
	padding-left:5px;
	padding-right:5px;
	margin:20px 0
}
.contact-info .box.electrical {
	border-color: #009441;
}
.contact-info .box.electrical i,
.contact-info .box.electrical h3 {
	color:#009441!important
}

.contact-info .box.air-con {
	border-color: #0090ce;
}
.contact-info .box.air-con i,
.contact-info .box.air-con h3 {
	color:#0090ce!important
}

.contact-info .box.comm {
	border-color: #c32832;
}
.contact-info .box.comm i,
.contact-info .box.comm h3 {
	color:#c32832!important
}

.contact-info .box.plumb-heat {
	border-color: #e55822;
}
.contact-info .box.plumb-heat i,
.contact-info .box.plumb-heat h3 {
	color:#e55822!important
}

.contact-info .box.me {
	border-color: #FFD504;
}
.contact-info .box.me i,
.contact-info .box.me h3 {
	color:#FFD504!important
}




.contact-info .box p, .contact-info .box h3 {
	margin: 0;

}
.contact-info a {

	margin:10px 0;
	display:inline-block;
}
.contact-info .box h3 {
	justify-content: center;
	margin-bottom: 10px;
}
.contact-info .col {
	min-width: 200px;
	margin:2px 0;
	padding:2px
}
.contact-info .box img {
	max-height:60px;
	width:auto;
	display:block;
	margin:0 auto 15px auto
}
body.page-id-7 #banner a.button {
	display:none;
}
/*-----------------------
# Calltoaction
-----------------------*/
.calltoaction {
	background: #555 url(images/2.png);
	background-position:center center;
	background-size:auto 110%;
	background-repeat:no-repeat;
	padding: 50px 0;
	color:#fff
}
.calltoaction h2,
.calltoaction h3 {
	color:#fff
}
.cta-link {
  text-align: center;
}
.calltoaction a.button {
	font-size:1.1em;
	background:#fff;
	color:#000
}
.calltoaction a.button:hover {
	background:#999;
	color:#fff
}
/*-----------------------
# Post Categories
-----------------------*/
.cat {
	margin: 20px 0;
}
.cat .section-title a {
	border: none;
	font-weight: bold;
	color: #2a3336;
}
.cat .excerpt-thumb img {
	border-radius: 5px;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.post-categories h3 {
	font-weight: bold;
	margin-top: 0;
}
.post-categories h3 .icon img {
	height: 50px;
	width: auto;
	display: block;
}
.cat-title {
	padding: 15px 0;
}
.view-all {
	text-align: right;
}
.cat .excerpt-thumb {
	transition: all 0.3s ease;
}
.cat a {
	border: none;
}
.cat a:hover {
	opacity: 0.8;
}
.cat .cat-title p {
	margin: 0;
	margin-top: 10px;
}
.cat .inner .cat-title {
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
.cat .inner .cat-title:first-of-type h4 {
	font-size: 1.2em;
}
.cat .inner .cat-title:first-of-type h4 {
	font-weight: bold;
}
.cat .cat-title:nth-last-child(2) {
	border-bottom: none;
}
.cat .inner .cat-title:first-of-type  {
	padding-top: 0;
}
.cat-title h4 {
	margin: 0;
	font-weight: bold;
}
.cat-title h4 a {
	color: #2e2e2e;
	font-weight: bold;
	border: none;
}
.cat-title .date {
    font-weight: normal;
}
.cat-title h4 a:hover {
	color: #717171;
}
.post-categories .title-wrap .inner {
    background: #fafafa;
    padding: 50px;
   
    border-radius: 10px;
}
.post-categories .title-wrap .inner  h2 {
	margin-bottom: 0;
}
.post-categories .title-wrap .inner p {
	font-size: 1.2em;
}
.view-all a {
    display: block;
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 10px 0;
    border-radius: 10px;
    font-weight: bold;
}
.view-all a:hover {
	background-color: #ebebeb;
}
.cat .excerpt-thumb {
	margin-bottom: 15px;
}
/*-----------------------
# Latest Posts (Alternative Layout)
-----------------------*/
.latest-posts-alt {
    padding: 15px 0;
    background: linear-gradient(0deg, #fff, #efefef);
}
.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;
}
.featured-post  .date {
	color: rgba(255,255,255,0.8);
}
.featured-post.main {
    height: calc(100% - 20px);
    padding-bottom: 50%;
    margin: 0;
    position: relative;
    top: 10px;
}
.featured-post.small .inner {
    padding: 20px;
}
.featured-post.small h3 {
	color: #fff;
	margin: 0;
	font-weight: bold;
}
.featured-post.small {
    height: 230px;
}
.featured-post:hover {
	transform: scale(0.99);
	opacity: 0.8;
}
.featured-post h2, .featured-post p {
	color: #fff;
	margin: 0;
}
.featured-post h2 {
	margin-bottom:10px;
	font-weight: bold;
}
.featured-post:before {
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.8;
	background: linear-gradient(0deg, black, transparent);
}
.featured-post .inner {
	position: absolute;
	bottom: 0;
	padding: 40px;
}
a.excerpt-short {
	border: none;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.excerpt-short .date {
	display: inline-block;
	margin-bottom: 5px;
}
.excerpt-short-wrap a.excerpt-short:last-child {
	border: none;
}
a.excerpt-short:hover {
	opacity: 0.8;
}
a.excerpt-short h3 {
	margin: 0;
}
a.excerpt-short p {
	margin: 0;
	margin-top: 5px;
	color: #2e2e2e;
}
.excerpt-short .image {
	max-width: 120px;
	padding-left: 0;
}
.excerpt-short .image img {
	border-radius: 5px;
}
/*-----------------------
# Features List
-----------------------*/
.feature {
	margin-bottom: 15px;
}
.feature .icon i {
  position: relative;
  top: -4px;
}
.feature .icon {
max-width: 28px;
    color: #666666;
    font-size: 1.3em;
}
.feature h3 {
	margin:0 0 5px 0
}
/*-----------------------
# Meet The Team
-----------------------*/
a.image-link.fancybox {
  display: block;
  float: none;
  margin: 0 auto;
  transition: all 0.3s;
  width: 100%;
}
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: 3px;
	margin-top:10px;
	font-size:1.3em
}
.team-subtitle {
  margin: 0 0 10px 0;
  font-style:italic;
  color:#999
}
.member {

}
.member, .member .inner {
	text-align: center;
}
.member img {
  display: block;
	border-radius: 20px;
	width: 100%;
  margin: 0 auto;
  /* width: 200px; */
  border:1px solid #ccc
}
.modal-team img {
	display: block;
  width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.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;
}
.t-link {
	margin:2px 8px
}
.t-link.li {
	color:#0073AF;
}
.t-link.bio {
	color:#2e2e2e;
}
.t-link:hover {
	color:#999!important
}
.modal.mt {
	max-width:1000px;
	text-align:left;
	border-radius:20px
}
.team-desc {
	margin-top:14px
}
.modal-header .t-link{
	margin:0
}
/* Search Filter */
.meet-team .searchandfilter ul {
	margin: 0;
	padding: 0;
}
.meet-team .sf-field-taxonomy-division ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px !important;
    margin-left: -20px !important;
	justify-content: center;
}
.meet-team .sf-field-taxonomy-division ul li {
	-ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
	padding: 0 20px;
	margin: 10px 0;
}
.meet-team .sf-field-taxonomy-division {
    padding: 0;
}


/* Base for label styling */
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:not(:checked),
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:not(:checked) + label,
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em !important;
  cursor: pointer;
  font-weight: 400;
}
/* checkbox aspect */
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:not(:checked) + label:before,
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 2px;
  width: 1.25em; height: 1.25em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:not(:checked) + label:after, 
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .25em;
  left: .22em;
  font-size: 1.1em;
  line-height: 0.8;
  color: #2e2e2e;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
	top: 4px;
}
/* disabled checkbox */
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:disabled:not(:checked) + label:before,
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:checked:focus + label:before,
li[data-sf-field-input-type="checkbox"] [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #2e2e2e;
}

/* hover style just for information */
li[data-sf-field-input-type="checkbox"] label:hover:before {
  border: 2px solid #2e2e2e!important;
}
/*-----------------------
# All Jobs
-----------------------*/

.all-jobs .searchandfilter ul {
	margin: 0;
	padding: 0;
}
.all-jobs .sf-field-taxonomy-division ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px !important;
    margin-left: -20px !important;
	/* justify-content: center; */
}
.all-jobs .sf-field-taxonomy-division ul li {
	-ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
	padding: 0 20px;
	margin: 10px 0;
}
/*-----------------------
# ACCORDION
-----------------------*/
.accordion-layout {
  padding-bottom: 40px;
}
.accordion-toggle {
  width:100%;
  cursor: pointer;
  position: relative;
  padding: 5px 20px 5px 20px;
  border-radius: 3px;
  background: #666666;
  margin-top: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  color:#fff;
  font-weight: 600;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion-toggle:hover {
	background:#999;
}
.accordion-toggle.active {
  background: #666;
}
.accordion-toggle.active-panel {
  background: #ddd;
}
.accordion-content {
  overflow: hidden;
  display: none;
  padding: 20px;
  background: #f5f5f5;
}
.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: #fff;
}
.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


/*--------------------------------
# Logos
--------------------------------*/
.carousel-wrap {
  position: relative;
}
.carousel-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: 20px;
  vertical-align: middle;
  max-height: 90px;
  min-width: 50px;
  width: auto;
  max-width: 200px;
}
.modal-accs img {
	max-height: 100px;
	width:auto;
    max-width: 210px;
	margin:0 auto;
	display:block
}
.modal-accs h3 {
	margin:20px 0 10px 0;
	text-align:center
}
/*--------------------------------
# Downloads
--------------------------------*/
.download img {
	max-height: 440px;
	width: auto;
  display: inline-block;
  margin-bottom: 20px;
}
/*--------------------------------
# Links section
--------------------------------*/
.links .link {
	min-width: 33.33%;
}
.link-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.link-description {
  margin-top: 0;
  margin-bottom: 15px;
}
/*--------------------------------
# TABS
--------------------------------*/
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
ul.tabs li{
  background: 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: #EEEEEE;
  padding: 15px;
	float: left;
	width: 100%;
}
.tab-content.current{
  display: inherit;
}
/*--------------------------------
# GALLERY
--------------------------------*/
#flexible-content section.gallery:nth-child(even) {
	background: #f5f5f5;
}
.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;
	box-shadow: 0px 3px 9px #b9b9b9;
}
.proj-divisions .gallery-image .inner, .gallery-icon {
	box-shadow: none;
}
.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:not(.div) {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width:240px;
	max-width: 560px;
	padding: 10px;
}
/* division gallery images - single project */
.gallery-image.div {
	/* padding: 10px; */
	margin: 10px 0;
}
.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;
}
/*--------------------------------
# TESTIMONIAL
--------------------------------*/
.testimonial, .testimonial-slider {
	text-align:center;
	background: #2e2e2e;
	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: #666666;
}
.testimonial-slider .flickity-viewport {
  transition: all 0.4s;
}
/*--------------------------------
# TESTIMONIAL GRID
--------------------------------*/
section.testimonial-grid .section-title {
  text-align: center;
}
.testimonial-grid {
	background:#f5f5f5
}
.testimonial-grid .inner {
  background: #fff;
  padding: 20px;
  border-radius:20px
}
.testimonial-grid .inner .image {
  text-align: center;
}
.testimonial-grid .inner .author {
  font-weight: 400;
  font-style:italic

}
.testimonial-grid .inner .image img {
  display: block;
  max-width:250px;
  margin: 0 auto 15px auto;
  max-height:90px;
  width:auto
}
.testimonial-grid .inner p:first-child {
  margin-top: 0;
}
.grid-item {
	position:relative
}
.grid-item .fa-quote-left {
	position:absolute;
	top:-10px;
	left:-10px;
	background:#ddd;
	font-size:1.8em;
	border-radius:50%;
	width:50px;
	height:50px;
	padding-top:11px;
	text-align:center;
	color:#2e2e2e;
	z-index:1
}
/*--------------------------------
# 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:#f5f5f5;
	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;
}
/*--------------------------------
# Accreditations
--------------------------------*/
.accreditations .cta .inner {
	background:#fff;
	padding:20px 0
}
.accreditations .cta img {
	max-height:90px;
max-width:190px
}
.accreditations .logo {
	height:70px;
	width:100%;
	margin-bottom:40px
}
.accreditations .cta-title {
	margin-bottom:6px
}
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.light-bg .excerpt, .dark-bg .excerpt, .background-image .excerpt {
  background: #fff;
}
.excerpt {
	background: #fff;
	position: relative;
  margin: 20px 0 10px 0;
  float: left;
  width: 100%;
}
.excerpt-related {
	margin: 10px 0;
}
.excerpt-related .image {
	padding-right: 0;
	max-width: 160px;
}
.excerpt-related .excerpt-title {
	color: #666666;
	font-size:1em
}
#post-nav {
	margin-top: 10px;
}
.related-title {
	margin: 20px 0;
	margin-bottom: 10px;
}
.excerpt .inner {
	padding: 20px;
}
.excerpt-content p {
  margin: 0;
}
.excerpt-thumb img, .thumb-wrap img, .image-wrap img {
	display: block;
	width: 100%;
}
h3.excerpt-title {
	margin:0
}
h3.excerpt-title a{
	margin: 0;
	color:#2e2e2e;
	font-size:1.5em
}
.meta span {
	display: inline-block;
}
#comments, #related-posts {
	float:left;
	width:100%;
	position:relative;
  border-top: 1px solid #ccc;
  margin-top: 5px;
}
#post-nav {
  padding-top: 10px;
  float:left;
  width:100%;
  position:relative;
  border-top: 1px solid #ccc;
  margin-top:50px
}
.prev-post, .next-post {
  margin: 10px 0;
}
#post-nav h3, #post-nav h4 {
  margin: 0;
}
#post-nav h4 {
  margin-top: 10px;
}
h1.single-title {
  font-size: 2em;
  margin-bottom:0
}
.single-content a img {
	box-shadow: 0px 3px 9px #b9b9b9;
}
.single-content {
	margin-bottom:60px
}
.meta {
  margin: 5px 0;

  font-size: 1em;
}
.excerpt .meta {
	margin-bottom:10px
}
.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;
}
.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;
}
iframe.vimeo {
	background:#000
}
.excerpt.project .excerpt-header img {
	max-width:30%;
	max-height:90px;
	margin-right:15px;
	width:auto;
}
.d-none {
	display: none !important;
}
.excerpt.project h3.excerpt-title {
	font-size:1em
}
.excerpt.project .excerpt-header {
	/* margin-bottom:15px;
	min-height:85px */
}
.excerpt.project {
	margin:20px 0
}
.excerpt.project .inner {
	background:#fff;
	color:#2e2e2e
}
.latest-posts {
	background:#f5f5f5
}
.proj-meta img {
	width: 100%;
	max-width:250px;
	margin-bottom:10px;
	margin-top:20px
}
.proj-vid {
	margin-top:20px;
	margin-bottom:20px
}
.budget {
	font-style: italic;
	margin-top:0
}
.proj-client {
	margin-bottom:0
}
.one-third-two-third a,
#single-post p a {
	color:#000;
	border-bottom:1px solid #333
}
.one-third-two-third a:hover,
#single-post p a:hover {
	border-color:#999;
	color:#999
}
.proj-search .form {
	display:block;
	margin:0 auto;
	text-align:center;
	width:240px;
}
.proj-search .form form {
	display:inline-block;
}
/*--------------------------------------------------------------
## Single Project
--------------------------------------------------------------*/
.proj-divisions .section-title {
	/* text-align: center; */
}
.proj-divisions ul.tabs {
	/* text-align: center; */
}
.proj-divisions .tab-content {
	border-top: 4px solid;
}
.proj-divisions .icon img {
	display: block;
  width: auto;
  height: 50px;
}
.proj-divisions .tab-head {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.tab-content.theme-electrical {
	border-top-color: #00953f;
}
.tab-content.theme-air_conditioning {
	border-top-color: #0090ce;
}
.tab-content.theme-communications {
	border-top-color: #c32832;
}
.tab-content.theme-plumbing_heating {
	border-top-color: #e55822;
}
.tab-content.theme-m_e_service {
	border-top-color: #FFD504;
}
@media screen and (max-width: 767px) {
	.proj-divisions .tab-head {
		background: #eee;
		padding: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
		border: 0;
	}
	.proj-divisions .section-title {
		margin-bottom: 10px;
	}
	.proj-divisions .tab-content {
		background: #eee;
		margin: 20px 0;
		float: left;
		width: 100%;
	}
	.proj-divisions .gallery-wrap {
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.proj-divisions .tab-text {
		padding: 0 20px;
	}
	.proj-divisions .tab-head h3 {
		margin: 10px 0;
	}
}
/*--------------------------------------------------------------
## Job
--------------------------------------------------------------*/
.job img {
	width:auto;
	height:60px;
	margin-right:15px
}
.job h3 {
	font-size:1.4em
}
.apply {
	padding-bottom:10px;
	background:#eee
}
/*--------------------------------------------------------------
## 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:red!important
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	border: none !important;
}
.gform_wrapper .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] {
  padding: 8px 12px !important;
}
input.switch {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	width:40px;
	height:20px;
	background-color:#449988;
	border:1px solid #D9DADC;
	border-radius:50px;
	-webkit-box-shadow: inset -20px 0px 0px 0px #D9DADC;
	box-shadow: inset -20px 0px 0px 0px #D9DADC;
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}
input.switch:checked {
	-webkit-box-shadow: inset 20px 0px 0px 1px #4ed164;
	box-shadow: inset 20px 0px 0px 1px #4ed164;
}
input.switch::-ms-check {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
}
/* Fluid Video Embeds */
.fve-video-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  background-color: transparent;
  padding-bottom: 56.25%;
  margin: 0.5em 0;
}
.fve-video-wrapper iframe,
.fve-video-wrapper object,
.fve-video-wrapper embed {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fve-video-wrapper a.hyperlink-image {
  position: relative;
  display: none;
}
.fve-video-wrapper a.hyperlink-image img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.fve-video-wrapper a.hyperlink-image .fve-play-button {
  position: absolute;
  left: 35%;
  top: 35%;
  right: 35%;
  bottom: 35%;
  z-index: 3;
  background-color: rgba(40, 40, 40, 0.75);
  background-size: 100% 100%;
  border-radius: 10px;
}
.fve-video-wrapper a.hyperlink-image:hover .fve-play-button {
  background-color: rgba(0, 0, 0, 0.85);
}
/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/
body.parent-pageid-5461 #banner h1, body.page-id-5461 #banner h1,
body.parent-pageid-5461 #nobanner h1, body.page-id-5461 #nobanner h1,
body.parent-pageid-5461 .sibling-pages a, body.page-id-5461 .sibling-pages a,
body.page-id-5461 .image-left h2.section-title,
body.page-id-5461 .child-page h2 a {
	color:#c32832
}
body.parent-pageid-5461 .calltoaction, body.page-id-5461 .calltoaction {
	background:#c32832 url(images/communications.png);
	background-position:center center;
	background-size:auto 90%;
	background-repeat:no-repeat;
}
body.parent-pageid-5461 .one-third-two-third .col-lg-4, body.page-id-5461 .one-third-two-third .col-lg-4 {
	border-right:1px solid #c32832
}
body.parent-pageid-5461 .sibling-pages img {
	border:1px solid #c32832
}
body.parent-pageid-5461 .head-contact, body.page-id-5461 .head-contact {
	border-color:#c32832
}
/*------------*/



body.parent-pageid-5430 #banner h1, body.page-id-5430 #banner h1,
body.parent-pageid-5430 #nobanner h1, body.page-id-5430 #nobanner h1,
body.parent-pageid-5430 .sibling-pages a, body.page-id-5430 .sibling-pages a,
body.page-id-5430 .image-left h2.section-title,
body.page-id-5430 .child-page h2 a {
	color:#009441
}
body.parent-pageid-5430 .calltoaction, body.page-id-5430 .calltoaction {
	background:#009441 url(images/electrical.png);
	background-position:center center;
	background-size:auto 90%;
	background-repeat:no-repeat;
}
body.parent-pageid-5430 .one-third-two-third .col-lg-4, body.page-id-5430 .one-third-two-third .col-lg-4 {
	border-right:1px solid #009441
}
body.parent-pageid-5430 .sibling-pages img {
	border:1px solid #009441
}
body.parent-pageid-5430 .head-contact, body.page-id-5430 .head-contact {
	border-color:#009441
}


/*------------*/


body.parent-pageid-5444 #banner h1, body.page-id-5444 #banner h1,
body.parent-pageid-5444 #nobanner h1, body.page-id-5444 #nobanner h1,
body.parent-pageid-5444 .sibling-pages a, body.page-id-5444 .sibling-pages a,
body.page-id-5444 .image-left h2.section-title,
body.page-id-5444 .child-page h2 a {
	color:#1988BA
}
body.parent-pageid-5444 .calltoaction, body.page-id-5444 .calltoaction {
	background:#1988BA url(images/air.png);
	background-position:center center;
	background-size:auto 90%;
	background-repeat:no-repeat;
}
body.parent-pageid-5444 .one-third-two-third .col-lg-4, body.page-id-5444 .one-third-two-third .col-lg-4 {
	border-right:1px solid #1988BA
}
body.parent-pageid-5444 .sibling-pages img {
	border:1px solid #1988BA
}
body.parent-pageid-5444 .head-contact, body.page-id-5444 .head-contact {
	border-color:#1988BA
}

/*------------*/


body.parent-pageid-5475 #banner h1, body.page-id-5475 #banner h1,
body.parent-pageid-5475 #nobanner h1, body.page-id-5475 #nobanner h1,
body.parent-pageid-5475 .sibling-pages a, body.page-id-5475 .sibling-pages a,
body.page-id-5475 .image-left h2.section-title,
body.page-id-5475 .child-page h2 a {
	color:#DA5C34
}
body.parent-pageid-5475 .calltoaction, body.page-id-5475 .calltoaction {
	background:#DA5C34 url(images/plumbing-heating.png);
	background-position:center center;
	background-size:auto 90%;
	background-repeat:no-repeat;
}
body.parent-pageid-5475 .one-third-two-third .col-lg-4, body.page-id-5475 .one-third-two-third .col-lg-4 {
	border-right:1px solid #DA5C34
}
body.parent-pageid-5475 .sibling-pages img {
	border:1px solid #DA5C34
}
body.parent-pageid-5475 .head-contact, body.page-id-5475 .head-contact {
	border-color:#DA5C34
}


/*------------*/


body.parent-pageid-6185 #banner h1, body.page-id-6185 #banner h1,
body.parent-pageid-6185 #nobanner h1, body.page-id-6185 #nobanner h1,
body.parent-pageid-6185 .sibling-pages a, body.page-id-6185 .sibling-pages a,
body.page-id-6185 .image-left h2.section-title,
body.page-id-6185 .child-page h2 a {
	color:#FFD504
}
body.parent-pageid-6185 .calltoaction, body.page-id-6185 .calltoaction {
	background:#FFD504 url(images/engineering.png);
	background-position:center center;
	background-size:auto 90%;
	background-repeat:no-repeat;
	color:#222
}
body.parent-pageid-6185 .calltoaction h2, body.page-id-6185 .calltoaction h2 {
	color:#222
}
body.parent-pageid-6185 .one-third-two-third .col-lg-4, body.page-id-6185 .one-third-two-third .col-lg-4 {
	border-right:1px solid #FFD504
}
body.parent-pageid-6185 .sibling-pages img {
	border:1px solid #FFD504
}
body.parent-pageid-6185 .head-contact, body.page-id-6185 .head-contact {
	border-color:#FFD504
}
#menu-3 .mm-intro {
	max-width:170px;
	display:none!important
}
#manu-3 .menu-wrap .inner{
	font-size:0.8em!important
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#footer {
	float: left;
	width: 100%;
	background: #222;
	color: #fff;
	padding: 50px 0;
  font-size: 0.9em;
}
#footer .col {

  margin: 25px 0;
}
#footer .col.fm {
	max-width:200px!important
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color:#ccc
}
#footer img {
	max-width:210px;
	width:100%
}
#footer p i {
  color: #fff;
}
#footer h3 {
	margin: 0 0 20px 0;
  color: #fff;
}
#footer .blurb {
	min-width:320px
}
#footer .enq {
	min-width:200px
}
.footer-menu {
	margin: 0 !important;
}
.footer-menu li {
	margin-bottom:5px
}
.footer-menu li a {
	position: relative;
	margin-bottom: 5px;
}
.footer-menu .current-menu-item a, .footer-menu .current_page_parent >a {
  color: #888 !important;
}
.footer-menu li:before 	{
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: 0.7em;
	margin-right: 5px;
  position: relative;
  top: -1px;
  color: #c1c1c1;
}
#copyright {
	float: left;
	color: #999;
	width: 100%;
	background: #222;
	font-size: 0.8em;
	padding: 15px 0;
}

#copyright .credit {
	text-align: right;
}
#copyright p {
	margin: 0;
}
#copyright a {
  white-space: nowrap;
	color: #ccc;
}
.credit a {
  padding: 5px;
  border-radius: 5px;
  background: rgba(0,0,0,0.4);
}
.credit a:hover {
	background: #666666;
	color: #fff;
}

.fab-container {
  margin: 1em;
  position: fixed;
  bottom: -72px;
  right: 0;
}
.to-top {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  position: relative;
  cursor: pointer;
  transition: .3s;
  background: #666666 url(images/up.svg) center no-repeat;
  background-size: 15px;
}
.to-top:hover {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2), 0 3px 8px rgba(0, 0, 0, 0.12);
}
/*--------------------------------------------------------------
# SOCIAL
--------------------------------------------------------------*/
/* a.social-link.facebook, a.social-link.facebook:visited {
    color: #3b5998;
}
a.social-link.twitter, a.social-link.twitter:visited {
    color: #1da1f2;
}
a.social-link.pinterest, a.social-link.pinterest:visited {
    color: #bd081c;
}
a.social-link.instagram, a.social-link.instagram:visited {
    color: #833ab4;
}
a.social-link.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: #666666;
	padding: 5px;
	font-size: 1.2em;
	margin-right: 5px;
	transition: all 0.2s ease;
	border-radius: 50%;
}
a.social-link:visited {
	color: #666666;
}
a.social-link:hover, .social-link:hover {
	color: #2e2e2e;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media screen and (min-width: 641px) {
	.form-wrap {
		padding-right: 2px;
	}
}
@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%;
  }
}
@media screen and (max-width: 1100px) {
	.contact-info .col {
		min-width:50%
	}
}
@media screen and (max-width: 1024px) {
  .cover, .background-image {
    background-attachment: scroll !important;
  }
  .video-container {
    min-width: 50%;
    max-width: none;
  }
  .grid-item {
		width: 50%;
	}
  #banner {
    height: auto;
    min-height: 250px;
  }
}
@media screen and (max-width: 1023px) {
	.sub {
		display:none!important
	}
	.form-wrap iframe {
		width:100%
	}
	.post-categories .title-wrap {
		display: none !important;
	}
	.featured-post.main {	
		margin-bottom: 20px;
		padding-bottom: 0;
		height: 350px;
	}
	.form-wrap {
		margin-bottom:40px
	}
	#home-promo .promo-box.col {
		min-width:33.33%;
		margin:0
	}
	#service-block .promo-box.col {
		min-width:33.33%;
		margin:0
	}
	#footer .blurb {
		min-width:100%!important
	}
	#footer .enq,
	#footer .fm {
		min-width:auto;
		max-width:auto
	}
	#footer .enq {
		min-width:200px
	}
	.head-contact {
		display:none;
	}
	#banner .text {
		width:60%
	}
	.gallery.count-9 .gallery-image {
		min-width: 33.33%;
		max-width: 33.33%;
	}
	ul.products.columns-4 li.product {
		-ms-flex: 0 0 33.33%;
	  flex: 0 0 33.33%;
	  max-width: 33.33%;
	}

  .promo-box.col {
    min-width: 50%;
  }
	#sidebar {
		min-width: 100%;
		max-width: 100%;
	}
	.woocommerce-page #sidebar {
		display: none;
	}
  .sm-clean a span.sub-arrow {
    right: 10px;
    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;
  }
  #menu-toggle {
    display: block;
  }
  #left-header #menu-desktop {
		display: none;
	}

  #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%;
  }
}

@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%;
	}
	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
		width: 100%;
		-ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.cta.col {
		margin-bottom: 40px;
    min-width: 100%;
	}
	.ctas {
		padding-bottom: 10px;
	}
	#footer .col {
    margin: 10px 0;
	}
}
@media screen and (max-width: 767px) {
	#nobanner .text {
		width:100%
	}
	#home-promo .promo-box.col {
		min-width:100%;
		margin:0;
		text-align:center
	}
	#service-block .promo-box.col {
		min-width:100%;
		margin:0;
		text-align:center
	}
	#footer .col {
		min-width:50%;
		max-width:50%
	}
  #menu-toggle {
    display: block;
  }
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
  .error-404 #icon {
    min-width: 100%;
    border: none;
  }
  .error-404 .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 {
    font-size: 1.6em;
  }
  .slide h1 {
    font-size: 1.8em;
  }
  .accordion-toggle {
    font-size: 1.05em;
  }
  .slide p {
    font-size: 1.1em;
  }
  #sidebar {
    max-width: 100%;
    min-width: 100%;
  }
  .background-image {
    background: #2e2e2e !important;
  }
  .background-image:before {
    display: none;
  }
  #banner h1 {
    font-size: 2.3em;
  }
  #menu {
    display: none;
  }
  #centered-header .head-info, #top-bar {
    text-align: center;
  }
  #centered-header #logo img {
    max-height: 50px;
  }
  .social {
    display: none;
  }
  #centered-header #logo {
    text-align: left;
  }
  #centered-header .head-info {
    padding: 0;
  }
  .tab-content {
    display: block !important;
    background: none;
    padding: 0;
  }
  ul.tabs {
    display: none;
  }
  .tab-title {
    display: block;
  }
  .alignleft {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .alignright {
    display: block;
    float: none;
    margin: 20px auto;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  ul, ol {
    margin: 0 0 1.5em 0em;
    -webkit-padding-start: 30px;
  }
  .three-text {
    min-width: 100%;
  }
	#nobanner {
		padding: 40px 0;
	}
	#left-header #menu-toggle {
		max-width: none;
	}
  .video-container {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
	.excerpt-archive.classic .excerpt {
		background: none;
		background: #f5f5f5;
	}
}
@media screen and (max-width: 600px) {
	.contact-info .col {
		min-width:100%
	}
	.meet-team .sf-field-taxonomy-division ul li, .all-jobs .sf-field-taxonomy-division ul li  {
		min-width: 50%;
		max-width: 50%;
	}
	#banner .text {
		width:100%;
		background: rgba(0,0,0,0.7);
		padding:0
	}
	#banner .text:after {
		    content: '';
		    position: absolute;
		    top: 0;
		    right: -20px;
		    width: 20px;
		    height: 100%;

		    background: rgba(0,0,0,0.7);
	}
	#banner .text:before {
		background: rgba(0,0,0,0.7);
	}
	.fancybox-slide--html .fancybox-content {
		margin: 0;
	}
	.woocommerce-form-coupon .form-row {
    width: 100% !important;
    padding: 0 !important;
	}
	.woocommerce-message {
		display: flex;
		flex-direction: column;
	}
	input#coupon_code {
		min-width: 100%;
		margin-bottom: 10px;
	}
	.coupon .button {
    width: 100% !important;
	}
	.woocommerce-message a {
		align-self: baseline;
		margin-top: 10px;
	}
	.woocommerce-message a.button {
		order: 2;
		margin-top: 10px;
	}

	.grid-item {
		width: 100%;
	}
  blockquote {
    width: 100%;
    margin: 15px 0;
  }
  .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;
  }
}
@media screen and (max-width: 375px) {
  .features .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  h1 {
  	font-size:2.8em;
  }
  h2 {
  	font-size:1.7em;
  }
  h3 {
  	font-size:1.2em;
  }
  h4 {
  	font-size:1em;
  }
  h5 {
  	font-size:0.8em;
  }
  h6 {
  	font-size:0.6em;
  }
  .row.related {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 400px) {
	.meet-team .sf-field-taxonomy-division ul li, .all-jobs .sf-field-taxonomy-division ul li {
		min-width: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 374px) {
	ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	}
}
@media print {
  #footer, #menu, .fab-container, #comments, #sidebar, #post-nav, #related-posts, iframe, .embed-container, .fve-video-wrapper {
    display: none !important;
  }
  .background-image div, .background-colour, #banner h1, #banner p, #nobanner h1, #nobanner p, .testimonial, .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;
  }
  .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%;
  }
}
