/*
Theme Name: Hicks Nurseries
Version: 1.0
*/
/* Reset CSS */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li, table,
form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*-- end reset */


.ai1ec-event-wrap {min-height: 650px; max-height: 650px}

/* Basic Configurations */

html{
	-webkit-font-smoothing: antialiased;
}

ul {
	list-style: none;
}

a {
	color: #006030;
	text-decoration: none;
}

.the-content {
	font-size: 14px;
	line-height: 1.57;
}

.the-content a {
	color: #006030;
	text-decoration: underline;
	font-weight: bold;
}

.page-title,
.the-content h1, .the-content h2, .the-content h3, .the-content h4, .the-content h5, .the-content h6 {
	line-height: normal;
	font-weight: bold;
	color: #30664b;
	padding-bottom: 5px;
	font-family:'Americana W01 Bold', Americana BT;	
}

.page-title,
.the-content h1 {	
	font-size: 33px;
	padding-bottom: 17px;
	line-height: 0.8;
	letter-spacing: -1.5px;
	font-weight: normal;
}

.the-content h2 {
	font-size: 24px;
	letter-spacing: -1px;
	padding-bottom: 17px;
	line-height: 0.8;
}

.the-content h3 {
	font-size: 16px;
	font-family: 'Helvetica W01 Bold', Helvetica, Open Sans, arial, sans-serif;
	padding-bottom: 7px;
	font-weight: normal;
}

.the-content h4 {
	font-size: 16px;
	font-family: Arial, Sans-serif;
	font-weight: bold;
	color: #00381c;
}

.the-content h5 {
	font-size: 14px;
	font-family: 'Helvetica W01 Bold', Helvetica, Open Sans, arial, sans-serif;
	padding-bottom: 0;
	line-height: 1.57;
	font-weight: normal;
}

.the-content h6 {
	font-size: 13px;
	font-family: 'Helvetica W01 Bold', Helvetica, Open Sans, arial, sans-serif;
	padding-bottom: 0;
	line-height: 1.57;
	font-weight: normal;
}

.the-content ol,
.the-content ul {
	padding-left: 15px;
	margin-left: 34px;
}
.the-content ol { list-style: decimal; }

.the-content ul {
	list-style: disc;
}

.the-content li ol,
.the-content li ul {
	padding-left: 20px;
}

.the-content li {
	padding-top: 3px;
}

.the-content ul ul {
	list-style: circle;	
}

.the-content li ul,
.the-content li ol {
	padding-bottom: 0;
}

blockquote {
	padding: 0;
	margin: 0;
}

blockquote cite {
	margin: 7px 0 20px;
	display: block;
	font-size: 14px;
	font-weight: bold;

	font-style: normal;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}

.overflow-hidden {
	overflow: hidden;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin: 2px 20px 0 0;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin: 0 0 0 13px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	margin-bottom: 20px;
	max-width: 533px !important; /* prevent too-wide images from breaking layout */
	padding:0;
	text-align: left;
}
.wp-caption img {
	margin-top: 6px;
}
.wp-caption p.wp-caption-text {
	color: #898989;
	font-size: 12px;
	margin: 10px 0;
	line-height: 1.4;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.the-content blockquote,
.the-content table,
.the-content p,
.the-content ul,
.the-content ol,
.the-content dd,
.the-content pre,
.the-content hr {
	margin-bottom: 18px;
}
.the-content ul ul,
.the-content ol ol,
.the-content ul ol,
.the-content ol ul {
	margin-bottom: 0;
}
.the-content pre,
.the-content kbd,
.the-content tt,
.the-content var {
	font-size: 12px;
	line-height: 21px;
}
.the-content code {
	font-size: 12px;
}

.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}

.the-content tr th,
.the-content thead th {
	font-weight: bold;
	padding: 4px 15px;
}
.the-content tr td {
	padding: 4px 15px;
}
.the-content tr.odd td {
	background: #f2f7fc;
}

.the-content hr {
	border: 0;
	border-bottom: 1px solid #555826;
	clear: both;
}

