/*=========================================
Theme Name: WDL WordPress Starter
Theme URI: http://www.websitedesign.co.uk
Author: WDL
Author URI: http://www.websitedesign.co.uk
Version: 1.0

Styles are located in /lib/css
=========================================*/





/* ==========================================================================
   NORMALIZE
   ========================================================================== */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}audio:not([controls]) {display: none;height: 0;}[hidden] {display: none;}html {font-size: 100%;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}html,button,input,select,textarea {font-family: sans-serif;}body {margin: 0;}/* Links */a:focus {outline: thin dotted;}a:active,a:hover {outline: 0;}/* Typography */h1 {font-size: 2em;margin: 0.67em 0;}h2 {font-size: 1.5em;margin: 0.83em 0;}h3 {font-size: 1.17em;margin: 1em 0;}h4 {font-size: 1em;margin: 1.33em 0;}h5 {font-size: 0.83em;margin: 1.67em 0;}h6 {font-size: 0.67em;margin: 2.33em 0;}abbr[title] {border-bottom: 1px dotted;}b,strong {font-weight: bold;}blockquote {margin: 1em 40px;}dfn {font-style: italic;}hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}mark {background: #ff0;color: #000;}p,pre {margin: 1em 0;}code,kbd,pre,samp {font-family: monospace, serif;_font-family: 'courier new', monospace;font-size: 1em;}pre {white-space: pre;white-space: pre-wrap;word-wrap: break-word;}q {quotes: none;}q:before,q:after {content: '';content: none;}small {font-size: 80%;}sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}/* Lists */dl,menu,ol,ul {margin: 1em 0;}dd {margin: 0 0 0 40px;}menu,ol,ul {padding: 0 0 0 40px;}nav ul,nav ol {list-style: none;list-style-image: none;}/* Embedded content */img {border: 0; /* 1 */-ms-interpolation-mode: bicubic; /* 2 */}svg:not(:root) {overflow: hidden;}/* Figures */figure {margin: 0;}/* Forms */form {margin: 0;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;white-space: normal;*margin-left: -7px;}button,input,select,textarea {font-size: 100%;margin: 0;vertical-align: baseline;*vertical-align: middle;}button,input {line-height: normal;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;*overflow: visible;}button[disabled],html input[disabled] {cursor: default;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;*height: 13px;*width: 13px;}input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}textarea {overflow: auto;vertical-align: top;}/* Tables */table {border-collapse: collapse;border-spacing: 0;}

/* ==========================================================================
   BASIC STRUCTURE
   ========================================================================== */

html,body {
	height: 100%;
}

html {
	font-size: 100%;
}

body {
	background: #f3f3f3;
	color: #4c4c4c;
	font-family: "franklin-gothic-urw", Arial, Sans-Serif;
	min-width: 1024px;
}

h1, h2, h3, h4 {
	margin: 0 0 15px;
}

p {
	margin: 0 0 15px;
}

a {
	outline: none;
	color: #3f6d25;
	text-decoration: underline;
}

a:hover {
	color: #3f6d25;
}

a:focus, a:active, a:visited {
	outline: none;
	ie-dummy: expression(this.hideFocus=true);
}

/* ==========================================================================
   OOCSS
   ========================================================================== */

.content-wrap { width: 702px; }
.contact-wrap { width: 670px; }
.site-wrap { width: 980px; }
.max-wrap { width: 1024px; }
.full-wrap { width: 100%; }

.center { margin: 0 auto; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.ltr { letter-spacing: -1px; }
.lts { letter-spacing: -0.7px; }

.fl { float: left; }
.fr { float: right; }
.fn { float: none; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.non { display: none; }
.blo { display: block; }
.inl { display: inline; }
.inb { display: inline-block; *display: inline; *zoom: 1; }

.alignleft { float: left; margin: 0 10px 10px 0; }
.alignright { float: right; margin: 0 0 10px 10px; }

.cf:before,.cf:after { content: ""; display: table; } 
.cf:after { clear: both; }
.cf { zoom: 1;}

.col { margin: 0 3.3% 0 0; }
.col-end { margin: 0; }

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 100%; }

.mat1 { margin-top: 10px; }
.mat2 { margin-top: 20px; }
.mat3 { margin-top: 30px; }
.mat4 { margin-top: 40px; }
.mat5 { margin-top: 50px; }
.mat6 { margin-top: 60px; }
.mat7 { margin-top: 70px; }

.mab1 { margin-bottom: 10px; }
.mab2 { margin-bottom: 20px; }
.mab3 { margin-bottom: 30px; }
.mab4 { margin-bottom: 40px; }
.mab5 { margin-bottom: 50px; }
.mab6 { margin-bottom: 60px; }
.mab7 { margin-bottom: 70px; }
.mab404 { margin-bottom: 160px; }

.rel { position: relative; }
.abs { position: absolute; }

.media { margin:10px; }
.media, .media-body { overflow:hidden; _overflow:visible; zoom:1; }
.media .media-left { float:left; margin-right: 10px; }
.media .media-left img{ display:block; }
.media .media-right { float:right; margin-left: 10px; }

/* ==========================================================================
   PRE-LOAD ANY CSS HOVER IMAGES
   ========================================================================== */

body:after{
    display:none;
    content: url('lib/img/icon-arrows-hover.png')
    url('lib/img/faq-arrow-up.png');
}

/* CSS TRANSITIONS
   =============== */

.color-ease {
	-webkit-transition: color 0.07s ease-out; /* Safari 3.2+, Chrome */
	-moz-transition: color 0.07s ease-out; /* Firefox 4+ */
	-ms-transition: color 0.07s ease-out; /* IE 10+ */
	-o-transition: color 0.07s ease-out; /* Opera 10.5+ */
	transition: color 0.07s ease-out;
}

.background-ease {
	-webkit-transition: background 0.07s ease-in-out; /* Safari 3.2+, Chrome */
	-moz-transition: background 0.07s ease-in-out; /* Firefox 4+ */
	-ms-transition: background 0.07s ease-in-out; /* IE 10+ */
	-o-transition: background 0.07s ease-in-out; /* Opera 10.5+ */
	transition: background 0.07s ease-in-out;
}

.all-ease {
	-webkit-transition: all 0.07s ease-out; /* Safari 3.2+, Chrome */
	-moz-transition: all 0.07s ease-out; /* Firefox 4+ */
	-ms-transition: all 0.07s ease-out; /* IE 10+ */
	-o-transition:all 0.07s ease-out; /* Opera 10.5+ */
	transition: all 0.07s ease-out;
}

.slow-ease {
	-webkit-transition: all 0.3s ease-out; /* Safari 3.2+, Chrome */
	-moz-transition: all 0.3s ease-out; /* Firefox 4+ */
	-ms-transition: all 0.3s ease-out; /* IE 10+ */
	-o-transition: all 0.3s ease-out; /* Opera 10.5+ */
	transition: all 0.3s ease-out;
}

/* FONT RENDERING
   ============== */

.smooth-fonts {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.normal-fonts {
	-webkit-font-smoothing: subpixel-antialiased;
}

.aliased-fonts {
	-webkit-font-smoothing: none;
}

/* BUTTON
   ====== */

.button {
	color: #fff !important;
	padding: 0 20px;
	border: 1px solid #2f551a;
	background: #5d943e;
	background-image: -webkit-linear-gradient(top, #5d943e, #365e22);
	background-image: -moz-linear-gradient(top, #5d943e, #365e22);
	background-image: -ms-linear-gradient(top, #5d943e, #365e22);
	background-image: -o-linear-gradient(top, #5d943e, #365e22);
	background-image: linear-gradient(to bottom, #5d943e, #365e22);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5d943e, endColorstr=#365e22);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5d943e, endColorstr=#365e22)";
	font-size: 1.1em;
	font-weight: 400;
	font-weight: 400\9; /* IE 8 */
	*font-weight: 400; /* IE 7 */
	height: 42px; /* FIXES ASSUMED HEIGHT ON FIREFOX */
	line-height: 42px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	text-decoration: none;
}

	.button a {
		color: #fff;
	}

	.button a:hover {
		text-decoration: none;
	}

	.button:hover {
		background: #396224;
		color: #fff;
	}

.buttongrey {
	border: 1px solid #3c3b3b;
	background: #5c5b5b;
	background-image: -webkit-linear-gradient(top, #5c5b5b, #3c3c3d);
	background-image: -moz-linear-gradient(top, #5c5b5b, #3c3c3d);
	background-image: -ms-linear-gradient(top, #5c5b5b, #3c3c3d);
	background-image: -o-linear-gradient(top, #5c5b5b, #3c3c3d);
	background-image: linear-gradient(to bottom, #5c5b5b, #3c3c3d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5c5b5b, endColorstr=#3c3c3d);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5c5b5b, endColorstr=#3c3c3d)";
}

.buttongrey:hover {
	background: #3c3c3d;
}

/* ==========================================================================
   PAGE STRUCTURE
   ========================================================================== */

.main {
	background-color: #f3f3f3;
}

.site-content {
	background: #f3f3f3;
}

body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
	width: 100%;
}

.widget-area {
	width: 240px;
}

.contact-page .widget-area {
	width: 270px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.header-outer {
	border-top: 5px solid #355d21;
	background-color: #d7ddd4;
}

	.site-header {
		height: 120px;
		background-color: #d7ddd4;
	}

		.logo {
			width: 433px;
			height: 120px;
			margin: 0;
			float: left;
			opacity: 1;
		}

		.logo:hover {
			opacity: 0.7;
		}

.contact-header-outer {
	width: 360px;
	margin: 39px 0 0;
}

.contact-header-outer,
.contact-header-inner {
	height: 44px;
}

	.contact-header-inner {
		line-height: 44px;
	}

	.contact-header-inner p {
		font-size: 1.6em;
  		font-weight: bold;
  		color: #4c7a32;
  		margin: 0;
	}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

.nav-outer,
.site-nav {
	background: #5b5a5a;
	background-image: -webkit-linear-gradient(top, #5b5a5a, #414142);
	background-image: -moz-linear-gradient(top, #5b5a5a, #414142);
	background-image: -ms-linear-gradient(top, #5b5a5a, #414142);
	background-image: -o-linear-gradient(top, #5b5a5a, #414142);
	background-image: linear-gradient(to bottom, #5b5a5a, #414142);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5a5a, endColorstr=#414142);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5b5a5a, endColorstr=#414142)";
}

	.site-nav {
		height: 51px;
		z-index: 9999;
	}

		.site-nav ul {
			height: 51px;
			margin: 0;
			padding: 0;
			white-space: nowrap;
		}

			.site-nav li {
				min-width: 132px;
				height: 51px;
				display: block; 
				float: left;
				position: relative;
			}
			.facebook-nav {
				min-width: 50px!important;
				height: 50px;
				left: -1px;
				
    background-color: #323232;
			
			}
				.site-nav a {
					margin: 10px 0;
					padding: 0 39px;
					color: #fff;
					text-decoration: none;
					text-align: center;
					display: block;
					height: 31px;
					line-height: 31px;
					outline: none;
					font-weight: 300;
					font-size: 1.1em;
				}
				.facebook-nav a {
				    padding: 0px 5px;
				    padding-top: 13px;
				    border-right: 0px solid #616161!important;
				    border-left: 0px solid #616161!important;
				    margin: 0px;
				    height: 38px;
				}
				
				.site-nav ul li a {
					border-left: 1px solid #616161;
				}

				.site-nav ul li.menu-last a {
					border-right: 1px solid #616161;
				}

				.site-nav li:hover,
				.site-nav li:hover > a {
					background: #424242;
					color: #fff;
				}

				.site-nav ul ul {
					background: #424242;
					min-width: 236px;
					height: auto;
					position: absolute;
					top: 100%;
					left: 0;
					opacity: 0;
					visibility: hidden;
					transition: visibility 0s linear 0.15s, opacity 0.15s linear;
				}

				/*.site-nav ul.sub-menu {
					border-right: 1px solid #707070;
				}*/

				.site-nav li:hover > ul {
					opacity: 1;
					visibility: visible;
					transition-delay: 0s;
					overflow: hidden;
				}

					.site-nav ul ul ul {
						top: 0;
						left: 100%;
					}

					.site-nav ul ul li {
						background: url('lib/img/nav-separator.png') 25% 100% no-repeat;
						background-size: 85%;
						margin-top: -1px;
						*background: none;
					}

					.site-nav ul ul li:last-child {
						background: none;
					}

					.site-nav ul ul li,
					.site-nav ul ul a {
						width: 100%;
						padding: 0 20px 0 0;
						text-align: left;
						text-indent: 46px;
						border: none !important;
						white-space: nowrap;
					}

					.site-nav ul ul a:hover,
					.site-nav ul ul li:hover,
					.site-nav ul ul li:hover > a {
						background: #545454;
						color: #fff;
					}
				
/* ==========================================================================
   SEARCH
   ========================================================================== */

#searchform {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-right: none;
	width: 124px;
}

	.search-text {
		width: 76px;
		height: 20px;
		margin: 7px 0 0 9px;
		padding: 0 10px 0 20px;
		border: none;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background-image: url("img/magnifier.png.html"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #2d415e), color-stop(0.5, #2f4b74), color-stop(0.51, #405a80), color-stop(1, #5063ce));
		background-image: url("img/magnifier.png.html"), -moz-linear-gradient(center bottom, #2d415e 0%, #2f4b74 50%, #405a80 51%, #5063ce 100%);
		background-repeat: no-repeat;
		background-color: #6E6E6E; /* Fallback */
		-moz-box-shadow: inset 0 2px 1px 1px #363636;
		-webkit-box-shadow: inset 0 2px 1px 1px #363636;
		box-shadow: inset 0 2px 1px 1px #363636;
		color: #eee;
	}

	.search-text:focus {
		outline: none;
	}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */

.widget-area .widget {
	margin-bottom: 40px;
}

	.widget-area .widget h3 {
		margin-bottom: 10px;
	}

	.widget-area .widget p,
	.widget-area .widget li,
	.widget-area .widget .textwidget {
		font-size: 1.1em;
		line-height: 1.3;
		font-weight: 400;
	}

	.widget-area .widget p {
		margin-bottom: 14px;
	}

	.widget-area .textwidget ul {
		list-style: disc outside;
		margin: 0 0 24px;
	}

	.widget-area .textwidget li {
		margin-left: 36px;
	}

	.widget-area .widget a {
		color: #757575;
	}

	.widget-area .widget a:hover {
		color: #21759b;
	}

/* ==========================================================================
   WIDGETS
   ========================================================================== */

.widget-area .widget ul ul {
	margin-left: 12px;
}

.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}

.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}

.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

.widget-area .widget_nav_menu {
	background: #424242;
}

	.widget-area .widget_nav_menu h3 {
		padding: 13px 20px;
		margin: 0;
	}

	.widget-area .widget_nav_menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		.widget-area .widget_nav_menu ul li {
			height: 55px;
			line-height: 55px;
			background: url('lib/img/nav-separator.png') 50% 100% no-repeat;
			background-size: 85%;
			margin-top: -1px;
			*background: none;
		}

		.widget-area .widget_nav_menu ul li:last-child {
			background: none
		}

		.widget-area .widget_nav_menu ul li:hover,
		.widget-area .widget_nav_menu ul li:hover > a {
			background: #545454;
		}

		.widget-area .widget_nav_menu ul li a,
		.widget-area .widget_nav_menu ul li a:hover {
			color: #fff;
			text-decoration: none;
		}

		.widget-area .widget_nav_menu ul li a {
			text-indent: 45px;
			background: url('lib/img/icon-menu-arrow.png') 11% 50% no-repeat;
			display: block;
			-webkit-transition: all 0.3s ease-out; /* Safari 3.2+, Chrome */
			-moz-transition: all 0.3s ease-out; /* Firefox 4+ */
			-ms-transition: all 0.3s ease-out; /* IE 10+ */
			-o-transition: all 0.3s ease-out; /* Opera 10.5+ */
			transition: all 0.3s ease-out;
		}

		.widget-area .widget_nav_menu ul li a:hover {
			background: url('lib/img/icon-menu-arrow.png') 13% 50% no-repeat;
		}

		.widget-area .widget_nav_menu ul li.title-link:hover {
			background: url('lib/img/nav-separator.png') 50% 100% no-repeat;
		}

		.widget-area .widget_nav_menu ul li.title-link a {
			background: none;
			text-indent: 20px;
			font-weight: 600;
			font-size: 1.2em;
			pointer-events: none;
			cursor: default;
		}

		.widget-area .widget_nav_menu ul li.title-link a:hover {
			background: none;
		}

/* WIDGETS - CUSTOM
   ================ */

.widget-custom .text-white p {
	color: #fff;
}

.widget-green {
	background: #3a7437;
	background: url('lib/img/widget-green.jpg') left top no-repeat;
	background-size: cover;
	-ms-behavior: url(../../../backgroundsize.min.htc);
}

.widget-light-grey {
	background: #bcbcbc;
	background: url('lib/img/widget-light-grey.jpg') left top no-repeat;
	background-size: cover;
	-ms-behavior: url(../../../backgroundsize.min.htc);
}

.widget-dark-grey {
	background: #424242;
}

.widget-inner {
	padding: 20px;
}

	.widget h3 {
		color: #fff;
		font-size: 1.6em;
	}

.widget-light-grey .widget-inner h3 {
	color: #4c4c4c;
}

/* Contact Us */
.widget-contact-us .widget-caption ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.widget-contact-us .widget-caption ul li {
		padding: 0 0 0 27px;
		color: #fff;
		font-size: 1.25em;
		height: 30px;
		line-height: 30px;
		display: block;
		float: left;
	}

	.widget-contact-us .widget-caption ul li a {
		color: #fff;
		text-decoration: none;
	}

	.widget-contact-us .widget-caption ul li a:hover {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}

.widget-contact-us .widget-caption ul li.office {
	background: url('lib/img/icon-contact3.png') left center no-repeat;
}
.widget-contact-us .widget-caption ul li.mobile {
	background: url('lib/img/icon-contact2.png') left center no-repeat;
}
.widget-contact-us .widget-caption ul li.email {
	background: url('lib/img/icon-contact1.png') left center no-repeat;
}

/* WIDGET - GOOGLE MAP
   =================== */

.widget-map {
	overflow: hidden;
	margin: 0;
}

#map-canvas {
	width: 270px;
	height: 200px;
}

div.bubble {
	height: 36px; /* FIXES HEIGHT BUG WHEN CLICKING ON MAP PIN */
	color: #000;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer-outer {
	background-color: #4c4c4c;
	border-top: 1px solid #707070;
}

.footer-outer-2 {
	background-color: #424242;
	height: 51px;
	line-height: 51px;
}

.site-footer {
	padding: 20px 0;
}

	.site-footer a {
		color: #222;
	}

	.site-footer a:hover {
		color: #222;
	}

.footer-block {
	width: 222px;
	margin: 0 30px 0 0;
}

	.footer-block ul,
	.footer-nav-outer ul {
		margin: 0;
		padding: 0;
	}

	.footer-block h4 {
		color: #fff;
		font-size: 1.3em;
		line-height: 1;
		padding-bottom: 10px;
		border-bottom: 1px solid #5e5e5e;
	}

	.footer-block li,
	.footer-block li a {
		text-decoration: none;
		color: #a6a6a6;
		line-height: 1.4;
		letter-spacing: -1px;
	}
	.footer-block li a:hover {
		text-decoration: underline;
		color: #a6a6a6;
	}

.footer-block-last {
	margin: 0;
}

/* Footer Bottom */
.footer-bottom-inner,
.footer-bottom-inner a,
.footer-bottom-inner li,
.footer-bottom-inner li a {
	color: #fff;
	text-decoration: none;
}

.footer-bottom-inner a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-nav {
	padding: 19px 0;
}

.footer-nav li a {
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	height: 13px;
	line-height: 0.9;
	display: block;
	border-right: 1px solid #fff;
}

.footer-nav li.menu-last a {
	border-right: none;
}

.footer-nav-outer {
	margin-left: 50px;
}

	.footer-nav-outer ul li {
		float: left;
		display: block;
	}

.footer-bottom-inner p {
	margin: 0;
}


/* ==========================================================================
   MAIN CONTENT & COMMENTS
   ========================================================================== */

.entry-meta {
	clear: both;
}

.entry-header {
	margin-bottom: 40px;
}

.post-header {
	margin: 0;
}

	.entry-header img.wp-post-image {
		margin-bottom: 24px;
	}

	.entry-header .entry-title {
		font-size: 2.5em;
		line-height: 1.2;
		font-weight: bold;
		padding-bottom: 10px;
		border-bottom: 1px solid #d2d2d2;
	}

	.entry-header .post-title {
		font-size: 1.3em;
		color: #4c4c4c;
		line-height: 1;
		margin: 0 0 3px;
	}

		.entry-header .post-title a {
			text-decoration: none;
			color: #4c4c4c;
		}

		.entry-header .post-title a:hover {
			text-decoration: underline;
		}

	.entry-header .clean-title {
		border: none;
	}

		.entry-header .entry-title a {
			text-decoration: none;
		}

	.entry-header .entry-format {
		margin-top: 24px;
		font-weight: normal;
	}

	.entry-header .comments-link {
		margin-top: 24px;
		font-size: 13px;
		line-height: 1.846153846;
		color: #757575;
	}

	.entry-meta {
		margin: 0 0 10px;
	}

	.comments-link a,
	.entry-meta a {
		font-size: 1.1em;
		color: #355d21;
		text-decoration: none;
	}

	.comments-link a:hover,
	.entry-meta a:hover {
		color: #355d21;
		text-decoration: underline;
	}

	.entry-meta ul.post-categories {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.entry-meta ul.post-categories li {
		float: left;
	}

	.entry-meta ul.post-categories li a {
		color: #4c4c4c;
		text-decoration: none;
		font-weight: 600;
		font-size: 1.1em;
		margin-right: 5px;
	}

	.entry-meta ul.post-categories li a:hover {
		text-decoration: underline;
	}

.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}

.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.4;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.mu_register h2 {
	font-size: 1.6em;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.4;
}

.entry-content ul,
.comment-content ul,
.mu_register ul {
	padding: 0;
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

	.entry-content li,
	.comment-content li,
	.mu_register li {
		margin: 0 0 0 18px;
		padding-left: 15px;
		font-weight: 500;
		color: #355d21;
	}

		.entry-content ul ul,
		.comment-content ul ul,
		.entry-content ol ol,
		.comment-content ol ol,
		.entry-content ul ol,
		.comment-content ul ol,
		.entry-content ol ul,
		.comment-content ol ul {
			margin-bottom: 0;
		}

.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}

	.entry-content blockquote p:last-child,
	.comment-content blockquote p:last-child {
		margin-bottom: 0;
	}

.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}


.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}

	.entry-content dt,
	.comment-content dt {
		font-weight: bold;
		line-height: 1.714285714;
	}

	.entry-content dd,
	.comment-content dd {
		line-height: 1.714285714;
		margin-bottom: 24px;
	}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}

	.entry-content table caption,
	.comment-content table caption {
		font-size: 16px;
		margin: 24px 0;
		margin: 1.714285714rem 0;
	}

	.entry-content td,
	.comment-content td {
		border-top: 1px solid #ededed;
		padding: 6px 10px 6px 0;
	}

.page-links {
	clear: both;
	line-height: 1.714285714;
}

footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

	.single-author .entry-meta .by-author {
		display: none;
	}

.mu_register h2 {
	color: #757575;
	font-weight: normal;
}

/* HEADER BOX
   ========== */

.header-box-outer {
	background: #e1e7de;
	border: 1px solid #dbdbdb;
}

.header-box-inner {
	padding: 40px 40px 35px;
}

	.header-box-inner h2 {
		margin: 0 0 5px;
		font-size: 1.9em;
	}

	.header-box-inner p {
		margin: 0;
		font-size: 1.1em;
		font-weight: 300;
		line-height: 1.4;
	}

/* CASE STUDIES
   ============ */

.case-study-logo {
	background: #fff;
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #d2d2d2;
}

	.case-study-logo:hover {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
		-moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
		box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
		transform:scale(1.03);
		-ms-transform:scale(1.03); /* IE 9 */
		-moz-transform:scale(1.03); /* Firefox */
		-webkit-transform:scale(1.03); /* Safari and Chrome */
		-o-transform:scale(1.03); /* Opera */
		behavior: url(../../../pie/PIE.htc.html); /* IE7 border-radius and shadow support */
	}

.case-study-logo img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(../../../pie/PIE.htc.html); /* IE7 border-radius and shadow support */
}

.case-study-info {
	width: 570px;
}

/* FAQS
   ==== */

.pageQuestions {
	width: 100%;
}

.pageQuestions ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.pageQuestions ul li.faqQues {
	position: relative;
	overflow: hidden;
	background: url('lib/img/faq-bubble1.png') 20px 18px no-repeat;
	margin: 0 0 10px;
	padding-left: 0;
}

.pageQuestions ul li.faqQues.active {
	background: #eeefed url('lib/img/faq-bubble1.png') 20px 18px no-repeat;
}

.pageQuestions .faqQues .faqQuesTitle {
	color: #4c4c4c;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
	padding: 22px 0 22px 60px;
	display: block;
	cursor: pointer;
	border-bottom: 1px solid #dbdbdb;
}
.pageQuestions .faqQues a {
	text-decoration: none;
}

.pageQuestions .faqQues.active a,
.pageQuestions .faqQues:hover a {
	text-decoration: none;
}

.pageQuestions .faqQues .faqAnswerHold {
	display:none;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #eeefed url('lib/img/faq-bubble2.png') 18px 31px no-repeat;
}

.pageQuestions .faqQues .faqAnswerHold p {
	padding: 22px 0 22px 60px;
	margin-bottom: 0;
	color: #4c4c4c;
	font-weight: 400;
}

.pageQuestions ul li.faqQues span.arrow {
	width: 14px;
	height: 9px;
	right: 15px;
	top: 27px;
	background: url('lib/img/faq-arrow-down.png') no-repeat;
}

.pageQuestions ul li.faqQues.active span.arrow {
	background: url('lib/img/faq-arrow-up.png') no-repeat;
}

.pageQuestions ul li.faqQues a {
	border-left: 1px solid #f3f3f3;
	border-right: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
}

.pageQuestions ul li.faqQues.active a {
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
}

/* BLOCK EFFECTS AND TRANSITIONS 
   ============================= */

.work-block-image:hover img,
.service-box-image:hover img,
.post-thumb:hover img {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.work-block-image {
	overflow: hidden;
	width: 313px;
	height: 193px;
}

.work-block-image img,
.service-box-image img,
.post-thumb img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.box-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}

.light-box-shadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.3);
	box-shadow: 0px 0px 10px 0px rgba(40, 40, 40, 0.3);
}

/* OUR BLOG
   ========= */

.post-thumb {
	width: 240px;
	height: 181px;
	overflow: hidden;
	position: relative;
}

.post-content {
	width: 702px;
}

.post-text p {
	margin: 0 0 6px;
}

.with-image {
	width: 440px;
	height: 181px;
}

.blog-list {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #d2d2d2;
}

.blog-list:last-child {
	border: none;
	margin-bottom: 0;
}

/* INDIVIDUAL SERVICE PAGE
   ======================= */

.service-list-title {
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 15px;
	line-height: 1;
}

.service-list li {
	margin-right: 50px;
}

.request-box-outer {
	background: #e1e7de;
	border: 1px solid #dbdbdb;
	margin: 5px 0 20px;
}

.request-box-inner {
	padding: 20px;
}

.request-box-text h2 {
	line-height: 1;
	font-size: 1.25em;
}

/* WHO WE WORK WITH
   ================ */

.client-outer {
	width: 206px;
	height: 290px;
	margin: 0 42px 20px 0;
}

.client-outer.third {
	margin-right: 0;
}

.client-image-wrap {
	width: 206px;
	height: 163px;
	line-height: 163px;
	margin: 0 0 15px;
}

	.client-image {
		width: 204px;
		height: 100%;
		border: 1px solid #d2d2d2;
	}

		.client-image img {
			opacity: 1;
			vertical-align: middle;
		}
		.client-image img:hover {
			opacity: 0.7;
		}

.client-text .client-name h2 {
	margin: 0;
	font-size: 1.3em;
}

.client-service {
	margin: 0 0 10px;
}

	.client-service p {
		font-size: 1.15em;
		font-weight: 300;
		margin: 0 0 2px;
	}

	.client-service a {
		color: #4c4c4c;
		text-decoration: none;
	}

	.client-service a:hover {
		text-decoration: underline;
	}

.helper {
	/*display: inline-block;*/
	display: none;
	height: 100%;
	vertical-align: middle;
}

/* JOB VACANCIES
   ============= */

.vacancy-outer {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 0 40px;
	margin: 0 0 35px;
}

.vacancy-outer.last {
	border: none;
	padding: 0;
	margin: 0 0 5px;
}

	.vacancy-inner h3 {
		font-size: 1.3em;
		margin: 0 0 5px;
	}

.vacancy-outer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.vacancy-outer li {
	float: left;
	display: block;
	font-size: 1.2em;
	height: 15px;
	line-height: 15px;
	margin: 0 0 7px 15px;
	padding: 0 0 0 15px;
	border-left: 1px solid #000;
}

.vacancy-outer li:first-child {
	border: none;
	margin-left: 0;
	padding-left: 0;
}

.vacancy-outer p {
	font-size: 1em;
	font-weight: 300;
	letter-spacing: -0.2px;
	line-height: 1.4;
}

.date-posted {
	height: 44px;
	line-height: 44px;
}

/* OUR TEAM PAGE
   ============= */

.profile-outer {
	width: 330px;
	height: 330px;
	margin: 0 42px 20px 0;
}

.profile-outer.second {
	margin-right: 0;
}

.profile-image {
	margin: 0 0 10px;
	width: 330px;
	height: 165px;
	background: url('lib/img/background-profile.png') no-repeat;
}

	.profile-image img {
		display: block;
	}

.profile-text h2,
.profile-text h3 {
	margin: 0;
}

.profile-text h2 {
	font-size: 1.3em;
	font-weight: 600;
}

.profile-text h3 {
	font-weight: 300;
	font-size: 1.2em;
	margin: 0 0 10px;
}

.profile-text p {
	height: 87px;
	overflow: hidden;
	line-height: 1.4;
	font-size: 1em;
}

/* WORK BLOCK
   ========== */

.work-done-outer {
	border-bottom: 1px solid #d4d4d4;
}

.work-done-inner {
	padding: 40px 0;
}

	.work-done-inner h2 {
		font-size: 1.8em;
		margin: 0 0 33px;
	}

.work-block-inner {
	width: 313px;
	height: 395px;
	background: #5e834c;
	margin-right: 20px;
}

.page-border {
	border-top: 1px solid #d4d4d4;
}

.footer-bar {
	border-bottom: 5px solid #355d21;
	width: 100%;
}

.bg-light {
	background: #f6f6f6;
}

.work-block-inner.third {
	margin: 0;
}

	.work-done-text {
		background: #fff;
		bottom: 0;
		margin: 0 10px 10px 10px;
		padding: 20px 30px;
	}

		.work-done-text h3 {
			margin: 0 0 2px;
			font-size: 1.2em;
			line-height: 1.4;
		}

		.work-done-text h3 a {
			font-weight: 600;
			text-decoration: none;
			color: #4c4c4c;
		}

		.work-done-text h3 a:hover {
			color: #3f6d25;
		}

		.work-done-text .category a:first-child {
			text-decoration: none;
			color: #4c4c4c;
			line-height: 0.8;
			font-weight: 500;
			display: inline-block; *display: inline; *zoom: 1; 
		}

		.work-done-text .category a:first-child:hover {
			border-bottom: 2px solid #4c4c4c;
		}

		.work-done-text .category .sub-service {	
			text-decoration: none;
			line-height: 0.8;
			font-weight: 500;			
		}

		.work-done-text .category .sub-service:hover {
			border-bottom: 2px solid #3f6d25;
		}

		.read-more {
			background: url('lib/img/icon-readmore.png') 0 50% no-repeat;
			padding: 0 0 0 20px;
			font-size: 1.05em;
			font-weight: 500;
			text-decoration: none;
		}

		.read-more:hover {
			background: url('lib/img/icon-readmore.png') 5px 50% no-repeat;
		}

/* PROMO TEXT
   ========== */

.promo-text-outer {
	background: #d7ded4;
	padding: 40px 0;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

	.promo-text-inner h2 {
		font-size: 1.8em;
		margin: 0 0 5px;
	}
	.promo-text-inner p {
		font-size: 1.3em;
		line-height: 1.5;
		margin: 0;
	}

/* LOGO AND TESTIMONIAL BLOCK
   ========================== */

.logo-testimonial-outer {
	padding: 40px 0;
	border-bottom: 1px solid #d4d4d4;
}

	.logo-testimonial-inner {
		border-top: 1px solid #dbdbdb;
		border-bottom: 1px solid #dbdbdb;
	}

		.logo-block-outer,
		.testimonial-outer {
			width: 50%;
		}

		.logo-block-full,
		.testimonial-full {
			width: 100%;
		}

		.logo-block-inner {
			border-right: 1px solid #dbdbdb;
		}

		.logo-block-inner,
		.testimonial-inner {
			min-height: 180px;
			padding: 30px 44px;
			border-bottom: 1px solid #dbdbdb;
		}

		.testimonial-full .logo-block-inner,
		.testimonial-full .testimonial-inner {
			min-height: 145px;
			padding: 0;
			border: none;
			margin: 0 0 40px;
		}

.no-border {
	border: none;
}

/* Block Button */
.block-button {
	height: 52px;
	line-height: 52px;
	background: #e0e4de;
}

.inside-block-button {
	margin: 20px 0 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
}

/* Logos */
.logo-block-inner a,
.logo-strip-blocks a {
	text-decoration: none;
}
.logo-block-inner img {
	opacity: 1;
	padding: 18px 15px;
	vertical-align: middle;
}
.logo-block-inner img:hover,
.logo-strip-blocks img:hover {
	opacity: 0.7;
}

/* Logo Strip */
.logo-strip-blocks img {
	opacity: 1;
	vertical-align: middle;
	padding: 40px 28px 14px;
}
.logo-strip-text p {
	font-size: 0.9em;
	font-weight: 300;
}


/* Testimonial - Text */
.testimonial-inner .quote blockquote {
	margin: 3px auto 10px auto;
	line-height: 1.4;
	font-size: 1.25em;
	font-style: normal;
	padding: 0;
}

.testimonial-wrap blockquote {
	width: 60%;
}

.testimonial-inner .author p {
	margin: 0;
	font-size: 0.85em;
	font-weight: 400;
}

/* Testimonial - Avatar */
.avatar-display-outer {
	background: #fff;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.4);
	-webkit-transition: all 0.12s ease-out; /* Safari 3.2+, Chrome */
	-moz-transition: all 0.12s ease-out; /* Firefox 4+ */
	-ms-transition: all 0.12s ease-out; /* IE 10+ */
	-o-transition: all 0.12s ease-out; /* Opera 10.5+ */
	transition: all 0.12s ease-out;
	behavior: url(../../../pie/PIE.htc.html); /* IE7 border-radius and shadow support */
}

	.avatar-display-outer:hover {
		-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
		-moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
		box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.4);
		transform:scale(1.03);
		-ms-transform:scale(1.03); /* IE 9 */
		-moz-transform:scale(1.03); /* Firefox */
		-webkit-transform:scale(1.03); /* Safari and Chrome */
		-o-transform:scale(1.03); /* Opera */
		behavior: url(../../../pie/PIE.htc.html); /* IE7 border-radius and shadow support */
	}

.avatar-display {
	width: 60px;
	height: 60px;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(../../../pie/PIE.htc.html); /* IE7 border-radius and shadow support */
}

	.avatar-display img {
		width: 60px;
		height: 60px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		behavior: url(../../../pie/PIE.htc.html); /* IE7 border-radius and shadow support */
	}

.avatar-separator {
	width: 100%;
	height: 60px;
}

	.line {
		width: 100%;
		height: 30px;
		display: block;
		border-top: 1px solid #dbdbdb;
		bottom: 0; 
	}

/* SERVICE BOXES
   ============= */

.services-strip-outer {
	background: #f3f3f3;
	height: 228px;
}

	.services-strip-inner {
		padding: 21px;
		background: #f3f3f3;
		top: -60px;
	}

	.service-strip-inner-hub {
		padding: 15px;
	}

.services-box-outer {
	margin: 0 21px 0 0;
}

	.services-box-outer.third {
		margin: 0 1px 0 0;
	}

	.service-box-outer-left {
		margin: 0 15px 0 0;
	}

	.service-box-outer-right {
		margin: 0;
	}

.service-box-image {
	overflow: hidden;
}
.service-box-image img {
	display: block;
}

.service-text {
	width: 253px;
	bottom: 0;
	margin: 0 10px 20px;
	padding: 20px;
	background: #355d21; /* Feedback color */
	background: rgba(53, 93, 33, 0.9); /* For modern browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E5355D21', EndColorStr='#E5355D21')"; /* For IE8 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#E5355D21', EndColorStr='#E5355D21'); /* For IE6,IE7 */
	zoom: 1!important; /* Trigger hasLayout */
}

.service-text-hub {
	width: 429px;
	margin: 0 10px 10px;
}

.service-text-hub-faq {
	width: 187px;
	margin: 0 10px 10px;
}

	.service-text h2 {
		line-height: 1;
		font-size: 1.8em;
		color: #fff;
		margin: 0 0 14px;
	}

	.service-text p {
		color: #fff;
		font-weight: 300;
		line-height: 1.4;
		margin: 0 0 40px;
	}

	.service-text-hub-faq p.desc {
		margin: 0 0 15px;
	}

.service-text-menu {
	width: 429px;
	height: 218px;
	margin: 0;
}

	.service-text-menu h2 {
		color: #fff;
	}

	.service-text-menu h3 {
		color: #fff;
		font-size: 1.3em;
		font-weight: 500;
	}

.service-nav {
	width: 214px;
}

	.service-nav ul {
		padding: 0;
		margin: 0;
	}

	.service-nav a {
		color: #fff;
		text-decoration: underline;
		font-size: 1.1em;
		background: url('lib/img/icon-readmore-white.png') 0 50% no-repeat;
		padding: 0 0 0 20px;
		-webkit-transition: all 0.07s ease-out; /* Safari 3.2+, Chrome */
		-moz-transition: all 0.07s ease-out; /* Firefox 4+ */
		-ms-transition: all 0.07s ease-out; /* IE 10+ */
		-o-transition:all 0.07s ease-out; /* Opera 10.5+ */
		transition: all 0.07s ease-out;
	}

	.service-nav a:hover {
		background: url('lib/img/icon-readmore-white.png') 5px 50% no-repeat;
	}

.float-nav {
	width: 100%;
	margin-top: 10px;
}

.float-nav ul li {
	float: left;
	width: 214px;
}

/* GRAVITY FORMS - WRAPPER
   ======================= */

.gform_wrapper {
	float: left;
}

.gform_wrapper,
#gforms_confirmation_message {
	padding: 35px 30px 30px;
	background: #e1e7de;
	border: 1px solid #dbdbdb;
	-webkit-transition: all 0.12s ease-out;
	-moz-transition: all 0.12s ease-out;
	-ms-transition: all 0.12s ease-out;
	-o-transition: all 0.12s ease-out;
	transition: all 0.12s ease-out;
}

.gform_wrapper .gform_body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gform_wrapper .gform_body ul li {
	padding: 0;
	margin: 0;
	position: relative;
}

/* GRAVITY FORMS - HEADER
   ====================== */

.gform_heading h3,
.gform_confirmation_message h3 {
	font-size: 1.9em;
	margin: 0 0 30px;
	font-weight: 600;
	line-height: 1;
}

.gform_confirmation_message p {
	margin: 0;
}

/* GRAVITY FORMS - INPUT FIELDS
   ============================ */

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
	width: 566px;
	font-size: 1em;
	font-family: "franklin-gothic-urw", Arial, Sans-Serif;
	font-weight: 400;
	padding: 12px 20px;
	margin: 0 0 18px;
	color: #4c4c4c;
	border: 1px solid #d5d4d4;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	--appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: 0;
	display: block;
	background: #f9f9f9;
	resize: none;
}

.gform_wrapper .ginput_container textarea {
	height: 164px;
}

/* Browser Fixes */

.gform_wrapper .ginput_container select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.gform_wrapper .ginput_container select::-ms-expand { /* REMOVE IE DROP-DOWN ARROW */
	display: none;
}

.gform_wrapper .ginput_container select {
	width: 608px;
	background: #fff;
	background: url('lib/img/select-arrows-full.png') no-repeat 100% 53%, #fff;
}

/* Mozilla Dropdown Arrow Fix */

@-moz-document url-prefix() {

	.gform_wrapper .ginput_container {
		margin: 0 auto;
		overflow: hidden;
	}

	.gform_wrapper .ginput_container select {
		width: 110%;
		overflow: hidden;
		height: 46px;
	}

	.gform_wrapper .ginput_container select {
		background: url('lib/img/select-arrows-ff.png') no-repeat 90.4% 50%, #fcfbfb;
		padding-left: 15px; /* TEXT ALIGNMENT FIX */
	}

}

/* Form Errors */

div.validation_error {
	display: none;
}

div.validation_message {
	display: none;
}

.gform_wrapper form .gfield_error ::-webkit-input-placeholder { /* WebKit browsers */
    color: #e00303;
}
.gform_wrapper form .gfield_error :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #e00303;
    opacity: 1;
}
.gform_wrapper form .gfield_error ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #e00303;
    opacity: 1;
}
.gform_wrapper form .gfield_error :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #e00303;
}

/* Validation */

.gfield_error .ginput_container input,
.gfield_error .ginput_container textarea {
	border: 1px solid #e00303 !important;
}

span.gfield_required {
	color: #e00303;
	margin: 0 0 0 1px;
}

.gform_validation_container {
	display: none;
}

/* Disable AJAX spinning wheel */

.gform_ajax_spinner {
	display: none
}

/* GRAVITY FORMS - LABELS
   ====================== */

.gform_wrapper .gform_body label {
	display: none;
}

/* GRAVITY FORMS - PLACEHOLDER TEXT
   ================================ */

/* Change colour of placeholder text  */

.gform_wrapper form ::-webkit-input-placeholder { /* WebKit browsers */
    color: #4c4c4c;
}
.gform_wrapper form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #4c4c4c;
    opacity: 1;
}
.gform_wrapper form ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4c4c4c;
    opacity: 1;
}
.gform_wrapper form :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #4c4c4c;
}

/* GRAVITY FORMS - FOOTER
   ====================== */

.gform_footer {
	padding: 0;
	clear: both;
	float: left;
}

.gform_footer input[type="submit"] {
	margin-right: 10px; /* Moves the AJAX submit animation a bit to the right */
	color: #fff !important;
	padding: 0 20px;
	border: 1px solid #3c3b3b;
	background: #5c5b5b;
	background-image: -webkit-linear-gradient(top, #5c5b5b, #3c3c3d);
	background-image: -moz-linear-gradient(top, #5c5b5b, #3c3c3d);
	background-image: -ms-linear-gradient(top, #5c5b5b, #3c3c3d);
	background-image: -o-linear-gradient(top, #5c5b5b, #3c3c3d);
	background-image: linear-gradient(to bottom, #5c5b5b, #3c3c3d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5c5b5b, endColorstr=#3c3c3d);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5c5b5b, endColorstr=#3c3c3d)";
	font-family: "franklin-gothic-urw", Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: 400;
	font-weight: 400\9; /* IE 8 */
	*font-weight: 400; /* IE 7 */
	height: 42px; /* FIXES ASSUMED HEIGHT ON FIREFOX */
	line-height: 40px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	text-decoration: none;
	float: left;
	outline: none;
}

.gform_footer input[type="submit"] {
	margin: 20px 0 0;
}

.gform_footer input[type="submit"]:hover {
	background: #3c3c3d;
}

/* SERVICE CAROUSEL
   ================ */

.service-slider-wrapper {
	width: 700px;
}

ul.service-carousel {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 380px !important;
	overflow: hidden;
}

	ul.service-carousel li {
		height: 380px;
		overflow: hidden;
		*width: 100%; /* Fix for IE7 aligning content to the right */
		*left: 0;
		margin: 0;
		padding: 0;
	}

.service-carousel img {
	min-width: 700px;
	height: auto;
}

.homeSlideHolder {
	height: 380px;
	overflow: hidden;
	margin: 0 0 10px;
}

.homePageHolder {
	margin: 0 0 25px;
}

.caseStudyHolder {
	margin: 0;
}

.pager-image {
	margin: 0 10px 0 0;
}

.fifth {
	margin: 0;
}

#bx-pager div {
	position: relative;
	margin-bottom: 9px;
}
#bx-pager > a > div:before {
	opacity: 0;
}
#bx-pager > a.active > div:before {
	content: '';
	position: absolute;
	opacity: 1;
	background-color: rgba(53,93,33,0.7);
	width: 132px;
	height: 87px;
	z-index: 10;
	top: 0;
	left: 0;
	display: block;
}

/* HOMEPAGE CAROUSEL
   ================= */

.green-bg {
	background: #355d21;
}

.homepage-carousel ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.homepage-carousel li {
	display: none; /* Stops list items from showing before carousel has loaded */
}

.homepage-hub-outer {
	height: 447px;
}

.homepage-hub-inner {
	height: 447px;
	overflow: hidden;
	*width: 100%; /* Fix for IE7 aligning content to the right */
	*left: 0;
}

.front-carousel img {
	min-width: 100%;
	height: auto;
}

.service-hub-block {
	width: 472px;
	margin: 37px 0 0 67px;
	background: #355d21; /* Feedback color */
	background: rgba(53, 93, 33, 0.9); /* For modern browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E5355D21', EndColorStr='#E5355D21')"; /* For IE8 */
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#E5355D21', EndColorStr='#E5355D21'); /* For IE6,IE7 */
	zoom: 1!important; /* Trigger hasLayout */
	border: 1px solid #294919;
}

.service-hub-block-inner {
	padding: 19px;
	color: #fff;
}

.service-hub-block-inner h1 {
	font-size: 1.9em;
	font-weight: 600;
	margin: 0 0 8px;
}

	.service-hub-block-inner h1 a {
		font-weight: 300;
		color: #8dc63f;
		text-decoration: none;
	}

	.service-hub-block-inner h1 a:hover {
		border-bottom: 1px solid #8dc63f;
	}

.service-hub-block-inner p {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.4;
	margin: 0 0 17px;
}

/* HOMEPAGE CAROUSEL - CONTROLS
   ============================ */

.homepage-carousel .bx-wrapper .bx-prev,
.homeSlideHolder .bx-wrapper .bx-prev {
	left: 30px;
	background: url('lib/img/icon-arrows.png') no-repeat 0 0;
}

.homepage-carousel .bx-wrapper .bx-next,
.homeSlideHolder .bx-wrapper .bx-next {
	right: 30px;
	background: url('lib/img/icon-arrows.png') no-repeat -25px 0;
}

.homepage-carousel .bx-wrapper .bx-prev:hover,
.homeSlideHolder .bx-wrapper .bx-prev:hover {
	background: url('lib/img/icon-arrows-hover.png') no-repeat 0 0;
}

.homepage-carousel .bx-wrapper .bx-next:hover,
.homeSlideHolder .bx-wrapper .bx-next:hover {
	background: url('lib/img/icon-arrows-hover.png') no-repeat -25px 0;
}

.homepage-carousel .bx-wrapper .bx-controls-direction a,
.homeSlideHolder .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 46%;
	outline: 0;
	width: 25px;
	height: 39px;
	text-indent: -9999px;
	z-index: 9999;
}

/* ==========================================================================
   BX SLIDER
   ========================================================================== */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('lib/js/bxslider/images/bx_loader.gif.html') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
	-webkit-transition: all 0.07s ease-out; /* Safari 3.2+, Chrome */
	-moz-transition: all 0.07s ease-out; /* Firefox 4+ */
	-ms-transition: all 0.07s ease-out; /* IE 10+ */
	-o-transition:all 0.07s ease-out; /* Opera 10.5+ */
	transition: all 0.07s ease-out;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

#cc-container {
    width: 100%;
    background: #E4E6E6;
    position: relative;
    vertical-align: baseline;
}

#cc-container * {
    vertical-align: baseline;
}

.cc-wrap {
    margin: 0 auto;
    padding: 20px 0;
    background-color: #E4E6E6;
    color: #252424;
    text-align: center;
}

    .cc-wrap h2 {
        margin: 0 0 3px;
        padding: 8px 0 0;
        color: #252424;
        font-size: 0.875em;
    }

    .cc-wrap a {
        color: #252424;
        font-weight: normal;
        text-decoration: underline;
        vertical-align: baseline;
    }

    .cc-wrap a.accept-link {
        color: #252424;
        font-size: 1.25em;
        font-weight: bold;
    }

    .cc-wrap a.accept-link:hover {
        color: #252424;
    }

#cc-notice {
    padding: 0 20px;
    font-size: 0.875em;
    line-height: 1.3;
}

