/*------------------------------------------------------*/
/* Common Styles for overall theme
/*------------------------------------------------------*/
body {
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
	font-family: Times, "Times New Roman", "serif";
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-weight: 400;
  color: #656158;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner {
  border: 0;
}
img {
  max-width: 100%;
  height: auto;
}
label {
  color: #333;
  font-weight: 500;
  font-size: 16px;
}
/* header section */
.header-section {
  margin-bottom: 60px;
  text-align: center;
}
.header-section h2 {
  margin: 0 0 30px;
  font-weight: 300;
	font-size:48px;
	line-height: 56px;
}
.text-left {
  text-align: left;
}
.line-section {
  margin-bottom: 20px;
}
.line-section h3,
.line-section h4,
.line-section h5 {
  margin: 0 0 20px;
}
.vert-center {
	display: flex;
align-items: center;
}
h2 {
  font-size: 30px;
}
h4 {
  font-size: 21px;
  font-weight: 700;
}
h5 {
  font-size: 18px;
  font-weight: 700;
}
h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  line-height: 28px;
}
.btn {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 15px;
  border-radius: 0;
}
.btn:hover,
.btn:focus {
  color: #136d82;
}
input,
textarea {
  font-size: 16px;
  font-weight: 600;
  color: #9ba0aa;
  resize: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.read-more {
  font-size: 16px;
  font-weight: 400;
  background-color: #333;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s ease;
}
.read-more:hover {
  color: #fff;
  background-color: #da2128;
  text-decoration: none;
}
.common-style {
  padding: 81px 0;
}
.nothing-found {
  margin-bottom:30px;
}
.plus-icon:after {
  content: url("../images/plus-red2.png");
  margin-left: 10px;
}
::-webkit-input-placeholder {
  color: #333;
	opacity: 1;
}
::-moz-placeholder {
  color: #333;
	opacity: 1;
}
:-ms-input-placeholder {
  color: #333;
	opacity: 1;
}
input:-moz-placeholder {
  color: #333;
	opacity: 1;
}
.gray-scale img:hover {
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.gray-scale img {
  transition: all 0.2s linear;
}
.isotope-wrapper {
  box-sizing: content-box;
  position: relative;
}
/*------------------------------------------------------*/
/* WordPress Core
/*------------------------------------------------------*/
a img.alignnone,
.alignnone {
  float: none;
}
.aligncenter,
a img.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto;
}
a img.alignright,
.alignright {
  float: right;
  margin: 0 0 15px 20px;
}
a img.alignleft,
.alignleft {
  float: left;
  margin: 0 20px 15px 0;
}
p.wp-caption {
  margin: 0;
}
.wp-caption.alignnone {
  float: none;
}
.wp-caption.alignleft {
  float: left;
}
.wp-caption.alignright {
  float: right;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: #7b7d85;
}
blockquote p {
  margin-bottom: 0;
}
.wp-caption-text {
  margin: 0;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  font-size: 11px;
  letter-spacing: 1px;
  color: #888;
}
/*------------------------------------------------------*/
/* Similar Page styles
/*------------------------------------------------------*/
.page-top {
  background-color:#333;
  position: relative;
  padding-top: 23px;
  top: -23px;
}

.page-top h1,
.page-top h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 96px;
	color:#fff;
}

#filters {
  padding: 0;
  border-bottom: 1px solid #dcdee4;
  margin-bottom: 30px;
}
#filters li {
  list-style: none;
  display: inline-block;
  margin: 0 18px -1px 0;
  padding-bottom: 2px;
}
#filters li a {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
  display: inline-block;
  text-decoration: none;
}
#filters li:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #da2128;
}
#filters li:hover a {
  padding-bottom: 20px;
}
#filters li.active {
  padding-bottom: 0;
  border-bottom: 2px solid #da2128;
}
#filters li.active a {
  padding-bottom: 20px;
}
.pagination {
  display: block;
  text-align: center;
  margin-left: -8px;
}
.pagination a,
.pagination span {
  background-color: #fff;
  font-size: 16px;
  color: #333;
  display: inline-block;
  margin: 0 0 8px 8px;
  font-weight: 700;
  padding: 10px 20px;
  text-decoration: none;
}
.pagination a:hover,
.pagination span:hover {
  background-color: #66c9e0;
  color: #fff;
}
.pagination span.current {
  background-color: #66c9e0;
  color: #fff;
}

/*------------------------------------------------------*/
/* Social Media
/*------------------------------------------------------*/
.social-nav {
    margin: 0 0 30px 0;
    padding: 0;
}
.social-nav li {
    display: inline-block;
    list-style: none;
    margin: 0 5px 5px 0;
}
.social-nav li .fab,
.social-nav li .fas{
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 48px;
	width:48px;
    color: #fff;
    transition: all 0.5s ease;
}
.social-nav li .fa-envelope {
    background: rgb(101, 97, 88);
}
.social-nav li .fa-facebook-f {
    background: rgb(66, 103, 178);
}
.social-nav li .fa-twitter {
    background: rgb(29, 161, 242);
}
.social-nav li .fa-linkedin-in {
    background: rgb(0, 119, 181);
}
.social-nav li .fa-instagram {
    background: rgb(88,81,219);
}
.social-nav li .fa-youtube {
    background: rgb(252, 13, 27);
}
.social-nav li .fab:hover,
.social-nav li .fas:hover{
    transition: all 0.2s ease;
    background-color: #333;
}
.social-nav li:hover {
  transition: all 0.3s ease;
}
/*.social-nav li.email-icon:hover {
  background-color: #333;
}
.social-nav li.twitter-icon:hover {
  background-color: #55acee;
}
.social-nav li.facebook-icon:hover {
  background-color: #425E9A;
}
.social-nav li.youtube-icon:hover {
  background-color: #d02525;
}
.social-nav li.linkedin-icon:hover {
  background-color: #0077B5;
}*/
.social-nav li a {
    width: 48px;
    height: 48px;
    display: inline-block;
    transition: all 0.3s ease;
}
.social-nav li a:hover {
    text-decoration: none;
}

