/*
Theme Name: Easy on Earth WP Theme
Description: Semantic, SEO Optimised, Custom Wordpress Theme
Author: #
Author URI: #
*/

/* Reset */
a, abbr, acronym, address, area, b, bdo, big, blockquote, body, button, caption, cite,
code, col, colgroup, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4,
h5, h6, hr, html, i, images, ins, kbd, label, legend, li, map, object, ol, p, param, pre,
q, samp, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead,
tr, tt, ul, var {margin:0;padding:0;vertical-align:baseline}

/* Defaults */
:focus {outline:0}
a, a:visited {color:#5C5C5C;text-decoration:underline;}
a:hover {text-decoration:none;color:#5AA918;}
abbr, acronym, dfn {border-bottom:1px dotted;cursor:help}
blockquote {background:#EEE;border-left:2px solid #CCC;margin:0 0 1em}
blockquote p {margin:.5em}
body {
	min-width:1000px;
	font:12px Verdana,Helvetica,Arial,sans-serif;
	background:url('images/bg.jpg') 50% 0;
	color:#5C5C5C;
}
code, pre {font-size:1em}
del {text-decoration:line-through}
dfn {font-style:italic;font-weight:bold}
dt {font-weight:bold}
dd {margin:0 0 1em 10px}
fieldset {border:0}
fieldset p {margin:0 0 5px}
img {border:0;vertical-align:bottom}
ins {text-decoration:none}
h1 {
	color: #5AA918;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 15px;
}
h2 {
	color: #5AA918;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 10px 0 15px;
}
h3{
	color: #5AA918;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
}
hr {margin:0 0 0.5em}
p {margin:0 0 1em}
ul, ol {list-style:none;margin:0 0 1em}
textarea {font:1em Arial;overflow:auto}
tt {display:block;margin:0.5em 0;padding: 0.5em 1em}
th {background:#EEE;border:solid #CCC;border-width:1px 0 0 1px;padding:3px}
td {border:solid #CCC;border-width:1px 0 0 1px;padding:3px}
table {border:solid #CCC;border-width:0 1px 1px 0}

/* Containers */
#page {width:100%;overflow:hidden;}
#main{
	width:934px;
	border:1px solid #e9e286;
	background-color:#FFFDE3;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	min-height:100px;
	margin:0 auto;
	padding:28px 20px;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 4px -2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 4px -2px rgba(50, 50, 50, 0.75);

}
#main:after{
	clear:both;
	content:'';
	display:block;
}
/* Header */
#header{
	margin:0 auto;width:980px;
	position:relative;
	padding:5px 0 41px;
	z-index:200;
	font-family:Arial,Helvetica,sans-serif;
}
#header .slide{
	border-radius:10px;
	margin:0 0 5px 4px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
	width:991px;
	background:#fff;
}
#header .slide-h{
	padding:8px 25px 0;
	overflow:hidden;
	position:relative;
}
#header .slide-h .close{
	position:absolute;
	bottom:8px;
	right:12px;
	width:13px;
	height:13px;
	background:url('images/bg-cl.png') no-repeat;
	text-indent:-9999px;
	overflow:hidden
}
#header .slide h2{
	margin:0;
	color:#34b44a;
	font-size:22px;
	line-height:27px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0;
}
#header .slide h4{
	margin:0 0 10px;
	color:#000;
	font-size:17px;
	line-height:19px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#header .slide h3{
	margin:0 0 2px;
	color:#000;
	padding:0;
	font-size:22px;
	line-height:22px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#header .slide h3 strong{color:#34b44a;}
#header .slide ul li{
	width:478px;
	overflow:hidden;
	vertical-align:top;
	margin:0 0 10px;
}
#header .slide ul li .ginput_container{
	display:inline-block;
	width:420px;
	vertical-align:middle;
	}
