/*
	Theme Name:  Local Website Design
	Theme URI:   http://netcoding.net/
	Author:      Net Coding
	Author URI:  http://netcoding.net/about/
	Description: Local Website Design's WordPress Template.
	Version:     1.1.0
	License:     Unknown
	License URI: Unknown
*/

/* Main Styles & Wrappers */
@font-face {
	font-family: 'AvenirNextLTPro-Regular';
	src: url('assets/fonts/AvenirNextLTPro-Regular.eot');
	src: url('assets/fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'),
	     url('assets/fonts/AvenirNextLTPro-Regular.woff') format('woff'),
	     url('assets/fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
	     url('assets/fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
}
@font-face {
	font-family: 'AvenirNextLTPro-DemiCn';
	src: url('assets/fonts/AvenirNextLTPro-DemiCn.eot');
	src: url('assets/fonts/AvenirNextLTPro-DemiCn.eot?#iefix') format('embedded-opentype'),
	     url('assets/fonts/AvenirNextLTPro-DemiCn.woff') format('woff'),
	     url('assets/fonts/AvenirNextLTPro-DemiCn.ttf') format('truetype'),
	     url('assets/fonts/AvenirNextLTPro-DemiCn.svg#AvenirNextLTPro-DemiCn') format('svg');
}
@font-face {
	font-family: 'AvenirNextLTPro-MediumCn';
	src: url('assets/fonts/AvenirNextLTPro-MediumCn.eot');
	src: url('assets/fonts/AvenirNextLTPro-MediumCn.eot?#iefix') format('embedded-opentype'),
	     url('assets/fonts/AvenirNextLTPro-MediumCn.woff') format('woff'),
	     url('assets/fonts/AvenirNextLTPro-MediumCn.ttf') format('truetype'),
	     url('assets/fonts/AvenirNextLTPro-MediumCn.svg#AvenirNextLTPro-MediumCn') format('svg');
}
@font-face {
	font-family: 'AvenirNextLTPro-HeavyCn';
	src: url('assets/fonts/AvenirNextLTPro-HeavyCn.eot');
	src: url('assets/fonts/AvenirNextLTPro-HeavyCn.eot?#iefix') format('embedded-opentype'),
	     url('assets/fonts/AvenirNextLTPro-HeavyCn.woff') format('woff'),
	     url('assets/fonts/AvenirNextLTPro-HeavyCn.ttf') format('truetype'),
	     url('assets/fonts/AvenirNextLTPro-HeavyCn.svg#AvenirNextLTPro-HeavyCn') format('svg');
}
@font-face {
	font-family: 'Avenir-35-Light';
	src: url('assets/fonts/Avenir 35 Light.eot');
	src: url('assets/fonts/Avenir 35 Light.eot?#iefix') format('embedded-opentype'),
	     url('assets/fonts/Avenir 35 Light.woff') format('woff'),
	     url('assets/fonts/Avenir 35 Light.ttf') format('truetype'),
	     url('assets/fonts/Avenir 35 Light.svg#Avenir-35-Light') format('svg');
}
@font-face {
	font-family: 'Avenir-LT-35-Light';
	src: url('assets/fonts/Avenir LT 35 Light.eot');
	src: url('assets/fonts/Avenir LT 35 Light.eot?#iefix') format('embedded-opentype'),
	     url('assets/fonts/Avenir LT 35 Light.woff') format('woff'),
	     url('assets/fonts/Avenir LT 35 Light.ttf') format('truetype'),
	     url('assets/fonts/Avenir LT 35 Light.svg#Avenir-LT-35-Light') format('svg');
}
@font-face {
	font-family: 'Avenir-65-Medium';
	src: url('assets/fonts/Avenir 65 Medium.eot');
	src: url('assets/fonts/Avenir 65 Medium.eot?#iefix') format('embedded-opentype'),
	     url('assets/fonts/Avenir 65 Medium.woff') format('woff'),
	     url('assets/fonts/Avenir 65 Medium.ttf') format('truetype'),
	     url('assets/fonts/Avenir 65 Medium.svg#Avenir-65-Medium') format('svg');
}
@font-face {
	font-family: 'Avenir-85-Heavy';
	src: url('assets/fonts/Avenir 85 Heavy.eot');
	src: url('assets/fonts/Avenir 85 Heavy.eot?#iefix') format('embedded-opentype'),
	     url('assets/fonts/Avenir 85 Heavy.woff') format('woff'),
	     url('assets/fonts/Avenir 85 Heavy.ttf') format('truetype'),
	     url('assets/fonts/Avenir 85 Heavy.svg#Avenir-85-Heavy') format('svg');
}

body {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12.82px;
}

table {
	border-collapse: separate;
	border-spacing: 10px;
}

a, a:visited {
	color: #52924E;
	text-decoration: none;
}
	/*a:visited {
		color: #52924E !important;
	}*/
	a:hover {
		color: #52924E;
	}

tr, td, table {
	vertical-align: middle;
}

p, ul, li {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
	font-weight: lighter;
}
h1, h2, h3, .plus-title {
	font-weight: normal;
	font-family: 'AvenirNextLTPro-DemiCn';
	margin: 0px;
	margin-bottom: 15px;
	-webkit-font-smoothing: antialiased !important;
}

/* Plus Symbol */
.plus, .plus32,
.plus-green, .plus32-green,
.plus-title, .plus32-title,
.plus-title-green, .plus32-title-green {
	background: url('assets/images/plus.png') no-repeat left center;
	padding-left: 64px;
	line-height: 44px;
	overflow: hidden;
	vertical-align: middle;
}
.plus-green,
.plus32-green {
	background-color: #6F962A;
	color: #FFF !important;
}
.plus-title .entry-title,
.plus32-title .entry-title,
.plus-title-green .entry-title,
.plus32-title-green .entry-title {
	line-height: 100%;
	margin-bottom: 5px;
}
.plus-title .entry-meta {
	margin-bottom: 0px !important;
}

div[id^="theme_"] .wp-caption-text {
	text-align: center;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	width: 100%;
}

.container {
	overflow: hidden;
}
.container, .container-soft {
	width: 1020px;
	margin: 0px auto;
}

#content {
	overflow: hidden;
	margin-bottom: 40px;
}
	#content #left {
		width: 65%;
		float: left;
	}
	#content .post {
		/*height: 100%;*/
		margin-bottom: 40px;
	}
	#content .post-nomargin {
		margin-bottom: 0px;
	}
	#content .post a,
	#content .page a {
		color: #3F521B;
	}
	#content .entry-content {
		overflow: hidden;
		margin-bottom: 20px;
	}
	#content .entry-meta {
		line-height: 100%;
		margin-bottom: 25px;
	}
	#content .edit-link {
		display: inline-block;
	}
	#content ol li,
	#content ul li {
		line-height: 1.5em;
		margin-top: 3.75px;
	}
	#content ul.spaced li {
		line-height: 2.2em;
		margin-top: 7.5px;
	}
	#content ul.styled li,
	#content ul.styled.spaced li {
		padding-left: 12px;
		background: url('assets/images/list_arrow.png') no-repeat 0px 5px;
	}
	#content ul.styled.spaced li {
		background-position: 0px 9px;
	}
	#content ol ol,
	#content ol ul,
	#content ul ol,
	#content ul ul {
		padding-left: 15px;
	}