code {
  white-space: normal;
}
#scroll-top {
  display: inline;
}
.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #5581a6;
  text-align: center;
  display: table;
  z-index: 99999999;
}
.loader .table-cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 100%;
}
.loader h1 {
  margin-top: 2rem;
  font-size: 4rem;
  line-height: 4rem;
  color: #fff;
  font-weight: 800;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form input[type="range"],
form input[type="password"],
form input[type="text"],
form textarea {
  width: 100%;
  height: auto;
  border: 1px solid #ceccca;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 11px 10px;
  color: #333;
  font-weight: 500;
}
form input[type="file"] {
  margin-bottom: 30px;
  color: #333;
}
form input[type="submit"] {
  padding: 10px 20px;
  background-color: #656158;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border: none;
  cursor: pointer;
width: 100%;
text-transform: uppercase;
	transition: all 0.2s ease;
}



form input[type="submit"]:hover {
  background-color: #333;
}
form input.error,
form textarea.error {
  border: 1px solid #ff0000;
}
form fieldset label {
  font-size: 16px;
  color: #999ca5;
  font-weight: 500;
  border-bottom: 1px solid #dcdee4;
  padding: 5px;
  float: left;
}
form fieldset .common {
  display: inline-block;
  float: left;
  margin-left: 7px;
}
form p {
  margin: 0;
}
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
input[type="text"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#error-container {
  margin: 0;
}
#error-container label {
  font-size: 16px;
  display: block;
}
/* IE8 Specific Styles */
.ie8 img {
  width: inherit;
  max-width: 100% !important;
  height: auto !important;
}
.ie8 .home-testimonial .flexslider-three .slides img {
  width: auto !important;
}
.ie8 .overlay {
  visibility: hidden;
}
/*------------------------------------------------------*/
/*  Header styles
/*------------------------------------------------------*/
.header-top { padding: 30px 0; background: #fff; }
.logo {
	text-align: center;
}
.header-top .logo h1 {
  margin: 0;
}
.logo a {
  display:block;
}
.header-top .address-bar {text-align: right;}
.header-top .address-bar a {color: #656158;
}

.call{
font-size: 32px;
line-height: 32px;
	margin-bottom: 2px;
font-family: Times, "Times New Roman", "serif"
}

.header-top .address-bar address {
margin:0;
color: #333;
	font-size: 16px;
}

.nav-toggle {
  display: none;
}
#header {
  padding: 0;
position: relative;
z-index: 9999;
}
#header .menu-bg {
background-color: #656158;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}


nav.main-menu {
text-align: center;
}

nav.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
nav.main-menu ul>li {
margin: 0;
position: relative;
display: inline-block;
}
nav.main-menu ul > li {
  position: relative;
  margin: 0;
  color: #fff;
}
/*nav.main-menu ul li:last-child { margin: 0 0 0 10px; }*/
nav.main-menu ul > li.current-menu-item, nav.main-menu ul > li.current-menu-ancestor, nav.main-menu ul > li:hover {}
nav.main-menu ul li ul > li {
  position: relative;
  margin: 0;
	display: block;
}
nav.main-menu ul li ul li:last-child {
  margin: 0;
}
nav.main-menu ul li ul > li, nav.main-menu ul li ul > li.current-menu-item, nav.main-menu ul li ul > li.current-menu-ancestor, nav.main-menu ul li ul > li:hover {
  border-bottom: 0;
}
nav.main-menu ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  font-weight: 500;
  text-align: left;
  padding: 0 20px;
  text-transform: uppercase;
  font-family: Times, "Times New Roman", "serif"
}
nav.main-menu ul > li > a {
  line-height: 46px;
  color: #fff;
  font-size: 16px;
	transition: all 0.2s ease;
}
nav.main-menu ul > li.current-menu-item > a, nav.main-menu ul > li.current-menu-ancestor > a, nav.main-menu ul > li.current-menu-parent > a {
  background-color: #333;
}
nav.main-menu ul > li:hover > a, nav.main-menu ul > .current-menu-item > a:hover {
  background-color: #333;
  color: #fff;
}
nav.main-menu ul li ul li a {
  padding: 8px 15px;
  line-height: normal;
  color: #fff;
  font-size: 14px;
	text-transform: none;
}
nav.main-menu ul > li ul {
	text-align: left;
  z-index: 9999;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 46px;
  left: 0;
  width: 260px;
  display: none;
}
nav.main-menu ul li ul li {
  list-style: none;
  float: none;
  position: relative;
}
nav.main-menu ul > li ul li ul {
  position: absolute;
  left: 200px;
  top: 0;
}
nav.main-menu ul li ul > li {

}
nav.main-menu ul li ul > li:first-child {}
nav.main-menu ul li ul li ul > li {
  border-top: 1px solid #33bdf1;
}
nav.main-menu ul li ul li ul > li:first-child {
  border-top: 0px;
}
nav.main-menu ul li ul > li a {
  background-color: #7f7c74;
  font-family: 'Open Sans', sans-serif;
}
nav.main-menu ul li ul li:hover a {
  background-color: #656158;
}
nav.main-menu ul li ul li.current-menu-item:hover a {
  background-color: #656158;
}
nav.main-menu ul li ul li.current-menu-item:hover ul > li {
  background-color: #0088c7;
  border-top: 1px solid #33bdf1;
}
nav.main-menu ul li ul li.current-menu-item > a {
  background-color: #656158;
  color: #fff;
}
nav.main-menu ul li ul li.current-menu-item > a, nav.main-menu ul li ul li.current-menu-parent > a {
  background-color: #656158;
}
nav.main-menu ul li ul li.current-menu-parent:hover > a, nav.main-menu ul li ul li ul li.current-menu-item > a {
  background-color: #656158;
}
nav.main-menu ul li ul > li a:hover, nav.main-menu ul li ul li ul > li a:hover, nav.main-menu ul li ul li.current-menu-item:hover ul > li a:hover {
  background-color: #656158;
}
#header.stick {
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 0;
}
.mean-container .mean-bar {
  z-index: 999;
}
nav.main-menu ul li li, nav.main-menu ul li li a {
  color: #fff;
}

/*------------------------------------------------------*/
/* Home Page Style
/*------------------------------------------------------*/
.slide-wrap {
position: relative;
z-index: 8000;
margin-top: -23px;
}

.default-contents h1.entry-title{
  margin:0 0 5px;
	font-size: 48px;
	line-height: 48px;
	font-weight:400;
}

.home-blog,
.home-practice-areas,
.practice-areas-posts,
.attorneys-posts{
  background-color: #e8e7e6;
}


/*------------------------------------------------------*/
/* Home Contents
/*------------------------------------------------------*/
.default-contents {
  padding: 90px 0 60px;
	background-color: #fff;
}

/*------------------------------------------------------*/
/* Section Headers
/*------------------------------------------------------*/

.contact-bar .header-section,
.attorneys-posts .header-section,
.practice-areas-posts .header-section{
	color:#333;
	position: relative;
top: -35px;
	margin-bottom: 25px;
}
.contact-bar .header-section h2,
.attorneys-posts .header-section h2,
.practice-areas-posts .header-section h2{
color: #fff;
background: #656158;
display: inline-block;
padding: 0 60px;
line-height: 70px;
font-size: 42px;
}

/*------------------------------------------------------*/
/* Contact Bar Styles
/*------------------------------------------------------*/
.contact-bar {
  padding: 0 0 60px;
	background-color: #e8e7e6;
}

.contact-bar p {
font-size: 26px;
line-height: 34px;
	}