#header .slide ul li label{
	display:inline-block;
	vertical-align:middle;
	width:58px;
	color:#000;
	font-weight:bold;
	font-size:13px;
	line-height:13px;
}
#header .slide ul li textarea,
#header .slide ul li input[type="text"]{
	padding:5px;
	background:#fff;
	display:inline-block;
	vertical-align:middle;
	border:1px solid #c2c2c2;
	margin:0;
	height:16px;
	line-height:16px;
	font-size:12px;
	width:406px;
}
#header .slide  .gform_footer{
	width:476px;
	float:right;
	margin:-22px 14px 0 0;
}
#header .slide  .gform_body,
#header .slide  .gform_footer,
#header .slide  .gform_wrapper{overflow:hidden;}
#header .slide  input[type="submit"]{
	background:#5aa918;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	line-height:20px;
	width:86px;
	height:25px;
	cursor:pointer;
	margin:0;
	padding:0;
	cursor:pointer;
	border:none;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
}
#header .slide ul li textarea{width:429px;height:81px;}
#header .slide  label span{display:none;}
#header .slide .textarea2{
	float:right;
	width:441px;
	margin:-150px 10px 0 0;
}
#header .slide .textarea2 .ginput_container{
	width:441px;
	display:block;
}
#header .slide .textarea2 label{width:auto;display:block;margin:0 0 8px;}
#header .h{position:relative;}
#header .h:after{
	display:block;
	clear:both;
	content:'';
}
#header .logo{
	width:469px;
	height:308px;
	position:absolute;
	top:9px;
	left:-108px;
	background:url('images/logo.png') no-repeat;
}
#header .logo a{
	display:block;
	height:100%;
	text-indent:-9999px;
}
#header-right .quote-btn:after{
	display:block;
	clear:both;
	content:'';
}
#header-right .quote-btn{margin:0 -19px 11px 0;}
#header-right .quote-btn .btn{
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	float:right;
	background:#5aa918;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-size:20px;
	line-height:22px;
	padding:7px 26px;
	text-decoration:none;
}
#header-right .quote-btn .btn:hover{
	background:#fff;
	color:#797979;
}
#header-right .quote-btn .slide{display:none;}
#header-right{
	width:657px;
	float:right;
	margin:-5px 4px 0 0;
}
#header-right p.phone{
	color:#fff;
	text-transform:uppercase;
	font-size:27px;
	font-weight:bold;
	text-align:right;
	margin: 0 -8px 30px 0;
	padding:0;
}
#header-right p.phone a{color:#fff !important;}
#header-right ul#nav{
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	width:780px;
	overflow:hidden;
	margin:0 0 26px;
}
#header-right ul#nav:after{
	clear:both;
	content:'';
	display:block;
}
#header-right ul#nav a{
	text-decoration:none;
	color:#807A70;
}
#header-right ul#nav a:hover,
#header-right ul#nav li.active a{color:#5aa918;}
#header-right ul#nav li{
	float:left;
	margin:0 0 0 31px;
}
#header-right ul#nav li:first-child{margin-left:24px;}

#header #add-nav{
	font-size:12px;
	width:700px;
	margin:0 0 0 21px;
}
#header #add-nav:after{
	clear:both;
	content:'';
	display:block;
}
#header #add-nav li{
	float:left;
	position:relative;
	margin-left:14px;
}
#header #add-nav li:first-child{margin-left:0px;}
#header #add-nav li a{
	float:left;
	color:#fff;
	text-decoration:none;
	border-radius:10px;
	background-color:#5AA918;
	height:20px;
	line-height:20px;
	text-align:center;
	padding:5px 22px;
	text-transform:uppercase;
	position:relative;
}

#header #add-nav li a:hover,
#header #add-nav li.active a,
#header #add-nav li:hover a{background-color:#fff;color:#797979;}

#header #add-nav li ul{
	position:absolute;
	top:30px;
	left:0px;
	float:left;
	background-color:#fff;
	opacity:0.9;
	filter:alpha(opacity=90);
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	padding:12px 14px;
	display:none;
}
#header #add-nav li:hover ul{display:block;}
#header #add-nav li ul li{
	float:none;
	margin:0;
}
#header #add-nav li ul li a,
#header #add-nav li:hover ul li a{
	padding:0;
	margin:0;
	height:auto;
	line-height:normal;
	background:none;
	text-align:left;
	text-transform:capitalize;
	padding:5px;
	color:#797979;
	white-space:nowrap;
}
#header #add-nav li ul li a:hover,
#header #add-nav li ul li.active a {
	color:#000;
}

