.gap-20 {
	clear: both;
	height: 20px;
}

.breadcrumbs {
	font-size: 1.2em;
	color: #a1a1a1;
}

.our-attorneys-side{
	position: relative;
	top: 80px;
}

.attorney-info{
	padding-top: 80px;
	padding-bottom: 300px;
	font-family: "Lora";
}

.attorney-info h1{
    color: rgb(0, 122, 94);
}

.attorney-info p{
	font-size: 1.6em;
	line-height: 25px;
	color: #a1a1a1;
	color: #333333;
	padding-top: 15px;
	padding-bottom: 10px;
}

.attorney-details {
	left: 15px;
	padding: 20px;
	font-size: 1.0em;
}

.attorney-details li{
	line-height: 25px;
	font-size: 1.5em;
}

.faq {
	padding-top: 150px;
	padding-bottom: 100px;
}

.faq h2{
	font-family: "Lora";
	font-weight: bold;
	color: #000000;
	font-size: 3.5em;
}

.faq div.col-sm-4{
	margin-top: 30px;
}

.faq p{
	font-size: 1.8em;
	line-height: 25px;
}

.faq p span{
	color: #007A5E;
}

.question {
	color: #007A5E;
	font-size: 2.0em;
	padding-top: 35px;
}

.answer {
	padding-top: 20px;
}

.faq h2 span{
	color: #007A5E;
	font-size: 1.1em;
}

.faq a{
	margin-top: 50px;
}

.testimonials h5{
	font-weight: bold;
}


	/* Sidebar (practice area)
================================================== */

	.sidebar {
		height: auto 100%;
		background: #f9f9f9;
	}

	.practice-sidebar .widget-title{
		font-size: 1.75em;
	   	font-weight: 700;
	   	position: relative;
	   	margin-bottom: 30px;
	   	margin-top: 0;
	   	line-height: normal;
	}

	.practice-sidebar .widget-title:after{
	   	content: '';
	   	width: 30px;
	   	left: 0;
	   	bottom: -10px;
	   	height: 3px;
	   	background: #007A5E;
	   	position: absolute;
	}

	.widget{
		background: #f9f9f9;
	  	padding:25px;
	  	margin-bottom: 40px;
	}

	/* Navigation */

	.nav-tabs>li.active>a, 
	.nav-tabs>li.active>a:hover, 
	.nav-tabs>li.active>a:focus{
	   background: none;
	}

	.nav-tabs>li.active>a:focus{
	   color: #222;
	}

	.practice-sidebar ul.nav-tabs{
	   border:0;
	   font-size: 1.25em;
	}

	.practice-sidebar ul.nav-tabs li.active a, 
	.practice-sidebar ul.nav-tabs li:hover a{
	   color: #007A5E !important;

	}

	.practice-sidebar ul.nav-tabs li a{
	   color: #333;
	   border-radius: 0;
	   padding: 0;
	   padding-left: 0;
	   font-weight: 600;
	   display: inline-block;
	}

	.practice-sidebar ul.nav-tabs li{
	   color: #333;
	   line-height: normal;
	   font-weight: 600;
	   border-bottom: 1px solid #d3d3d3;
	   padding: 15px 0;
	}

	.practice-sidebar ul.nav-tabs li:last-child{
	   border-bottom: 0;
	}

	/* end navigation */

	/*-- Practice page ---*/

	.practice-area.section-padding{
	   background: none;
	   padding-top: 0;
	}

	.single-practice {
		font-size: 1.3em;
		color: #808080;
		line-height: 20px;
	}
	.single-practice p.lead{
	   font-size: 1.35em;
	   color: #222;
	}

	/* Typography
================================================== */

	.single-practice h1, h2, h3, h4{
		font-family: "Lora";
		font-weight: bold;
		color: #000000;
		
	}

	.single-practice h2{
	   font-size: 2.5em;
	}

	.single-practice h3{
	   font-size: 1.75em;
	}

	.single-practice h4{
	   font-size: 1.5em;
	}

	.single-practice h5{
	   font-size: 1.25em;
	}

	.single-practice i {
		color: #007A5E;
	}

	.single-practice li {
		line-height: 25px;
	}


		/* Attorneys (practice area pages)
	================================================== */
/*
	.team-grid {
	   position: relative;
	   z-index: 1;
	   display: inline-block;
	   width: 260px;
	   height: 340px;
	   overflow: hidden;
	}

	.team-grid:hover .team-hover{
	  bottom: 0;
	}

	.team-hover{
	   background: #007A5E;
	   color: #fff;
	   position: absolute;
	   bottom: -155px;
	   left: 25px;
	   z-index: 1;
	   height: 230px;
	   width: 260px;
	   -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	   transition: all .5s ease;
	}

	.team-hover:before{
	   content: '';
	   position: absolute;
	   z-index: 0;
	   border-bottom: 25px solid #007A5E;
	   border-left: 0 solid transparent;
	   border-right: 270px solid transparent;
	   bottom: 100%;
	   left: 0;
	}

	 .team-img-wrapper img{
	   max-width: 95%;
	   height: auto;
	   padding-right: 10px;
	}

	.team-img-wrapper{
	   position: relative;
	   width: 240px;
	   height: 300px;
	}

	.team-img-wrapper:after{
	   content: '';
	   position: absolute;
	   z-index: 0;
	   border-bottom: 25px solid #fff;
	   border-left: 0 solid transparent;
	   border-right: 250px solid transparent;
	   bottom: 0;
	   left: 0;
	}

	.team-hover-content{
	   padding: 10px 50px 0 25px;
	   position: relative;
	   z-index: 1;
	}

	.team-name, .team-name a, .team-desg, 
	.team-desc, .social-icons a{
	   color: #fff;
	   -webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	   transition: all .5s ease;
	}

	.team-name a:hover, .social-is a:hover{
	   color: rgba(0,0,0,.7);
	}

	.team-hover .team-name{
	   font-size: 1.15em;
	   text-transform: uppercase;
	   margin-top: 0;
	   margin-bottom: 0;
	   line-height: normal;
	}

	.team-hover .team-desg{
	   font-size: 1.1em;
	   margin-top: 0;
	   margin-bottom: 25px;
	   line-height: normal;
	   position: relative;
	}

	.team-desg:after{
	   content: '';
	   width: 20px;
	   left: 0;
	   bottom: -10px;
	   height: 3px;
	   background: #fff;
	   position: absolute;
	}

	.team-desc{
	   border-bottom: 1px solid #fff;
	   padding-bottom: 20px;
	}

	.social-icons a{
	   margin-right: 10px;
	   font-size: 1.25em;
	   color: #FFFFFF !important;
	}

	.social-icons i{
	   color: #FFFFFF !important;
	}

*/

@media only screen and (min-width:400px) {
	.attorney-info{
		padding-top: 120px;
	}
}

@media only screen and (min-width:500px) {
	.our-attorneys-side{
		top: 150px;
	}
}

@media only screen and (min-width:650px) {
	.our-attorneys-side{
		top: 200px;
	}
}

@media only screen and (min-width:768px) {
	.our-attorneys-side{
		top: 80px;
	}
}

@media only screen and (min-width:975px) {
	.our-attorneys-side{
		top: 200px;
	}

	.attorney-info{
		padding-top: 150px;
	}
}