#cc-notice-text {
    vertical-align: baseline;
}



/*====Mobile optimisation====*/

.nav-toggle {
    display: none;
    font-size: 1.3em;
    text-decoration: none;
    color: #fff;
    padding: 2% 0;
    margin: 0 4%;
    background: url('../../uploads/2016/03/icon-menu.png') no-repeat center right;
}

.nav-toggle:hover,
.nav-toggle:focus {
    color: #fff;
}

.nav-toggle.open {
    background: url('../../uploads/2016/03/icon-menu-close.png') no-repeat center right;
}


@media (max-width: 1024px) {

.nav-toggle {
    display: block;
}

body {
    min-width: 100%;
}

.site-wrap {
    width: 100%;
}

.max-wrap {
    width: 100%;
}

.site-header {
	height: auto;
}

.logo {
    max-width: 60%;
    height: auto;
    margin-left: 2%;
}

.contact-header-outer {
	width: 36%;
    margin: 0 2% 0 0;
}
.contact-header-inner p.fl {
	float: none;
	text-align: right;
}

/*
.menu-primary-nav-container:before {
    content: "Menu";
    display: block;
    color: #fff;
    margin: 2% 0 2% 4%;
    width: 96%;
    font-size: 1.3em;
    cursor: pointer;
}
*/

.menu-primary-nav-container .nav-menu {
    display: none;
    min-height: 600px;
}

.menu-primary-nav-container.open .nav-menu,
.menu-primary-nav-container:hover .nav-menu {
    display: block;
}

.site-nav,
.site-nav ul {
    height: auto;
}

.site-nav li {
	float: none;
	height: auto;
}

.site-nav a {
	padding: 0;
    width: 100%;
    text-align: left;
    text-indent: 4%;
}

.site-nav ul ul {
	display: none;
	position: relative;
	top: auto;
    left: auto;
}

.site-nav ul ul li, 
.site-nav ul ul a {
    text-align: left;
    text-indent: 4%;
}

.site-nav li:hover, 
.site-nav li:hover > a,
.site-nav ul ul,
.site-nav ul ul a:hover, 
.site-nav ul ul li:hover, 
.site-nav ul ul li:hover > a {
    background: #355d21;
}

.site-nav ul ul a:hover, 
.site-nav ul ul li:hover, 
.site-nav ul ul li:hover > a {
    background: inherit;
}

.site-nav li:hover > ul {
	display: block;
}

.site-nav ul li a {
	font-size: 1.4em;
}

ul.sub-menu li a {
    font-size: 1em;
}

.site-nav li.facebook-nav {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.site-nav li.facebook-nav a:after {
	content: "Visit our Facebook page";
	font-size: 0.8em;
	margin-left: 2%;
}
.services-strip-outer {
    height: auto;
    min-height: 270px;
}

.services-box-outer.third,
.services-box-outer {
    margin: 1%;
    width: 31.3%;
}

.service-box-outer-right,
.service-box-outer-left {
    width: 48%;
}

.service-text {
    width: 84%;
    margin: 4%;
    padding: 4%;
    height: auto;
}

.service-nav {
	width: 49%;
}

.service-nav a {
    font-size: .9em;
}

.promo-text-outer {
    padding: 40px 4%;
}

.work-block-image {
    width: 100%;
    height: auto;
}

.work-done-inner {
    padding: 40px 4%;
    width: 92%;
}

.work-done-text {
    margin: 4%;
    padding: 3%;
    width: 86%;
    min-height: 55%;
}

.work-block-inner {
    width: 32%;
    height: 395px;
    background: #5e834c;
    margin-right: 2%;
}

.work-block-image img, 
.service-box-image img, 
.post-thumb img {
    max-width: 100%;
}

.logo-strip-blocks img {
    padding: 4%;
    width: 10%;
}

.logo-strip-inner {
    width: 92%;
}

.footer-outer {
    width: 92%;
    padding: 0 4%;
}

.footer-block {
    width: 22%;
    margin: 0 3% 0 0;
}

.footer-outer-2 {
    width: 92%;
    padding: 0 4%;
}

.logo-block-inner, .testimonial-inner {
    min-height: 250px;
}

.entry-header {
    margin-bottom: 40px;
    margin: 0 4% 40px;
}

#primary {
    width: 60%;
    margin: 0 4%;
}

#secondary {
    width: 28%;
    margin-right: 4%;
}