/* Header */
#header {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #918F8F;
}
	#header ul {
		padding: 0px;
	}
	#header #logo {
		background: url('assets/images/logo.png') no-repeat top left;
		background-size: 100% 100%;
		display: block;
		width: 319px;
		height: 73px;
		float: left;
		margin-top: 20px;
	}
	#header #line-top {
		border-bottom: 1px solid #918F8F;
	}
	#header .line-pad {
		clear: both;
		padding-top: 10px;
	}
	#header #info {
		margin-top: 20px;
		margin-right: 10px;
		float: right;
	}
		#header #clients {
			float: left;
			font-size: 11.54px;
			font-family: 'Avenir-65-Medium';
			margin-right: 20px;
			border-right: 1px solid #A5A6A7;
		}
			#header #clients a {
				display: block;
				padding: 8px;
				padding-right: 20px;
				padding-left: 20px;
			}
		#header .social {
			overflow: hidden;
			float: left;
		}
		#header #motto {
			position: absolute;
			top: 50%;
			margin-top: -39px;
			text-transform: uppercase;
		}
			#header #motto h1 {
				font-family: 'Avenir-85-Heavy';
				font-size: 34.61px;
			}

/* Rotator */
#rotator {
	/*width: 100%;*/
}
	#rotator .slider-wrapper {
		margin-left: -125px;
	}
	#rotator img {
		display: none;
	}
	/*#rotator ul {
		width: 100%;
		height: 100%;
		margin: 0px;
	}
	#rotator ul li {
		margin: 0px;
		position: absolute;
	}*/