.the-content input[type="email"],
.the-content input[type="text"],
.the-content textarea,
textarea,
input[type="email"],
input[type="text"]{
	background: #ffffff url(images/bg_input.png) no-repeat;
	border: 1px solid #808080;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 6px 2px;
}
.wpcf7-form-control-wrap.notes textarea{
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	width: 100%;
	resize: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.the-content .green,
.green {
	color: #006633;
}

.center {
	text-align: center;
}

/*-- end basic conf*/



/*	::[Container]::
================================================= */
body {
	background: #ffffff;
	font-family: Arial, Verdana, Sans-serif;
    color: #000000;
	font-size: 14px;
}
.wrap {
	margin: 0 auto;
	/*width: 960px;*/
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}
/*
.wrap::before {
	content: "<div class='wrap_center'>";
}
.wrap::after {
	content: "</div>";
}*/

/*	::[Font Family]::
================================================= */
.goudy-italic {
	font-family:'GoudyOldStyleBTW01-Ital', Goudy Old Style, Serif;
}




/*	::[Header]::
================================================= */
#header {
	background-position: center top;
	background-repeat: repeat-x;
	position: relative;
	z-index: 9;
	/*height: 146px;*/
}
#header .mobile-only {
	display: none;
}
#header-top {
	padding: 0 5px 5px;
	overflow: hidden;
}
	#site-description {
		font-size: 40px;
		color: #f4f6f5;
		font-weight: normal;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
		float: left;
		line-height: 1;
		padding-top: 4px;
	}
	#header-top-right {
		float: right;
		width: 430px;
		padding: 17px 0 0;
	}
		.header-search-form {
			background: #ffffff;
			border: 1px solid #999999;
			float: left;
			padding: 4px 8px 5px 3px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border-radius: 10px;
		}
			input.search-input-text {
				background: none;
				border: 0;
				padding: 0 10px;
				margin: 0;
				outline: 0;
				font-size: 14px;
				color: #afafae;
				font-family: Arial, Sans-serif;
				width: 183px;
			}
			.search-input-submit {
				background: url(images/icon_search.png) no-repeat;
				width: 17px;
				height: 16px;
				border: 0;
				padding: 0;
				position: relative;
				top: 2px;
				outline: 0;
			}
		.header-link {
			float: right;
			font-size: 12px;
			font-weight: bold;
			color: #006633;
			padding: 7px 4px 0 0;
		}
.header-link a {
    color: #FFF;
    text-decoration: underline;
}

#header-bottom {
	padding: 0 2px;
}
	#logo-wrapper {
		background: url(images/bg_logo.png) no-repeat;
		width: 218px;
		height: 70px;
		padding: 13px 0 0 18px;
		float: left;
	}
		#logo {
			background: url(images/logo.png) no-repeat;
			width: 205px;
			height: 55px;
		}
		#logo a {
			display: block;
			width: 205px;
			height: 55px;
			text-indent: -9999px;
		}
		
#nav {
	float: left;
	width: calc(100% - 236px);
	position: relative;
	margin-left: -11px;
	padding-top: 1px;
}
#nav > ul > li {
	width: 16.5%;
}

/*	::[Main]::
================================================= */
#main {
	background: #ffffff url(images/bg_main.png) left bottom repeat-x;
	position: relative;
	z-index: 3;
}
.main-wrap {
	background: #ffffff;
}

#main-left {
	float: left;
	width: 530px;
	margin-left: 40px;
	padding: 27px 0 50px;
}

#main-right {
	float: right;
	width: 312px;
	margin-right: 40px;
	padding: 28px 0 50px;
}

.main-left-full-width {
	float: none !important;
	width: auto !important;
	margin-right:40px;
}

/* ===== Home Page =============================== */
#homepage-slideshow-container {
	position: relative;
	z-index: 1;
	top: -146px;
	margin-bottom: -268px;
}
	#homepage-slideshow {
		position: relative;
		z-index: 2;
		overflow: hidden;
		width: 100%;
		height: 713px;
	}

	.home-slide,
	.home-slide img {
		background-repeat: no-repeat;
		background-position: center top;
		height: auto;
		width: 100%;
		background-size: contain;
	}
	.slide-inner {
		padding: 225px 0 20px;
		/*text-align: center;*/
		text-align: left;
		/*position: relative;*/
		position: absolute;
		top: 150px;
	  width: 100%;
	  height: 100%;
	  padding: 0;
	  /*max-width: initial;*/
	  left: 0;
	  right: 0;
	}
	.slide-inner .slide-title {
		color: #fff;
		/*font-family:'AmericanaW01-ExtraBold', 'Americana W01 Bold', Americana BT;*/
		font-family:'AmericanaW01', 'Americana W01 Bold', Americana BT, serif;
		/*font-size: 59px;*/
		font-size: 39px;
		/*line-height: 62px;*/
		line-height: 38px;
		/*padding-left: 350px;*/
		vertical-align: middle;
		text-align: center;
		text-shadow: 2px 3px 1px rgba(0,0,0,0.7);
		/*display: none;*/
		width: 480px;
		height: auto;
		box-sizing: border-box;
		position: absolute;
		z-index: 999;
		top: 25px;
		left: 100px;
		padding: 10px;

		border-radius: 5px;
		background: rgb(0, 0, 0) transparent;
	  background: rgba(0, 0, 0, 0.5);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000);
	  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000, endColorstr=#BF000000)";

	}
	.slide-inner .slide-title span {
		font-size: 102px;
		vertical-align: middle;		
	}
	
	.slider-pager-wrapper {
		position: relative;
	}
	
	#slideshow-pager {
		position: absolute;
		z-index: 9;
		right: 30px;
		bottom: 135px;
	}
	#slideshow-pager span {
		background: url(images/pager_slider.png) right top no-repeat;
		display: block;
		float: left;
		width: 23px;
		height: 23px;
		margin-left: 8px;
		text-indent: -9999px;
		cursor: pointer;
	}
	#slideshow-pager span.cycle-pager-active {
		background-position: left top;
	}
	
