/*
Theme Name: Atlanta Spine
Theme URI: http://underscores.me/
Author: Atlanta Spine
Author URI: http://underscores.me/
Description: An WP Theme for Atlanta Spine
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/



/* ==========================================================================
    Global
 ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i|Roboto:300,400,500,700');

br {
	font-family: 'Roboto', sans-serif;
	font-family: 'Lora', serif;
}


html,
body {
	font-size:14px;
	color: #444444;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
	background:#ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

a, p, button, li, time {
	font-family: 'Roboto', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover, 
a:focus {
	color: #80bd01;
	text-decoration: none;
	outline: none;
}

p {
	font-size: 14px;
	color: #444444;
	font-family: 'Roboto', sans-serif;
}

section {
	position: relative;
	padding: 40px 0;
	min-width: 100%;
	width: 100%;
}

.btn:focus,
input, textarea,
button, button:focus,
button.close:focus,
input:focus, textarea:focus {
	outline: none;
	text-decoration: none;
	box-shadow: none;
}

.form-control, input, textarea, select,
.form-control:focus, input:focus, textarea:focus, select:focus {
	border-color: inherit;
	box-shadow: none;
	outline: none;
}

input, textarea, select {
	color: #888888;
    height:50px;
    margin-bottom: 20px;
    border: 2px solid #e1e1e1;
    padding: 0 15px 0;
    font-size: 18px;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    width: 100%;
}
select {

}
select option {
   
}

input:focus, textarea:focus, select:focus {
	border: 2px solid #80bd01;
}

textarea {
	height:140px;
	padding: 19px 25px 0;
	border-radius: 20px;
}

input[type="submit"] {
	color: #fff;
	background-color: #80bd01;
	border-color: #80bd01;
}

input[type="submit"]:hover {
	color: #80bd01;
	background-color: transparent;
}

.np {
	padding: 0;
}

.nrlp { 
	padding-left: 0 !important;
	padding-right:0 !important;
}

.nrp {
	padding-right: 0 !important;
}

.nlp {
	padding-left: 0 !important;
}

.ntp {
	padding-top: 0 !important;
}

.nbp {
	padding-bottom: 0 !important;
}

.padding-top {
	padding-top: 80px !important;
}

.padding-bottom {
	padding-bottom: 80px !important;
}

.nm {
	margin: 0 !important;
}

.nlm {
	margin-left: 0 !important;
}

.nrm {
	margin-right: 0;
}

.ntm {
	margin-top: 0 !important;
}

.nbm {
	margin-bottom: 0 !important;
}

.btn {
    font-size: 20px;
    color: #fff;
    line-height: 45px;
    height: 60px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 8px;
    font-weight:400;
    font-style: normal;
    background-color: #80bd01;
    border: 1px solid #80bd01;
}

.btn:hover,
.btn:focus {
	color: #80bd01;
	background-color: transparent;
}

.banner, .image-section {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#888888;
}

::-moz-placeholder { /* Firefox 19+ */
	color:#888888 !important;
}

:-ms-input-placeholder { /* IE 10+ */
	color:#888888;
}

:-moz-placeholder { /* Firefox 18- */
	color:#888888 !important;
}

.bg-gray {
	background-color: #f5f6f7;
}

.color {
	color: #80bd01 !important	;
}

.section-title {}

.tagline {}

.title {
	color: #444444;
	font-size: 45px;
	font-family: 'Lora', serif;
	font-style: italic;
	position: relative;
}

.title:after {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	height: 3px;
	width: 150px;
	margin-left: -75px;
	background-color: #80bd01;
}

.section-title {
	margin: 0 0 77px;
	padding-bottom: 21px;
	position: relative;
}

/* ==========================================================================
    Header
 ========================================================================== */
.header {}