.contact-bar a {
color:#333;
	font-weight:700;
	}

.contact-bar-logo{
margin-top: 30px;
text-align: center;
}
/*------------------------------------------------------*/
/*  Home Team Styles
/*------------------------------------------------------*/
.home-attorneys {
  padding: 0 0 60px;
	background-color: #fff;
}
.home-attorneys .attorney-wrapper {
}
.home-attorneys .common-attorney {
}
.home-attorneys .common-attorney figure{
  overflow: hidden;
}

/*------------------------------------------------------*/
/* Home Blog Styles
/*------------------------------------------------------*/
.home-blog {
  padding: 67px 0 60px;
}

.home-blog .common-blog-post {
  background-color: #fff;
  margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.home-blog .common-blog-post .text-content {
  padding: 15px 15px 0 15px;
  text-align: left;
}
.home-blog .common-blog-post .text-content h5 {
  margin: 0;
}
.home-blog .common-blog-post .text-content p {
  margin: 0 0 30px;
	line-height: 24px;
}
.home-blog .common-blog-post .entry-meta {
  margin: 0 0 15px;
  font-style: italic;
}
.home-blog .common-blog-post .entry-meta time {
  color: #97bede;
}
.home-blog .common-blog-post .entry-meta a {
  text-transform: capitalize;
  font-weight: 500;
}

.home-blog .common-blog-post .video {
  margin: 0;
}
.home-blog .video .video-wrapper {
  padding-bottom: 61.0%;
}
.home-blog .col-sm-12 img {
  width: 100%;
}

.home-blog .col-sm-12 .text-content {
  text-align: left;
}
.home-blog .read-more {
width: 100%;
}



/*------------------------------------------------------*/
/*  Home Testimonial Styles
/*------------------------------------------------------*/
.home-testimonial {
  padding: 80px 0;
}
.home-testimonial .flexslider-three {
  position: relative;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.home-testimonial .flexslider-three .slides {
  zoom: 1;
}
.home-testimonial .flexslider-three .slides img {
  margin-bottom: 36px;
  background-color: #eaeaea;
}
.home-testimonial .flexslider-three .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.home-testimonial .flexslider-three .flex-direction-nav a {
  top: 86px;
  width: 14px;
  height: 17px;
  font-size: 0;
  transition: none;
}
.home-testimonial .flexslider-three .flex-direction-nav a:before {
  display: none;
}
.home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
  left: 39%;
  opacity: 1;
  background: url("../images/prev-icon-two-sprite.png") 0px 0px no-repeat;
}
.home-testimonial .flexslider-three .flex-direction-nav .flex-next {
  right: 39%;
  opacity: 1;
  background: url("../images/next-icon-two-sprite.png") 0px 0px no-repeat;
}
.home-testimonial .flexslider-three:hover .flex-next:hover {
  background-position: 0px -37px;
}
.home-testimonial .flexslider-three:hover .flex-prev:hover {
  background-position: 0px -37px;
}
.home-testimonial blockquote {
  border: none;
  padding: 0;
  margin: 0 0 50px;
}
.home-testimonial blockquote p {
  font-style: italic;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #6a7177;
}
.home-testimonial .testimonial-footer h3 {
  margin: 0 0 10px;
}

.testimonial-push-down {
  height: 100px;
  background-color: #fff;
}
.home-testimonial.testimonial-var-two .flexslider-three {
  margin-top: -147px;
}
/*------------------------------------------------------*/
/* Home Practice Areas styles
/*------------------------------------------------------*/
.home-practice.header-section{
	margin: 0;
	background-color: #292828;
	background-image: url(../images/expertise-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-box-shadow: inset 0 60px 60px -60px #000,inset 0 -60px 60px -60px #000;
-moz-box-shadow: inset 0 60px 60px -60px #000,inset 0 -60px 60px -60px #000;
box-shadow: inset 0 60px 60px -60px #000,inset 0 -60px 60px -60px #000;
  }
.home-practice.header-section h2{
	color: #fff;
	font-size: 92px;
	line-height: 102px;
	padding: 120px 0;
	margin: 0;
  }
.home-practice-areas {
  padding: 67px 0 60px;
}


/*------------------------------------------------------*/
/*  Home Sidebar styles
/*------------------------------------------------------*/
.home-Sidebar .practice-areas-widget {
  margin-bottom: 75px;
}
.home-Sidebar .feature-video-widget .header-section {
  margin-bottom: 30px;
}
.home-Sidebar .feature-video-widget .read-more {
  margin-top: 30px;
}
/*------------------------------------------------------*/
/* Footer styles
/*------------------------------------------------------*/
#main-footer {
  padding: 60px 0;
  color: #656158;
	text-align: center;
}
#main-footer a {
  color: #656158;
}
#main-footer a:hover {
}

#main-footer p {
  color: #656158;
  margin-bottom: 30px;
	font-size:14px;
	line-height: normal;
}

#main-footer .logo {
  margin-bottom: 30px;
}

/*------------------------------------------------------*/
/* Scroll Top
/*------------------------------------------------------*/
#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 42px;
  width: 42px;
  z-index: 9999;
  line-height: 3em;
  background: #7f7c74 url("../images/scroll-top.png") center center no-repeat;
  transition: all 0.25s ease-in-out;
}
#scroll-top:hover {
  background-color: #656158;
}
/*------------------------------------------------------*/
/* Attorneys Page styles
/*------------------------------------------------------*/
.attorneys-page {
  padding: 67px 0 65px;
	background: #fff;
}
.attorneys-posts{
  padding: 0 0 60px;
}
.single-attorney .attorneys-posts {
	background: #fff;
	padding: 90px 0 95px;
}
.home.attorneys-posts {
	background: #fff;
}
.attorneys-posts .text-left {
  text-align: left;
}
.common-attorney {
  margin-bottom: 30px;
}
.common-attorney figure,
.attorneys-single .entry-meta figure,
.widget_media_image img{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.single-attorney .attorney_awards {margin-bottom:30px;}
.common-attorney .text-content {
  padding: 0;
	text-align:center;
}
.common-attorney h5 {
  margin: 15px 0 0;
}
.common-attorney h5 a{
  font-size: 24px;
	font-weight: 600;
}

.common-attorney h6 {
  margin: 5px 0 0;
	font-weight:400;
	font-size:20px;
}

.common-attorney p {
  margin-bottom: 30px;
}


.attorneys-posts .social-icon {
  margin: 20px 0 0;
}
.attorneys-posts .social-icon ul {
  margin: 0 auto;
  margin-left: -3px;
  text-align: center;
}



.attorneys-single {
  margin-bottom: 60px;
}
article.attorneys-single.hentry {
margin-bottom: 0;
}
.attorneys-single header.top-area{
margin: 0 0 30px;
padding: 0 0 30px;
border-bottom: 1px solid #c1c0bc;
}
article.hentry.attorneys-single h1.entry-title{
font-size: 30px;
line-height: 36px;
font-weight: 700;
margin: 0;
}
.attorneys-single header.top-area h3{
margin: 0;
font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}

.attorneys-single .entry-meta {
  background-color: #fff;
  margin-bottom: 0px;
}
.attorneys-single .entry-meta figure{
	margin-bottom: 30px;
}
.attorneys-single h3 {
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 30px;
}


@media (min-width: 767px) {
  .style-horizontal .text-content ul {
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
  }
  .style-horizontal.left .text-content {
    padding-left: 0;
    text-align: left;
  }
  .style-horizontal.right .text-content {
    padding-right: 0;
    text-align: right;
  }
}
/*------------------------------------------------------*/
/* Isotope Filtering
/*------------------------------------------------------*/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/*------------------------------------------------------*/
/* Isotope CSS3 transitions
/*------------------------------------------------------*/
.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}
.isotope {
  transition-property: height, width;
}
.isotope .isotope-item {
  transition-property: transform, opacity;
}
/*------------------------------------------------------*/
/* Blog Page Styles
/*------------------------------------------------------*/
.blog-page {
  padding: 67px 0 30px;
	background: #fff;
}
.blog-page .full-width-contents {
  overflow: hidden;
  margin-bottom: 60px;
}
.blog-page article.post {
  margin: 0 0 45px;
padding: 0 0 45px;
border-bottom: 1px solid #c1c0bc;
}
.blog-page article:last-of-type {
  margin: 0 0 60px;
padding: 0;
border-bottom: 0;
}
.single .blog-page article:last-of-type {
  margin: 0 0 30px;
}