#home-top-callouts {
	background: #2f654a;
	position: relative;
	z-index: 9;
	width: 100%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}
	.top-callout {
		text-align: center;
		width: 33.33%;
		float: left;
		position: relative;
		box-sizing: border-box;
	}
	.top-callout-title {
		padding: 2px 5px 1px;
		font-size: 25px;
		color: #ffffff;
		font-family:'GoudyOldStyleBTW01-Bold 1120138', Goudy Old Style, Georgia; 
		text-transform: uppercase;
	}
	.top-callout-content {
		background: #d7e1bb;
		font-size: 14px;
		color: #232323;
		line-height: 1.5;
		padding: 22px 10px 35px;
		position: relative;
		min-height: 180px !important;
	}
	.top-callout-subheading {
		font-size: 20px;
		font-family: 'Helvetica W01 Bold', Helvetica, Arial, Sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		color: #296044;
		padding-bottom: 8px;
		line-height: 1;
		padding-top: 5px;
	}
	.top-callout-subheading .top-callout-price {
		font-size: 31px;
	}
	.top-callout-button {
		background: #1a3d2b url(images/bg_callout_button.png) repeat-x;
		display: block;
		position: absolute;
		font-size: 12px;
		font-weight: normal;
		color: #ffffff;
		text-decoration: none;
		bottom: 11px;
		left: 140px;
		font-family:'HelveticaW01-BoldItalic', Helvetica, Arial, Sans-serif;
		padding: 5px 5px 7px;
		width: 90px;
		text-align: center;
		text-shadow: 0 1px 1px rgba(0,0,0,0.6);
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	#top-callout-bottom {
		font-size: 19px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		padding: 7px 10px 8px;
		font-family:'HelveticaW01 Bold', Helvetica, Arial, Sans-serif;
	}
		
		
#homepage-testimonial {
	position: relative;
	min-height: 150px;
}
	.ht-title {
		font-family:'Americana W01 Bold', Americana BT;
		font-size: 37px;
		letter-spacing: -1px;
		color: #006633;
		text-align: center;
		padding-bottom: 11px;
	}
	#homepage-testimonials-slider {
		width: auto;
		margin-left: 58px;
		margin-right: 58px;
	}
	.testimonial-slide {
		background: #dee6c6;
		padding: 18px 49px;
		color: #000000;
		font-size: 18px;
		line-height: 1.44;
		font-family:'Helvetica W01 Light', Open Sans Light, Helvetica, Arial, Sans-serif; 
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		width: 100%;
		box-sizing: border-box;
	}
	.testimonial-slide .testi-slider-author {
		font-family: Arial, Sans-serif;
		text-align: right;
		margin: -5px 0 0;
	}
	
	.ht-button-prev,
	.ht-button-next {
		position: absolute;
		left: 15px;
		top: 96px;
	}
	.ht-button-next {
		left: auto;
		right: 15px;
	}
	
#homepage-bottom {
	padding: 33px 0 40px;
	color: #333333;
	font-size: 14px;
}

#home-left, #home-middle, #home-right {
	width: 32.5%;
}

