@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 1.2 General */

html {
  font-size: 62.5%;
}

body {
  background: #f3f3f3;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-top: 140px;
}

.sticky-header {
  position: fixed;
  left: 0;
  right: 0;
  background: #f3f3f3;
  top: 0;
  height: auto;
  z-index: 999;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.3);
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

.wide-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.header-contact {
  width: 200px;
  margin-top: 25px;
  line-height: 18px;
  color: #6d7c88;
  text-align: right;
  font-weight: 700;
  float: right;
}

.header-contact span {
  line-height: 24px;
  font-size: 24px;
  color: #394753;
}

.header-contact span a {
  color: #394753;
  text-decoration: none;
}

.wide-nav {
  width: 100%;
  padding: 30px 0;
  background: #445d70;
}

.wide-nav h1,
.wide-nav h3 {
  width: 100%;
  font-weight: 700;
  font-size: 26px;
}

.wide-nav h1 span,
.wide-nav h3 span {
  font-weight: 200;
}

.cf:after, .cf:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?or2s07");
  src: url("fonts/icomoon.eot?#iefixor2s07") format("embedded-opentype"), url("fonts/icomoon.woff?or2s07") format("woff"), url("fonts/icomoon.ttf?or2s07") format("truetype"), url("fonts/icomoon.svg?or2s07#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*=" icon-"], [class^="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e605";
}

.icon-googleplus:before {
  content: "\e601";
}

.icon-facebook:before {
  content: "\e600";
}

.icon-vimeo:before {
  content: "\e602";
}

.icon-twitter:before {
  content: "\e603";
}

.icon-linkedin:before {
  content: "\e604";
}

/* Header Top */

.header-left {
  margin: 15px 0;
  float: left;
}

.header-left .logo {
  width: auto;
  height: 60px;
  display: block;
  float: left;
}

.header-left .logo img {
  width: auto;
  max-height: 100%;
}

nav {
  margin: 0;
  float: left;
}

nav ul {
  list-style: none;
  float: right;
}

nav li {
  height: 46px;
  margin-left: 40px;
  position: relative;
  float: left;
}

nav li:first-child {
  margin-left: 0;
}

nav li a {
  padding: 8px 10px;
  display: block;
  color: #394753;
  text-decoration: none;
  line-height: 28px;
  font-weight: 600;
  font-size: 15px;
}

nav li {
  border-bottom: 3px solid #f3f3f3;
}

nav li.current-menu-item, nav li:hover {
  border-bottom: 3px solid #0f9be6;
}

nav li.current-menu-item a, nav li:hover a {
  font-weight: bold;
  color: #0c377b;
}

nav li ul {
  top: 40px;
  display: none;
  position: absolute;
  background: #f3f3f3;
  z-index: 99999;
  width: 300px;
}

nav li:hover>ul {
  display: block;
}

nav li ul li {
  width: 100%;
  margin-left: 0;
  float: none;
}

nav li ul li a {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  font-weight: normal;
  border: none;
  font-size: 14px;
}

nav li ul li a:hover {
  background: #dee0e2;
  border: none;
}

nav li ul ul {
  background: #f3f3f3;
  top: 0;
  left: 100%;
}

nav li.current-menu-item a {
  color: #0c377b;
}

/* Subheader */

#subheader {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}

#subheader .subheader-color {
  width: 100%;
  height: 100%;
  background: rgba(21, 52, 76, 0.70);
  padding-bottom: 72px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4) inset;
}

#subheader .subheader-color .full-header-content {
  width: 515px;
  margin-top: 150px;
  float: left;
}

#subheader .subheader-color .full-header-content h3 {
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 42px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 36px;
  text-align: center;
}

#subheader .subheader-color .full-header-content h1 {
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  line-height: 42px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 36px;
  text-align: center;
}

#subheader .subheader-color .full-header-content p {
  width: 100%;
  margin-top: 13px;
  color: #a8adb1;
  line-height: 26px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}

#subheader .subheader-color .full-header-content-no-sidebar {
  width: 100%;
  margin-top: 70px !important;
}

#subheader .subheader-color .header-form {
  width: 294px;
  background: white;
  margin-top: 72px;
  padding: 27px 30px;
  border: 3px solid #f3f3f3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  float: right;
}

#subheader .subheader-color .header-form p {
  margin-bottom: 8px;
  line-height: 24px;
  color: #394753;
  font-size: 24px;
}

#subheader .subheader-color .header-form .wpcf7-text {
  height: 42px;
  margin: 8px 0;
  padding: 0;
  color: #777;
  border: 1px solid #d4d4d4;
  outline: 0;
  float: left;
}

#subheader .subheader-color .header-form .wpcf7-text:focus {
  border: 1px solid #276EB7;
  color: #276EB7;
}

#subheader .subheader-color .header-form .wpcf7-text::-webkit-input-placeholder {
  color: #777;
}

#subheader .subheader-color .header-form .wpcf7-text:focus::-webkit-input-placeholder {
  color: #276EB7;
}

#subheader .subheader-color .header-form .wpcf7-text:-moz-placeholder {
  color: #777;
  opacity: 1;
}

#subheader .subheader-color .header-form .wpcf7-text:focus:-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#subheader .subheader-color .header-form .wpcf7-text::-moz-placeholder {
  color: #777;
  opacity: 1;
}

#subheader .subheader-color .header-form .wpcf7-text:focus::-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#subheader .subheader-color .header-form .wpcf7-text:-ms-input-placeholder {
  color: #777;
}

#subheader .subheader-color .header-form .wpcf7-text:focus:-ms-input-placeholder {
  color: #276EB7;
}

#subheader .subheader-color .header-form .full-input-text {
  width: 253px;
  padding: 0 19px;
}

#subheader .subheader-color .header-form .small-input-text {
  width: 99px;
  margin-right: 16px;
  padding: 0 19px;
}

#subheader .subheader-color .header-form .input-no-margin {
  margin-right: 0;
}

#subheader .subheader-color .header-form .wpcf7-textarea {
  width: 253px;
  height: 82px;
  padding: 12px 19px;
  resize: none;
  outline: 0;
  border: 1px solid #d4d4d4;
  font-family: 'MS Shell Dlg', sans-serif;
  font-weight: 400;
  font-size: 13.3333px;
}

#subheader .subheader-color .header-form .wpcf7-textarea:focus {
  border: 1px solid #276EB7;
  color: #276EB7;
}

#subheader .subheader-color .header-form .wpcf7-textarea::-webkit-input-placeholder {
  color: #777;
}

#subheader .subheader-color .header-form .wpcf7-textarea:focus::-webkit-input-placeholder {
  color: #276EB7;
}

#subheader .subheader-color .header-form .wpcf7-textarea:-moz-placeholder {
  color: #777;
  opacity: 1;
}

#subheader .subheader-color .header-form .wpcf7-textarea:focus:-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#subheader .subheader-color .header-form .wpcf7-textarea::-moz-placeholder {
  color: #777;
  opacity: 1;
}

#subheader .subheader-color .header-form .wpcf7-textarea:focus::-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#subheader .subheader-color .header-form .wpcf7-textarea:-ms-input-placeholder {
  color: #777;
}

#subheader .subheader-color .header-form .wpcf7-textarea:focus:-ms-input-placeholder {
  color: #276EB7;
}

#subheader .subheader-color .header-form .wpcf7-submit {
  width: 131px;
  height: 39px;
  background: #276eb7;
  margin: 0 auto;
  border: 2px solid #4286cb;
  border-radius: 2px;
  box-shadow: 0 0 1px .5px #276eb7;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  transition: all .3s;
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

#subheader .subheader-color .header-form .wpcf7-submit:hover {
  opacity: .9;
}

#subheader .second-subheader {
  width: 100%;
  background: #fff;
  padding: 60px 0;
  text-align: center;
  position: relative;
  float: left;
}

#subheader .second-subheader h3 {
  margin: 0 155px;
  line-height: 42px;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

#features {
  width: 100%;
  background: url("images/features-background.png");
  padding: 60px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
  float: left;
}

#features .features-box {
  width: 29.5%;
  background: #fff;
  margin-left: 59px;
  padding: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: left;
  min-height: 240px;
}

#features .features-box:first-child {
  margin-left: 0;
}

#features .features-box .features-box-icon {
  width: 100%;
  height: 46px;
  text-align: center;
}

#features .features-box h2, h4 {
  width: 100%;
  margin-top: 13px;
  text-align: center;
  color: #394753;
  font-weight: 700;
  font-size: 30px;
}

#features .features-box p {
  width: 100%;
  margin-top: 13px;
  text-align: center;
  color: #394753;
  font-weight: 300;
  font-size: 18px;
}

/* 1.6 Content */

#content {
  width: 100%;
  background: #fff;
  padding: 60px 0;
  float: left;
}

#content .content-article {
  width: 100%;
}

#content .content-article .content-article-image {
  width: 362px;
  height: auto;
  margin-right: 38px;
  margin-bottom: 20px;
  float: left;
}

#content .content-article .content-article-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

#content .content-article h3 {
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
}

#content .content-article p {
  margin-top: 25px;
  line-height: 24px;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
}

#content .content-about {
  width: 100%;
  margin-top: 60px;
}

#content .content-about .our-lawyers, #content .content-about .practice-area {
  width: 467px;
  color: #6d7c88;
  float: left;
}

#content .content-about .our-lawyers ul li, #content .content-about .practice-area ul li {
  width: 233px;
  list-style: url("images/lists-dot.png") inside;
  margin-bottom: 9px;
  float: left;
  font-weight: 700;
  font-size: 18px;
}

#content .content-about .our-lawyers ul li a, #content .content-about .practice-area ul li a {
  color: #6d7c88;
  text-decoration: none;
}

#content .content-about .our-lawyers ul li a:hover, #content .content-about .practice-area ul li a:hover {
  text-decoration: underline;
}

#content .content-about .our-lawyers {
  float: right;
}

#content .content-about .our-lawyers a.lawyer {
  width: 82px;
  height: 82px;
  background: #fff;
  display: block;
  transition: all 5s ease;
  background-size: cover;
  background-position: center;
  float: left;
}

#content .content-about .our-lawyers .lawyer-no-image {
  width: 82px;
  height: 82px;
  background: #eeeeee url("images/lawyer-single-no-image.png") no-repeat center !important;
}

#content .content-about .our-lawyers a.lawyer .widget-our-lawyers-mask {
  width: 82px;
  height: 82px;
  background: #000;
  position: absolute;
  transition: all .3s ease;
  opacity: 0;
}