/* (Header) Navigation Menu */
#header .nav-wrapper {
	float: right;
	position: relative;
	margin-top: 20px;
}
#header .green-line {
	height: 5px;
	position: absolute;
	top: -5px;
	width: 10px;
	display: none;
	background-color: #6F962A;
}
#header nav.menu {
	font-family: 'Avenir-85-Heavy';
	-webkit-font-smoothing: antialiased !important;
	text-transform: uppercase;
	font-size: 13.25px;
	line-height: 100%;
}
	#header nav.menu ul {
		position: relative;
		display: inline-table;
	}
		#header nav.menu ul:after {
			content: "";
			clear: both;
			display: block;
		}
		#header nav.menu ul li {
			float: left;
			white-space: nowrap;
		}
			#header nav.menu ul li:hover {
				/* ... */
			}
				#header nav.menu ul li:hover a {
					/* ... */
				}
				#header nav.menu ul li:hover > ul,
				#header nav.menu ul.fancy li:hover > ul {
					display: block;
					z-index: 999;
				}
				#header nav.menu ul.fancy li:hover > ul {
					display: none;
				}
			#header nav.menu ul li a {
				display: block;
				color: #000;
				padding: 10px;
				padding-left: 15px !important;
				padding-right: 15px !important;
			}
				#header nav.menu ul li a:visited {
					color: #000;
				}
				#header nav.menu ul li a:hover {
					color: #6F962A;
				}
		#header nav.menu ul ul {
			display: none;
			z-index: 999;
			background: #fff;
			padding: 0;
			position: absolute;
			top: 100%;
			border-top: 1px solid #52924E;
			border-left: 1px solid #52924E;
			border-right: 1px solid #52924E;
		}
			#header nav.menu ul ul li {
				border-bottom: 1px solid #52924E;
				float: none; 
				position: relative;
			}
				#header nav.menu ul ul li a {
					padding: 12px 20px;
				}	
					#header nav.menu ul ul li a:hover {
						color: #6F962A;
					}
			#header nav.menu ul ul ul {
				position: absolute;
				left: 100%;
				top: 0;
				margin-top: -1px; /* maybe */
			}

/* (Footer) Navigation Menu */
#footer nav.menu {
	float: left;
}
	#footer nav.menu ul {
		list-style: none;
		position: relative;
		display: inline-table;
		padding-left: 5px;
	}
		#footer nav.menu ul:after {
			content: "";
			clear: both;
			display: block;
		}
		#footer nav.menu ul li {
			float: left;
			white-space: nowrap;
		}
			#footer nav.menu ul li a {
				margin-right: 5px;
			}

/* Sidebar(s) */
#sidebar {
	width: 285px;
	float: right;
	padding-left: 35px;
	border-left: 1px solid #A5A6A7;
}
	#sidebar ul {
		list-style-type: none;
	}
	#sidebar .widget-container {
		margin-bottom: 30px;
	}
	.widget-home-middle .widget-title,
	#sidebar .widget-default .widget-title {
		text-transform: uppercase;
	}
	.widget-home-middle .widget-title {
		padding-bottom: 15px;
		border-bottom: 2px solid #B2B3B6;
	}
	.widget-home-middle .widget-title span {
		display: block;
	}
	.widget-home-middle,
	.widget-home-footer {
		float: left;
		width: 23%;
		margin-left: 25px;
	}
	.widget-home-middle:first-child,
	.widget-home-footer:first-child {
		margin-left: 0px;
	}
	.widget-home-footer {
		color: #FFF;
	}
		.widget-home-footer .widget-title {
			color: #BBDC00;
			font-family: 'Avenir-35-Light';
			font-weight: lighter;
			padding-bottom: 8px;
			border-bottom: 5px solid #BBDC00;
		}
		.widget-home-footer #head-office {
			font-family: 'Avenir-65-Medium';
			font-size: 14.16px;
		}

#sidebar-home-middle {
	border-bottom: 1px solid #B2B3B6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#sidebar-home-middle .service {
	margin-bottom: 0px;
}
#sidebar-home-middle,
#sidebar-footer {
	overflow: hidden;
}

/* Footer */
#footer {
	background-color: #6F962A;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

/* COMMENTS */
#allcomments {
	margin-top: 40px;
}
	#allcomments .comment {
		margin-bottom: 30px;
	}