#home-left {
	float: left;
	border-right: 1px solid #9c9c9c;
}
	#contact-right h3,
	.the-content .section-title,
	.section-title {
		font-size: 16px;
		color: #006030;
		text-transform: uppercase;
		font-weight: normal;
		font-family: 'Helvetica W01 Bold', Open Sans, Helvetica, arial, sans-serif;
		text-shadow: 0 1px 1px rgba(0,0,0,0.3);
		line-height: normal;
		padding-bottom: 5px;
	}

	#expert-advice {
		padding: 10px 20px 10px 40px;
		color: #333333;
		font-size: 14px;
		line-height: 1.5;
	}
	.ea-entry {
		padding: 20px 0 40px 0;
	}
	.ea-photo {
		float: left;
		width: 58px;
		height: 58px;
		overflow: hidden;
		margin-top: 6px;
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.6);
		box-shadow: 0 1px 2px rgba(0,0,0,0.6);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.ea-text {
		float: right;
		width: 155px;
		font-size: 12px;
		line-height: 1.75;
	}
	.ea-text h4 {
		font-size: 12px;
		font-weight: normal;
	}
	.ea-text a {
		color: #333333;
		text-decoration: underline;
	}

#home-middle {
	float: left;
	border-right: 1px solid #9c9c9c;
}
	#plant-finder {
		background: #ede9f2;
		font-size: 14px;
		line-height: 1.5;
		margin: 0 7px 15px 6px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	}
		.plant-finder-widget .section-title,
		#plant-finder .section-title {
			color: #4d32aa;
		}
		.plant-finder-left {
			float: left;
			width: 180px;
			padding: 11px 0 5px;
			margin-left: 13px;
		}
		.plant-finder-right {
			float: right;
			width: 117px;
			padding: 14px 0 5px;
			margin-right: 14px;
		}

		#plant-finder .hicks-button {
			background: #630063 url(images/bg_btn_purple.png) repeat-x;
			position: absolute;
			top: -1px;
			left: 0;
			padding-bottom: 6px;
		}
		.plant-finder-bottom {
			background: #a390bc;
			padding: 15px 14px 15px 12px;
			-webkit-border-radius: 0 0 10px 10px;
			-moz-border-radius: 0 0 10px 10px;
			border-radius: 0 0 10px 10px;
		}
		.plant-finder-form {
			background: #ffffff;
			position: relative;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
		}
		.plant-finder-form input[type="text"] {
			background: none;
			width: 163px;
			outline: 0;
			margin: 0 0 0 105px;
			padding: 6px 0 6px;
			border: 0;
		}
		.plant-finder-form input[type="submit"] {
			background: url(images/search_icon.png) no-repeat;
			border: 0;
			padding: 0;
			margin: 0 0 0 8px;
			position: relative;
			top: 2px;
			width: 17px;
			height: 16px;
		}
		
	#join-email-list {
		background: #dee6c6;
		border: 1px solid #333333;
		padding: 10px 15px;
		margin: 0 6px;
		color: #333333;
		font-size: 14px;
		line-height: 1.28;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
		#join-email-list .section-title {
			padding-bottom: 2px;
		}
		#join-email-list label {
			display: inline-block;
			width: 65px;
			font-size: 12px;
			font-weight: bold;
			color: #006633;
			text-align: right;
			margin-right: 5px;
		}
		#join-email-list p {
			margin-bottom: 10px;
		}
		#join-email-list input[type="text"],
		#join-email-list input[type="email"] {
			padding: 5px 5px;
			width: 100%;
  		box-sizing: border-box;
		}
		#join-email-list input.input-captcha {
			width: 131px;
			vertical-align: top;
		}
		#join-email-list img.wpcf7-captchac {
			vertical-align: top;
		}
		#join-email-list .wpcf7-response-output {
			background: #ffffff;
		}
		
#home-right {
	float: left;
	margin-left: 10px;
}
	#home-landscape-gallery {
		padding: 10px 0;
		position: relative;
		margin-bottom: 14px;
	}
		#home-landscape-gallery .section-title {
			padding-bottom: 2px;
		}
		.hlg-left {
			float: left;
			width: 180px;
			padding-bottom: 9px;
		}
		.hlg-right {
			float: right;
			width: 75px;
			padding: 6px 0 9px;
		}
		.hlg-prev {
			margin-right: 1px;
		}
		.home-landscape-slider {
			position: relative;
			width: 260px;
			height: 178px;
			overflow: hidden;
			z-index: 1;
		}
		
			.home-landscape-slider img {
				width: 260px;
				height: auto;
				min-height: 178px;
			}
			
		#home-landscape-gallery .hlg-button {
			background: #628200 url(images/bg_btn_green.png) repeat-x;
			position: absolute;
			bottom: 20px;
			right: 8px;
			line-height: 1.6;
			z-index: 9;
		}
		
	#why-choose-us {
		padding-left: 6px;
		color: #000000;
		font-size: 14px;
		line-height: 1.5;
	}
		.wcu-left {
			float: left;
			width: 135px;
		}
		.wcu-right {
			width: 110px;
			text-align: center;
			float: right;
			margin-right: -4px;
			padding-top: 6px;
		}
		.wcu-right img {
			margin-bottom: 20px;
		}	
		
		