.service-slider-wrapper {
    width: 100%;
}

.pager-image.fifth,
.pager-image {
	width: 30%;
	margin: 0 1.5%;
}
.pager-image img {
	width: 100%;
}

#bx-pager div {
    margin-bottom: 0;
}

#bx-pager > a.active > div:before {
	width: 100%; 
	height: 90%
}

.gform_wrapper {
    width: 92%;
    padding: 4%;
}

.gform_wrapper .ginput_container input,  
.gform_wrapper .ginput_container textarea {
	width: 90%;
}

.gform_wrapper .ginput_container select {
	width: 97%;
}

.client-outer.third {
    margin-right: 42px;
}

.content-right img,
.content-left img {
    max-width: 100%;
    height: auto;
}

.homepage-hub-inner,
.homepage-hub-outer {
    height: 350px;
}

.front-carousel img {
    width: 100%;
}

.homepage-carousel .bx-wrapper .bx-controls-direction a, 
.homeSlideHolder .bx-wrapper .bx-controls-direction a {
    top: 30%;
}


} /*max-width 1024px*/


@media (max-width: 768px) {

#primary,
#secondary {
    width: 92%;
    margin: 4%;
}

.services-box-outer.fl {
    float: none;
    margin: 4%;
}

.services-strip-inner {
	width: 96%;
    padding: 0;
    margin: 0 3%;
}