.header-top {
	background-color: #f7f7f7;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+63,262626+63,262626+63 */
	background: #f7f7f7; /* Old browsers */
	background: -moz-linear-gradient(left, #f7f7f7 63%, #262626 63%, #262626 63%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #f7f7f7 63%,#262626 63%,#262626 63%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #f7f7f7 63%,#262626 63%,#262626 63%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#262626',GradientType=1 ); /* IE6-9 */
}

a.logo {
	display: inline-block;
}

.cta {
	display: inline-block;
}

.cta + .cta {
	padding-left:5px;	
}

.cta.office-time-cta {
    padding-left: 20px;
}

.cta p,
.cta p a {
	color: #000000;
}

.cta p a:hover {
	color: #80bd01;
}

.cta p i {
	margin-right: 10px;	
}
.cta p a {}

.cta.locations-cta {
	padding-left:15px;
}

.appointments-cta {
	background-color: #262626;
	position: relative;
}

.appointments-cta:before {
	position: absolute;
    content: "";
    top: 0;
    left: -26px;
    border-right:26px solid #262626;
    border-top:26px solid transparent;
    border-bottom:26px solid transparent

}

.appointments-cta p {
	color: #fff;
}

.appointments-cta p i {
	background-color: #80bd01;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
}

.appointments-cta p a {
    color: #80bd01;
    font-size: 22px;
    font-weight: 700;
}

.navbar-default {
	margin: 0;
	border-radius: 0;
	border: none;
	background-color: #ffffff;
	min-height: unset;
	padding:15px 0;
}

.navbar-nav {
	padding-top:15px;	
  display:table;
  width:100%;
}

.navbar-nav>li {display:table-cell;float:none !important;text-align:center;}

.navbar-default .navbar-nav>li>a {
    color:#444444;
    font-size:17px;
    background-color: transparent;
    padding: 5px;
    text-align:center;
    padding-bottom:0px;
    display:inline-block;
    padding-left:0;
    padding-right:0;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.current_page_item>a, 
.navbar-default .navbar-nav>.current_page_item>a:focus, 
.navbar-default .navbar-nav>.current_page_item>a:hover {
	color:#444444;
	background-color: transparent;
	text-decoration:none;
  border-bottom:solid 1px #afafaf;
}

/* ==========================================================================
    Request an Appointment
 ========================================================================== */
.slider-wrapper {
	background-color: #d5c24c;
  background:url(https://www.atlantaspineclinic.com//wp-content/uploads/2017/10/bg.jpg) no-repeat bottom center;
  background:url(https://www.atlantaspineclinic.com//wp-content/uploads/2017/12/bg-3.jpg) no-repeat top center;
  background-size:cover;
  padding-bottom:0;
}
.slide {
  padding-top:90px;
  padding-bottom:120px;
}
.slider {}

.slider {}

.slider h2 {
	color: #fff;
	font-size: 35px;
	margin: 0;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}

.slider h3 {
    color: #fff;
    font-size: 55px;
    font-style: italic;
    font-family: 'Lora', serif;
    margin: 0px 0 41px;
    position: relative;
}

.slider h3 small {
	color: #fff;
	font-size: 40px;
}

.slider h3:after {
    background-color: #80bd01;
    width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    bottom: -20px;
    left:0px;
}

.slider p {
	color: #fff;
    font-size: 16px;
    line-height: 155%;
}

.slider a.btn {
    height: 50px;
    line-height: 37px;
}

.owl-prev,
.owl-next {
    width: 35px;
    height: 67px;
    line-height: 20px;
    background-color: transparent;
    position: absolute;
    cursor: pointer;
	position:absolute;
	top:50%;
	margin-top:-10px;
	text-indent: -99999px;
}

.owl-prev:hover,
.owl-next:hover {
    
}

.owl-prev {
    left:-50px;
    background-image: url(images/icons/prev.png);
}

.owl-next {
    right:-50px;
    background-image: url(images/icons/next.png);
}


/* ==========================================================================
    Request an Appointment
 ========================================================================== */
.appointment {
  
    
      background:url(https://www.atlantaspineclinic.com//wp-content/uploads/2017/11/appointment.png) no-repeat top center;
  background-size:cover;
  padding-top:70px;
  
}
.request-an-appointment {
	background-color: #808080;
  padding-bottom:22px;
}
.request-an-appointment p {
  margin-bottom:0;
}

.request-an-appointment input, .request-an-appointment textarea, .request-an-appointment select {
  margin-bottom:0;
}

.request-an-appointment h2 {} 
.request-an-appointment p {
    display: table;
    width: 100%;
} 

.appointment-form {}

.appointment-form input {}

.appointment-form form p br {
	display: none;
}

.appointment-form .wpcf7-form-control-wrap,
.appointment-form input[type="submit"] {
	display: table-cell;
	width: 230px;
	padding-left: 10px;
}

.appointment-form .wpcf7-form-control-wrap.concern {
	padding-left: 0px;
}

.appointment-form .wpcf7-form-control-wrap.concern {
	width: 400px;
}

.appointment-form input[type="submit"] {
	padding: 0;
    margin-left: 10px;
    width: 187px;
}

/* ==========================================================================
    Services
 ========================================================================== */
.services {
	background-color: #faf8f7;
}

.services h2 {
    font-size: 36px;
    font-family: 'Lora', serif;
    margin: 0 0 45px;
}

.service {
	background-color: #ffffff;
	min-height: 300px;
	padding: 10px;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
	margin: 0 0 50px;
}

.service-image {
	overflow: hidden;
}

.service-image a {}

.service-image a img {
	width: 100%;
}

.service:hover img {
	transform: scale(1.2);
}

.service-content {
    border-left: 4px solid #80bd01;
    padding-left: 15px;
    min-height: 135px;

}

.service-content h3,
.service-content h3 a {
    color: #222222;
    font-size:20px;
    font-family: 'Lora', serif;
    line-height: 125%;
    margin: 20px 0 20px;
}

.service-content h3 a:hover {
	color: #80bd01;
}

.service-content p a {
	font-size: 18px;
	color: #80bd01;
	text-decoration: underline;
}

.service-content a:hover {
	text-decoration: none;
}

/* ==========================================================================
    Success Stories
 ========================================================================== */
.success-stories {
	background: url(images/section-bg.jpg) no-repeat scroll 0 0;
	background-size: cover;
  padding:80px 0px;
}

.success-stories h2 {
	font-size: 30px;
	color: #ffffff;
	font-family: 'Lora', serif;
	text-transform: uppercase;
}

.success-stories h3 {
    font-size: 44px;
    color: #ffffff;
    font-family: 'Lora', serif;
    font-style: italic;
    position: relative;
    margin: 0 0 40px;
}

.success-stories h3:after {
	background-color: #80bd01;
    width: 100px;
    content: "";
    height: 1px;
    position: absolute;
    bottom: -20px;
    left: -30px;
}

.success-stories p {
	color: #ffffff;
  font-size: 18px;
  padding-right: 140px;
}

.success-stories a {
	margin: 20px 0 0;
}

/* ==========================================================================
    Why Atlanta Spine
 ========================================================================== */
.why-atlanta-spine {}

.why-atlanta-spine .title {
	margin: 0 0 50px;
}

.was {
	position: relative;
	padding-left:120px;
	margin:105px 0 65px;
	z-index: 9999;
}

.was img {
	position: absolute;
	left: 0;
	top: -20px;
	max-width:100px;
}

.was h3 {
	font-size: 20px;
	margin: 0;
	color: #444444;
	font-family: 'Lora', serif;
	text-transform: uppercase;
  white-space: nowrap;
}

.was p {
	color: #444444;
	font-size: 18px;
	font-weight: 500;
}

.was-left .was {
	text-align: right;
	padding-left: 0;
	padding-right:120px;
}

.was-left .was img {
	left: unset;
	right: 0;
}

.was-left .was h3 {}
.was-left .was p {}

.was:nth-child(1) {
	margin-left: -100px
}

.was:nth-child(2) {
	margin-left: -62px;
}

.was:nth-child(3) {
	margin-left: -100px
}

.was-left .was:nth-child(1) {
	margin-right: -80px
}

.was-left .was:nth-child(2) {
	margin-right: -45px;
}

.was-left .was:nth-child(3) {
	margin-right: -80px
}

/* ==========================================================================
    Footer
 ========================================================================== */
 .blog-posts {
 	background-color: #faf8f7;
 }

 .blog-post-image {
 	margin: 0 0 20px;
 }

 .blog-post-image a {}
 .blog-post-image a img {}

 .blog-posts-content {}

 .blog-posts-content h2 {
 	color: #666666;
 	font-size: 16px;
 	margin: 0 0 20px;
 	text-transform: uppercase;
 	position: relative;
 }

 .blog-posts-content h2:after {
 	background-color: #858484;
 	width: 60px;
 	content: "";
 	height: 1px;
 	position: absolute;
 	bottom: -10px;
 	left: 1px;

 }

 .blog-posts-content h3 {
	color: #80bd01;
	font-family: 'Lora', serif;
	margin: 10px 0 10px;
	font-size: 26px;
 }

 .blog-posts-content h3 a {
color: #80bd01;
font-family: 'Lora', serif;
font-size: 26px; 

}

 .blog-posts-content p {}

.blog-posts-content p {
    color: #444;
  font-size:16px;
}  

.social {}

.social li a i {
	color: #2a2a2a;
}

.social li a:hover i {
	color: #2a2a2a;
}

/* ==========================================================================
    Treatment Center
 ========================================================================== */
.treatment-center {
 	background: url(https://www.atlantaspineclinic.com//wp-content/uploads/2017/11/176736972.jpg) no-repeat center center;
 	color: #ffffff !important;
 	background-size: cover;
  padding:165px 0px 120px 0px;
  position:relative;
  overflow:hidden;
 }

.treatment-center:before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:5000px;
	content:"";
	background-color:rgba(0,0,0,.4);
	z-index:2;
}
.treatment-center .container {
  position:relative;
  z-index:5;
}
 .treatment-center h2 {
 	color: #000000;
  color:#fff;
 	font-weight:700;
 }

 .treatment-center h3 {
    color: #000000;
    color:#fff;
    margin-bottom: 40px;
    font-size: 18px;
 }

 .stc {
 	background: rgba(255, 255, 255, 0.9);
 	min-height: 320px;
 	padding: 30px;
 	position: relative;
 	margin-bottom: 50px;
 }

 .stc h4 {
    color: #000000;
    font-size:29px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px;
 }

 .stc p {
 	color: #000000;
 	font-weight: 500;
 }

 .stc p i {
 	margin-right: 5px;	
 }

 .stc p a {
 	color: #80bd01;
 	text-decoration: underline;
 }

 .stc p a:hover {
 	color: #80bd01;
 	text-decoration: none;
 }

 .stc-map {}

 .stc-map iframe {}

 .stc-map {

}

.stc-map iframe {
    left:0;
    bottom: 0;
    height:100%;
    width:100%;
    position:absolute;
    height: 180px;
}


/* ==========================================================================
    Footer
 ========================================================================== */
.footer {
	background-color: #80bd01;
	padding: 60px 0 57px;
}

.footer p,
.footer a {
	font-size:15px;
	color: #ffffff;
  line-height:18px;
}

.footer a:hover {
	color: #ffffff;
} 

.footer-widget {}

.widget-title {
	color: #fff;
	font-size: 24px;
	padding: 0 0 10px;
	border-bottom: 1px solid #fff;
}
.footer-widget .widget-title { 
  border-bottom: 1px solid #c1dc84;
}

.footer-widget ul {}
.footer-widget ul li {}
.footer-widget ul li a {}
.footer-widget ul li a:hover {}

.footer-widget p {}
.footer-widget p i {
	margin-right: 5px; 
}

.footer-widget .social {}
.footer-widget .social li {}
.footer-widget .social li a {}
.footer-widget .social li a i {
	color: #fff;
}

.footer .col-sm-6.np > .widget-title {
	margin-left: 15px;
}

.footer-address-widget {}

.footer-address-widget ul + p {
	margin-top: 50px;
}

.copyright {
	padding-top:25px; 	
	margin-top:30px;
  border-top:1px solid #c1dc84;
}

.copyright p {
	font-size:15px;
	color: #ffffff;
  line-height:18px;
}



/* ==========================================================================
    Banner
 ========================================================================== */
.banner {
    background-image: url(images/banner/banner.jpg);
    min-height: 330px;
    padding: 150px 0 0;
    text-align: center;
}

.banner h2 {
	font-size:48px;
	color: #fff;
	margin: 0 0 22px;
	font-family: 'Lora', serif;
  	font-style: italic;
  	position: relative;
}

.banner h2:after {
	background-color: #80bd01;
    width: 100px;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
}

.banner p {
	font-size:18px;
	color: #fff;
	font-family: 'Roboto', serif;
	line-height: 140%;
}  

/* ==========================================================================
    Attorney Profiles
 ========================================================================== */
.managing-partner {
	padding: 76px 0 82px;
}

.managing-partner.bl-content .section-title:after {
	left: -172px;
	width: 300px;
}

 .managing-partner .about-bartolone-image:after {
	right: 57px;
	top: 109px;
 }

 /* ==========================================================================
    Areas of Practice
 ========================================================================== */
.areas-of-practice {
	background-color: #80bd01;
	padding: 97px 0 91px;
}

.areas-of-practice .fourth-title {
	color: #fff;
	margin: 0 0 107px;
}

.areas-of-practice .fourth-title:after {
	background-color: #fff;
}

.practice-left {}
.practice-right {}

.practice-wrapper {
	position: relative;
}

.practice {
	position: relative;
	width: 100%;
	margin-left: 50px;
}

.practice img {
    position: absolute;
    left: 0;
    top: -38px;
    z-index: 99;
}

.practice h3 {
	color: #000000;
}

.practice p {
	color: #000000;
}

.practice-left .practice {
    text-align: right;
    margin-left: -50px;
}

.practice-left .practice img {
    left: unset;
    right: 0;
}

.practice .third-title {
	margin: 0 0 16px;
	position: relative;
}

.practice img {
	left: -133px;
}

.practice-left .practice img {
	right: -133px;
    left: unset;
}

.practice:nth-child(2) {
	margin-left: 140px;
}

.practice-left .practice:nth-child(2) {
	margin-left: -140px;
}

.practice:first-child {
    margin-left: 120px;
}

.practice-left .practice:first-child {
	margin-left: -120px;
}

.practice:first-child .third-title {
	margin-left: -70px;
}

.practice-left .practice:first-child .third-title {
    margin-right: -70px !important;
}

.practice-logo {
	padding-top: 121px;
}

.practice-logo img {}

.practice-logo:before {
    position: absolute;
    content: "";
    width: 400px;
    height: 400px;
    border: 1px solid #000;
    border-radius: 50%;
    top: 11px;
    left: -100px;
}

 /* ==========================================================================
    Professional Affiliations
 ========================================================================== */
.professional-affiliations {
	padding: 78px 0 30px;
}

.professional-affiliations h2.fourth-title {
	margin: 0 0 95px;
	padding-bottom: 30px;
	text-align: center;
}

.affiliation-left {
    padding-right: 60px;
}

.affiliation-right {
    padding-left: 60px;
}

.affiliation {
    margin: 0 0 48px;
    position: relative;
    min-height: 150px;
}

.affiliation:before,
.affiliation:after,
.affiliations-logo:before,
.affiliations-logo:after,
.affiliations-logo-inner:before,
.affiliations-logo-inner:after {
	position: absolute;
	content: "";
}

.affiliation:before {
    width: 14px;
    height: 14px;
    background-color: #d5d5d5;
    right: -38px;
    top: 50%;
    border-radius: 50%;
    margin-top: -7px;
}

.affiliation:after {
    width: 68px;
    height: 5px;
    border-top: 2px dashed #d5d5d5;
    top: 50%;
    right: -102px;
    margin-top: -1px;
}

.affiliation-right .affiliation:before {
	left: -38px;
	right: unset;
}

.affiliation-right .affiliation:after {
    left: -102px;
    right: unset;
}

.affiliation img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.affiliations-logo {
	position: relative;
	text-align: center;
	padding: 86px 0 0;
}

.affiliations-logo:before,
.affiliations-logo:after {
    height: 100%;
    width: 100%;
    top: 76.5px;
    max-height: 195px;
}

.affiliations-logo:before {
    border-left: 2px dashed #d5d5d5;
    left: 30px;
}

.affiliations-logo:after {
    border-right: 2px dashed #d5d5d5;
    right: 30px;
}

.affiliations-logo-inner {
    position: relative;
    text-align: center;
}

.affiliations-logo-inner:before,
.affiliations-logo-inner:after {
	width: 50px;
	height: 2px;
	border-top: 2px dashed #d5d5d5;
	top: 87.5px;
} 

.affiliations-logo-inner:before {
	left: 33px;
} 

.affiliations-logo-inner:after {
	right: 33px;
} 

.affiliations-logo img {}


 /* ==========================================================================
    Education and Language
 ========================================================================== */
.education-and-language {
	padding: 90px 0 100px;
}

.education-and-language .third-title {
	margin: 0 0 45px;
}

.education-and-language ul.circle li,
.education-and-language p {
	color: #000000;
}

.education-and-language ul.circle {
	padding: 0;
}

.education-and-language ul.circle li {
	margin: 0 0 23px;
}

.education-and-language p {}
.education-and-language .education {
}

.education-and-language .language {
	padding-left: 137px;
}

.education-and-language .language:before {
	content: "";
	position: absolute;
	top: 41px;
	left: 0;
	width: 2px;
	height: 130px;
	background-color: #d5d5d5;
}

 /* ==========================================================================
    Associate
 ========================================================================== */
.associate {
	padding: 100px 0 81px;
	text-align: right;
	display: none;
}

.associate .section-title:after {
    right: -169px;
    left: inherit;
}

.associate-image:before {
	content: '';
    position: absolute;
    width: 2px;
    height: 100px;
    background-color: #80bd01;
    top: 109px;
    left: 55px;
}

.managing-partner a.btn,
.associate a.btn {
	color: #000000;
	margin: 52px 0 0;
}

.managing-partner a.btn:hover,
.associate a.btn:hover {
	color: #ffffff;
}

/* ==========================================================================
    Bar Admissions
 ========================================================================== */
.bar-admissions {
	padding: 75px 0 13px;
}

@media (min-width: 1360px) {
	.bar-admissions .container {
		width: 1350px;
	}	
}

.bar-admissions .fourth-title {
	margin: 0 0 76px;
}

.bar-admissions ul.circle {
	padding-left: 15px;
	margin: 0 0 40px;
}

.bar-admissions ul.circle li {
	color: #000000;
	margin: 0 0 25px;
	font-size: 17px;
}

.bar-admissions ul.circle li:before {
	background-color: #000000;
}

/* ==========================================================================
    Bankruptcy
 ========================================================================== */
.chapter-bankruptcy {
	padding: 92px 0 0;
}

.chapter-bankruptcy .second-title {
	margin: 0 0 78px;
}

.chapter-bankruptcy .third-title {
	margin-top: 55px;
}

.chapter-bankruptcy.bl-content p, 
.chapter-bankruptcy.bl-content p a
 {
	color: #000000;
	line-height: 140%;
}

.chapter-bankruptcy p {
	margin: 0 0 26px;
}

.chapter-bankruptcy-seven ul.circle li {
	
}

.chapter-bankruptcy-seven ul.circle li:before {
	
}

.chapter-bankruptcy ul.circle li strong {
	
}

.chapter-bankruptcy a.btn {
	margin: 16px 0 81px;
}

.chapter-bankruptcy-eleven ul.circle {
    
}

.chapter-bankruptcy-eleven {
	padding: 92px 0 112px;
}

/* ==========================================================================
    Litigation
 ========================================================================== */
.litigation  {
	padding: 79px 0 94px;
}

/* ==========================================================================
    Corporate Law
 ========================================================================== */
.corporate-lawyers {
	padding: 79px 0 65px;
}

/* ==========================================================================
    Real Estate Law
 ========================================================================== */
.real-estate-law {
	padding: 79px 0 64px;
}

.residential-and-commercial-estate {
	padding: 0;
}

.residential-and-commercial-estate.bl-content p, 
.residential-and-commercial-estate.bl-content p a, 
.residential-and-commercial-estate ul.circle li, 
.residential-and-commercial-estate ul.circle li a {
	color: #000000;
}

.residential-and-commercial-estate.bl-content p {

}

.residential-and-commercial-estate ul.circle {
	margin: 0 0 24px;
}

.residential-and-commercial-estate ul.circle li {
	line-height: 140%;
	margin: 0;
}

.residential-and-commercial-estate ul.circle li:before {
	background-color: #000000;
}

.residential-and-commercial-estate.bl-content p a {}

.residential-and-commercial-estate.bl-content p a:hover {
	color: #f9c926;
}

.residential-real-estate-content {
	padding-top: 77px;
}

.commercial-real-estate-content {
	padding: 96px 15px 107px;
}

/* ==========================================================================
    Contact Us
 ========================================================================== */
.contact-us {
	padding: 150px 0 214px;
}

.contact-address {}

.contact-address p,
.contact-address p a {
    font-size: 25px;
    line-height: 118%;
    color: #000000;
}


.contact-address p {
	margin: 0 0 56px;
	padding-left: 80px;
	position: relative;    
}

.contact-address p i {
	color: #000000;
	font-size: 54px;
	position: absolute;
	left: 7px;
	top: 0;
}

.contact-address p.phone i {
	left: 5px;
}

.contact-address p.email i {
	top: 0;
	left: 0;
}

.contact-address p.phone a {
	color: #02a6ff;
}

.contact-address p.email a {
	display: inline-block;
	margin: 0 0 26px;
}

.contact-address p.phone a:hover,
.contact-address a:hover {
	color: #f9c926;
}

.contact-map {}
.contact-map iframe {}


/* ==========================================================================
    Extra
 ========================================================================== */

 #preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}

#pre-status {
    height: 300px;
    left: 50%;
    margin: -150px 0 0 -150px;
    position: absolute;
    top: 50%;
    width: 300px;
}

/* BACK TO TOP */
#toTop {
    position    : fixed;
    bottom: 13px;
    right: 15px;
    color       : #ffffff;
    cursor      : pointer;
    display     : none;
    z-index     : 9999;
    width       : 35px;
    height      : 35px;
    text-align  : center;
    font-size   : 27px;
    line-height : 30px;
    background  : #80bd01;
    border-radius: 3px;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
}

#toTop:hover {
    color  : #000000;
    opacity: .7;
}

.transition, a, i, input, textarea, .navbar-toggle, .icon-bar,
.service-image img {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

a.pherona {
    background: url(images/pherona.png) no-repeat left center;
    margin-left: 5px;
    padding-left: 15px;
    color: #fff!important;
}


div.mail {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color:#000;
    border: 2px solid #7e7f7f;
    height:240px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    padding-left: 35px;
    border-radius: 2px;
    top: 50%;
    margin-top: -120px;
    cursor: pointer;
    z-index: 1041;
    position: fixed;
    left: 0;
    background:#ddd;
}
div.mail:hover {
   
}
div.mail span {
-webkit-transform: rotate(-90deg);   
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
display:block;
white-space:nowrap;
position:absolute;
left:-71px;
top:79px;
}
div.mail i.fa {
  position:absolute;
  bottom:11px;
  left:12px;
}

/* ==========================================================================
    WP CSS
 ========================================================================== */
.wpcf7-form-control-wrap {
    position: relative;
    overflow: hidden;
} 


 div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    overflow: hidden;
    text-align: center;
    background: #398f14;
    color: #fff;
}

div.wpcf7-validation-errors {
    border: 2px solid #f9c926;
    overflow: hidden;
    text-align: center;
    color: #f9c926;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    display: block;
    position: absolute;
    white-space: nowrap;
    bottom: -40px;
}

span.wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip {
	bottom: 0;	
}

.fluid-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.fluid-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* ==========================================================================
    Blog
 ========================================================================== */


article.post {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.entry-post {}

.entry-content {}

.entry-image {}

.entry-image a {}

.entry-image a img {}

.entry-post:hover img{}

h2.entry-title,
h2.entry-title a {
	color: #000000;
	font-family: "Georgia",serif;
	font-size: 40px;
	margin: 0 0 21px;
}

h2.entry-title a:hover {
	color: #80bd01;
}

h2.entry-title {}

h2.entry-title a {}

.entry-meta {
	background-color: #80bd01;
	clear: both;
	display: inline-block;
	margin-bottom: 12px;
	padding: 8px 75px 8px 12px;
}

.entry-meta,
.entry-meta a {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
}

.entry-meta a {
	font-size: 16px;
	font-weight: bold;
	margin-left: 2px;
}

.entry-meta span.posted-on {
  margin-right: 5px;
}

.entry-meta a:hover {
	color: #ffffff;
}

.post p,
.post p a {
	color: #000000;
	font-size: 18px;
	line-height: 160%;
	margin: 0 0 28px;
}

.post p a:hover {
	color: #80bd01;
}

.entry-footer {}

.entry-footer span,
.entry-footer span a {
	color: #000000;
	font-size: 15px;
	font-weight: 400;
}

.entry-footer span {
	margin-left: 5px;
	margin-right: 5px;
}

.entry-footer span.cat-links {
	margin-left: 0;
}

.entry-footer span.cat-links a {
	margin-left: 3px;
}

.entry-footer span a {
	font-size: 16px;
	font-weight: 700;
}

.entry-footer span a:hover {
	color: #80bd01;
}

.comment-form {}

.comment-form label {
	font-size: 18px;
}

.comment-form input, 
.comment-form textarea {
	color: #000000;
	border: 2px solid #000;
}

.comment-form input[type="submit"] {
	border: 2px solid #80bd01 !important;
}

.comment-form input[type="submit"]:hover {
	border: 2px solid #80bd01 !important;
}

.comment-form input:focus, 
.comment-form textarea:focus {
	border-color: #80bd01;
}







.sidebar {}

aside.widget-area {
	margin-bottom: 50px;
}

.widget {
    padding-bottom: 15px;
}

.widget h2 {
	background-color: #80bd01;
	color: #fff;
	font-family: "Georgia",serif;
	font-size: 20px;
	margin: 0 0 14px;
	padding: 12px 10px 10px 15px;
	text-transform: uppercase;
}

.widget ul {
    padding-left: 15px;
}

.widget ul li {
	margin: 0 0 3px;
	padding-left: 17px;
	position: relative;
}

.widget ul li::before {
	background-color: #80bd01;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}

.widget ul li a {
	color: #000000;
	font-family: "Lato",sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.widget ul li a:hover {
	color: #80bd01;
}

.widget_search {}

.widget_search .search-form {
	position: relative;
}

.widget_search .search-form label {
	margin: 0;
	width: 100%;
  position: relative;
  z-index:3333;
}

.widget_search .search-form label .screen-reader-text {
	display: none;
}

.widget_search .search-form label input.search-field {
	border: 2px solid #80bd01;
	color: #000;
	font-weight: 400;
	margin: 0;
	max-width: 100%;
	padding: 0 62px 0 15px;
	border-radius: 50px;
}

.widget_search .search-form .search-submit {
	border: 2px solid #80bd01;
	border-radius: 50%;
	bottom: 0;
	height:45px;
	margin: 0;
	max-width:45px;
	padding: 0;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	background: url(images/icons/search.png) no-repeat scroll center center #80bd01;
  background-size:20px 20px;
  z-index:44444;
}


.widget_search .search-form .search-submit:hover {
	background: url(images/icons/search-hover.png) no-repeat scroll center center transparent;
  background-size:20px 20px;
}

nav.navigation.post-navigation, div#comments, .page-content form.search-form, footer.entry-footer, time.entry-date.published {
display:none !important;
}
.entry-content ul, section ul {
  padding-left:15px;
  padding-top:5px;
  padding-bottom:15px;
  padding-left:25px;
}

#chapter_13_bankruptcy_content, .chapter-bankruptcy-seven ul li {display:none;}
.cta-wrapper {display:block;float:none;}
.chapter-bankruptcy-seven ul li:first-child, .chapter-bankruptcy-seven ul li:nth-child(0), .chapter-bankruptcy-seven ul li:nth-child(1), .chapter-bankruptcy-seven ul li:nth-child(2) {
  display:list-item !important;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper li {
	position:relative;
}

.home-banner ul.slider {
  display:none;
}

.home-banner ul.slider li {
		list-style:none;
		color:#fff;
 		font-size:24px;
    color: #ffffff;
    font-family: 'Georgia', serif;
    font-style: italic;
    line-height: 193%;

}

.page-template-page-contact {}

.page-template-page-contact form {
	border-top: 1px solid #80bd01;
	padding-top: 20px;
	margin-top: 10px;
}

.page-template-page-contact label {
	color: #999999;
	font-weight: 400;
	display: block;
}

.page-template-page-contact input,
.page-template-page-contact textarea {
	width: 100%;
	margin: 5px 0 0;
}

.page-template-page-contact input {
	height: 50px;
	margin: 0;
}

.page-template-page-contact textarea {
	border-radius: 5px;
}

.page-template-page-contact input[type="submit"] {
	max-width: 200px;
}

.page-template-page-contact .col-sm-3 img {
    margin-top: 13px;
}


.page-template-page-contact .sidebar-wrapper h2,
.page-template-page-contact .sidebar-wrapper h2 a {
    color: #80bd01;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 50px;
    margin-top: 0;
}

.page-template-page-contact .sidebar-wrapper h2 a {
	font-weight: 700;
}

.page-template-page-contact .sidebar-wrapper p {
	color: #999999;
}

.page-template-page-contact .sidebar-wrapper p a {
    color: #80bd01;
    margin: 0 0 50px;
    display: inline-block;
}

.page-template-page-contact table {}
.page-template-page-contact table tr {}

.page-template-page-contact table tr td {
	color: #262626;
	font-size: 18px;
}

.page-template-page-contact table tr td:first-child {
	color: #999999;
	font-size: 14px;
}




.comprehensive-orthopaedic {
	padding:70px 0;
}

.comprehensive-orthopaedic img {}

.comprehensive-orthopaedic h2 {
	color: #80bd01;
	font-family: 'Lora', serif;
	margin-top: 0;
}

.comprehensive-orthopaedic p {
    color: #999999;
    font-size: 14px;
    line-height: 175%;
}

.comprehensive-orthopaedic p + p {
	margin-top: 30px
}


.m-header-right {}

.m-header-right {}

.m-header-right .fa-phone {
	border:2px solid #80bd01;
	width:33px;
	height:33px;
	border-radius: 50%;
	font-size:20px;
	text-align: center;
	line-height:30px;
	color: #80bd01;
  top:-2px;
  position:relative;
}

.m-header-right .btn-quote {
	border: none !important;
	background: none !important;
	font-size: 30px;
	margin-left: 10px;
}

.m-header-right .btn-quote i {
	color: #80bd01;
}

	div.mail{display:inline-block;font-size:18px;font-weight:500;color:#fff;border:2px solid #7e7f7f;height:210px;width:50px;line-height:52px;text-align:center;padding-left:35px;border-radius:2px;background:#517AB2;top:50%;margin-top:-107px;cursor:pointer;z-index:1041}
div.mail i{background:#fff;color:#517AB2;font-size:24px;position:absolute;bottom:0;left:0;width:46px;line-height:48px}
div.mail:hover{background:#f8f8f8;color:#517AB2}
div.mail:hover i{color:#fff;background:#517AB2}
.home #header,
body.sidebar-active #header{z-index:99!important}
body.sidebar-active>.mail i:before{content:"\f00d"!important}
#ncf-overlay{opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";background:#333;top:0;bottom:0;right:0;z-index:-1;cursor:pointer;height:100%;-webkit-transform:translate(-280px, 0);-moz-transform:translate(-280px, 0);-ms-transform:translate(-280px, 0);transform:translate(-280px, 0);-webkit-transform:translate3d(-280px, 0, 0);-moz-transform:translate3d(-280px, 0, 0);-ms-transform:translate3d(-280px, 0, 0);-o-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;width:100%;}
body.sidebar-active>#ncf-overlay{z-index:999;opacity:.5;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;transition-delay:.1s;-webkit-transition-delay:.1s;cursor:pointer;cursor:url(images/close-overlay.png), auto}
body.sidebar-active>#ncf-overlay,
body.sidebar-active>*{-webkit-transform:translate(-280px, 0);-moz-transform:translate(-280px, 0);-ms-transform:translate(-280px, 0);transform:translate(-280px, 0);-webkit-transform:translate3d(-280px, 0, 0);-moz-transform:translate3d(-280px, 0, 0);-ms-transform:translate3d(-280px, 0, 0);-o-transform:translate3d(-280px, 0, 0);transform:translate3d(-280px, 0, 0)}

.push_sidebar {
	width:280px;
	opacity:0;
	z-index:-1;
	-ms-transition:all .5s ease;
	transition:all .5s ease;
	padding:30px;
	height:100%;
	top:0;
	padding: 20px;
	background: rgba(128, 189, 1, 0.9);
}

.push_sidebar form input[type="submit"] { 
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:240px;
}

.push_sidebar form input[type="text"], .push_sidebar form input[type="email"], .push_sidebar form input[type="url"]{margin-bottom:10px;height:40px;line-height:40px;}
.contact-form{border:10px solid #DFDAD6;padding:25px}
.push_sidebar .col-sm-6{padding-left:0!important;padding-right:0!important;width:100%!important}
body.sidebar-active>.push_sidebar{-webkit-transform:translate(0, 0)!important;-moz-transform:translate(0, 0)!important;-ms-transform:translate(0, 0)!important;transform:translate(0, 0)!important;-webkit-transform:translate3d(0, 0, 0)!important;-moz-transform:translate3d(0, 0, 0)!important;-ms-transform:translate3d(0, 0, 0)!important;-o-transform:translate3d(0, 0, 0)!important;transform:translate3d(0, 0, 0)!important;right:0;opacity:1;z-index:111;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;transition-delay:.1s;-webkit-transition-delay:.1s;overflow:auto}
body,
body.sidebar-active,
body.sidebar-active>*,
body>*{-webkit-backface-visibility:hidden;-webkit-transition:-webkit-transform .4s cubic-bezier(.645, .045, .355, 1);-moz-transition:-moz-transform .4s cubic-bezier(.645, .045, .355, 1);-ms-transition:-ms-transform .4s cubic-bezier(.645, .045, .355, 1);-o-transition:-o-transform .4s cubic-bezier(.645, .045, .355, 1);transition:transform .4s cubic-bezier(.645, .045, .355, 1);transition-delay:.1s;-webkit-transition-delay:.1s}
#ncf-overlay,
.push_sidebar,
div.mail{position:fixed;right:0}
.push_sidebar .contact-form{border:0 solid #DFDAD6;padding:0}


.push_sidebar .close {
	background: url(images/icons/close.png) no-repeat scroll center center;
	width:20px;
	height:20px;
	text-indent: -9999px;
	opacity: 1;
}

.push_sidebar .nav-mobile {padding-top:30px;}

.push_sidebar {}

.push_sidebar .nav-mobile {}

.push_sidebar .nav-mobile li {
	margin: 0 0 5px;
}

.push_sidebar .nav-mobile li a {
	color: #fff;
	font-size:16px; 
}

.push_sidebar .nav-mobile li.current_page_item a {
	text-decoration: underline;
}
.push_sidebar h2 {
  color:#fff;
  font-size:17px;
}

.push_sidebar a.btn {
	color: #80bd01;
	border: 2px solid #fff;
    background: #ffffff;
    font-weight: 500;
    font-size:17px;
    width: 100%;
    margin:30px 0 30px;
}

.push_sidebar a.btn:hover {
	background: #80bd01;
	color: #fff;
	border-color: #fff;
}

.push_sidebar p,
.push_sidebar p a {
	color: #fff;
  font-size:17px;
}

.push_sidebar p a:hover {
	text-decoration: underline;
}

.push_sidebar p i {
	margin-right: 5px;
}

.push_sidebar .social li a i {
	color: #fff;
}

.push_sidebar .locations {
	border-top: 1px solid #fff;
	padding-top: 20px;
	margin-top: 25px;
}

.push_sidebar .address {
	text-align: center;
}

.col-sm-custom {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
   width: 20%;
    float: left;
}

.col-sm-custom-2 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
   width:40%;
    float: left;
}



.footer-widget .widget-title {
font-size:20px;
  margin-top:0;
}

.footer-logo-widget img {max-width:174px;}

.footer-widget ul {
	margin-bottom:20px;
}

.footer-address-widget p, .footer-address-widget ul, .footer-address-widget ul li, .footer-address-widget p a, .footer-address-widget li a {
  font-size:17px;
}


.footer-treament ul {float:left;width:50%;}
.footer-treament #menu-footer-menu-two {float:left;width:50%; padding-right:7.5px;}
.footer-treament #menu-footer-menu-five {float:left;width:50%; padding-left:7.5px;}

a.pherona {
    background: url(images/pherona.png) no-repeat left 2px;
    margin-left: 5px;
    padding-left: 20px !important;
    display: inline-block;
}

.print-area {display:none;}

.sidebar-education ul.sub-menu {
display:none;
}
.sidebar-education .current-menu-parent ul, .sidebar-education li.current-education-ancestor ul {
display:block;
}

#menu-education-menu {
position:relative;
padding-bottom:40px;
margin-bottom:40px;
}
#menu-education-menu:after {
    background: #989898;
    position: absolute;
    width:120px;
    right:0;
    bottom: -1px;
    content: "";
    height: 2px;
}
#menu-education-menu li a {
font-weight:700;
font-size:18px;
}

#menu-education-menu-two li a {
font-weight:400;
font-size:18px;
}

#menu-education-menu-two li ul li a {
font-weight:300;
font-size:17px;
}

#parent-638{min-height: 440px;}

/*new css 12-10-18*/
section.treatments-sec{background:#f0f1ee url(images/bg-dna.jpg) no-repeat top center; background-size: cover; padding: 0;}
.treatments-sec h2 {
    font-size: 32px;
    font-family: 'Lora', serif;
    margin: 0 0 24px;
    line-height: 1.19;
}

.well-text{padding: 30px 0;}
.well-text p {
    font-size: 16px;
    line-height: 1.63;
    margin-bottom: 24px;
}
.treatments-sec .btn {
    height: 50px;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    display: block;
    max-width: 188px;
    border-radius: 5px;
}