.hicks-button {
	background: #49610d url(images/bg_btn_default.png) repeat-x;
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	border: 0;
	margin: 0;
	font-weight: normal;
	font-family:'HelveticaW01-BoldItalic', Helvetica, Arial, Sans-serif;
	padding: 5px 5px;
	width: 90px;
	outline: 0;
	line-height: 1.6;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

/* ===== Interior =============================== */

/* --- Side Gallery ----- */
.side-gallery {
	width: 322px;
	padding-bottom: 30px;
}
.side-gallery-title {
	font-weight: bold;
	color: #30664b;
	padding-bottom: 10px;
	font-family:'Americana W01 Bold', Americana BT;	
	font-size: 24px;
	padding-left: 12px;
}
.side-gal-entry {
	float: left;
	width: 137px;
	height: 128px;
	overflow: hidden;
	margin: 0 12px 24px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
	box-shadow: 0 1px 2px rgba(0,0,0,0.7);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
	.side-gal-entry img {
		width: 137px;
		height: 128px;
	}

/* --- Careers ----- */
.single-column {
	padding: 50px 40px;
}
	.single-column-image {
		float: left;
		margin: 0 35px 20px 0;
		width: 472px;
		height: 370px;
	}
	.the-content .job-category-name {
		font-family: Arial, Sans-serif;
		font-size: 17px;
		color: #000000;
		font-weight: normal;
		padding-left: 15px;
		padding-bottom: 15px;
		margin-top: 25px;
	}
	.the-content .job-title-link,
	.job-title-link {
		background: #d4d5d7 url(images/grad_grey.png) repeat-x;
		display: block;
		float: left;
		margin-left: 15px;
		min-width: 262px;
		font-size: 17px;
		font-weight: bold;
		color: #000000;
		padding: 2px 0;
		text-decoration: none;
		margin-bottom: 10px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
	}
	.job-title-link span {
		display: block;
	}
	.job-title-link .job-title {
		float: left;
		min-width: 100px;
		padding: 0 20px 0 7px;
	}
	.the-content .job-title-link .title-info,
	.job-title-link .title-info {
		float: right;
		width: 107px;
		font-size: 14px;
		font-weight: normal;
		padding-top: 2px;
	}
	.job-info {
		padding: 5px 20px 5px 35px;
		display: none;
	}


/* --- Contact ----- */
#contact-left {
	width: 479px;
	float: left;
	border-right: 1px solid #9c9c9c;
}

	#contact-left-inner {
		padding: 0 30px 40px 40px;
	}
	
	.contact-form input[type="text"],	
	.contact-form textarea,
	.contact-form input[type="email"] {
		padding: 4px 4px;
		width: 90%;
	}
	.the-content .contact-form input[type="text"],
	.the-content .contact-form input[type="email"],	
	.the-content .contact-form textarea {
		padding: 4px 4px;
		width: 390px;
	}
	.the-content .contact-form label,
	.contact-form label {
		font-size: 12px;
		font-weight: bold;
		color: #006633;
	}


#contact-right {
	width: 480px;
	float: right;
}
	#contact-right-inner {
		padding: 0 40px 40px 30px;
	}

/* --- Products ----- */
.three-col-wrap {
	padding-bottom: 30px;
}

.page-title {
	padding: 27px 40px 30px;
	font-size: 37px;
}
.blog .page-title,
.single .page-title {
	font-size: 37px;
	padding: 17px;
}
#three-column-left {
	float: left;
	border-right: 1px solid #9c9c9c;
	width: 672px;
	padding-bottom: 20px;
}
	#tcl-left {
		width: 146px;
		float: left;
		margin-left: 40px;
	}	
		.side-menu {
			margin-top: -7px;
		}
		.side-menu li ul {
			padding-bottom: 5px;
		}
		.side-menu li {
			font-weight: bold;
			font-size: 12px;
			line-height: 14px;
			padding-top: 7px;
		}
		.side-menu li a {
			color: #333333;
		}
		.side-menu li.current_page_item li a,
		.side-menu li.current-menu-item li a {
			text-decoration: none;
		}
		.side-menu li.current_page_item a,
		.side-menu li.current-menu-item a,
		.side-menu li li.current_page_item a,
		.side-menu li li.current-menu-item a,
		.side-menu li a:hover {
			text-decoration: underline;
		}
		.side-menu li a:hover {
			text-decoration: underline !important;
		}
		
		.side-menu li li {
			background: url(images/plus_black.png) 0px 11px no-repeat;
			font-weight: normal;
			text-transform: none;
			padding-left: 11px;
		}
		
	#tcl-right {
		float: right;
		width: 437px;
		margin-right: 22px;
		margin-top: -3px;
	}
	#tcl-right .section-title {
		padding-bottom: 9px;
	}