/* Intro */
#intro{
margin:0 0 14px -31px;
}
#intro:after{
	clear:both;
	content:'';
	display:block;
}
#intro #intro-section{
	width:226px;
	float:right;
	background-color:#e7e8e8;
	border:1px solid #d7d5ca;
	padding:15px 20px 30px;
	color:#5AA918;
	font-size:18px;
	font-weight:bold;
	margin-right:-54px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	font-family:Arial,Helvetica,sans-serif;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 4px -2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 4px -2px rgba(50, 50, 50, 0.75);
}
#intro #intro-section p{margin:0 0 10px;}
/* Slider */
#slider{
	width:696px !important;
	height:313px!important;
	position:relative;
	border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	box-shadow:8px 8px 8px #B7D596;
	-moz-box-shadow:8px 8px 8px #B7D596;
	-webkit-box-shadow:8px 8px 8px #B7D596;
	margin:0 0 20px;
	float:left;
}
.blog-banner{
	box-shadow:8px 8px 8px #B7D596;
	-moz-box-shadow:8px 8px 8px #B7D596;
	-webkit-box-shadow:8px 8px 8px #B7D596;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:930px;
	margin:0 0 20px;
}
#slider img{
	position:absolute;
	top:1px !important;
	left:3px !important;
	min-height: 305px!important;
}
.home #slider img{min-height:305px;}
/* Content*/
#content,#suburbs{
	width:658px;
	padding:0 15px 0 30px;
	float:left;
}
#content{
	color:#505050;
	font-size:13px;
	line-height:16px;
}
#content p span{color:#5AA918;font-weight:bold;}
#content h1{
	color: #4fa20a;
    font-size: 17px;
    margin: 0;
    padding: 0 0 15px;
}
#content h3{
	color: #4fa20a;
    font-size: 16px;
    margin: 0;
    padding:18px 0 9px;
}
#content h2{
	color:#505050;
	 margin:0 0 10px;
	 padding:0;
}
#gform_confirmation_wrapper_1{font-weight:bold;padding:20px;}
#content h2 span{color: #4fa20a;}
#content .list{
	margin:0 -15px 0 -4px;
	padding:15px 0 19px ;
	list-style:none;
	overflow:hidden;
}
#content .list li{
	display:inline-block;
	vertical-align:top;
	border-radius:17px;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	width:92px;
	padding:4px 10px 2px 100px;
	vertical-align:middle;
	min-height:89px;
	color:#5aa918;
	margin:0 18px 9px 0;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	border:1px solid #5aa918;
}
#content .list li br{display:none;}
#content .list li .h{
	height:89px;
	vertical-align:middle;
	display:table-cell;
}
#content .list li.item1{background:#fffde3 url('images/item1.gif') no-repeat  7px 5px;}
#content .list li.item2{background:#fffde3  url('images/item2.gif') no-repeat  7px 5px;}
#content .list li.item3{background:#fffde3  url('images/item3.gif') no-repeat  7px 5px;}
#content .list li.item4{background:#fffde3  url('images/item4.gif') no-repeat  7px 5px;}
#content .list li.item5{background:#fffde3  url('images/item5.gif') no-repeat  7px 5px;}
#content .list li.item6{background:#fffde3 url('images/item6.gif') no-repeat  7px 5px;}
#content .list li p{
	text-align:left;
	margin:0;
	line-height:13px;
}
#content .list li span{
	display:block;
	color:#505050;
	font-weight:bold;
	margin:-2px 0 0;
	font-size:12px;
	line-height:14px;
	text-transform:uppercase;
}
#content .list li h2{
	text-transform:uppercase;
	color:#505050;
	padding:0;
	margin:0 0 2px;
	font-size:16px;
	line-height:18px;
}
#content p{
	line-height:17px;
	margin:0 0 9px;
}
#content ul{
	font-size:12px;
	line-height:25px;
}
#content ul li{
	padding:0 0 0 25px;
	font-size:13px;
	line-height:27px;
	background:url('images/icon1.png') no-repeat 0 7px;
}
#content .twocol{
-moz-column-count: 2;
-moz-column-gap: 18px;
-webkit-column-count: 2;
-webkit-column-gap: 18px;
column-count: 2;
column-gap: 18px;
}
#content .twocol li{
	background:url('images/bullet2.png') no-repeat;
	font-weight:bold;
	font-size:13px;
	padding:0 0 8px 23px;
	line-height:16px;
}
#content .twocol li span{display:block;color:#4fa20a;}
/* Pagination */
#content #prev-next {list-style:none}
#content #prev-next #prev {float:left}
#content #prev-next #next {float:right}