#content .content-about .our-lawyers a.lawyer:hover .widget-our-lawyers-mask {
  width: 82px;
  height: 82px;
  background: #000;
  position: absolute;
  opacity: .2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDMyIDMyIj4KCQkJCQkJCQkJPHBhdGggZD0iTTE2IDZjLTYuOTc5IDAtMTMuMDI4IDQuMDY0LTE2IDEwIDIuOTcyIDUuOTM2IDkuMDIxIDEwIDE2IDEwIDYuOTc5IDAgMTMuMDI3LTQuMDY0IDE2LTEwLTIuOTcyLTUuOTM2LTkuMDIxLTEwLTE2LTEwek0yMy44ODkgMTEuMzAzYzEuODggMS4xOTkgMy40NzMgMi44MDUgNC42NyA0LjY5Ny0xLjE5NyAxLjg5MS0yLjc5IDMuNDk4LTQuNjcgNC42OTctMi4zNjIgMS41MDctNS4wOTAgMi4zMDMtNy44ODkgMi4zMDMtMi43OTkgMC01LjUyNy0wLjc5Ni03Ljg4OS0yLjMwMy0xLjg4LTEuMTk5LTMuNDczLTIuODA1LTQuNjctNC42OTcgMS4xOTctMS44OTEgMi43OS0zLjQ5OCA0LjY3LTQuNjk3IDAuMTIyLTAuMDc4IDAuMjQ2LTAuMTU0IDAuMzcxLTAuMjI4LTAuMzExIDAuODU0LTAuNDgyIDEuNzc2LTAuNDgyIDIuNzM3IDAgNC40MTggMy41ODIgOCA4IDhzOC0zLjU4MiA4LThjMC0wLjk2Mi0wLjE3LTEuODgzLTAuNDgyLTIuNzM3IDAuMTI0IDAuMDc0IDAuMjQ4IDAuMTUgMC4zNzEgMC4yMjh6TTE2IDEyLjgxM2MwIDEuNjU3LTEuMzQzIDMtMyAzcy0zLTEuMzQzLTMtMyAxLjM0My0zIDMtMyAzIDEuMzQzIDMgM3oiIGZpbGw9IiNlZWUiPjwvcGF0aD4KCQkJCQkJCQk8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
}

#content .content-about .content-about-title {
  width: 302px;
  height: 60px;
  background: url("images/content-about-title-background.png") repeat-x bottom;
  margin-bottom: 30px;
  text-align: center;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-size: 30px;
}

#content .content-testimonials {
  width: 100%;
  margin-top: 60px;
  float: left;
}

#content .content-testimonials .testimonials-title {
  width: 302px;
  height: 60px;
  background: url("images/content-about-title-background.png") repeat-x bottom;
  margin: 0 auto;
  text-align: center;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-size: 30px;
}

#content .content-testimonials .list_carousel {
  width: 100%;
  margin-top: 30px;
}

#content .content-testimonials .list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#content .content-testimonials .list_carousel ul li {
  width: 964px;
  height: auto;
  background: url("images/content-testimonials-background.png") no-repeat;
  padding: 0 79px;
  display: block;
  position: relative;
  color: #394753;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  font-size: 18px;
}

#content .content-testimonials .list_carousel ul li .list_carousel_entry {
  width: 100%;
  margin-top: -9px;
  line-height: 30px;
  text-align: center;
  font-style: italic;
}

#content .content-testimonials .list_carousel ul li .list_carousel_customer {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
}

#content .content-testimonials .list_carousel ul li .list_carousel_customer a {
  color: #394753;
  text-decoration: none;
}

#content .content-testimonials .list_carousel ul li .list_carousel_customer a:hover {
  text-decoration: underline;
}

#content .content-testimonials .list_carousel ul li .list_carousel_customer span {
  font-weight: 700;
}

#content .content-testimonials .list_carousel.responsive {
  width: auto;
  margin-left: 0;
}

#content .content-testimonials .clearfix {
  clear: both;
  float: none;
}

#content .content-testimonials .prev {
  width: 30px;
  height: 30px;
  background: #6d7c88 url("images/testimonials-left-arrow.png") no-repeat center center;
  margin-top: -30px;
  position: relative;
  transition: all .3s;
  float: left;
}

#content .content-testimonials .next:hover, #content .content-testimonials .prev:hover {
  opacity: .6;
}

#content .content-testimonials .next {
  width: 30px;
  height: 30px;
  background: #6d7c88 url("images/testimonials-right-arrow.png") no-repeat center center;
  margin-top: -30px;
  position: relative;
  transition: all .3s;
  float: right;
}

/* 1.7 Footer */

#footer {
  width: 100%;
  background: #4a5c6b;
  padding: 25px 0;
  float: left;
}

#footer .footer-margin-left {
  width: 994px;
  margin-left: -30px;
}

#footer .footer-box {
  width: 340px;
  margin-left: 30px;
  margin-bottom: 0;
  float: left;
}

#footer .footer-box img {
  max-width: 100%;
  height: auto;
}

#footer .footer-box select {
  width: 100%;
}

#footer .footer-box .footer-box-title {
  width: 100%;
  color: #fff;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
}

#footer .footer-box .searchform .screen-reader-text {
  width: 100%;
  display: block;
}

#footer .footer-box .searchform input#s {
  width: 100%;
  height: 30px;
  margin: 10px 0 0;
  padding: 0 5px;
  color: #394753;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  display: block;
  outline: 0;
}

#footer .footer-box .searchform input#s:focus {
  background: #F4F4F4;
}

#footer .footer-box .searchform input#searchsubmit {
  height: 30px;
  background: #6D7C88;
  margin: 10px 0 0;
  padding: 5px 15px;
  color: #fff;
  border: none;
  display: block;
  transition: all .3s;
  cursor: pointer;
}

#footer .footer-box .searchform input#searchsubmit:hover {
  opacity: .9;
}

#footer .footer-box .tagcloud a {
  color: #BFC8D1;
  text-decoration: none;
}

#footer .footer-box .tagcloud a:hover {
  text-decoration: underline;
}

#footer .footer-box ul li {
  width: 100%;
  margin-top: 15px;
}

#footer .footer-box ul li .post-date {
  font-size: 12px;
  font-style: italic;
}

#footer .footer-box ul li:first-child {
  margin-top: 0;
}

#footer .footer-box ul li a {
  color: #BFC8D1;
  text-decoration: none;
}

#footer .footer-box ul li a:hover {
  text-decoration: underline;
}

#footer .footer-box .sub-menu li {
  margin-top: 14px !important;
  padding-left: 3%;
  box-sizing: border-box;
}

#footer .footer-box .footer-box-entry {
  width: 100%;
  margin-top: 18px;
  line-height: 24px;
  color: #bfc8d1;
}

#footer .footer-box .footer-box-entry span {
  margin-bottom: 20px;
  display: block;
}

#footer .footer-box .footer-socials {
  width: 100%;
}

#footer .footer-box .footer-socials a.social-button {
  width: 19px;
  height: 19px;
  line-height: 19px;
  background: #8397a9;
  margin-left: 13px;
  border-radius: 50%;
  color: #4a5c6b;
  text-decoration: none;
  text-align: center;
  transition: all .3s;
  float: left;
  font-size: 10px;
}

#footer .footer-box .footer-socials a.social-button:hover {
  opacity: .8;
}

#footer .footer-box .footer-socials a.social-button:first-child {
  margin-left: 0;
}

#footer .footer-box .wpcf7-form {
  margin-top: 18px;
}

#footer .footer-box span {
  display: block;
  margin-top: 5px;
}

#footer .footer-box .wpcf7-text {
  width: 264px;
  height: 38px;
  background: #fff;
  margin: 0 0 5px;
  padding: 0 19px;
  border: none;
  display: block;
  color: #b6bec4;
  outline: 0;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

#footer .footer-box .wpcf7-text:focus {
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-text::-webkit-input-placeholder {
  font-size: 14px;
  color: #b6bec4;
}

#footer .footer-box .wpcf7-text:focus::-webkit-input-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-text:-moz-placeholder {
  font-size: 14px;
  color: #b6bec4;
}

#footer .footer-box .wpcf7-text:focus:-moz-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-text::-moz-placeholder {
  font-size: 14px;
  color: #b6bec4;
}

#footer .footer-box .wpcf7-text:focus::-moz-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-text:-ms-input-placeholder {
  font-size: 14px;
  color: #b6bec4;
}

#footer .footer-box .wpcf7-text:focus:-ms-input-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-textarea {
  width: 264px;
  height: 60px;
  background: #fff;
  margin: 0 0 5px;
  padding: 3px 19px;
  border: none;
  display: block;
  color: #b6bec4;
  outline: 0;
  resize: none;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}

#footer .footer-box .wpcf7-textarea:focus {
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #b6bec4;
}

#footer .footer-box .wpcf7-textarea:focus::-webkit-input-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-textarea:-moz-placeholder {
  font-size: 14px;
  color: #b6bec4;
}

#footer .footer-box .wpcf7-textarea:focus:-moz-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-textarea::-moz-placeholder {
  font-size: 14px;
  color: #b6bec4;
}

#footer .footer-box .wpcf7-textarea:focus::-moz-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #b6bec4;
}

#footer .footer-box .wpcf7-textarea:focus:-ms-input-placeholder {
  font-size: 14px;
  color: #4A5C6B;
}

#footer .footer-box .wpcf7-submit {
  width: 302px;
  background: #394753;
  padding: 9px 0;
  border: 2px solid #3e4e5b;
  display: block;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 1px 1px #394753;
  transition: all .3s;
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

#footer .footer-box .wpcf7-submit:hover {
  background: #36424C;
}

#footer .widget_rss {
  color: #fff;
}

#footer .widget_rss li {
  padding-bottom: 15px;
  border-bottom: 1px solid #cecece;
}

#footer .widget_rss .footer-box-title a.rsswidget {
  color: #fff;
  text-decoration: none;
}

#footer .widget_rss .footer-box-title a.rsswidget:hover {
  color: #fff;
  text-decoration: underline;
}

#footer .widget_rss a.rsswidget {
  color: #BFC8D1;
  text-decoration: none;
}

#footer .widget_rss a.rsswidget:hover {
  color: #BFC8D1;
}

#footer .widget_rss .rss-date {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  font-style: italic;
}

#footer .widget_rss .rssSummary {
  margin: 10px 0;
}

#footer .widget_rss cite {
  font-style: italic;
  font-weight: 700;
}

#footer .widget-testimonials {
  width: 100%;
}

#footer .widget-testimonials .list_carousel {
  width: 100%;
}

#footer .widget-testimonials .list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#footer .widget-testimonials .list_carousel ul li {
  width: 240px;
  height: auto;
  display: block;
  position: relative;
  color: #394753;
  float: left;
  font-weight: 300;
  font-size: 14px;
}

#footer .widget-testimonials .list_carousel ul li .list_carousel_entry {
  width: 240px;
  margin-top: -9px;
  line-height: 30px;
  text-align: center;
  font-style: italic;
}

#footer .widget-testimonials .list_carousel ul li .list_carousel_customer {
  width: 100%;
  height: 30px;
  margin-top: 30px;
  text-align: center;
}

#footer .widget-testimonials .list_carousel ul li .list_carousel_customer span {
  width: 100%;
  font-weight: 700;
}

#footer .widget-testimonials .list_carousel.responsive {
  width: auto;
  margin-left: 0;
}

#footer .widget-testimonials .clearfix {
  clear: both;
  float: none;
}

#footer .widget-testimonials .prev {
  width: 30px;
  height: 30px;
  background: #6d7c88 url("images/testimonials-left-arrow.png") no-repeat center center;
  margin-top: -30px;
  position: relative;
  transition: all .3s;
  float: left;
}

#footer .widget-testimonials .prev:hover {
  opacity: .9;
}