#three-column-right {
	float: right;
	width: 241px;
	margin-right: 40px;
	margin-top: -3px;
	color: #333333;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 20px;
}
	
	.product-widget {
		margin-bottom: 30px;
	}

	.expert-advice-widget {
		border-bottom: 1px solid #9c9c9c;
		padding: 0 5px 28px;
	}
	.expert-advice-widget .ea-entry {
		padding: 0 5px 20px 2px;
	}
	
	.plant-finder-widget {
		background: #ede9f2;
		text-align: center;
		margin-left: 5px;
		margin-right: 5px;
		padding: 0 !important;
		border-bottom: 0 !important;
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	}
	.plant-finder-widget .section-title {
		padding: 5px 20px;
	}
	.plant-finder-widget-bottom {
		background: #a390bc;
		padding: 13px 10px;
		-webkit-border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		border-radius: 0 0 10px 10px;
	}
	.plant-finder-widget .hicks-button {
		background: #630063 url(images/bg_btn_purple.png) repeat-x;
	}
	
	.testimonial-widget {
		padding: 0 10px;
		color: #000000;
		font-family:'Helvetica W01 Light', Open Sans Light, Arial, Sans-serif; 
		line-height: 1.28;
	}
	.testimonial-widget .section-title {
		color: #ff3600;
	}
	.testimonial-widget p {
		margin: 2px 0 12px;
	}
	.testimonial-widget .testi-widget-author {
		font-family: Arial, Sans-serif;
		color: #000000;
		font-size: 13px;
		font-weight: bold;
	}


/* --- Landscape ----- */
.testimonial-block {
	background: #f0eadd;
	clear: both;
	border: 1px solid #000000;
	margin: 30px 10px 24px 0;
	text-align: center;
	padding: 5px 45px 6px;
	position: relative;
	min-height: 130px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
	.the-content .testimonial-block h3,
	.testimonial-block h3 {
		color: #333333;
		font-family:'Americana W01 Bold', Americana BT;
		font-size: 23px;
		letter-spacing: -1px;
		padding-bottom: 6px;
	}
	.the-content .testi-entry,
	.testi-entry {
		color: #006633;
		font-size: 15px;
		line-height: 1.33;
	}
	.the-content .testi-entry p,
	.testi-entry p {
		margin-bottom: 8px;
	}
	.the-content .testi-author,
	.testi-author {
		font-size: 12px;
		color: #333333;
		font-style: italic;
		line-height: 14px;
	}
	.the-content .testi-author strong,
	.testi-author strong {
		font-size: 14px;
	}
	
	.testi-prev,
	.testi-next {
		position: absolute;
		top: 53px;
		left: 10px;
	}
	.testi-next {
		left: auto;
		right: 10px;
	}

.landscape-form-container {
	background: #006633;
	padding: 16px 20px 20px;
	font-size: 14px;
	color: #ffffff;
	line-height: 1.57;
	margin-bottom: 15px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}
	.landscape-form-container img {
		margin-bottom: 5px;
	}
	.landscape-form-container h3 {
		font-family: 'Helvetica W01 Bold', Helvetica, Open Sans, arial, sans-serif;
		font-size: 16px;
		line-height: 1.37;
		color: #ccff99;
		padding-bottom: 9px;
	}
	.landscape-form-container a {
		font-weight: bold;
		color: #ffffff;
		text-decoration: underline;
	}
	.landscape-form-container p {
		margin-bottom: 8px;
	}
	.landscape-form {
		background: url(images/rule_green.png) center top no-repeat;
		padding: 17px 0 0;
	}
	.landscape-form p {
		margin-bottom: 7px;
	}
	.landscape-form label {
		font-size: 12px;
		font-weight: bold;
	}
	.landscape-form input[type="email"],
	.landscape-form input[type="text"],
	.landscape-form textarea {
		background: #ffffff;
		border: 1px solid #999999;
		padding: 6px 2px;
		margin-top: 1px;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-box-shadow: inset 0px 1px 3px 1px #b9b9b9;
		-webkit-box-shadow: inset 0px 1px 3px 1px #b9b9b9;
		box-shadow: inset 0px 1px 3px 1px #b9b9b9;
	}
	.landscape-form input[type="submit"] {
		background: url(images/btn_landscape.png) no-repeat;
		width: 100%;
		background-size: 100% 100%;
		height: 30px;
		padding: 0;
		border: 0;
		text-align: center;
		font-weight: normal;
		color: #006633;
		font-size: 11px;
		font-family:'HelveticaW01-BoldItalic', Helvetica, Arial, Sans-serif;
	}
	.landscape-form p.landscape-submit {
		margin: 35px 0 0;
		text-align: center;
	}
	.landscape-form .wpcf7-not-valid-tip {
		color: #000000;
		font-weight: normal;
	}
	
	.landscape-info {
		font-size: 14px;
		line-height: 1.57;
		padding: 0 10px;
	}
	.landscape-info p {
		margin-bottom: 12px;
	}


	
/* --- Special ----- */
#header-splash-image {
	text-align: center;
}