/* Sidebar */
#sidebar{
	width:220px;
	float:right;
	padding:0 50px 0 0;
	margin:0 -41px 0 0;
}
#sidebar .widget{
	margin:0 0 10px;
	overflow:hidden;
}
#sidebar .widget.widget-soc_links{ overflow:visible;}
#sidebar .widget.widget_sp_image{margin:0 -37px 9px 0;}
#sidebar .widget:after{
	clear:both;
	content:'';
	display:block;
}
#sidebar .atwidget{text-align:left;margin:0 0 24px;overflow:visible;}
#sidebar .atwidget > div{width:208px;margin:0 0 0 40px;}
#sidebar .atwidget  a {width:95px!important;text-align:left;margin:0 0 10px}
#sidebar h3,
#sidebar .widget-soc_links h3{
	color:#5AA918;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 0 5px;
	margin:0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
#sidebar #widget_sp_image-2{
	float:left;
	padding:3px 0  2px;
	width:217px;
	text-align:center;
	border:2px solid #5aa918;
	margin:0 0 11px;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#sidebar .widget{clear:both;}
#sidebar .gform_widget h3{
	background:#5aa918;
	border-radius:20px 20px 0 0;
	-moz-border-radius:20px 20px 0 0;
	-webkit-border-radius:20px 20px 0 0;
	color:#fff;
	margin:-3px -3px 0;
	border:3px solid #74B638;
	border-width:3px 3px 0 3px;
	font-size:22px;
	line-height:24px;
	text-align:center;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding:8px 3px 5px;
}
#sidebar .gform_widget .gform_description{
	font:bold 15px/17px Arial, Helvetica, sans-serif;
	color:#313131;
	margin:-7px 0 9px;
	padding:0 0 0 12px;
}
.widget-soc_links:after{
	display:block;
	clear:both;
	content:'';
}
.widget-soc_links{
	width:100%;
	overflow:visible;
	padding:0 0 15px;
}
#sidebar .share_hold .addthis_button{display:block;width:168px;clear:both;background:url('images/bg-share.png') no-repeat;height:16px;}
#sidebar .share_hold .addthis_button img{display:none;}
#sidebar .share_hold .addthis_button_facebook_like{padding:0;}
#sidebar .share_hold .addthis_button_google_plusone{/*float:right;*/margin:10px -35px 10px 0;}
#sidebar .widget-soc_links ul{
	margin:0px 0 20px;
	float:right;
}
#sidebar .share_hold{width:168px;float:right;clear:both;}
#sidebar .widget-soc_links h3{text-align:right;}
#sidebar .widget-soc_links li{
	float:left;
	padding:0 0 0 11px;
}
#sidebar .widget-soc_links li a{width:25px;height:25px;text-indent:-9999px;overflow:hidden;float:left;}
#sidebar .widget-soc_links li a.btn-facebook{background:url('images/facebook.png') no-repeat;}
#sidebar .widget-soc_links li a.btn-twitter{background:url('images/twitter.png') no-repeat;}
#sidebar .widget-soc_links li a.btn-linkedin{background:url('images/in.png') no-repeat;}
#sidebar .widget-soc_links li a.btn-youtube{background:url('images/youtube.png') no-repeat;}
#sidebar .widget-soc_links li a.btn-google_plus{background:url('images/gplus-32-25x25.png') no-repeat;}
#blog-sidebar{
	padding:15px;
	width:241px;
	background-color:#e7e8e8;
	border:1px solid #d7d5ca;
	-webkit-box-shadow: 0px 4px 4px -2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 4px -2px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 4px -2px rgba(50, 50, 50, 0.75);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:0 -55px 0 0;
	opacity:0.9;
	filter:alpha(opacity=90);
	float:right;
}
#blog-sidebar h3{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    color: #626160;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 15px;
    line-height: 14px;
    margin: 0 0 5px;
    padding: 12px 10px;
    width: 220px;
	text-transform:uppercase;
}
.tagcloud a{
	display:block;
	font-size:11px !important;
	padding:2px 0;
	color:#999;
	text-decoration:none;
}
.tagcloud a:hover{text-decoration:underline;color:#999;}
#blog-sidebar ul{font-size:11px;color:#999;}
#blog-sidebar ul li{background:url('images/icon1.png') no-repeat 5px 5px;padding-left:25px;line-height:25px;}
#blog-sidebar ul a{
	display:inline-block;
	padding:0;
	text-decoration:none;
	color:#999;
}
#blog-sidebar ul a:hover{
	text-decoration:none;
	color:#5AA918;
}
#blog-sidebar ul li{
	border-bottom:1px solid #ccc;
}
#content  iframe{margin:0 0 24px;display:block;margin:0 auto 24px;}
#content ol{
	list-style:decimal;
	padding:0 0 0 22px;
}
/* Blog */
.blog #footer-top,
.single #footer-top,
.archive #footer-top{display:none;}
.blog h2,.single h2,.archive h2{
	font-size:12px;
	color:#5AA918;
	text-transform:uppercase;
	font-weight:normal;
	padding:0;
	margin:0;
}
.blog h2 a,
.single h2 a,.archive h2 a{
	color:#5AA918;
	text-decoration:none;
}
.blog h2 a:hover{
	text-decoration:underline;
	color:#000;
}
p.meta,p.postmetadata{
	color:#9FA1A4;
	font-size:11px;
	margin:0 !important;
}
p.meta a,
p.postmetadata a{
	color:#5AA918;
	text-decoration:none;
}
p.meta a:hover,
p.postmetadata a:hover{
	text-decoration:underline;
	color:#000;
}
p.postmetadata a{text-transform:uppercase;}
a.author{text-transform:uppercase;}
.post{
	padding:10px 0;
	margin:0 0 15px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
}
#content .entry a{color:#5AA918;text-decoration:underline;}
#content .entry a:hover{text-decoration:none;}