#footer .widget-testimonials .next {
  width: 30px;
  height: 30px;
  background: #6d7c88 url("images/testimonials-right-arrow.png") no-repeat center center;
  margin-top: -30px;
  position: relative;
  transition: all .3s;
  float: right;
}

#footer .textwidget {
  line-height: 24px;
  color: #BFC8D1;
}

#footer .widget-our-lawyers {
  width: 330px;
  margin: -30px 0 0 -30px;
}

#footer .widget-our-lawyers a.lawyer {
  width: 105px;
  height: 105px;
  background: #fff;
  margin: 30px 0 0 30px;
  display: block;
  transition: all 5s ease;
  background-size: cover;
  background-position: center;
  float: left;
}

#footer .widget-our-lawyers .lawyer-no-image {
  width: 105px;
  height: 105px;
  background: #eeeeee url("images/lawyer-single-no-image.png") no-repeat center !important;
}

#footer .widget-our-lawyers a.lawyer .widget-our-lawyers-mask {
  width: 105px;
  height: 105px;
  background: #000;
  position: absolute;
  transition: all .3s ease;
  opacity: 0;
}

#footer .widget-our-lawyers a.lawyer:hover .widget-our-lawyers-mask {
  width: 105px;
  height: 105px;
  background: #000;
  position: absolute;
  opacity: .2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDMyIDMyIj4KCQkJCQkJCQkJPHBhdGggZD0iTTE2IDZjLTYuOTc5IDAtMTMuMDI4IDQuMDY0LTE2IDEwIDIuOTcyIDUuOTM2IDkuMDIxIDEwIDE2IDEwIDYuOTc5IDAgMTMuMDI3LTQuMDY0IDE2LTEwLTIuOTcyLTUuOTM2LTkuMDIxLTEwLTE2LTEwek0yMy44ODkgMTEuMzAzYzEuODggMS4xOTkgMy40NzMgMi44MDUgNC42NyA0LjY5Ny0xLjE5NyAxLjg5MS0yLjc5IDMuNDk4LTQuNjcgNC42OTctMi4zNjIgMS41MDctNS4wOTAgMi4zMDMtNy44ODkgMi4zMDMtMi43OTkgMC01LjUyNy0wLjc5Ni03Ljg4OS0yLjMwMy0xLjg4LTEuMTk5LTMuNDczLTIuODA1LTQuNjctNC42OTcgMS4xOTctMS44OTEgMi43OS0zLjQ5OCA0LjY3LTQuNjk3IDAuMTIyLTAuMDc4IDAuMjQ2LTAuMTU0IDAuMzcxLTAuMjI4LTAuMzExIDAuODU0LTAuNDgyIDEuNzc2LTAuNDgyIDIuNzM3IDAgNC40MTggMy41ODIgOCA4IDhzOC0zLjU4MiA4LThjMC0wLjk2Mi0wLjE3LTEuODgzLTAuNDgyLTIuNzM3IDAuMTI0IDAuMDc0IDAuMjQ4IDAuMTUgMC4zNzEgMC4yMjh6TTE2IDEyLjgxM2MwIDEuNjU3LTEuMzQzIDMtMyAzcy0zLTEuMzQzLTMtMyAxLjM0My0zIDMtMyAzIDEuMzQzIDMgM3oiIGZpbGw9IiNlZWUiPjwvcGF0aD4KCQkJCQkJCQk8L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center center;
}

#footer .widget-practice-area {
  width: 100%;
}

#footer .widget-practice-area ul li {
  width: 100%;
  position: relative;
}

#footer .widget-practice-area ul li .tooltip:hover span {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

#footer .widget-practice-area ul li .tooltip:hover {
  color: #BFC8D1;
}

#footer .widget-practice-area ul li .tooltip span {
  top: -3px;
  left: -240px;
  width: 166px;
  background: white url("images/title-tooltip-icon.png") no-repeat 9px 11px;
  padding: 11px 33px;
  border: 2px solid #276eb7;
  color: #000;
  height: auto;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  color: #6d7c88;
  z-index: 9999;
  word-wrap: break-word;
  transition: all .5s;
  font-size: 12px;
}

#footer .widget_calendar table {
  width: 100%;
  color: #BFC8D1;
}

#footer .widget_calendar table caption {
  margin-bottom: 20px;
}

#footer .widget_calendar table td {
  padding: 3px 0;
  text-align: center;
}

#footer .widget_calendar table #prev {
  text-align: left;
}

#footer .widget_calendar table #prev a {
  margin-left: 13px;
  color: #BFC8D1;
  text-decoration: underline;
}

#footer .widget_calendar table #prev a:hover {
  text-decoration: none;
}

/*
** 2 - Blog
*/

/* 2.1 - Posts */

.#posts {
  width: 100%;
  float: left;
  position: relative;
  top: -120px;
}

.single-post #posts {
  width: 100%;
  float: left;
  position: relative;
  top: -20px;
}

.clearfix:after, .clearfix:before {
  content: '';
  display: table;
  clear: both;
}

#posts form.post-password-form {
  width: 100%;
  text-align: center;
}

#posts form.post-password-form input[type="password"] {
  width: 200px;
  height: 30px;
  margin: 10px 0 0;
  padding: 0 5px;
  color: #394753;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  outline: 0;
}

#posts form.post-password-form input[type="submit"] {
  height: 30px;
  background: none repeat scroll 0 0 #6D7C88;
  margin: 0;
  padding: 5px 15px;
  color: #FFF;
  border: medium none;
  transition: all .3s;
  cursor: pointer;
}

#posts form.post-password-form input[type="submit"]:hover {
  opacity: .8;
}

#posts .sticky {
  width: 100%;
  padding-left: 30px;
  border-left: 5px solid #eee;
  box-sizing: border-box;
}

#posts .category-sticky {
  width: 100%;
  padding-left: 30px;
  border-left: 5px solid #eee;
  box-sizing: border-box;
}

.post {
  width: 100%;
  margin-bottom: 30px;
  clear: both;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.3);
  position: relative;
  background: #fff;
}

.archive .post {
  top: 0;
}

.single-post .post {
  width: 100%;
  margin-bottom: 30px;
  clear: both;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.3);
  position: relative;
  background: #fff;
}

.post h3 {
  width: 100%;
  line-height: 28px;
  color: #394753;
  word-break: break-word;
  -moz-hyphens: auto;
  position: relative;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.post h3 a {
  width: 100%;
  color: #394753;
  text-decoration: none;
  transition: all .3s;
}

.post h3 a:hover {
  opacity: .7;
}

.post .post-meta {
  width: 100%;
  margin-bottom: 9px;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
}

.post .post-meta a {
  line-height: 24px;
  color: #394753;
  text-decoration: none !important;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
}

.post .post-meta a:hover {
  text-decoration: underline;
}

.post .post-image {
  width: 24%;
  height: auto;
  padding-right: 10px;
  margin: 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  float: left;
  position: relative;
}

.single-post .post .post-image {
  width: 100%;
}

.post .post-image img {
  width: auto;
  max-width: 288px;
  height: auto;
  display: block;
}

.archive .post .post-image img, .single-post .post .post-image img {
  max-width: 100%;
}

.archive .post .post-image {
  width: 30%;
}

.home .post .post-excerpt, .page .post .post-excerpt {
  width: 72%;
}

.post .post-excerpt {
  width: 68%;
  line-height: 24px;
  float: right;
  color: #394753;
  word-break: break-word;
  hyphens: auto;
  background: #fff;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
  padding: 13px 0 0;
}

.single-post .post .post-excerpt {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.post .post-excerpt img {
  max-width: 100%;
  border: 1px solid #97a5b1;
}

.post .post-excerpt .wp-caption {
  max-width: 100%;
  height: auto;
}

.post .post-excerpt h1 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.post .post-excerpt h2 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  line-height: 35px;
}

.post .post-excerpt h3 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
}

.post .post-excerpt h4 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
  text-align: left;
}

.post .post-excerpt h5 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}

.post .post-excerpt h6 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}

.post .post-excerpt blockquote {
  padding-left: 10px;
  border-left: 10px solid #eee;
}

.post .post-excerpt p {
  margin: 10px;
}

.post .post-excerpt table {
  width: 100%;
}

.post .post-excerpt table th {
  text-align: left;
}

.post .post-excerpt table td {
  padding: 0 5px;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
}

.post .post-excerpt table a {
  color: #394753;
  text-decoration: underline;
}

.post .post-excerpt table a:hover {
  text-decoration: none;
}

.post .post-excerpt dl dd {
  margin-left: 25px;
}

.post .post-excerpt ul li {
  list-style-type: disc;
  list-style-position: inside;
}

.post .post-excerpt ul li ul li {
  margin-left: 15px;
  list-style-type: circle;
}

.post .post-excerpt ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

.post .post-excerpt ol li ol li {
  margin-left: 20px;
  list-style-type: lower-roman;
}

.post .post-excerpt a {
  color: #394753;
  text-decoration: underline;
}

#posts h3 {
  line-height: 30px;
  font-size: 28px;
  margin: 0;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
}

#posts h3 a {
  text-decoration: none;
}

.home #posts h3 a, .page #posts h3 a {
  text-decoration: none;
  font-size: 28px;
}

.post .post-excerpt a:hover {
  text-decoration: none;
}

.post .post-excerpt strong {
  font-weight: 700;
}

.post .post-excerpt address {
  font-style: italic;
}

.post .post-excerpt abbr {
  border-bottom: 1px dotted #394753;
}

.post .post-excerpt acronym {
  border-bottom: 1px dotted #394753;
}

.post .post-excerpt big {
  font-weight: 700;
}

.post .post-excerpt cite {
  font-style: italic;
  font-weight: 700;
}

.post .post-excerpt em {
  font-style: italic;
}

.post .post-excerpt pre {
  padding-left: 10px;
  border-left: 10px solid #eee;
}

.post .post-excerpt q {
  font-style: italic;
}

.post .post-excerpt sub {
  font-size: 7px;
}

.post .post-excerpt sup {
  top: -10px;
  vertical-align: baseline;
  position: relative;
  line-height: 0;
  font-size: 7px;
}

.post .post-excerpt iframe.twitter-tweet {
  width: 100%;
}

.post .post-links {
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #394753;
  font-size: 14px;
}

.post .post-links a {
  color: #394753;
  text-decoration: underline;
}

.post .post-links a:hover {
  text-decoration: none;
}

.post .post-tags {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
  color: #394753;
}

.post .post-tags span {
  font-weight: 700;
}

.post .post-tags a {
  color: #394753;
  text-decoration: underline;
}

.post .post-tags a:hover {
  text-decoration: none;
}