#special-left {
	width: 711px;
	float: left;
	padding: 10px 0 20px;
}

#special-right {
	float: right;
	width: 233px;
	padding: 20px 0;
	margin-right: 10px;
}

.special-entry-wrap {
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid #bfbfbf;
	padding-top: 12px;
	position: relative;
}

.special-shaper {
	width: 24px;
	height: 24px;
	position: absolute;
	background: white;
	top: -12px;
	left: 329px;
}

.the-content .special-entry,
.special-entry {
	float: left;
	color: #070b08;
	font-size: 13px;
	line-height: 14px;
	width: 340px;
	padding: 0 0 20px;
}
.the-content .special-entry p,
.special-entry p {
	margin-bottom: 10px;
}

.the-content .special-entry .special-price {
	font-size: 10px;
	margin-bottom: 0;
	line-height: 1;
	margin-top: -5px;
}
.the-content .special-entry .special-price span {
	font-family: 'Helvetica W01 Bold', Open Sans, Helvetica, arial, sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	font-size: 25px;
}

.special-entry-left {
	border-right: 1px solid #bfbfbf;
	margin-right: 10px;
}
.special-image {
	float: left;
	width: 150px;
}
.special-text {
	float: right;
	width: 185px;
	padding-right: 5px;
}

.first-special-wrap {
	border-top: 0;
}
.the-content .special-title {
	font-size: 20px;
	line-height: 1;
}

#special-right .expert-advice-widget {
	border-bottom: 0;
	padding-left: 10px;
	padding-bottom: 5px;
}
#special-right .ea-text {
	width: 145px;
}

.special-widget {
	margin-bottom: 20px;
}

.seminar-widget .section-title {
	text-align: center;
	color: #000000;
}
.seminar-widget .seminar-widget-inner {
	background: #1c7936;
	color: #ffffff;
	padding: 0px 13px;
}
	.seminar-widget .seminar-widget-inner h4 {
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		padding-bottom: 5px;
	}
	.seminar-widget img {
		margin-bottom: 5px;
	}
	.seminar-widget .seminar-widget-link {
		font-size: 15px;
		margin-top: 5px;
	}
	.smw-meta {
		float: left;
	}
	.seminar-widget .seminar-widget-link .hicks-button {
		background: #a3a3a3 url(images/bg_btn_silver.png) repeat-x;
		float: right;
		font-size: 10px;
		font-family: Arial, sans-serif;
		color: #000000;
		width: auto;
		padding-left: 16px;
		padding-right: 16px;
		position: relative;
		top: -4px;
	}
	.seminar-widget-entry {
		border-bottom: 1px solid #0e3c1b;
		padding: 10px 0;
	}


/* --- Album ----- */
.album-wrapper {
	padding: 0 40px 20px;
}
	.hicks-album {
		width: 410px;
		padding-bottom: 20px;
	}
	.album-left {
		float: left;
	}
	.album-right {
		float: right;
	}
	.album-image-wrap {
		overflow: hidden;
		width: 410px;
		height: 278px;
		margin-bottom: 15px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}
	.album-image-wrap img {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}


/* --- Blog ----- */
#blog-container {
	padding: 0 30px 0 40px;
}
	.blog-entry {
		padding-bottom: 25px;
	}
	.the-content .section-title a {
		text-decoration: none;
		color: #006030;
	}
	.the-content .meta {
		color: #333333;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.blog-entry-image {
		float: left;
		width: 250px;
		font-size: 12px;
		line-height: 14px;
		font-style: italic;
		color: #333333;
		padding: 7px 0 10px;
		margin-right: 20px;
	}
	.blog-entry-image img {
		margin-bottom: 5px;
	}
	.blog-entry-image strong {
		font-size: 14px;
		font-style: normal;
	}
	.blog-entry-text {
		float: right;
		width: 320px;
	}
	.full-width {
		width: auto !important;
		float: none !important;
	}
	.the-content .read-more {
		text-transform: uppercase;
		color: #f63400;
	}
	