/* Footer */
#footer-top{
	margin:0 auto;
	width:980px;overflow:hidden;
}
#footer-top #suburbs ul,
#footer-top #suburbs span.desc,
#footer-top #suburbs ul li{
	display:inline;
	line-height:22px;
}
#footer-top #suburbs ul li{
	padding:0;
	background:none;
}
#footer-top #suburbs{
	line-height:22px;
	padding-top:20px;
	float:none;
}
.home #footer-top #suburbs{padding-top:60px;}
#footer-top #suburbs ul li:first-child span.quote{display:none;}
.footer-info{
	overflow:hidden;
	clear:both;
	padding:20px 0 24px 15px;
}
.footer-info a.mail-link{
	float:left;
	margin:0 135px 0 0;
	color:#5c5c5c;
	text-decoration:none;
	font-size:12px;
	font-family:Arial,sans-serif;
}
.footer-info a.mail-link:hover{text-decoration:underline;}
.footer-info .phones{
	float:left;
	font-size:12px;
	color:#5AA918;
}
.footer-info p.add-info{
	float:right;
	margin:-7px 0 0;
}
.footer-info p.add-info img{vertical-align:middle;padding-left:30px;}
.footer-info .phones span{color:#5C5C5C;}
.footer-info .phones p{float:left;margin:0 22px 0 0;}
#footer-bottom{
	width:940px;
	margin:0 auto;
	overflow:hidden;
	padding:9px 0 19px;
}
#footer-bottom .copy{
	display:block;
	text-align:center;
	margin:0 ;
	color:#505050;
	font-size:9px;
}
#footer-bottom #footer-nav{
	text-transform:uppercase;
	font-size:11px;
	font-family:Tahoma,Verdana,sans-serif;
	font-weight:bold;
	padding:0 62px 0 72px;
	float:left;
}
#footer-bottom #footer-nav a{
	text-decoration:none;
}
#footer-bottom #footer-nav li{padding:5px 0 15px;}
#footer-bottom #footer-nav a:hover{
	text-decoration:underline;
	color:#fff;
}
#footer-bottom #footer-add-nav{
	float:left;
	font-size:11px;
	font-family:Tahoma,Verdana,sans-serif;
	text-transform:uppercase;
	font-weight:bold;
}
#footer-bottom #footer-add-nav a{text-decoration:none;}
#footer-bottom #footer-add-nav a:hover{text-decoration:underline;color:#fff;}
#footer-bottom #footer-add-nav li{
	width:240px;
	float:left;
}
#footer-bottom #footer-add-nav li ul li{float:none;width:88px;display:inline-block;vertical-align:top;padding-right:30px;}
#footer-bottom #footer-add-nav li ul li:first-child{display:none;}
#footer-bottom #footer-add-nav li ul li a{
	font-weight:normal;
	text-transform:capitalize;
	font-family:Verdana,sans-serif;
	color:#fff;
	text-decoration:none;
}
#footer-bottom #footer-add-nav li ul{width:300px;padding:18px 0 0;}
#footer-bottom #footer-add-nav li ul li a:hover{text-decoration:underline;color:#000;}
/* Image Alignment */
img.aligncenter,
.aligncenter {display:block;margin-left:auto;margin-right:auto}
img.alignright {display:inline;margin:0 0 2px 7px;padding:4px}
img.alignleft {display:inline;margin:0 7px 2px 0;padding:4px}
.alignright {float:right}
.alignleft {float:left}