.services-box-outer.third, 
.services-box-outer {
    width: 92%;
}

.service-box-image img {
    width: 100%;
    margin: 0;
}

.services-strip-inner.abs {
    position: relative;
}

.services-strip-outer {
    height: auto;
}

.work-block-inner {
    width: 100%;
    height: 600px;
    margin-bottom: 8%;
}

.work-block-image img {
	width: 100%;
	height: auto;
}

.work-done-text {
    min-height: 30%;
}

.work-block-image:hover img, .service-box-image:hover img, .post-thumb:hover img {
    -webkit-transform: none;
    transform: none;
}

.service-text {
    width: 84%;
    margin: 4%;
    padding: 4%;
}

.service-text h2 {
    font-size: 2.8em;
}

.promo-text-outer {
    padding: 40px 8%;
}

.footer-block {
    width: 48%;
    margin: 0 2% 30px 0;
}

.footer-outer-2 {
    height: auto;
}

.footer-nav-outer {
    margin-left: 0px;
}

.footer-nav-outer ul li,
.footer-nav-outer,
.footer-copyright {
    float: none;
    font-size: 0.9em
}

.footer-nav li a {
    padding-top: 10px;
}

.homepage-hub-inner,
.homepage-hub-outer {
    height: 300px;
}

.widget-area .widget_nav_menu ul li a {
    background: url('lib/img/icon-menu-arrow.png') 20px 50% no-repeat;
}

} /*max-width 768px*/