.widget {
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 10px;
	padding: 0 10px;
}
.widget p {
	margin-bottom: 10px;
}	
	.employee-widget .widget-employee-name {
		font-size: 20px;
		color: #678a12;
		line-height: 1;
		margin-top: -5px;
	}
	.employee-widget img {
		margin: 5px 0 10px;
	}


#comments-wrap {
	border-top: 1px solid #e2e2e2;
	padding: 15px 0 20px;
	margin-top: 30px;
}

.comment-author {
	background: #f4f4f4;
	padding: 8px 8px 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.comment-author .avatar {
	margin-right: 6px;
}
.comment-body {
	padding-bottom: 10px;
}
.comment-meta {
	margin-bottom: 5px;
	font-size: 10px;
}

#respond {
	padding: 30px 20px 20px;
}

.the-content ol.commentlist li {
	list-style: none;
}
.the-content ol.commentlist {
	margin-bottom: 0;
}
.the-content #comments {
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
	margin-top: 50px;
}

.red {
	color: #ff3600 !important;
}
.hidden {
	display: none;
}

/*	::[Footer]::
================================================= */		
#footer {
	background: #006030;
	position: relative;
	z-index: 5;
	padding-bottom: 60px;
}
#footer-menu-wrapper {
	padding: 33px 0 17px 10px;
	width: auto;
	max-width: 800px;
	float: left;
}
	.footer-menu {
		float: left;
		width: 17.5%;
		margin: 0 20px 20px 0;
		text-transform: uppercase;
		box-sizing: border-box;
	}
	.footer-menu li {
		font-weight: bold;
		font-size: 11px;
		line-height: 12px;
		padding-top: 4px;
	}
	.footer-menu li a {
		color: #ccff66;
	}
	.footer-menu li.current_page_item li a,
	.footer-menu li.current-menu-item li a {
		text-decoration: none;
	}
	.footer-menu li.current_page_item a,
	.footer-menu li.current-menu-item a,
	.footer-menu li li.current_page_item a,
	.footer-menu li li.current-menu-item a,
	.footer-menu li a:hover {
		text-decoration: underline;
	}
	.footer-menu li a:hover {
		text-decoration: underline !important;
	}
	
	.footer-menu li li {
		background: url(images/plus.png) 3px 8px no-repeat;
		font-size: 10px;
		padding-left: 11px;
	}
	.footer-menu li li a {
		color: #ffffff;
	}
	
#footer-right {
	float: right;
    width: 100px;
    color: #ffffff;
    font-size: 8px;
    padding: 0px 0 20px;
}
	#footer-right img {
		margin: 3px 5px 0 0;
	}
	#footer-right a {
		color: #ffffff;
		text-decoration: underline;
	}
	#footer-content-right p {
		margin-bottom: 10px;
	}
	#footer-social img {
		float: left;
	}
	
#footer-copyright {
	padding: 10px 10px;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}


/* =========== Misc ============= */
.pp_social .facebook {
	width: 100px !important;
}



/*!================================================================================
| Comments
================================================================================*/
.comment-form-comment textarea{width: 100%;}
.comment-form-comment label{display: none;}

.header-link a {
color: #FFF !important;
text-decoration: underline !important;
background-color: #006030 !important;
padding:3px;
}
/*!================================================================================
| Calendar Customizations
================================================================================*/
.ai1ec-calendar-toolbar {
   display:none !important;
}
.ai1ec-calendar-title{
display:none !important;	
	
	}
.ai1ec-title-buttons {
display:none !important;	
	
	}
.btn-toolbar {
display:none !important;	
	
	}


.pull-right	{
display:none !important;	
	
	}
.single-ai1ec_event .ai1ec-event-avatar { display:none!important; }

.ai1ec-event-wrap {
	min-height: 0;
}


/* --- Coupon ----- */

.couponOffer {
   padding:15px;
   text-align:center;	
}

.couponOffer img {
   width:100%;
}

/* Updates by Glenn Geiger */
.ngg-slideshow {
	max-height: 330px!important;
}
@media (max-width: 767px) {
	.ngg-slideshow {
		max-height: 270px!important;
	}
}