
/**
 * ---------------------------------------------------
 * Attorney - Column Styles
 * ---------------------------------------------------
 */

.attorney-v3 {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.attorney-v3 .heading {
	margin-bottom: 50px;
}

.attorney-v3 .heading h2 {
	font-size: 30px;
	text-align: center;
}

.attorney-v3 .heading p {
	font-size: 16px;
	text-align: center;
	color: #333;
}

.attorney-v3 .attorney-inner {
	position: relative;
}

.attorney-v3 .item .inner {
	border: 1px solid #e7e7e7;
}

.attorney-v3 .text {
	background: #f3f3f3;
	padding: 40px 30px;
}

.attorney-v3 .text h3 {
	text-align: left;
	color: #333;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.attorney-v3 .text h3 a {
	color: #333;
}

.attorney-v3 .text h3 a:hover {
	color: #D64C4C;
}

.attorney-v3 .text h4 {
	text-align: left;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
}

.attorney-v3 .text p.button {
	margin-top: 20px;
}

.attorney-v3 .text p.button a {
	background: #656464;
	color: #fff;
	padding: 8px 14px 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.attorney-v3 .text p.button a:hover {
	background: #D64C4C;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.attorney-v3 .item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}

.attorney-v3 .item .thumb {
	position: relative;
	overflow: hidden;
}

.attorney-v3 .item .thumb .photo {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	background-size: cover;
}

.attorney-v3 .item .thumb img {
	width: 100%;
}

.attorney-v3 .item .thumb .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(255, 255, 255, 0.8);
}

.attorney-v3 .item .social-icons {
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.attorney-v3 .social-icons ul {
	text-align: center;
	padding-left: 15px;
}

.attorney-v3 .social-icons ul li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}

.attorney-v3 .social-icons ul li a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(26,171,221,0.6);
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	font-size: 22px!important;
}

.attorney-v3 .social-icons ul li a:hover {
	background: #333;
}

/**
 * ---------------------------------------------------
 * Attorney Detail
 * ---------------------------------------------------
 */
.attorney-detail {
	background: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}

.attorney-detail .attorney-single {
	margin-bottom: 30px;
}

.attorney-detail .attorney-single .text {
	background: #f1f1f1;
	text-align: center;
	padding: 25px 10px;
}

.attorney-detail .attorney-single .text h2 {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.attorney-detail .attorney-single .text h3 {
	color: #333;
	font-size: 14px;
	margin-bottom: 15px;
}

.attorney-detail .attorney-single .text p {
	color: #333;
	color: #D64C4C;
}

.attorney-detail .attorney-single .thumb img {
	width: 100%;
	height: auto;
}

.attorney-detail .attorney-single .social .title {
	text-align: center;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.attorney-detail .attorney-single .social ul {
	margin-top: 15px;
	text-align: center;
}

.attorney-detail .attorney-single .social ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 5px;
}

.attorney-detail .attorney-single .social ul li a {
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	display: block;
	background: #D64C4C;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,0.2);
	box-shadow: inset 0 -5px rgba(0,0,0,0.2);
}

.attorney-detail .attorney-single .social ul li a:hover {
	background: #656464;
}

.attorney-detail .attorney-detail-tab .content {
	padding: 15px 0;
}

.attorney-detail .attorney-detail-tab .content h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}

.attorney-detail .attorney-detail-tab .content ul li {
	list-style-position: inside;
}

.attorney-detail .attorney-detail-tab .nav-tabs>li>a {
	color: #D64C4C;
}

.attorney-detail .attorney-detail-tab .nav-tabs>li.active>a {
	color: #333;
}

.attorney-detail .testimonial-content {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #656464;
}

.attorney-detail .testimonial-content:last-child {
	border-bottom: 0;
}

.attorney-detail .testimonial-content .top {
	overflow: hidden;
}

.attorney-detail .testimonial-content .top img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.attorney-detail .testimonial-content .top h2 {
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	font-size: 16px;
}

.attorney-detail .testimonial-content .top h3 {
	color: #656464;
	font-size: 14px;
}

.attorney-detail .testimonial-content .bottom {
	color: #656464;
}

.attorney-detail .ask-question .btn-success {
	background-color: #D64C4C;
	border-color: #D64C4C;
	width: 100%;
	font-size: 16px;
	padding: 10px 20px 16px;
	text-transform: uppercase;
	-webkit-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -5px rgba(0,0,0,.2);
	box-shadow: inset 0 -5px rgba(0,0,0,.2);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.attorney-detail .ask-question .btn-success:hover {
	background: #656464;
	border-color: #656464;
}

.attorney-detail .ask-question .form-control {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}

.attorney-detail .contact {
	background: #f1f1f1;
	margin-bottom: 20px;
	padding: 20px;
}

.attorney-detail .contact .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	
	background: #D64C4C;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.attorney-detail .contact .icon i {
	font-size: 20px;
}

.attorney-detail .contact .text {
	text-align: center;
}

.attorney-detail .contact .text h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.attorney-detail .contact .text p {
	font-size: 14px;
}