.post .read-more {
  background: #114EA7;
  color: #fff !important;
  display: block;
  float: right;
  font-size: 15px;
  height: 40px;
  line-height: 39px;
  margin: 22px 0 0;
  text-decoration: none !important;
  transition: all .3s ease 0s;
  width: 133px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.post .read-more span {
  padding: 0 16px;
}

.post .read-more:hover {
  opacity: .7;
}

.posts-navigation {
  width: 100%;
}

.posts-navigation .left-navigation, .posts-navigation .right-navigation {
  width: 50px;
  height: 40px;
  line-height: 40px;
  background: #0f9be6 url("images/posts-navigation-left-arrow.png") no-repeat 15px center;
  padding-left: 35px;
  color: #fff;
  transition: all .3s;
  float: left;
  text-decoration: none !important;
  border-radius: 5px;
}

.posts-navigation .left-navigation:hover, .posts-navigation .right-navigation:hover {
  opacity: .8;
  background-color: #0d3778;
}

.posts-navigation .right-navigation {
  width: 71px;
  height: 40px;
  line-height: 40px;
  background: #0f9be6 url("images/posts-navigation-right-arrow.png") no-repeat 71px center;
  padding-left: 19px;
  color: #fff;
  transition: all .3s;
  float: right;
  text-decoration: none !important;
}

.posts-navigation .right-navigation:hover {
  opacity: .8;
}

/* 2.3 Single */

.single-navigation {
  width: 100%;
  margin-top: 65px;
}

.single-navigation a.next-post {
  width: 93px;
  height: 30px;
  line-height: 30px;
  background: #0f9be6 url("images/posts-navigation-right-arrow.png") no-repeat 105px center;
  padding-left: 32px;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all .3s;
  float: right;
}

.single-navigation a.next-post:hover {
  opacity: .8;
}

.single-navigation a.previous-post {
  width: 93px;
  height: 30px;
  line-height: 30px;
  background: #0f9be6 url("images/posts-navigation-left-arrow.png") no-repeat 15px center;
  margin-right: 1px;
  padding-left: 32px;
  padding-right: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all .3s;
  float: left;
}

.single-navigation a.previous-post:hover {
  opacity: .8;
  background-color: #0d3778;
}

#comments-template {
  width: 100%;
  margin-top: -30px;
}

#comments-template .comments-template-title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  color: #6d7c88;
  font-size: 18px;
}

#comments-template .comments-template-title span {
  font-weight: 700;
}

#comments-template .comments-template-title a {
  color: #6d7c88;
  text-decoration: none;
}

#comments-template .comments-template-title a:hover {
  text-decoration: underline;
}

#comments-template .comments-list {
  width: 100%;
}

#comments-template .comments-list li {
  width: 100%;
  margin-top: 40px;
  list-style: none;
  display: block;
  float: left;
}

#comments-template .comments-list li ul.children {
  margin-left: 60px;
}

#comments-template .comments-list li ul.children li .comment-entry {
  width: 100%;
  float: none;
}

#comments-template .comments-list li img {
  width: 120px;
  height: 120px;
  margin-right: 21px;
  display: block;
  float: left;
}

#comments-template .comments-list li .comment-entry {
  width: 492px;
  float: left;
}

#comments-template .comments-list li .comment-entry .comment-entry-head {
  width: 100%;
  line-height: 22px;
  color: #6d7c88;
  font-weight: 200;
  font-size: 18px;
}

#comments-template .comments-list li .comment-entry .comment-entry-head span {
  font-weight: 700;
}

#comments-template .comments-list li .comment-entry .comment-entry-head span a {
  color: #6d7c88;
  text-decoration: underline;
}

#comments-template .comments-list li .comment-entry .comment-entry-head span a:hover {
  text-decoration: none;
}

#comments-template .comments-list li .comment-entry .comment-entry-head a:hover {
  text-decoration: underline;
}

#comments-template .comments-list li .comment-entry .comment-entry-head .comment-entry-head-date {
  color: #6d7c88;
  text-decoration: none;
}

#comments-template .comments-list li .comment-entry .comment-entry-head .comment-edit-link {
  color: #6d7c88;
  text-decoration: underline;
}

#comments-template .comments-list li .comment-entry .comment-entry-head .comment-edit-link:hover {
  text-decoration: none;
}

#comments-template .comments-list li .comment-entry .comment-entry-content {
  width: 100%;
  line-height: 24px;
  margin-top: 5px;
  color: #6d7c88;
  font-size: 14px;
  word-break: break-all;
}

#comments-template .comments-list li .comment-entry .comment-entry-content h1 {
  width: 100%;
  line-height: auto;
  margin: 10px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 22px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content h2 {
  width: 100%;
  line-height: auto;
  margin: 10px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content h3 {
  width: 100%;
  line-height: auto;
  margin: 10px 0;
  color: #6D7C88;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content h4 {
  width: 100%;
  line-height: auto;
  margin: 10px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content h5 {
  width: 100%;
  line-height: auto;
  margin: 10px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content h6 {
  width: 100%;
  line-height: auto;
  margin: 10px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 12px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content p {
  margin: 5px 0;
}

#comments-template .comments-list li .comment-entry .comment-entry-content blockquote {
  padding-left: 10px;
  border-left: 10px solid #eee;
}

#comments-template .comments-list li .comment-entry .comment-entry-content table {
  width: 100%;
  font-size: 12px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content table th {
  text-align: left;
}

#comments-template .comments-list li .comment-entry .comment-entry-content table td {
  padding: 0 3px;
  border: 1px solid #D0D0D0;
}

#comments-template .comments-list li .comment-entry .comment-entry-content dl dd {
  margin-left: 25px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content ul {
  margin: 5px 0;
  padding: 0;
}

#comments-template .comments-list li .comment-entry .comment-entry-content ul li {
  margin: 1px 0;
  list-style-type: disc;
  list-style-position: inside;
}

#comments-template .comments-list li .comment-entry .comment-entry-content ul li:before {
  content: "\2022";
  margin-right: 10px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content ul li ul {
  margin-left: 20px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content ol {
  margin: 5px 0;
  padding: 0;
}

#comments-template .comments-list li .comment-entry .comment-entry-content ol li {
  margin: 1px 0;
  list-style: initial;
  list-style-type: decimal;
}

#comments-template .comments-list li .comment-entry .comment-entry-content ol li ol {
  margin-left: 20px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content a {
  color: #6D7C88;
  text-decoration: underline;
}

#comments-template .comments-list li .comment-entry .comment-entry-content a:hover {
  text-decoration: none;
}

#comments-template .comments-list li .comment-entry .comment-entry-content strong {
  font-weight: 700;
}

#comments-template .comments-list li .comment-entry .comment-entry-content address {
  font-style: italic;
}

#comments-template .comments-list li .comment-entry .comment-entry-content abbr {
  border-bottom: 1px dotted #6D7C88;
}

#comments-template .comments-list li .comment-entry .comment-entry-content acronym {
  border-bottom: 1px dotted #6D7C88;
}

#comments-template .comments-list li .comment-entry .comment-entry-content big {
  font-weight: 700;
}

#comments-template .comments-list li .comment-entry .comment-entry-content cite {
  font-style: italic;
  font-weight: 700;
}

#comments-template .comments-list li .comment-entry .comment-entry-content em {
  font-style: italic;
}

#comments-template .comments-list li .comment-entry .comment-entry-content pre {
  padding-left: 10px;
  border-left: 10px solid #eee;
}

#comments-template .comments-list li .comment-entry .comment-entry-content q {
  font-style: italic;
}

#comments-template .comments-list li .comment-entry .comment-entry-content sub {
  font-size: 8px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content sup {
  top: -9px;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  font-size: 8px;
}

#comments-template .comments-list li .comment-entry .comment-entry-content iframe {
  max-width: 100%;
  height: auto;
}

#comments-template .comments-list li .comment-entry .comment-entry-content img {
  float: none;
}

#comments-template .comments-list li .comment-entry em.awaiting-moderation {
  width: 100%;
  background: #C4C4C4;
  margin-top: 10px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  display: block;
}

#comments-template .comments-list li .comment-entry a.comment-reply-link {
  background: #C5C5C5;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

#comments-template .comments-list li .comment-entry a.comment-reply-link:hover {
  opacity: .8;
}

#comments-template .comments-list li .comment-entry .coment-reply-link-div {
  margin-top: 15px;
  float: left;
}

#comments-template .comments-list li.pingback {
  width: 100%;
  line-height: 30px;
  margin: 30px 0 0;
  padding: 0;
  color: #394753;
  font-weight: 700;
}

#comments-template .comments-list li.pingback a {
  color: #394753;
  text-decoration: underline;
  font-weight: 400;
}

#comments-template .comments-list li.pingback a:hover {
  text-decoration: none;
}

#comments-template .comment-respond {
  width: 100%;
  line-height: 30px;
  margin-top: 150px;
}

#comments-template .comment-respond h3#reply-title {
  width: 100%;
  color: #777777;
  font-size: 24px;
}

#comments-template .comment-respond .comment-form {
  width: 100%;
  margin-top: 30px;
}

#comments-template .comment-respond .comment-form p.comment-notes {
  display: none;
}

#comments-template .comment-respond .comment-form fieldset {
  width: 100%;
  float: left;
}

#comments-template .comment-respond .comment-form fieldset .input-full {
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 19px;
  display: block;
  color: #777;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
}

#comments-template .comment-respond .comment-form fieldset .input-full:focus {
  color: #276EB7;
  border: 1px solid #276EB7;
}

#comments-template .comment-respond .comment-form fieldset .input-full:focus::-webkit-input-placeholder {
  color: #276EB7;
}

#comments-template .comment-respond .comment-form fieldset .input-full:focus:-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#comments-template .comment-respond .comment-form fieldset .input-full:focus::-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#comments-template .comment-respond .comment-form fieldset .input-full:focus:-ms-input-placeholder {
  color: #276EB7;
}

#comments-template .comment-respond .comment-form fieldset .input-small-left {
  width: 49%;
  height: 42px;
  margin: 17px 0 0;
  padding: 0 19px;
  display: block;
  color: #777;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  float: left;
}

#comments-template .comment-respond .comment-form fieldset .input-small-left:focus {
  color: #276EB7;
  border: 1px solid #276EB7;
}

#comments-template .comment-respond .comment-form fieldset .input-small-left:focus::-webkit-input-placeholder {
  color: #276EB7;
}

#comments-template .comment-respond .comment-form fieldset .input-small-left:focus:-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#comments-template .comment-respond .comment-form fieldset .input-small-left:focus::-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#comments-template .comment-respond .comment-form fieldset .input-small-left:focus:-ms-input-placeholder {
  color: #276EB7;
}

#comments-template .comment-respond .comment-form fieldset .input-small-right {
  width: 49%;
  height: 42px;
  margin: 17px 0 0;
  padding: 0 19px;
  display: block;
  color: #777;
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  float: right;
}

#comments-template .comment-respond .comment-form fieldset .input-small-right:focus {
  color: #276EB7;
  border: 1px solid #276EB7;
}

#comments-template .comment-respond .comment-form fieldset .input-small-right:focus::-webkit-input-placeholder {
  color: #276EB7;
}

#comments-template .comment-respond .comment-form fieldset .input-small-right:focus:-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#comments-template .comment-respond .comment-form fieldset .input-small-right:focus::-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#comments-template .comment-respond .comment-form fieldset .input-small-right:focus:-ms-input-placeholder {
  color: #276EB7;
}

#comments-template .comment-respond .comment-form .input-textarea {
  width: 100%;
  height: 103px;
  margin-top: 20px;
  padding: 12px 19px;
  display: block;
  border: 1px solid #d4d4d4;
  resize: none;
  outline: 0;
  box-sizing: border-box;
  color: #777;
  float: right;
}