/* Gallery */
.gllr_single_image_text {
	text-align: center;
}
.gllr_image_row {
	overflow: hidden;
	margin-bottom: 25px;
}

/* Portfolio Fix */
.the-thumb {
	display: none;
}
.dzsportfolio .items {
	display: none;
}

/* Request A Quote */
#request-left {
	float: left;
	background-image: url('assets/images/vertical-line.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 30px;
	width: 31%;
	clear: both;
}
#request-right {
	float: left;
	background-image: url('assets/images/vertical-line.gif');
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 20px;
	position: relative;
	margin-left: -1px;
	width: 644px;
	height: 764px;
}
.request-slider:first-child {
	margin-top: 0px;
}
.request-slider {
	margin-top: 40px;
}

/* Contact Us */
#content-left {
	float: left;
	background-image: url('assets/images/vertical-line.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 44%;
	padding-right: 45px;
	clear: both;
}
#content-right {
	float: left;
	background-image: url('assets/images/vertical-line.gif');
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	margin-left: -1px;
	padding-left: 40px;
	width: 47%;
}
#assessment-list {
	overflow: hidden;
}
#assessment-list li {
	float: left;
	width: 45%;
	padding-bottom: 5px;
	margin-top: 6px;
}
.wpcf7-list-item {
	width: 100%;
	display: block;
}
.contact_label {
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
	padding-top: 3px;
}
.contact_req {
	color: red;
	vertical-align: top;
	padding-left: 5px;
}
.contact_submit {
	padding: 5px 10px;
}


.service {
	margin-bottom: 30px;
}


.company {
	/*margin-top: 15px;*/
	/*overflow: hidden;*/
}
.company .c_header {
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0px 4px 10px;
	margin-bottom: 10px;
	/*text-indent: 10px;*/
	width: 100%;
	color: #fff;
	background-color: #83c027;
}
.company .c_group {
	/*margin-top: 20px;*/
	margin-bottom: 20px;
}
.company .cg_group {
	margin-bottom: 10px;
}
.company .c_content {
	margin-left: 20px;
}
.company .cg_header {
	font-weight: bold;
	font-size: 12px;
	/*text-indent: 10px;*/
}
.company .cg_desc {
	padding: 0px;
	margin-top: 0px;
	font-style: italic;
	font-size: 11px;
	/*text-indent: 10px;*/
}
.company .cg_list {
/*list-style-position: outside;
list-style-type: square;
	list-style-image: url('assets/images/h3_s.png');*/
}
.company .cg_list li {
	padding-left: 12px;
	background: url('assets/images/h3_s.png') no-repeat center left;
}
.company .cg_content {
	/*overflow: hidden;*/
	margin-top: 5px;
}
.company .cgl_content,
.company .cgr_content {
	float: left;
	width: 40%;
}
.company input[type='submit'] {
	margin-left: 20px;
	padding: 4px 8px 4px 8px;
}
.company .wpcf7-form-control-wrap br {
	display: none;
}
.company .wpcf7-form-control-wrap .wpcf7-select {
	margin-left: 10px;
}
.company #form-captcha {
	margin-left: -45px;
}
.company .cg_tooltip {
	position: relative;
	z-index: 24;
	width: 100%;
	display: inline-block;
	margin: 0px;
}
	.company .cg_tooltip:hover {
		z-index:25;
	}
	.company .cg_tooltip span {
		position:absolute;
		width: auto;
		left: 10px;
		top: 25px;
		text-align:left;
		color: #ffffff;
		font-size:11px;
		line-height:16px;
		background: rgba(0,0,0,0.9); 
		background: #000000; 
		border: 1px solid #000000;
		text-shadow:none;
		padding: 7px 10px 7px 10px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
		display:block;
		/* Hiding the tooltip */
		visibility:hidden;
		opacity: 0;
		/* Removing transition when the mouse leaves the tooltip - Fixing a display issue */
		-webkit-transition: all 0s ease;
		-moz-transition: all 0s ease;
		-o-transition: all 0s ease;
		-ms-transition: all 0s ease;
		transition: all 0s ease;
	}
		.company .cg_tooltip:hover span {
			/* CSS3 Transition */
			-webkit-transition: all 0.4s ease;
			-moz-transition: all 0.4s ease;
			-o-transition: all 0.4s ease;
			-ms-transition: all 0.4s ease;
			transition: all 0.4s ease;
			/* Showing the tooltip */
			visibility:visible;
			opacity: 1;
		}