/* button styles */
.text-button {
	color: white !important;
	background-color: #EF7F2C !important;
	border: 1px solid #EF7F2C !important;
	padding: 0px 27px 0px 27px;
height: 38px;
line-height: 38px;
font-size: 16px;
background: url('/wp-content/themes/eleven40/images/gradient-top-32px.png') repeat-x;
float: right;
margin-left: 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
clear: none;
margin-top: 10px;
	}
	
#text-8 {
	width: 70%;
	float: left;
	}
	
	
.entry-content .textwidget {
	font-size: .8em;
	}
	
a.peekaboo_onshow { 
	height:24px; padding: 5px 0 5px 30px;
	background: url("/wp-content/themes/eleven40/images/minus-24px.png") no-repeat left;
	}

a.peekaboo_onhide { 
	height:24px; padding: 5px 0 5px 30px;
	background: url("/wp-content/themes/eleven40/images/plus-24px.png") no-repeat left; 
	}
	
.peekaboo_content {
	padding: 0 0 10px 30px;
	border-bottom: 1px solid #ddd;
	}
	
.our {
	float: left;
	width: 35%;
	}
	
.entry-content .our p {margin-bottom: 15px;}
	
.testimonials {
	width: 60%;
	margin-left: 5%;
	float: left;
	font-style: italic;
	}
	
.testimonials h4 {
	font-style: normal;
	}
	
.testimonials span.quote-author {
	border: 0;
	font-style: normal;
	}
	
.prac {
	width: 100%;
	margin: 0 0 1em 0; padding: 0 0 1em 0;
	}
	
span.practice {
	font-size: 1.25em;
	text-align: left;
	font-weight:bold;
	}
	
span.more-practice {
	text-align: right;
	float: right;
	font-weight: bold;
	}
	
@media only screen and (max-width: 800px) {

.our, .testimonials {
	width: 100%;
	padding: 0; margin: 0 0 3%;
	}
	


}

@media only screen and (max-width: 480px) {

	#showcase-stripe #text-8 {
		float: none;
		}
	
	#showcase-stripe-bg {
		padding-bottom: 0;
		}
	
	.text-button {
		margin: 2em auto 0;
		float: none;
		clear: both;
		}

}