/* 2.7+ Comments */
#comments_wrap ol {list-style:none}
#comments_wrap ol li {border-bottom:1px solid #CCC;margin:0 0 5px}
#comments_wrap .commentmetadata {margin:0 0 10px}
#comments_wrap .comment-author {border-bottom:1px solid #CCC;width:100%;overflow:hidden;padding:0 0 3px;line-height:32px;}
#comments_wrap .comment-author img {float:left;margin:0 10px 0 0}
#comments_wrap .comment-author cite {font-weight:bold}

/* Captions */
.wp-caption {background:#f3f3f3;border:1px solid #ddd;border-radius:3px;khtml-border-radius:3px;margin:10px;moz-border-radius:3px;padding-top:4px;text-align:center;webkit-border-radius:3px}
.wp-caption img {border:0 none;margin:0;padding:0}
.wp-caption p.wp-caption-text {font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}


/* Call Box */
.call-box{
	width:100%;
	margin:24px 0;
	overflow:hidden;
	border:solid #5AA918;
	border-width:1px 0;
	padding:18px 0;
	text-align:center;
	line-height:17px;
	color:#505050;
	font-size:14px;
}
.call-box span{font-weight:bold;}
.call-box span,
.call-box strong{color:#5AA918;}

.call-box span.or{display:block;}
.call-box a{
	color:#5AA918 !important;
	text-decoration:none;
}
.call-box a:hover{color:#5c5c5c;}

/* form  */
form label{display:none;}
input[type="text"],
input[type="password"],
input[type="email"]{
	font-size: 12px;
    height: 25px;
    line-height: 20px;
    padding: 0 5px;
	font-family:Verdana,Arial,sans-serif;
	background-color:#fff;
	border:none;
	color:#5e5e5e;
	border: 1px solid #c2c2c2;
}
#sidebar form, #sidebar .gform_confirmation_wrapper {
	width:240px;
	background:url('images/bg-form.png');
	margin:0;
	padding:12px;
	border-radius:0 0 20px 20px;
	-moz-border-radius:0 0 20px 20px;
	-webkit-border-radius:0 0 20px 20px;
}
#sidebar .gform_widget{
	padding:0;
	margin:0 -50px 28px 0;
	position:relative;
	border:3px solid #74b638;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
#sidebar form input[type="text"]{width:223px;}
#sidebar form li{padding:0 0 5px;width:100%;overflow:hidden;}
form ul{margin:0;}
textarea{
	border: 1px solid #c2c2c2;
    color: #5e5e5e;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 40px;
    padding: 5px;
}
#sidebar input[type="submit"],
input[type="submit"]{
	width:90px;
	height:20px;
	margin:0;
	padding:0;
	float:right;
	background:#5aa918;
	text-transform:uppercase;
	font:bold 14px/16px Arial, Helvetica, sans-serif;
	display:block;
	border:none;
	color:#fff;
	cursor:pointer;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#sidebar textarea{
    max-width:223px;
    min-width: 223px;
}
#sidebar form .gform_footer{overflow:hidden;margin:-6px 3px -3px;}
#sidebar form .gform_body ul,
#sidebar form .gform_body{overflow:hidden;}
#gform_wrapper_3 ul{margin:0 0 20px;}
.gfield_captcha_input_container{margin:7px 0;}
.validation_message,.validation_error{
	font-size:10px;
	color:#f00;
}
.gform_description{
	color:#690;
	font-size:16px;
	padding:0 0 10px;
	display:block;
}

form ul li{
	padding-left:0px !important;
	background:none !important;
}
#gform_wrapper_2 label{
	display:block;
	font-size:12px;
	padding:0 0 3px;
	color:#5AA918;
}
#gform_wrapper_2 label span.gfield_required{color:#f00;}
#gform_wrapper_2 input[type="text"],
#gform_wrapper_2 input[type="password"],
#gform_wrapper_2 input[type="email"]{
	width:485px;
}
#gform_wrapper_2 textarea{
	min-width:485px;
	max-width:485px;
	height:120px;
}
#gform_wrapper_2 li{padding:0 0 10px !important;}
#gform_wrapper_2 #input_2_6 input{
	float:left;
	margin:0 5px 0 0;
}
#gform_wrapper_2 #input_2_6 label{float:left;line-height:normal;}
#gform_wrapper_2 #input_2_6 li{
	width:178px;
	display:inline-block;
	vertical-align:top;
}
#gform_wrapper_2 #input_2_6 li.gchoice_6_9{width:100%;}
#gform_wrapper_2 #input_2_6 li.gchoice_6_9 input[type="text"]{width:468px;}
#gform_wrapper_2 li#field_2_7 label{float:left;margin-right:5px;margin-top:5px;}
#gform_wrapper_2 li#field_2_7 input[type="text"]{width:307px;}
#gform_wrapper_2 li#field_2_8 .gfield_captcha_input_container{float:left;}
#gform_wrapper_2 li#field_2_8 .gfield_captcha_input_container input[type="text"]{width:100px;margin:0 10px 0 0;}
#gform_wrapper_2 li#field_2_8 .gfield_captcha_input_container img{float:left;}
#gform_wrapper_2 input[type="submit"]{
	width:87px;
	height:32px;
	border:none;
	text-indent:-9999px;
	background:url('images/send.png') no-repeat;
	cursor:pointer;
}