#comments-template .comment-respond .comment-form .input-textarea:focus {
  color: #276EB7;
  border: 1px solid #276EB7;
}

#comments-template .comment-respond .comment-form .input-textarea:focus::-webkit-input-placeholder {
  color: #276EB7;
}

#comments-template .comment-respond .comment-form .input-textarea:focus:-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#comments-template .comment-respond .comment-form .input-textarea:focus::-moz-placeholder {
  color: #276EB7;
  opacity: 1;
}

#comments-template .comment-respond .comment-form .input-textarea:focus:-ms-input-placeholder {
  color: #276EB7;
}

#comments-template .comment-respond .comment-form #contact_submit {
  width: 120px;
  height: 43px;
  background: #276eb7;
  margin: 25px 0 0;
  padding: 0;
  border: 2px solid #4286cb;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: 0 0 1px .5px #276eb7;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  transition: all .3s;
  float: right;
  font-weight: 700;
  font-size: 14px;
}

#comments-template .comment-respond .comment-form #contact_submit:hover {
  opacity: .8;
}

#comments-template .comment-respond .comment-form p.form-allowed-tags {
  width: 485px;
  line-height: 15px;
  margin: 23px 0 0;
  color: #777;
  float: right;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

#comments-template .comment-respond .comment-form p.logged-in-as {
  width: 268px;
  display: block;
  color: #D4D4D4;
  float: left;
}

#comments-template .comment-respond .comment-form p.logged-in-as a {
  margin: 0;
  padding: 0;
  color: #276EB7;
  text-decoration: none;
}

#comments-template .comment-respond .comment-form p.logged-in-as a:hover {
  text-decoration: underline;
}

/*
** Lawyers
*/

/* 3.1 Lawyers Content */

#lawyers-content {
  width: 100%;
  text-align: center;
}

#lawyers-content .lawyers-content-title {
  width: 100%;
  line-height: 45px;
  background: url("images/content-about-title-background.png") repeat-x bottom;
  padding-bottom: 20px;
  color: #394753;
  text-align: center;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

#lawyers-content .lawyers-content-entry {
  width: 100%;
  line-height: 24px;
  margin-top: 30px;
  text-align: center;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

#lawyers-content .lawyers-content-lawyers {
  width: 996px;
  margin-left: -30px;
}

#lawyers-content .lawyers-content-lawyers .lawyer {
  width: 468px;
  height: 606px;
  margin: 60px 0 0 30px;
  color: #6d7c88;
  float: left;
}

#lawyers-content .lawyers-content-lawyers .lawyer .lawyer-image {
  width: 100%;
  height: 330px;
  text-align: center;
}

#lawyers-content .lawyers-content-lawyers .lawyer .lawyer-image img {
  width: auto;
  max-height: 100%;
}

#lawyers-content .lawyers-content-lawyers .lawyer .lawyer-no-image {
  width: 100%;
  height: 330px;
  background: #eeeeee url("images/lawyer-single-no-image.png") no-repeat center;
}

#lawyers-content .lawyers-content-lawyers .lawyer a.lawyer-name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
  display: block;
  color: #445d70;
  text-decoration: none;
  font-family: "Roboto Slab", sans-serif;
  font-size: 30px;
}

#lawyers-content .lawyers-content-lawyers .lawyer div.lawyer-entry {
  width: 100%;
  line-height: 23px;
  margin: 30px 0;
  text-align: initial;
  color: #445d70;
  display: block;
  font-weight: 300;
  font-size: 18px;
}

#lawyers-content .lawyers-content-lawyers .lawyer a[rel="tag"] {
  display: inline;
  text-decoration: none;
  color: #445d70;
  font-weight: 700;
  font-size: 18px;
}

/*
** 3.2 Lawyers Single
*/

#lawyers-single {
  width: 100%;
}

#lawyers-single .lawyers-single-image {
  height: auto;
  padding-right: 30px;
  float: left;
}

#lawyers-single .lawyers-single-image img {
  max-width: 300px;
  height: auto;
  padding: 0 30px 0 0;
  border-right: 1px solid #ddd;
  display: block;
}

#lawyers-single .lawyer-single-no-image {
  width: 300px;
  height: 330px;
  background: #eeeeee url("images/lawyer-single-no-image.png") no-repeat center;
}

#lawyers-single .lawyers-single-content {
  line-height: 24px;
  color: #394753;
  text-align: justify;
  overflow: hidden;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

#lawyers-single .lawyers-single-content p {
  margin-bottom: 20px;
}

#lawyers-single .lawyers-single-content p:last-child {
  margin-bottom: 0;
}

#lawyers-single .lawyers-single-content img {
  max-width: 100%;
  height: auto;
}

#lawyers-single .lawyers-single-content .wp-caption {
  max-width: 100%;
  height: auto;
}

#lawyers-single .lawyers-single-content h1 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 28px;
}

#lawyers-single .lawyers-single-content h2 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 26px;
}

#lawyers-single .lawyers-single-content h3 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 24px;
}

#lawyers-single .lawyers-single-content h4 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 20px;
}

#lawyers-single .lawyers-single-content h5 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}

#lawyers-single .lawyers-single-content h6 {
  margin: 20px 0;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}

#lawyers-single .lawyers-single-content blockquote {
  padding-left: 10px;
  border-left: 10px solid #eee;
}

#lawyers-single .lawyers-single-content table {
  width: 100%;
}

#lawyers-single .lawyers-single-content table th {
  text-align: left;
}

#lawyers-single .lawyers-single-content table td {
  padding: 0 5px;
  border: 1px solid #D0D0D0;
  box-sizing: border-box;
}

#lawyers-single .lawyers-single-content table a {
  color: #394753;
  text-decoration: underline;
}

#lawyers-single .lawyers-single-content table a:hover {
  text-decoration: none;
}

#lawyers-single .lawyers-single-content dl dd {
  margin-left: 25px;
}

#lawyers-single .lawyers-single-content ul li {
  list-style-type: disc;
  list-style-position: inside;
}

#lawyers-single .lawyers-single-content ul li ul li {
  margin-left: 15px;
  list-style-type: circle;
}

#lawyers-single .lawyers-single-content ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

#lawyers-single .lawyers-single-content ol li ol li {
  margin-left: 20px;
  list-style-type: lower-roman;
}

#lawyers-single .lawyers-single-content a {
  color: #394753;
  text-decoration: underline;
}

#lawyers-single .lawyers-single-content a:hover {
  text-decoration: none;
}

#lawyers-single .lawyers-single-content strong {
  font-weight: 700;
}

#lawyers-single .lawyers-single-content address {
  font-style: italic;
}

#lawyers-single .lawyers-single-content abbr {
  border-bottom: 1px dotted #394753;
}

#lawyers-single .lawyers-single-content acronym {
  border-bottom: 1px dotted #394753;
}

#lawyers-single .lawyers-single-content big {
  font-weight: 700;
}

#lawyers-single .lawyers-single-content cite {
  font-style: italic;
  font-weight: 700;
}

#lawyers-single .lawyers-single-content em {
  font-style: italic;
}

#lawyers-single .lawyers-single-content pre {
  padding-left: 10px;
  border-left: 10px solid #eee;
}

#lawyers-single .lawyers-single-content q {
  font-style: italic;
}

#lawyers-single .lawyers-single-content sub {
  font-size: 7px;
}

#lawyers-single .lawyers-single-content sup {
  top: -10px;
  vertical-align: baseline;
  position: relative;
  line-height: 0;
  font-size: 7px;
}

#lawyers-single .lawyers-single-content iframe.twitter-tweet {
  width: 100%;
}

#lawyers-single .lawyers-practice-areas {
  width: 100%;
  margin-top: 30px;
  display: block;
  float: left;
}

#lawyers-single .lawyers-practice-areas h3 {
  width: 100%;
  color: #445d70;
  display: block;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

#lawyers-single .lawyers-practice-areas ul {
  width: 993px;
  margin: 30px 0 0 -29px;
  display: block;
}

#lawyers-single .lawyers-practice-areas ul li {
  width: 302px;
  list-style: url("images/lists-dot.png") inside;
  margin: 0 0 13px 29px;
  float: left;
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  font-size: 18px;
}

#lawyers-single .lawyers-practice-areas ul li a {
  color: #6d7c88;
  text-decoration: none;
}

#lawyers-single .lawyers-practice-areas ul li a:hover {
  color: #276EB7;
}

/*
**  4 - Practice Areas
*/

.practice-areas-content {
  width: 100%;
  background: url("images/content-about-title-background.png") repeat-x bottom;
  padding-bottom: 40px;
  line-height: 24px;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 200;
  font-size: 18px;
}

#lawyers-post-type {
  width: 100%;
  margin-top: 60px;
}

#lawyers-post-type h3 {
  width: 100%;
  line-height: 30px;
  color: #445d70;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

#lawyers-post-type .lawyers-posts {
  width: 100%;
  margin-top: 60px;
}

#lawyers-post-type .lawyers-posts article {
  width: 136px;
  height: 450px;
  margin: 0 0 60px 29.5px;
  float: left;
  overflow: hidden;
}

#lawyers-post-type .lawyers-posts article:nth-of-type(13), #lawyers-post-type .lawyers-posts article:nth-of-type(20), #lawyers-post-type .lawyers-posts article:nth-of-type(27), #lawyers-post-type .lawyers-posts article:nth-of-type(34), #lawyers-post-type .lawyers-posts article:nth-of-type(41), #lawyers-post-type .lawyers-posts article:nth-of-type(7) {
  margin-left: 0;
}

#lawyers-post-type .lawyers-posts article:first-child {
  margin-left: 0;
}

#lawyers-post-type .lawyers-posts article .lawyers-posts-image {
  width: 136px;
  height: 150px;
  display: block;
  background-size: cover;
}

#lawyers-post-type .lawyers-posts article .lawyers-posts-no-image {
  width: 136px;
  height: 150px;
  background: #eeeeee url("images/lawyer-single-no-image.png") no-repeat center;
  display: block;
}

#lawyers-post-type .lawyers-posts article .lawyer-post-name {
  width: 100%;
  margin: 30px 0 18px;
  color: #445d70;
  font-weight: 700;
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
}

#lawyers-post-type .lawyers-posts article .lawyer-post-name a {
  color: #445d70;
  text-decoration: none;
}

#lawyers-post-type .lawyers-posts article .lawyer-post-name a:hover {
  color: #276EB7;
}

#lawyers-post-type .lawyers-posts article .lawyer-post-description {
  width: 100%;
  line-height: 18px;
  color: #8196a6;
}

#lawyers-post-type ul.practice-areas-lists {
  width: 994px;
  margin: 30px 0 0 -30px;
}

#lawyers-post-type ul.practice-areas-lists li {
  width: 302px;
  list-style: url("images/lists-dot.png") inside;
  margin: 0 0 13px 29px;
  color: #6d7c88;
  float: left;
  font-weight: 700;
  font-size: 18px;
}

#lawyers-post-type ul.practice-areas-lists li a {
  color: #6d7c88;
  text-decoration: none;
}

#lawyers-post-type ul.practice-areas-lists li a:hover {
  color: #276EB7;
}

/*
**  5 - Testimonials
*/