@media (max-width: 680px) {

.logo {
    max-width: 80%;
}

.contact-header-outer {
	width: 96%;
	margin: 0 2% 20px;
}

.contact-header-inner p.fl {
    float: left;
}

.work-block-inner {
    width: 100%;
    height: 350px;
    margin-bottom: 8%;
}


.work-done-text {
    min-height: 30%;
}

.logo-block-outer, 
.testimonial-outer {
	width: 100%;
	float: none;
}
.logo-block-inner, 
.testimonial-inner {
    min-height: 0px;
}

.logo-strip-blocks img {
    padding: 4% 10%;
    width: 28%;
}

.homepage-hub-inner,
.homepage-hub-outer {
    height: 250px;
}

.homepage-carousel .bx-wrapper .bx-controls-direction a, 
.homeSlideHolder .bx-wrapper .bx-controls-direction a {
    top: 20%;
}

.service-box-outer-right {
    min-height: 350px;
    margin-top: 20px;
}

.col6 {
    width: 92%;
    float: none;
}

.service-nav {
    width: 92%;
    margin-bottom: 10px;
}

.service-nav a {
    font-size: 1.1em;
}

.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container textarea {
    width: 86%;
}

.contact-header-inner p {
    font-size: 1.2em;
    text-decoration: none;
}

} /*max-width 680px*/