/* Search Form */
#searchform input[type="text"]{
	width:120px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    border-radius: 5px;
    color: #669900;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    padding: 0 5px;
	float:left;
}
#searchform input[type="image"]{
	float:left;
	margin:0 0 0 5px;
}
#blog-sidebar #searchform{
	border-bottom:1px solid #ccc;
	padding:0 0 10px;
	margin:0 0 10px;
}


/* Testimonials Page */
.page-template-pt-testimonials-php .left-section{
	width:320px;
	float:left;
}
.page-template-pt-testimonials-php #top{
	padding:0 0 15px;
	overflow:hidden;
}
.page-template-pt-testimonials-php #top .testimonial{min-height:776px}
.page-template-pt-testimonials-php #bottom .testimonial{min-height:700px;}
.page-template-pt-testimonials-php #bottom{
	padding:15px 0 0;
	overflow:hidden;
}
.page-template-pt-testimonials-php .right-section{
	width:320px;
	float:right;
}
.page-template-pt-testimonials-php #top .left-section .testimonial .wrapper:first-child{background:#fff url('images/top-q.png') no-repeat 2px 5px;}
.page-template-pt-testimonials-php #bottom .right-section .testimonial .wrapper:last-child{background:#fff url('images/bottom-q.png') no-repeat 125px 0;}
.testimonial{
	width:275px;
	background-color:#fff;
	padding:15px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#999;
	font:12px Arial,sans-serif;
}
.page-template-pt-testimonials-php p.author{
	float:right;
	font-weight:bold;
	font-size:13px;
	color:#5c5c5c;
}
.testimonial .wrapper{
	width:100%;
	overflow:hidden;
}
.navigation{
	margin:0 0 20px;
	width:100%;
	overflow:hidden;
}
.navigation .prev{float:left;}
.navigation .next{float:right;}
.navigation p{
	color: #5AA918;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
}
.navigation a{font-size:14px;}

.bio{
	overflow:hidden;
	padding:15px;
	clear:both;
}
.bio p.name{margin:0 !important;padding-top:65px;color:#5AA918;}
.bio img{
	float:left;
	margin:0 40px 0 0;
}
.single .navigation a {text-decoration:none;color:#5AA918}
.single .navigation a:hover{color:#ccc;}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.testimonials-slider{
	margin:0 0 -60px;
}
.testi-wrapper{
	overflow:hidden;
	background:#fff url('images/top-q.png') no-repeat 50% 0;
	padding:15px;
	line-height:22px;
	color:#999;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.testi-wrapper p.author{
	float:right;
	font-weight:bold;
}
h2.testi-title{padding-top:30px !important;}

#gform_wrapper_3 form label{
	display:block;
	float:left;
	width:215px;
	padding-top:5px;
}
#gform_wrapper_3 form label input[type="text"]{
	width:200px;
}
#gform_wrapper_3 form textarea{width:250px;height:90px;resize:none;}
#gform_wrapper_3 input[type="submit"]{
	display:block;
	margin:0 auto;
}
#gform_wrapper_3 li{margin-bottom:15px;}

form .keeplabel label {display:block}

.gform_validation_container {display: none !important}