.testimonials-post {
  width: 964px;
  height: auto;
  line-height: 30px;
  background: url("images/content-testimonials-background.png") no-repeat;
  margin-top: 60px;
  padding: 0 79px;
  box-sizing: border-box;
  text-align: center;
  color: #394753;
  font-weight: 200;
  font-size: 18px;
  font-style: italic;
}

.testimonials-post:first-child {
  margin-top: 0;
}

.testimonials-post .testimonials-client {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
  text-align: center;
  font-style: normal;
}

.testimonials-post .testimonials-client span {
  font-weight: 700;
}

.testimonials-post .testimonials-client a {
  color: #394753;
  text-decoration: none;
}

.testimonials-post .testimonials-client a:hover {
  text-decoration: underline;
}

.gallery-item {
  float: left;
}

.gallery-item a.fancybox {
  text-decoration: none !important;
}

.gallery-item img {
  margin: 0 !important;
  text-decoration: none;
  display: block;
}

dl.gallery-columns-1 {
  width: 100%;
}

dl.gallery-columns-1 img {
  width: 100%;
  border-radius: 15px;
}

dl.gallery-columns-1 .wp-caption-text {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

dl.gallery-columns-2 {
  width: 295px;
  margin-left: 15px;
}

dl.gallery-columns-2 img {
  width: 100%;
  border-radius: 15px;
}

dl.gallery-columns-2 .wp-caption-text {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

dl.gallery-columns-3 {
  width: 204.5px;
  margin-left: 5px;
}

dl.gallery-columns-3 img {
  width: 100%;
  border-radius: 15px;
}

dl.gallery-columns-3 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

dl.gallery-columns-4 {
  width: 152px;
  margin-left: 5px;
}

dl.gallery-columns-4 img {
  width: 100%;
  border-radius: 15px;
}

dl.gallery-columns-4 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

dl.gallery-columns-5 {
  width: 120.7px;
  margin-left: 5px;
}

dl.gallery-columns-5 img {
  width: 100%;
  border-radius: 15px;
}

dl.gallery-columns-5 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

dl.gallery-columns-6 {
  width: 100px;
  margin-left: 5px;
}

dl.gallery-columns-6 img {
  width: 100%;
  border-radius: 15px;
}

dl.gallery-columns-6 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

dl.gallery-columns-7 {
  width: 85px;
  margin-left: 5px;
}

dl.gallery-columns-7 img {
  width: 100%;
  border-radius: 15px;
}

dl.gallery-columns-7 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

dl.gallery-columns-8 {
  width: 73.4px;
  margin-left: 5px;
}

dl.gallery-columns-8 img {
  width: 100%;
  border-radius: 15px;
}

dl.gallery-columns-8 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

dl.gallery-columns-9 {
  width: 65px;
  margin-left: 5px;
}

dl.gallery-columns-9 img {
  width: 100%;
  border-radius: 15px;
}

dl.gallery-columns-9 .wp-caption-text {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
}

.wp-caption {
  border: none;
}

.wp-caption .alignnone {
  border: none;
}

.wp-caption .alignleft {
  border: none;
}

.wp-caption .alignright {
  border: none;
}

.wp-caption-text {
  font-style: italic;
}

.sticky {
  border: none;
}

.gallery-caption {
  border: none;
}

.bypostauthor {
  border: none;
}

.aligncenter {
  border: none;
}

.page #comments-template {
  margin: 0;
}

.page .post-excerpt p:first-child {
  margin-top: 0 !important;
}

p.lawyers-no-posts {
  margin-bottom: 60px;
  color: #445D70;
}

.site-title a {
  color: #394753;
  text-decoration: none;
  font-size: 30px;
}

.site-description {
  color: #394753;
  font-size: 15px;
  line-height: 20px;
}

.additional_detail {
  margin: 15px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.w-detail {
  width: 33.334%;
  display: inline-block;
  padding: 8px 14px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.24);
}

.w-detail:before {
  width: 25px;
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-size: 16px;
  vertical-align: middle;
}

.w-detail a {
  color: #0f9be6 !important;
  text-decoration: underline;
}

.w-detail.call-i a {
  text-decoration: none;
}

.located-i:before {
  content: '\f3c5';
  font-weight: 900;
}

.email-i:before {
  content: '\f0e0';
  color: #0f9be6 !important;
}

.employees-i:before {
  content: '\f0c0';
  font-weight: 900;
}

.founded-i:before {
  content: '\f1ad';
  font-weight: 900;
}

.hourly-rates-i:before {
  content: '\f155';
  font-weight: 900;
}

.call-i:before {
  content: '\f095';
  font-weight: 900;
  transform: rotate(90deg);
  top: 5px;
  left: -5px;
  position: relative;
  color: #0f9be6 !important;
}

/* Date: 20161207 */

#content-left {
  margin-right: 325px;
}

#sidebar-right {
  width: 300px;
  float: right;
}

#content-left #posts {
  float: left;
}

#sidebar-right .widget {
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.3);
  position: relative;
  background: #fff;
  width: 100%;
  padding: 20px 20px 5px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#sidebar-right .title-widget {
  color: #000;
  font-size: 20px;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px;
  margin: -20px;
}

#sidebar-right .textwidget {
  padding: 20px 0 0;
  box-sizing: border-box;
}

#sidebar-right div.wpcf7 {
  box-sizing: border-box;
}

#sidebar-right .wpcf7-form .wpcf7-form-control {
  padding: 7px;
  box-sizing: border-box;
  height: 40px;
  line-height: 30px;
  font-size: 18px;
  color: #000;
  border: none;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  width: 100%;
  border: solid 1px #d1cfcf;
  resize: none;
}

#sidebar-right .wpcf7-form label {
  color: #000;
  font-size: 14px;
  margin: 0;
  display: block;
  padding: 0;
}

#sidebar-right .wpcf7-form .wpcf7-submit {
  background: #0f9be6;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
  white-space: normal;
  padding: 10px;
  line-height: 20px;
  width: auto;
  min-width: 100px;
  margin: 15px auto 0;
  cursor: pointer;
}

#sidebar-right .wpcf7-form .wpcf7-submit:hover {
  opacity: .9;
}

#sidebar-right .wpcf7-form>p {
  margin-top: 10px;
  display: block;
}

#sidebar-right .wpcf7-form .wpcf7-textarea {
  min-height: 80px;
  margin-bottom: 15px;
}

#sidebar-right div.wpcf7-validation-errors {
  color: #f00;
}

#sidebar-right .wpcf7-not-valid-tip {
  margin-top: 5px;
}

#sidebar-right div.wpcf7-mail-sent-ok {
  color: #000;
}

.openresponsivemenu {
  display: none;
}

.fullpage-banner {
  width: 100%;
  position: relative !important;
  height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullpage-banner:after {
  background-color: rgba(0, 0, 0, 0.10);
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.fullpage-banner .entry-title {
  display: block;
}

.fullpage-title {
  position: relative;
  z-index: 1;
  padding-right: 27%;
  padding-top: 8%;
}

.fullpage-title .entry-title {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fullpage-title .entry-subtitle {
  font-size: 16px;
}

.fullpage-title .entry-subtitle a {
  color: #FFF;
  text-decoration: none;
}
.single .fullpage-title{
  height: auto;
  padding: 30px 0;
}
.single .fullpage-title h1{
  padding: 0px;
}
.single .fullpage-banner{
  background-color: #0f3878;
  height: auto;
}

/* Blog Details scroll content */
.post .top-container{
  box-shadow: 0 5px 5px #afafaf;
  padding: 10px 25px;
  margin-bottom: 20px;
}
.post .post-excerpt .top-container p {  
  color: #343434;
  font-size: 18px;
  line-height: 25px;
  margin-top: 20px;
  font-weight: 400;
  margin: 0 0 10px;
}
.post .post-excerpt .top-container a{
  text-decoration: underline;  
  color: #394753; 
  line-height: 25px;
  margin-top: 20px;
  font-weight: 400;
}
.post .post-excerpt .top-container a:hover{
  text-decoration: none;  
  color: #394753; 
}
.post .post-excerpt .top-container ul{
  padding-left: 20px;
}
.post .post-excerpt .top-container ul li{
  position: relative;
  list-style: disc;
}
.post .post-excerpt .top-container ol {
  padding: 0 0 0 20px;
  margin: 0 0 0px;
}
.post .post-excerpt .top-container ol li{
  line-height: 28px;
}
.post .post-excerpt .top-container a:hover{
  color: #394753;
  text-decoration: underline;
}
.post .post-excerpt ul li ol li{
  list-style-type: decimal;
}
.post .post-excerpt ul li ol li:after{
  display: none;
}

/*
** 6 - Responsive
*/

/* 6.1 Max Width: 320px */

@media only screen and (max-width: 320px) {
  body {
    max-width: 320px;
  }
  #content ul.practice-areas-lists li {
    font-size: 18px !important;
  }
  #lawyers-post-type .lawyers-posts article .lawyer-post-description {
    font-size: 18px;
  }
  #lawyers-content .lawyers-content-lawyers .lawyer {
    height: auto !important;
  }
  #posts h3 {
    line-height: 34px;
    font-size: 34px;
    margin: -5px 0 0;
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
  }
  .w-detail {
    width: 50%;
  }
}

/* 6.2 Max Width: 480px */

@media only screen and (max-width: 480px) {
  body {
    max-width: 480px;
  }
  .size-thumbnail.alignleft {
    float: none;
  }
  .header-left {
    width: 100%;
    text-align: center;
  }
  .header-left .logo {
    float: none;
  }
  .wrapper .header-contact {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    float: none;
    display: none;
  }
  .fullpage-title .entry-title {
    font-size: 20px;
  }
  #content .our-lawyers .lawyer {
    width: 100% !important;
  }
  #content .our-lawyers .lawyer:last-child {
    margin-bottom: 0;
  }
  #comments-template .comment-form fieldset {
    width: 100% !important;
  }
  #comments-template .comment-form .input-textarea {
    width: 100% !important;
    margin-top: 17px !important;
  }
  #comments-template .comment-form #contact_submit {
    width: 100% !important;
  }
  #comments-template .comments-list li ul.children {
    margin-left: 0;
  }
  #posts h3 {
    font-weight: 400;
  }
  .w-detail {
    width: 100%;
  }
  .fullpage-banner {
    height: 230px;
  }
}

/* 6.3 Max Width: 580px */

@media only screen and (max-width: 580px) {
  body {
    max-width: 580px !important;
  }
  #features .features-box {
    width: 100% !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important;
  }
  #features .features-box:last-child {
    margin-bottom: 0;
  }
  .content-article .content-article-image {
    width: 100% !important;
    margin-bottom: 30px;
  }
  #content .content-about .our-lawyers li, .practice-area li {
    width: 100% !important;
  }
  .our-lawyers a {
    margin-bottom: 30px;
  }
  #lawyers-content .lawyers-content-lawyers {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #lawyers-content .lawyers-content-lawyers .lawyer {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
  }
  .w-detail {
    width: 100% !important;
  }
  .home .post-heading {
    padding: 60px 0 132px !important;
  }
}

.copyright a {
  color: #fff;
  text-decoration: none;
}

.lawyeria-lite-header-image {
  width: 100%;
}

/* 6.4 Max Width: 768px */

