/* 
YOUR CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*Landing Page*/

#landing-page-features .one-third img {width: 100%; height: auto; border-radius: 50%;}
#landing-page-features > div.one-third > a > h4 {text-align: center; text-transform: uppercase;}
#landing-page-features > h3 {text-align: center;}

.page-id-330 #sidebar .item:first-child div.testimonial_body p, .page-id-79 #sidebar .item:first-child div.testimonial_body p, .page-id-68 #sidebar .item:first-child div.testimonial_body p, .page-id-134 #sidebar .item:first-child div.testimonial_body p {
	color: #2779c9;
	line-height: 1.25em;
        font-size: 15px;
        font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.page-id-330 #sidebar .item:first-child p.testimonial_author, .page-id-79 #sidebar .item:first-child p.testimonial_author, .page-id-68 #sidebar .item:first-child p.testimonial_author,  .page-id-134 #sidebar .item:first-child p.testimonial_author {
	text-align: right;
	font-style: italic;
	color: #2779c9;
        font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

#sidebar div.testimonial_slide.cycle-slide {
  z-index: 5 !important;
}

#sidebar form[name=my_form] input[type=text] {
	width: 97%; 
	height: 35px; 
	padding: 5px; 
	-moz-box-shadow: inset 0 0 3px #ccc;
   	-webkit-box-shadow: inset 0 0 3px #ccc;
   	box-shadow:         inset 0 0 3px #ccc;
   	border: #ccc;
	}
#sidebar form[name=my_form] tbody tr:nth-child(even) td, #sidebar form[name=my_form] tbody tr.even td {
	background-color: #fff;
}

#sidebar form[name=my_form] tbody tr:last-child {
	height: 58px;
}

#sidebar form[name=my_form] input[type=submit] {
	width: 100%;
	background-color: #f58e08;
	height: 35px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 22px;
}

#sidebar form[name=my_form] td {
	padding: 0
}

.page-id-330 #sidebar > div:nth-child(2) {
	margin: 0;
}



.page-id-330 #sidebar > .item:nth-child(3) > div > h4:nth-child(even) {
	color: #2779c9;
}

/*Home*/

.home #category-section > div.column.span-5.colborder.post-158 > h6.sub {
  display: none;
}

/*Footer*/

#footer .span-12 .item {
  margin: 0 0 3em 0;
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
 
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
 
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
 
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
 
.one-fourth {
	width: 23.076923076923077%;
}
 
.three-fourths {
	width: 74.35897435897436%;
}
 
.one-sixth {
	width: 14.52991452991453%;
}
 
.five-sixths {
	width: 82.90598290598291%;
}
 
.first {
	clear: both;
	margin-left: 0;