.blog-page .page {
  margin-bottom: 30px;
}

.blog-page .entry-header{ margin-bottom:30px}
.blog-page time {
  padding: 0;
  font-size: 18px;
  color: #97bede;
  font-style: italic;
}

.blog-page figure {
  margin-bottom: 30px;
  overflow: hidden;
	padding: 5px;
background: #c1c0bc;
}
.blog-page figure img {
  width: 100%;
}
.blog-page h3.post-title {
  margin: 0 0 15px 0;
  line-height: 32px;
}

.blog-page h3.entry-title {
  margin: 0;
  line-height: 32px;
}

.blog-page .video {
  margin-bottom: 30px;
}

.blog-page blockquote {
  border-left-color: #4dbed9;
}
.blog-page blockquote p {
  margin-bottom: 0 !important;
}
.blog-page p.wp-caption {
  margin: 0 !important;
}
.main-contents {
  overflow: hidden;
  border-bottom: 1px solid #dcdee4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
article.hentry {
  line-height: 24px;
  font-size: 16px;
	  margin-bottom: 30px;
}
article.hentry p {
  margin-bottom: 30px;
}
article.hentry h1.entry-title {
  margin: 0 0 30px 0;
}
.single article.hentry h1.entry-title {
  margin: 0 0 5px 0;
}
.entry-content {
  margin: 0 0 30px;
}
.entry-content p {
  margin: 0 0 30px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-weight: 700;
  margin: 45px 0 30px;
}
.entry-content h1 {
  font-size: 36px;
  line-height: 42px;
}
.entry-content h2 {
  font-size: 30px;
  line-height: 36px;
	font-weight:400;
}
.entry-content h3 {
  font-size: 24px;
  line-height: 30px;
}
.entry-content h4 {
  font-size: 20px;
  line-height: 28px;
}
.entry-content h5 {
  font-size: 16px;
  line-height: 24px;
}
.entry-content h6 {
  font-size: 14px;
  line-height: 20px;
}
.entry-content blockquote {
  background: #f3f8fa;
  padding: 20px 20px 20px 30px;
  border-left: 5px solid #86d0e4;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
.entry-content blockquote p {
  margin: 0;
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
}
.entry-content td,
.entry-content th {
  padding: 10px;
}
.entry-content table tbody td {
  border: 1px solid #e0e0e0;
}
.entry-content table tbody tr {
  border-top: 1px solid #e0e0e0;
}
.entry-content table tbody tr:first-child {
  border-top: 1px solid #e0e0e0;
}
.entry-content dl {
  line-height: 24px;
}
.entry-content dt {
  color: #333;
  margin-bottom: 10px;
  line-height: 24px;
}
.entry-content dd {
  margin-left: 10px;
  margin-bottom: 10px;
  line-height: 24px;
}
.entry-content ol,
.entry-content ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 30px;
}
.entry-content ol li,
.entry-content ul li {
  margin: 10px 0;
}
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ul ul {
  margin-bottom: 10px;
}
.entry-content ol {
  list-style: decimal;
}
.entry-content address {
  line-height: 24px;
}
.entry-content kbd {
  background-color: #5581a6;
  box-shadow: none;
}
.entry-content pre {
  background-color: #5581a6;
  color: #fff;
  border: none;
  padding: 15px;
}

.accordion-content .entry-content {
  margin: 0;
}
.entry-footer p.entry-meta {
  margin: 0;
}
.entry-footer span.entry-tags,
.entry-footer span.entry-categories {
  display: block;
}
.video .video-wrapper {
  padding-bottom: 56.3%;
  position: relative;
  width: 100%;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-nav-btns {
  margin: 25px 0;
}
.page-nav-btns a {
  background-color: #5581a6;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  color: #fff;
  display: inline-block;
}
.page-nav-btns a:hover {
  color: #fff;
  background-color: #da2128;
  text-decoration: none;
}

/*
/*------------------------------------------------------*/
/* Sidebar Styles
/*------------------------------------------------------*/
.widget {
  width: 100%;
  margin-bottom: 60px;
}
.widget h3.title {
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 700;
}
.widget.widget_nav_menu h3.title {
	margin: 0 0 1px 0;
font-size: 21px;
font-weight: 400;
background: #4a7394;
color: #fff;
padding: 15px;
text-align: center;
text-transform: uppercase;
}
.widget ul {
  padding: 0;
  margin: 0;
}
.widget ul li {
  list-style: none;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 0;
}
.widget ul li:last-child {
  border-bottom: 0;
}
.widget ul li a {
	display:block;
  padding:10px 10px 10px 35px;
	font-size: 16px;
	position: relative;
  background: #c1c0bc;
	transition: all 0.2s ease;
}
.widget ul li a:hover {
  background: #656158;
	color:#fff;
}
.widget ul li a:before {
font-family: "font awesome 5 free";
content: '\f45c';
display: inline-block;
position: absolute;
top:11px;
left: 10px;
line-height: inherit;
color: #4a7394;
font-weight: 900;
font-size: 14px;
}
.widget ul li a:hover:before {
color: #fff;
}
.widget ul.children {
  margin: 10px 0 0 20px;
  border-top: 1px solid #dde1e3;
}
.widget ul.children li:last-child {
  border: none;
  padding: 0;
}
.widget_media_image {text-align: center;}

.home-sidebar .widget h3.title {
  font-size: 22px;
}
.home-sidebar .widget .post-video .video-wrapper {
  padding-bottom: 56.3%;
  position: relative;
  width: 100%;
  height: 0;
}
.home-sidebar .widget .post-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.widget_search label {
  display: none;
}
.widget_search input[type="text"],
.widget_search input[type="email"],
.widget_search input[type="search"] {
  float: left;
  width: 82%;
  border-right: none;
}
.widget_search input[type="text"],
.widget_search input[type="email"],
.widget_search input[type="search"],
.widget_search input[type="submit"] {
  height: 50px;
  margin-bottom: 0;
}
.widget_search input[type="text"]:focus,
.widget_search input[type="email"]:focus,
.widget_search input[type="search"]:focus,
.widget_search input[type="submit"]:focus {
  outline: none;
}
.widget_search input[type="submit"] {
  width: 18%;
  padding: 0;
  text-indent: 99999px;
  background: #333 url(../images/icon-search.svg) no-repeat center center;
  background-size: 20px;
  border-color: transparent;
}
/*------------------------------------------------------*/
/* Tabs widget
/*------------------------------------------------------*/
.tabs {
  background-color: #fff;
}
.tabs .tab-head {
  background-color: #c1c0bc;
  border: 1px solid #dde1e3;
  padding: 10px 0;
  text-align: center;
  float: left;
  width: 33.3333333333%;
  position: relative;
  cursor: pointer;
}
.tabs .tab-head h6 {
  margin: 5px 0;
  font-weight: 700;
}
.tabs .tab-head.active {
  background: #fff;
  border: 0;
  border-top: 2px solid #da2128;
  margin-top: -1px;
}
.tabs .tabs-content {
  display: none;
  clear: both;
  padding: 20px 15px 10px;
}
.tabs .tab-post-listing {
  margin-bottom: 15px;
}
.tabs .tab-post-listing figure {
  width: 64px;
  float: left;
  margin: 0 15px 0 0;
}
.tabs .tab-post-listing h6 {
  font-size: 14px;
  font-weight: 700;
  margin: 2px 0 5px;
  line-height: 18px;
}
.tabs .tab-post-listing span {
  font-size: 12px;
  color: #999ca5;
}
/*------------------------------------------------------*/
/* Practice Area page Styles
/*------------------------------------------------------*/
.practice-areas-page {
  padding: 67px 0 65px;
	background: #fff;
}

.practice-areas-posts {
  padding: 0 0 60px;
}

.practice-area {
  background-color: #fff;
  margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.single .practice-area {
  background-color: #fff;
  margin-bottom: 30px;
	padding: 0;
	-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.practice-area .contents {
  padding: 30px 30px 0;
}

.practice-area .contents h4 {
  font-size:24px;
	font-weight: 400;
	/*text-align: center;*/
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c1c0bc;
}
.practice-area .contents .entry-content p {
line-height: 24px;
}

.practice-area .read-more {
	width:100%;
}
/*------------------------------------------------------*/
/* Practice Area Single page Styles
/*------------------------------------------------------*/
.practice-areas-single {
  padding: 70px 0;
}
.practice-areas-single .flexslider {
  position: relative;
  width: 48%;
  float: left;
  margin-right: 2%;
}
.practice-areas-single .flexslider ul {
  margin: 0;
}
.practice-areas-single .flexslider .flex-control-nav {
  position: absolute;
  right: 10px;
  bottom: 4px;
  z-index: 999;
  width: auto;
  margin-bottom: 0;
}
.practice-areas-single .flexslider .flex-control-nav li {
  margin: 0 6px;
}
.practice-areas-single .flexslider .flex-control-nav a {
  background: #e4aaa9;
}
.practice-areas-single .flexslider .flex-control-nav .flex-active {
  background: #da2128;
}
.practice-areas-single figure {
  float: left;
  margin-right: 20px;
  background: #fff;
  overflow: hidden;
}
.practice-areas-single h3 {
  margin-bottom: 10px;
}
.practice-areas-single h5 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 20px;
}
.practice-areas-single p {
  margin-bottom: 20px;
  color: #999ca5;
  line-height: 24px;
}
.practice-areas-single blockquote {
  margin-bottom: 20px;
  color: #999ca5;
  line-height: 24px;
  border-left: 2px solid #da2128;
  padding-top: 0;
  padding-bottom: 0;
}
.practice-areas-single ul {
  padding: 0;
  margin-bottom: 20px;
}
.practice-areas-single li {
  list-style: none;
  color: #999ca5;
  margin-bottom: 5px;
}
.practice-areas-single h1,
.practice-areas-single h2,
.practice-areas-single ol,
.practice-areas-single ul,
.practice-areas-single h4,
.practice-areas-single h5,
.practice-areas-single pre {
  margin-bottom: 30px;
}
.practice-areas-single li {
  margin-bottom: 15px;
}
.practice-areas-single h6 {
  font-weight: 700;
}
.practice-areas-single p a {
  color: #5581a6;
}
.practice-areas-single blockquote {
  border-left-color: #4dbed9;
}
.practice-areas-single blockquote p {
  margin-bottom: 0 !important;
}
.practice-areas-single p.wp-caption-text {
  margin: 0;
}

.overlay {
  background: url("../images/for-expand-mirror.png") center center no-repeat #5581a6;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
}
.overlay-effect {
  position: relative;
  overflow: hidden;
}
.overlay-effect:hover .overlay {
  height: 100%;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Safari and Chrome */
  opacity: 0.8;
}

/*------------------------------------------------------*/
/* Faq page Styles
/*------------------------------------------------------*/
.faq-page {
  padding: 67px 0 30px;
}
/*------------------------------------------------------*/
/* Toggle Styles
/*------------------------------------------------------*/
.toggle-main .toggle {
  margin-bottom: 30px;
  transition: all 0.5s;
}
.toggle-main .toggle-title {
  background-color: #fff;
  margin: 0;
  height: auto;
  cursor: pointer;
  transition: all 0.5s;
}
.toggle-main .toggle-title h3 {
  padding: 20px 40px 20px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
}
.toggle-main .toggle-title i.fa {
  margin-right: 0;
  font-size: 18px;
  position: absolute;
  top: 23px;
  right: 23px;
}
.toggle-main .toggle-content {
  padding: 20px 20px 5px;
  background-color: #fff;
  margin: 0;
  display: none;
}
.toggle-main .toggle.current .toggle-title {
  background-color: #da2128;
  border: none;
}
.toggle-main .toggle.current .toggle-title h3 {
  color: #fff;
  /*background: url(../images/faq-close.png) no-repeat 98% 30px;*/
}
.toggle-main .toggle.current .toggle-content {
  border-bottom: 1px solid #dcdee4;
}

/*------------------------------------------------------*/
/* Accordion Styles
/*------------------------------------------------------*/
.accordion-main .accordion {
  margin-bottom: 30px;
  transition: all 0.5s;
}
.accordion-main .accordion-title {
  background-color: #fff;
  margin: 0;
  height: auto;
  cursor: pointer;
  transition: all 0.5s;
}
.accordion-main .accordion-title h3 {
  padding: 20px 40px 20px 20px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  position: relative;
}
.accordion-main .accordion-title i.fa {
  margin-right: 0;
  font-size: 18px;
  position: absolute;
  top: 23px;
  right: 23px;
}
.accordion-main .accordion-content {
  padding: 20px 20px 5px;
  background-color: #fff;
  margin: 0;
  display: none;
}
.accordion-main .accordion.current .accordion-title {
  background-color: #6dc068;
  border: none;
}
.accordion-main .accordion.current .accordion-title h3 {
  color: #fff;
  /* background: url(../images/accordin-close.png) no-repeat 98% 29px; */
}
.accordion-main .accordion.current .accordion-content {
  border-bottom: 1px solid #dcdee4;
}
/*------------------------------------------------------*/
/* Short Codes Styles
/*------------------------------------------------------*/
ul.arrow-list,
ul.arrow-list ul{
  list-style: none;
  padding-left: 0;
}

ul.arrow-list  li {
  padding-left: 25px;
  background: url(../images/bullet-arrow.png) no-repeat 5px 5px;
}

ul.square-list,
ul.square-list ul{
  list-style: none;
  padding-left: 0;
	margin-left:10px;
}

 ul.square-list li {
  padding-left: 25px;
  background: url(../images/bullet-square.png) no-repeat 5px 7px;
}
/*  Tabs
---------------------------------*/
.entry-content .tabs-nav {
  margin: 0 !important;
  padding: 0 !important;
}
.entry-content .tabs-nav li {
  float: left;
  margin: 0;
  list-style: none;
  padding: 14px 10px 10px;
  text-align: center;
  cursor: pointer;
  background: #fafafa;
  border-top: 1px solid #dcdee4;
  border-left: 1px solid #dcdee4;
  border-bottom: none;
}
.entry-content .tabs-nav li:last-child {
  border-right: 1px solid #dcdee4;
}
.entry-content .tabs-nav li:hover,
.entry-content .tabs-nav li.active {
  background: #fff;
}
.entry-content .tabs-nav li.active {
  border-top: 3px solid #6dc068;
  margin-bottom: -2px;
  padding-top: 13px;
}
.entry-content .tabs-container {
  margin: 0 0 30px;
  display: block;
  border: 1px solid #dcdee4;
  padding: 20px 20px;
  background: #fff;
}
.entry-content .tabs-container.vertical {
  width: 80%;
  float: left;
  position: relative;
  left: -1px;
}
.entry-content .tabs-nav.vertical {
  width: 20%;
  float: left;
}
.entry-content .tabs-nav.vertical li {
  float: none;
  border-right: 1px solid #dcdee4;
}
.entry-content .tabs-nav.vertical li:last-child {
  border-bottom: 1px solid #dcdee4;
}
p.message {
  padding: 20px 25px;
  position: relative;
}
p.message .close {
  font-size: 24px;
  line-height: 11px;
  position: absolute;
  top: 10px;
  right: 11px;
}
p.message .close:focus {
  outline: none;
}
.bg-info {
  border-left: 3px solid #afd9ee;
}
.bg-warning {
  border-left: 3px solid #f7ecb5;
}
.bg-success {
  border-left: 3px solid #c1e2b3;
}
.bg-danger {
  border-left: 3px solid #e4b9b9;
}
.dropcap {
  color: #da2128;
  font-size: 44px;
  float: left;
  line-height: 44px;
  margin-right: 10px;
}
.dropcap.bg {
  background-color: #da2128;
  color: #fff;
  font-size: 26px;
  float: left;
  line-height: 26px;
  margin: 10px 10px 0 0;
  padding: 5px 8px;
  display: inline-block;
}
table {
  border: 1px solid #e0e0e0;
  border-top: 0;
  font-size: 14px;
  background-color: #fff;
  color: #333;
}
table thead {
  background-color: #66c9e0;
  border: 0;
  font-weight: 700;
  color: #333;
  padding: 0 1px;
}
table thead tr {
  border: 0;
}
table thead tr th {
  border: 0;
  border-right: 1px solid #5ab1c5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
table thead tr th:first-child {
  border-left: 1px solid #66c9e0;
}
table thead tr th:last-child {
  border-right: 1px solid #66c9e0;
}
table tbody tr:first-child {
  border-top: 0;
}
table tbody td {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  border: 1px solid #e0e0e0;
}
table tbody th {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
table tbody tr {
  border-top: 1px solid #e0e0e0;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 16px;
}
.tab-widget {
  background-color: #f3f4f5;
}
.tab-widget .nav-tabs {
  border: 0;
  margin: 0;
}
.tab-widget .nav-tabs > li {
  margin: 0;
  width: 33.33333%;
  height: 55px;
  line-height: 55px;
  display: inline-block;
  cursor: pointer;
}
.tab-widget .nav-tabs > li:last-child {
  border: none;
}
.tab-widget .nav-tabs > li.active,
.tab-widget .nav-tabs > li.active:hover,
.tab-widget .nav-tabs > li.active:focus {
  color: #fff;
  border: none;
  border-radius: 0;
}
.tab-widget .tab-content {
  padding: 15px;
}
.tab-widget .tab-content figure {
  float: left;
  margin-right: 10px;
}
.tab-widget .tab-post {
  border-bottom: 1px solid #d5d6d7;
  padding: 10px;
  margin-bottom: 20px;
}
.tab-widget .tab-post h6 {
  margin: 0;
  font-weight: 500;
  line-height: 18px;
}
.tab-widget .tab-post time {
  font-size: 12px;
  color: #999ca5;
  font-weight: 400;
  margin-bottom: 15px;
  display: inline-block;
}
.tab-widget .tab-post p {
  margin: 0;
}
.tab-widget .tab-post:last-child {
  border-bottom: 0;
  padding: 0px;
  margin-bottom: 0px;
}
.tab-widget .tab-bottom {
  background-color: #d5d6d7;
  width: 100%;
}
.tab-widget .tab-bottom .left,
.tab-widget .tab-bottom .right {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}
.tab-widget .tab-bottom .left {
  background: url("../images/tab-nav-left.png") center no-repeat #bbbcbd;
  float: left;
}
.tab-widget .tab-bottom .left:hover {
  background: url("../images/tab-nav-hover.png") center no-repeat #bbbcbd;
}
.tab-widget .tab-bottom .right {
  background: url("../images/tab-nav.png") center no-repeat #bbbcbd;
  float: right;
}
.tab-widget .tab-bottom .right:hover {
  background: url("../images/tab-nav-hover-right.png") center no-repeat #bbbcbd;
}
.tab-var-one .nav-tabs {
  background-color: #ffd543;
}
.tab-var-one .nav-tabs > li {
  border-right: 1px solid #ffc118;
  color: #e89300;
}
.tab-var-one .nav-tabs > li.active,
.tab-var-one .nav-tabs > li.active:hover,
.tab-var-one .nav-tabs > li.active:focus {
  background-color: #ffc118;
}
.tab-var-two .nav-tabs {
  background-color: #da2128;
}
.tab-var-two .nav-tabs > li {
  border-right: 1px solid #de4c4a;
  color: #c63836;
}
.tab-var-two .nav-tabs > li.active,
.tab-var-two .nav-tabs > li.active:hover,
.tab-var-two .nav-tabs > li.active:focus {
  background-color: #de4c4a;
}
.tab-var-three .nav-tabs {
  background-color: #66c9e0;
}
.tab-var-three .nav-tabs > li {
  border-right: 1px solid #2f93ab;
  color: #2f93ab;
}
.tab-var-three .nav-tabs > li.active,
.tab-var-three .nav-tabs > li.active:hover,
.tab-var-three .nav-tabs > li.active:focus {
  background-color: #2f93ab;
}
.flexslider-var-one ol,
.flexslider-var-one ul {
  margin: 0;
}
.flexslider-var-one .slides li img {
  box-shadow: inset 0px 0px 34px 0px #000;
}
.flexslider-var-one .flex-control-thumbs {
  position: relative;
  width: 106px;
  float: left;
  margin-top: -40px;
}
.flexslider-var-one .flex-control-thumbs li {
  width: 106px;
  margin-bottom: 20px;
  position: relative;
}
.flexslider-var-one .flex-control-thumbs li.active {
  background: url("../images/active-slide-arrow.png") right center no-repeat;
}
.flexslider-var-one .flex-control-thumbs li.active span {
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #66c9e0;
  width: 94%;
  height: 78px;
  display: block;
  z-index: 999;
}
.flexslider-var-one .flex-control-thumbs img {
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0 -4px 0 0;
}
.flexslider-var-one .flex-viewport {
  width: 440px;
  float: right;
}
.flexslider-var-one .flexslider {
  overflow: visible;
}
.flexslider-var-two ol,
.flexslider-var-two ul {
  margin: 0;
}
.flexslider-var-two .slides li img {
  box-shadow: inset 0px 0px 34px 0px #000;
}
.flexslider-var-two .flex-control-thumbs {
  position: relative;
  width: 100%;
  margin: 0;
  margin-left: -15px;
}
.flexslider-var-two .flex-control-thumbs li {
  width: 100px;
  padding-top: 6px;
  margin-left: 15px;
  position: relative;
}
.flexslider-var-two .flex-control-thumbs li.active {
  background: url("../images/active-slide-arrow2.png") top center no-repeat;
}
.flexslider-var-two .flex-control-thumbs li.active span {
  position: absolute;
  top: 6px;
  left: 0;
  border: 4px solid #66c9e0;
  width: 100%;
  height: 78px;
  display: block;
  z-index: 999;
}
.flexslider-var-two .flex-control-thumbs img {
  width: auto;
  height: auto;
  opacity: 1;
  margin: 0 -4px 0 0;
}
.flexslider-var-two .flexslider {
  width: 470px;
  float: right;
  overflow: visible;
}
/*------------------------------------------------------*/
/* Contact page Styles
/*------------------------------------------------------*/
.contact-page {
  padding: 67px 0 30px;
background: #fff;
}

.contact-sidebar {margin-bottom:60px;}

.contact-sidebar .contact-logo {margin-bottom:30px;}
.contact-sidebar .phone-fax {font-size:21px;}
.contact-sidebar .phone-fax strong{font-weight: 600; width: 75px;
display: inline-block;}

.contact-sidebar h4 {
	margin: 30px 0 15px;
	color:#656158;
  font-weight: 600;
}

.contact-sidebar .social-icon {
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.contact-sidebar address {
  font-size: 16px;
	margin-bottom:15px;
}
.contact-sidebar address:last-of-type {
	margin-bottom:0px;
}
.contact-sidebar h4{
  margin-top:15px;
	padding-top:15px;
		border-top: 1px solid #c1c0bc;
}


/* big text styles for 404 page */
.four-o-four {
	background:#fff;
	padding: 30px 0;
}
.jumbotron {
  background: none;
}
.jumbotron h1 {
  font-size: 250px;
  font-weight: 800;
	margin:0;
}
.jumbotron p {
  line-height: 30px;
}

/*------------------------------------------------------*/
/*  Contact Form 7
/*------------------------------------------------------*/
.wpcf7-form {
    margin-bottom:30px;
}


.wpcf7-form > p {
    font-weight: bold;
    letter-spacing: 1px;
}
.wpcf7-form span.wpcf7-form-control-wrap {
    display: inline !important;
}
.anr_captcha_field {margin-bottom:20px;}
/*.wpcf7-form input.wpcf7-form-control[type="submit"] {
  margin: 30px 0 0 0;
}*/
.wpcf7-form span.wpcf7-not-valid-tip {
    font-weight: bold;
    letter-spacing: 0.5px;
    position: relative;
    top: -15px;
    font-size: 14px;
	color: red;
}
.wpcf7-form input.wpcf7-not-valid {
    border: 2px solid red;
}
.wpcf7-form .wpcf7-list-item-label {
    font-weight: normal;
}
.wpcf7-form input[type="text"].wpcf7-quiz,
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"] {
  width: auto;
}
.wpcf7-form .ajax-loader {
    display: none !important;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0;
    text-align: center;
    font-weight: 700;
    color: #f00;
    font-size: 18px;
}
div.wpcf7-response-output {
    margin: 15px 0 0 0;
}

.wpcf7-not-valid-tip {
	color: #fff;
	font-size: 1em;
}

.wpcf7 form .wpcf7-response-output { border: 0; padding:0; margin: 15px 0 0 0; color:red; font-size:20px; font-weight: bold; text-align: center;}

.wpcf7 form textarea {height:130px;}

.wpcf7 form .disclaimer {
	background:#656158;
	color:#97bede;
	padding: 10px;
	font-size:12px;
	margin-bottom:20px;
}
.wpcf7 form .disclaimer p {
	color:#97bede;
	font-size:12px;
	line-height:normal;
	margin-bottom: 10px;
}
.wpcf7 form .disclaimer p:last-child {
	margin-bottom: 0px;
}
.wpcf7 form .disclaimer label{ margin:0; color:#fff;}
.wpcf7 form .disclaimer input[type="checkbox"]{ margin: 0 10px 0;}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #dcdee4;
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #dcdee4;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  width: 22px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #da2128;
  color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #66c9e0;
}
.select2-container .select2-selection--single {
  height: 40px;
}
.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 24px;
}
.select2-dropdown {
  border-color: #dcdee4;
  border-radius: 0;
}
.select2-results__option {
  padding-left: 10px;
  padding-right: 10px;
}
.select2-container .select2-choice {
  border: 1px solid #dcdee4;
  border-radius: 0;
  padding: 6px 10px;
}

#swipebox-slider .slide {
 background-image: none !important;
}
/*------------------------------------------------------*/
/*  Responsive Styles
/*------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
	.call {
	margin-bottom:0;
}
}
@media (max-width: 1199px) {
  img,
  iframe {
    max-width: 100%;
  }
  
  /* home testimonials */
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 37%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 37%;
  }
  .home-testimonial.testimonial-var-two .flexslider-three {
    margin-top: -148px;
  }
  .attorneys-posts figure img{
    width: 100%;
  }
  #filters {
    border-bottom: none;
    margin-bottom: 15px;
  }
  #filters li {
    margin-bottom: 10px;
  }
  #filters li a {
    padding-bottom: 10px;
  }
  #filters li.active a,
  #filters li:hover a {
    padding-bottom: 10px;
  }
  .attorneys-posts .social-icon ul li {
    margin-bottom: 10px;
  }
  .attorneys-single .side-content .content p {
    width: 80%;
  }
  .home-team figure img {
    width: 100%;
  }
  .flexslider-var-one {
    margin-bottom: 50px;
  }
  .flexslider-var-one .flex-viewport {
    width: 100%;
    float: none;
  }
  .flexslider-var-one .flex-control-thumbs {
    position: relative;
    width: 100%;
    float: none;
    margin-top: -10px;
  }
  .flexslider-var-one .flex-control-thumbs li {
    margin-left: 5px;
  }

}
@media (max-width: 991px) {
  /* header top */
  .header-top {
    text-align: center;
	  padding: 15px 0;
  }
  .header-top p {
    text-align: center;
  }
	.header-top .address-bar {text-align: center;}
  /* header */
  .logo {
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }
	
  .default-contents h1.entry-title {
margin: 0;
}
	.default-contents h1.entry-title,
.contact-bar .header-section h2,
	.attorneys-posts .header-section h2,
	.contact-bar .header-section p{
  text-align:center;
}
  

	.vert-center {
	display: block;
}
  .margin-gap {
    margin-bottom: 40px;
  }
  /* home practice areas */
  .home-practice-areas .tab-content h5 {
    margin: 15px 0;
  }
  .home-practice-areas .tab-content p {
    margin-bottom: 20px;
  }
  /* home testimonials */
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 33%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 33%;
  }
  .home-testimonial blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
  /* one columns practice areas page */
  .one-col-practice-area figure {
    margin: 0 -15px;
  }
  .one-col-practice-area .practice-area-contents {
    padding: 10px 15px 25px;
  }
  .overview-var-three .common {
    margin-bottom: 20px;
  }
  
  .practice-areas-page figure img {
    width: 100%;
  }
  .practice-areas-page .common {
    margin-bottom: 30px;
  }
  
  .tab-widget {
    margin-bottom: 30px;
  }
  .accordion-main.var-two .accordion-title h6 {
    width: 90%;
  }
  .flexslider-var-two .flexslider {
    width: 100%;
  }
  
  .home-blog .common .video iframe {
    width: 100%;
  }
  .isotope-wrapper {
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  /* Header top */
  #header {
    padding: 0;
  }
  /* Responsive Nav styles */
	.menu-bar {
    padding: 0;
  }
    .mean-container .mean-bar {
    background: #656158;
    margin-top: 0px;
    min-height: 40px;
    padding: 0;
  }
  .mean-container .mean-bar .mean-nav {
    background-color: #7f7c74;
    margin-top: 40px;
  }
	
  .mean-container .mean-bar .mean-nav ul li a {
    border-color: #656158;
	font-size: 16px;
  }
	.mean-container .mean-nav ul li li a {
		background-color: #7f7c74;
width: 88%;
padding: 0 6%;
border-top: 0;
		text-transform: capitalize;
}
  .mean-container .mean-bar .mean-nav ul li ul li a {
	font-size: 14px;
  }
  .mean-container .mean-bar .mean-nav ul li ul li ul li a {
    background-color: #7f7c74;
  }
  .mean-container .mean-bar a.meanmenu-reveal {
    background-color: #7f7c74;
    top: 0px;
	  right: 0px;
    left: auto;
    text-align: center;
    text-indent: 0px;
    font-size: 18px;
    padding: 9px;
  }
	.page-top {
padding-top: 0px;
top: 0px;
}


  /* Home Attorneys */
  .home-attorneys .header-section {
    margin-bottom: 30px;
  }
  .home-attorneys .common-attorney img {
    width: 100%;
    height: auto;
  }
  
  /* Home Testimonials */
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 31%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 31%;
  }
  .home-testimonial blockquote p {
    font-size: 20px;
    line-height: 28px;
  }
  
  /* common */
  #scroll-top {
    display: none !important;
  }
  .footer-bottom {
    text-align: center;
  }
  
  /* contact page */
  #contact_form {
    padding-bottom: 30px;
    border-bottom: 1px solid #dcdee4;
    margin-bottom: 30px;
  }
	.home-practice.header-section h2{
	font-size: 66px;
	line-height: 76px;
	padding: 100px 0;
  }
 
}
@media only screen and (max-width: 530px) {
	.call a{
display:block;
}

  /* Home Testimonials */
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 25%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 25%;
  }
  /* Responsive Nav styles */
  .mean-container .mean-bar {
    margin-top: 0px;
    min-height: 40px;
    padding: 0;
  }
  .mean-container .mean-bar .mean-nav {
  }
  .mean-container .mean-bar a.meanmenu-reveal {
    top: 0px;
  }
}
@media only screen and (max-width: 400px) {
  
}
@media only screen and (max-width: 340px) {
  .home-testimonial .flexslider-three .flex-direction-nav .flex-next {
    right: 10%;
  }
  .home-testimonial .flexslider-three .flex-direction-nav .flex-prev {
    left: 10%;
  }
  .attorneys-single h2 {
    margin-bottom: 10px;
  }
  .blog-page .post .flex-direction-nav a {
    width: 40px;
  }
  iframe {
    height: auto;
  }
  .accordion-main.var-two .accordion-title h6 {
    width: 78%;
    padding-right: 0;
  }
  .default-page h1 {
    font-size: 32px;
  }
}