@media only screen and (max-width: 767px) {
  body {
    padding-top: 230px;
  }
  .fullpage-title {
    padding-right: 10%;
  }
  .lawyers-posts article {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .lawyers-posts article a {
    width: 100%;
    text-align: center;
  }
  .lawyers-posts article a img {
    width: auto;
    height: 100% !important;
  }
  #subheader .header-form .wpcf7-text {
    width: 100% !important;
    box-sizing: border-box;
  }
  #subheader .header-form .small-input-text {
    margin-left: 0 !important;
  }
  #subheader .header-form .wpcf7-textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
  #posts {
    width: 100% !important;
  }
  #sidebar-right {
    width: 96.3% !important;
    margin-top: 30px;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer {
    height: 200px !important;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer-no-image {
    width: 100%;
    height: 200px;
    background: #eeeeee url("images/lawyer-single-no-image.png") no-repeat center;
  }
  #sidebar-right .widget .list_carousel li .list_carousel_entry {
    width: 100% !important;
  }
  .practice-areas-lists li {
    width: 94.7% !important;
  }
  .lawyers-single-image {
    width: 100%;
    float: none !important;
  }
  .lawyers-single-image .lawyer-single-no-image {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .lawyers-single-image img {
    max-width: 100% !important;
    padding-right: 0 !important;
    border-right: none !important;
  }
  #footer .footer-margin-left .footer-box {
    width: 97.6% !important;
    margin-bottom: 30px !important;
  }
  #footer .footer-margin-left .footer-box .widget-our-lawyers {
    width: 105.2%;
    margin-left: -5.2%;
  }
  #footer .footer-margin-left .footer-box .widget-our-lawyers .lawyer-margin-left {
    margin-left: 5.2%;
  }
  #footer .footer-margin-left .footer-box .widget-our-lawyers a.lawyer {
    width: 19.8%;
    height: 120px;
  }
  #footer .footer-margin-left .footer-box .widget-our-lawyers a.lawyer .lawyer-no-image {
    width: 100%;
    height: 100%;
    background: #eeeeee url("images/lawyer-single-no-image.png") no-repeat center;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-text {
    width: 100% !important;
    box-sizing: border-box;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-textarea {
    width: 100% !important;
    box-sizing: border-box;
  }
  #posts h3 {
    font-size: 20px;
  }
  .post .post-excerpt {
    width: 100%;
    padding: 13px;
    box-sizing: border-box;
  }
  .w-detail {
    width: 50%;
  }
  #content-left {
    margin-right: auto;
    width: 100%;
  }
  #sidebar-right {
    padding: 0;
    box-sizing: border-box;
    float: none;
    display: inline-block;
  }
}

/* 6.5 Max Width: 1024px */

@media only screen and (max-width: 1023px) {
  body {
    max-width: 1024px;
    padding-top: 157px;
  }
  .openresponsivemenu {
    width: 100%;
    background: #394753;
    padding: 10px 0;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 16px;
    clear: both;
  }
  .wrapper {
    width: 94%;
  }
  .wrapper nav {
    width: 100%;
    margin: 15px 0;
    clear: both;
    float: none;
  }
  .wrapper nav ul {
    float: none;
  }
  .container-menu ul {
    display: none;
  }
  .responsivemenu ul {
    display: block;
  }
  .responsivemenu ul li {
    width: 100%;
    height: auto;
    margin-left: 0;
    text-align: center;
    float: none;
  }
  .responsivemenu ul li a {
    height: 30px;
    line-height: 30px;
    padding: 0;
    border: none;
  }
  .responsivemenu ul li a:hover {
    border: none;
  }
  .responsivemenu a:hover {
    background: #dee0e2;
  }
  .responsivemenu li ul {
    width: 100%;
    position: initial;
    box-shadow: initial;
  }
  #subheader .subheader-color .full-header-content {
    width: 100%;
    margin-top: 75px;
    float: none;
  }
  #subheader .subheader-color form.header-form {
    width: 79.3%;
    padding: 27px 10%;
    float: none;
  }
  #subheader .subheader-color form.header-form .wpcf7-text {
    width: 32.6%;
    box-sizing: border-box;
  }
  #subheader .subheader-color form.header-form .wpcf7-textarea {
    width: 100%;
    box-sizing: border-box;
  }
  #subheader .subheader-color form.header-form .small-input-text {
    margin: 8px 0 8px 1%;
  }
  #subheader .subheader-color form.header-form .wpcf7-submit {
    width: 100%;
  }
  #subheader .second-subheader h3 {
    margin: 0;
  }
  #features .features-box {
    width: 30.3%;
    margin-left: 4.5%;
  }
  #content .content-about .our-lawyers, #content .content-about .practice-area {
    width: 100%;
  }
  #content .content-about .our-lawyers .content-about-title, #content .content-about .practice-area .content-about-title {
    width: 100%;
  }
  #content .content-about .our-lawyers ul li, #content .content-about .practice-area ul li {
    width: 33.3%;
  }
  #content .content-about .our-lawyers {
    width: 100%;
    margin-top: 40px;
  }
  #content .content-about .our-lawyers .content-about-title {
    width: 100%;
  }
  #content .content-about .our-lawyers a.lawyer {
    width: 25%;
    height: 200px;
  }
  #content .content-about .our-lawyers a.lawyer img {
    width: auto;
    max-height: 200px;
  }
  .lawyer-no-image1 {
    width: 100%;
    height: 100%;
    background: #eee url("images/lawyer-single-no-image.png") no-repeat center;
  }
  #content .content-about .our-lawyers a.lawyer .overlay {
    display: none;
  }
  #content .content-about .our-lawyers a.lawyer .button {
    display: none;
  }
  #content .content-testimonials .testimonials-title {
    width: 100%;
  }
  #content #lawyers-post-type .lawyers-posts article {
    width: 13.25%;
  }
  #content #lawyers-post-type .lawyers-posts article a img {
    width: 100%;
  }
  #content #lawyers-post-type .lawyers-posts article a.lawyers-posts-no-image {
    width: 100%;
    background: #eeeeee url("images/lawyer-single-no-image.png") no-repeat center;
  }
  #content ul.practice-areas-lists {
    width: 104.1% !important;
  }
  #content ul.practice-areas-lists li {
    width: 21.1%;
    height: 22px;
    font-size: 18px;
  }
  #content .lawyers-practice-areas {
    width: 100%;
  }
  #content .lawyers-practice-areas ul {
    width: 100%;
  }
  #content .lawyers-practice-areas ul li {
    width: 100%;
  }
  #footer .footer-margin-left {
    width: 103.11%;
    margin-left: -3.11%;
  }
  #footer .footer-margin-left .footer-box {
    width: 31.22%;
    margin: 0 0 0 2.1%;
    padding: 0;
  }
  #footer .footer-margin-left .footer-box {
    font-size: 18px;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form {
    width: 100%;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-text, #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-textarea {
    width: 83.6%;
  }
  #footer .footer-margin-left .footer-box .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
  #footer .footer-margin-left .widget-our-lawyers a {
    width: 90px;
    height: 90px;
  }
  #footer .footer-margin-left .widget-our-lawyers .lawyer-no-image {
    width: 90px;
    height: 90px;
  }
  #footer .footer-margin-left .widget-our-lawyers .overlay {
    display: none;
  }
  #footer .footer-margin-left .widget-our-lawyers .button {
    display: none;
  }
  #lawyers-content .lawyers-content-lawyers {
    width: 103.11%;
    margin-left: -3.11%;
  }
  #lawyers-content .lawyers-content-lawyers .lawyer {
    width: 46.8%;
    height: 700px;
    margin: 60px 0 0 3.11%;
  }
  .testimonials-post {
    width: 100%;
    background: none;
  }
  #posts .post-meta {
    line-height: 18px;
    font-size: 14px;
  }
  #sidebar-right {
    width: 28.10%;
    padding: 30px 2% 0;
  }
  #sidebar-right .widget ul.children li {
    margin-left: 0;
  }
  #sidebar-right .widget .widget-our-lawyers {
    width: 110%;
    margin: -30px 0 0 -10%;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer {
    width: 40% !important;
    margin: 30px 0 0 10% !important;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer .overlay {
    display: none;
  }
  #sidebar-right .widget .widget-our-lawyers .lawyer .icon-eye {
    display: none;
  }
  #comments-template .comments-list li .comment-entry {
    width: auto;
    float: none;
  }
  #comments-template .comment-respond .form-allowed-tags {
    width: 100% !important;
  }
  #comments-template .comment-respond .comment-form fieldset {
    width: 48.5%;
  }
  #comments-template .comment-respond .comment-form fieldset .input-small-left {
    width: 100%;
  }
  #comments-template .comment-respond .comment-form fieldset .input-small-right {
    width: 100%;
  }
  #comments-template .comment-respond .comment-form textarea.input-textarea {
    width: 48.5%;
    height: 160px;
  }
  #content-left {
    margin-right: auto;
    width: 100%;
  }
  #sidebar-right {
    padding: 0;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    width: 100%;
  }
  .home .post .post-excerpt, .page .post .post-excerpt {
    width: 68%;
  }
}

/* New Section */

#content.new-section {
  width: 100%;
  background: url("images/features-background.png");
  padding: 60px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
}

.new-section h2 {
  margin: 0 auto;
  text-align: center;
  line-height: 42px;
  color: #394753;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.new-section h2 a {
  color: #fff;
  text-decoration: none;
  background-color: #0f9be6;
  border: 1px solid #0f9be6;
  padding: 5px;
  border-radius: 3px;
  margin-right: 10px;
}

.new-section h2 a:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0f9be6;
  padding: 5px;
  border-radius: 3px;
}

.new-section #posts h3 {
  min-height: 90px;
}

.new-section .wrapper.cf {
  margin-top: 0;
}

.new-section .post {
  width: 30%;
  height: 595px;
  margin-right: 0;
  margin-left: 3%;
  float: left;
  clear: none;
}

.new-section .post .post-image {
  width: 100%;
  min-height: 235px;
}

.new-section .post .post-image img {
  max-width: 100%;
}

.home .new-section .post .post-excerpt, .page .new-section .post .post-excerpt {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.home .new-section #posts {
  margin-left: -3%;
  margin-top: 40px;
}

.new-section .posts-navigation {
  display: none;
}

/* New CSS 1/07/2017 */

.marT20 {
  margin-top: 20px;
}

.marT10 {
  margin-top: 10px;
}

.width-50 {
  width: 70%;
}

.top-heading {
  margin: 0 0 10px;
  color: #2e3943;
  font-size: 22px;
}

.top-sub-heading {
  margin: 0 0 25px;
  color: #2e3943;
  font-size: 16px;
  line-height: 26px;
}

.stepTitle {
  color: #2e3943;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
  margin-top: 25px;
  font-weight: bold;
}

.stepTitle:before {
  content: '';
  position: absolute;
  left: -10px;
  border-left: 2px solid #0f9be6;
  top: 3px;
  height: 15px;
}

.stepTitle span {
  color: #2e3943;
  text-transform: none;
  font-family: 'Lato', sans-serif;
}

.stepTitle span {
  border-radius: 50%;
  background-color: #0f9be6;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 11px;
  margin: 0 5px;
  position: relative;
  top: -3px;
}

.stepTitle .step_text {
  text-transform: none;
  width: auto;
  height: auto;
  border-radius: none;
  background: none;
  color: #2e3943;
  font-size: 18px;
  top: auto;
  position: relative;
}

.form-control {
  background: #f3f3f3;
  padding: 15px;
  color: #616161;
  border-radius: 6px;
  border: none;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  max-width: 545px;
  width: 100%;
}

.copy_text {
  border: 2px solid #69a2d7;
  height: 110px;
  resize: none;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  max-width: 640px;
  width: 100%;
}

.copyBtn {
  background: #0f9be6;
  color: #fff;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  cursor: pointer;
}

.text-finish {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #2e3943;
  font-size: 18px;
}

.all-page-images {
  box-shadow: 0 0 10px #ddd;
}

.page-template-sponsor_badges-php .all-page-images {
  border: 1px solid #e1e1e1;
}

.page-template-sponsor_badges-php .all-page-images .active, .page-template-sponsor_badges-php .post-image>img {
  max-width: 150px;
  padding: 0 !important;
  border: 0;
}

.post-image {
  position: relative;
}

.select_image {
  position: absolute;
  top: 2px;
  right: 2px;
}

.select_image img {
  width: 18px;
}

#footer .footer-margin-left {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#footer .footer-box {
  width: 25%;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

#footer .footer-box .footer-box-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

#footer .footer-box .textwidget {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
}

#footer .footer-box .textwidget a, #footer .footer-box .textwidget a:hover {
  color: #BFC8D1;
  text-decoration: none;
}

#footer .footer-box-full {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.load-more a {
  color: #0da7fa !important;
  text-decoration: none !important;
  background-color: transparent;
  font-size: 18px;
  white-space: normal;
  padding: 10px;
  line-height: 20px;
  width: auto;
  min-height: 10px;
  width: 100px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  border: 2px solid #0da7fa;
  transition: ease-in .35s all;
  -moz-transition: ease-in .35s all;
  -webkit-transition: ease-in .35s all;
}

.load-more a:hover {
  text-decoration: none;
  background-color: #0da7fa;
  border: 2px solid #0da7fa;
  color: #fff !important;
}

/* New Section */

@media (min-width: 1024px) and (max-width: 1199px) {
  .wrapper {
    max-width: 990px;
  }
  .home .post .post-excerpt, .page .post .post-excerpt {
    width: 68%;
  }
  nav li {
    margin-left: 35px;
  }
}

.post-heading {
  background-image: url("images/post-heading-img.webp");
  width: 100%;
  padding: 132px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  position: relative;
  font-size: 36px;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
}

.interview-heading {
  background-image: url("images/interview-heading-img.webp");
  width: 100%;
  padding: 132px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  position: relative;
  font-size: 36px;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
}

.home #posts {
  margin-top: -141px;
}

@media only screen and (max-width: 1023px) {
  .home .post .post-excerpt, .page .post .post-excerpt {
    width: 60%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #content-left {
    margin-right: auto;
  }
  #sidebar-right {
    padding: 0;
    box-sizing: border-box;
    float: none;
    display: inline-block;
  }
  .home .post .post-excerpt, .page .post .post-excerpt {
    width: 100%;
  }
  .post .post-image img {
    max-width: 100%;
  }
  .post .post-image {
    width: 100%;
  }
  /*New Section */
  .new-section .post {
    width: 100%;
  }
  .all-page-images {
    width: 45%;
  }
  .width-50 {
    width: 92%;
  }
}

/*--------------for recaptcha ---------------*/

.recaptcha-1 {
  height: inherit !important;
}

.recaptcha-1>div {
  width: 100% !important;
  height: 80px !important;
  overflow: hidden;
}

.recaptcha-1 iframe {
  width: 100% !important;
}

.recaptcha-1 .rc-anchor-compact {
  width: 100% !important;
}

.recaptcha-1 .rc-anchor-compact-footer {
  top: 12px;
  position: absolute;
  margin: 8px 12px;
  width: 94px;
  right: -14px;
}

.recaptcha-1 .rc-anchor-compact {
  height: 136px;
  width: 100% !important;
}

.recaptcha-1 .rc-anchor-compact-footer {
  bottom: inherit !important;
  position: absolute;
  margin: 8px 12px;
  width: 136px;
  top: 14px !important;
  right: -60px !important;
}

/*Blog - Breadcrumb */

.post .post-excerpt .htmlschmas ul {
  padding: 0;
  margin: 0;
}

.post .post-excerpt .htmlschmas ul li {
  padding: 0 10px;
  margin: 0;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.post .post-excerpt .htmlschmas ul li a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.post .post-excerpt .htmlschmas ul li a:hover {
  color: #0da7fa;
  text-decoration: none;
}

.small-icons {
  width: 20px;
  max-width: 20px !important;
  height: 20px;
  display: inline-block;
  border-radius: 3px;
  padding: 2px;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
  border: 1px solid #97a5b1;
  vertical-align: middle;
}

/*13-02-2019**/

.hatomSingle.post {
  box-shadow: none;
}

.hatomSingle.post .post-excerpt {
  padding: 0;
}

.topCompanyMain h2 {
  font-family: 'Lato', sans-serif !important;
  font-size: 21px !important;
  color: #333333;
  font-weight: bold !important;
  margin: 0 !important;
  padding-bottom: 10px;
}

.topCompanyBlock {
  border: solid 1px #f4f4f4;
  padding: 15px 40px 15px 15px;
  margin-bottom: 15px;
}

.topCompanyTop {
  padding-bottom: 30px;
}

.topCompanyTop .topCompanyBox {
  width: 49%;
  display: inline-block;
  padding: 0 15px;
  box-sizing: border-box;
  vertical-align: middle;
}

.topCompanyTop .topCompanyBox:first-child {
  padding-left: 0;
}

.topCompanyTop .topCompanyBox:last-child {
  padding-right: 0;
}

.topCompanyTop .topCompanyBox.left {
  position: relative;
  padding-left: 120px;
  min-height: 100px;
  padding-top: 20px;
}

.topCompanyTop .topCompanyBox .companyLogo {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.topCompanyTop .topCompanyBox h3 {
  margin: 0;
  font-size: 29px !important;
  color: #489ae0;
  font-family: 'Lato', sans-serif !important;
  font-weight: bold !important;
  padding-bottom: 4px;
}

.topCompanyTop .topCompanyBox h4 {
  margin: 0;
  font-size: 17px;
  color: #1a3774;
  font-family: 'Lato', sans-serif !important;
  font-weight: 500 !important;
}

.topCompanyTop .topCompanyBox.right {
  text-align: right;
}

.topCompanyTop .topCompanyBox.right a {
  font-family: 'Lato', sans-serif !important;
  font-weight: bold !important;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  border-radius: 3px;
  margin-left: 15px;
  padding: 7px 10px;
}

.topCompanyTop .topCompanyBox.right .vistitWebBtn {
  background: #1a3774;
  color: #fff;
  border: solid 1px #1a3774;
  transition: all .3s;
}

.topCompanyTop .topCompanyBox.right .vistitWebBtn img {
  vertical-align: sub;
  border: none;
  margin-left: 5px;
}

.topCompanyTop .topCompanyBox.right .vistitWebBtn:hover {
  background: #132752;
}

.topCompanyTop .topCompanyBox.right .freeTryBtn {
  color: #1a3774;
  border: solid 1px #1a3774;
  padding: 7px 18px;
  transition: all .3s;
}

.topCompanyTop .topCompanyBox.right .freeTryBtn:hover {
  background: #1a3774;
  color: #fff;
}

.topCompanySubhead {
  font-size: 15px;
  color: #000;
  font-family: 'Lato', sans-serif !important;
  font-weight: bold !important;
  border-bottom: solid 1px #ccc;
  padding-bottom: 3px;
  margin-bottom: 13px;
}

.overviewBlock {
  padding-bottom: 40px;
}

.overviewBlock p {
  font-size: 14px;
  color: #333333;
  font-family: 'Lato', sans-serif !important;
  font-weight: 400 !important;
  margin: 0 !important;
  padding-bottom: 15px;
}

.overviewBlock p a {
  font-weight: bold !important;
  text-decoration: none !important;
  color: #4899e0 !important;
}

.overviewBlock p a:hover {
  color: #3883c3 !important
}

.overviewBlock p:last-child {
  padding-bottom: 0;
}

.companyDetail .companyDetailList {
  list-style: none !important;
  margin: 0;
  padding: 0 0 25px 0;
  font-family: 'Lato', sans-serif !important;
}

.companyDetail .companyDetailList:last-child {
  padding-bottom: 0;
}

.companyDetail .companyDetailList li {
  list-style: none !important;
  margin: 0;
  padding: 0 0 0 10px;
  color: #000;
  font-size: 14px;
  display: inline-block;
  width: 24%;
  vertical-align: top;
  box-sizing: border-box;
}

.companyDetail .companyDetailList li .label {
  display: block;
  font-weight: bold;
}

.companyDetail .companyDetailList li:last-child {
  padding-right: 0;
}

.companyDetail .companyDetailList li .deatil {
  display: block;
}

.companyDetail .companyDetailList li .deatil a {
  color: #489ae0 !important;
  text-decoration: none;
}

.companyDetail .companyDetailList li .deatil a:hover {
  color: #3883c3 !important
}

#sidebar-right .widget {
  box-shadow: none;
  border: solid 1px #f1f1f1;
  border-radius: 6px;
}

#sidebar-right .wpcf7-form .wpcf7-form-control {
  box-shadow: none;
  border: solid 1px #e0e0e0;
  border-radius: 3px
}

#sidebar-right .wpcf7-form .wpcf7-submit {
  background: #4899e0;
  margin: 15px 0 0;
  border: none !important;
  border-radius: 5px;
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .topCompanyTop .topCompanyBox {
    width: 100%;
  }
  .topCompanyTop .topCompanyBox.right {
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
  }
  .topCompanyTop .topCompanyBox.right a {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .topCompanyTop .topCompanyBox h3 {
    font-size: 25px !important;
  }
}

@media only screen and (max-width: 991px) {
  .topCompanyTop .topCompanyBox.left {
    padding-top: 0;
  }
  .topCompanyBlock {
    padding: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .companyDetail .companyDetailList li {
    width: 49%;
    padding-bottom: 20px;
  }
  .companyDetail .companyDetailList {
    padding-bottom: 0;
  }
  .topCompanyTop .topCompanyBox {
    width: 100%;
  }
  .topCompanyTop .topCompanyBox.right {
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
  }
  .topCompanyTop .topCompanyBox.right a {
    margin-left: 0;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .companyDetail .companyDetailList li {
    width: 100%;
  }
}

/* New Date: 202010511 */
.company_wrapper {
	padding: 15px 20px;
	margin: 0 -20px 15px;
}
.company_wrapper:nth-child(2), .company_wrapper:nth-child(3), .company_wrapper:nth-child(4){
	background-color: #fff6e6;
}
[class*="paged-"] .company_wrapper{
  background-color: #fff;
}
[class*="paged-"] .post-excerpt p {
  display: block !important;
}
[class*="paged-"] .post-excerpt p:nth-child(1){
  display: none !important;
}