/*
Theme Name: EightLaw Pro
Theme URI: http://8degreethemes.com/wordpress-themes/eightlaw-pro/
Author: 8Degree Themes
Author URI: http://8degreethemes.com/
Description: EightLaw Pro is clean & modern free WordPress lawyer theme. It is ideal for lawyers, law agencies, blog or personal website. It is a cutting-edge, feature-rich FREE WordPress theme and is fully-responsive. Demo: http://8degreethemes.com/demo/eightlaw-pro Support forum: support@8degreethemes.com
Version: 1.0.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: eightlaw-pro
Tags: one-column, left-sidebar, right-sidebar, threaded-comments, featured-images, full-width-template, custom-background, custom-menu, custom-logo, grid-layout

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

8Law Pro is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
    5.1 LinksS
    5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
    10.1 Posts and pages
    10.2 Asides
    10.3 Comments
11.0 Infinite scroll
12.0 Media
    12.1 Captions
    12.2 Galleries
    --------------------------------------------------------------*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
@import "css/fonts.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s,
samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    background: none repeat scroll 0 0 #fff;
    overflow: hidden;
    /*position: relative;*/
}

article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
main, 
nav, 
section {
    display: block;
}

ol, 
ul {
    list-style: outside none none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, 
th, 
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, 
q:before, q:after {
    content: "";
}

blockquote, 
q {
    quotes: "" "";
}

a:focus {
    outline: 0 none;
}

a:hover, 
a:active {
    outline: 0 none;
}

a img {
    border: 0 none;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body, 
button, 
input, 
select, 
textarea {
    color: #444;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}

p {
    margin-bottom: 20px;
}

b, strong {
    font-weight: bold;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 0 15px;
  padding-left: 32px;
  position: relative;
}

blockquote:before {
  content: "“";
  font-size: 64px;
  left: 0;
  position: absolute;
  top: -28px;
}

address {
    margin: 0 0 15px;
}

pre {
    background: none repeat scroll 0 0 #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, 
kbd, 
tt, 
var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: none repeat scroll 0 0 #fff9c0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 15px;
}

ul, ol {
    margin: 0 0 15px 20px;
}

ul {
    list-style: outside none disc;
}

ol {
    list-style: outside none decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

table {
    border-collapse: collapse;
    margin: 0 0 15px;
    width: 100%;
}

th {
    border: 1px solid #ccc;
    font-weight: bold;
    padding: 5px 10px;
}

td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    color: #000;
}

#wp-calendar a {
    color: #f0563d;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/

button, 
input, 
select, 
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: middle;
}

.navigation .nav-links a, 
.bttn, 
button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    background: #49273c none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
    padding: 10px 15px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

.navigation .nav-links a:hover, 
.bttn:hover, button, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
    background: none repeat scroll 0 0 #7b4165;
    color: #fff;
}

input[type="checkbox"], 
input[type="radio"] {
    padding: 0;
}

button::-moz-focus-inner, 
input::-moz-focus-inner {
   border: 0 none;
   padding: 0;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="tel"] {
    border: 1px solid #ddd;
    color: #666;
    height: 40px;
    width: 100%;
    border-radius: 3px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus,
input[type="tel"]:focus,  
textarea:focus {
    border: 1px solid #aaa;
}

.searchform input[type="text"]:focus {
    border: medium none;
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="tel"] {
    padding: 5px 10px;
}

textarea {
    border: 1px solid #ddd;
    color: #666;
    height: 150px;
    max-width: 100%;
    overflow: auto;
    padding: 5px 10px;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:visited {
}

a:hover, 
a:focus, 
a:active {
    color: inherit;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover, 
.screen-reader-text:active, 
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/

.clearfix:before, .clearfix:after, 
.row:before, .row:after, 
.entry-content:before, .entry-content:after, 
.comment-content:before, .comment-content:after, 
.site-header:before, .site-header:after, 
.site-content:before, .site-content:after, 
.site-footer:before, .site-footer:after, 
.ed-container:after, .ed-container:before {
    content: "";
    display: table;
}

.clearfix:after, 
.row:after, 
.entry-content:after, 
.comment-content:after, 
.site-header:after, 
.site-content:after, 
.site-footer:after, 
.ed-container:after {
    clear: both;
}

.clear {
    clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 25px;
}

.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}

.entry-title a {
    color: #666;
}

.hentry {
    margin: 0 0 15px;
}

.byline, 
.updated {
    display: none;
}

.single .byline, 
.blog .byline, 
.posted-on {
    display: inline;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
    color: #686868;
    line-height: 22px;
    font-size: 14px;
}
.single .entry-content img {
    margin-bottom: 15px;
}

.page-links {
    clear: both;
    margin: 0 0 15px;
}

.edit-link .post-edit-link {
    background: none repeat scroll 0 0 #293037;
    border-radius: 3px;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    padding: 4px 10px;
}

.edit-link .post-edit-link:before {
    content: "\f044";
    font-family: FontAwesome;
    margin-right: 5px;
}

#blog-post article.hentry, 
.search article.hentry, 
.archive article.hentry, 
.tag article.hentry, 
.category article.hentry,
.blog article.hentry {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#blog-post article.hentry:nth-last-of-type(1), 
.search article.hentry:nth-last-of-type(1), 
.archive article.hentry:nth-last-of-type(1) 
.tag article.hentry:nth-last-of-type(1) 
.category article.hentry:nth-last-of-type(1),
.blog article.hentry:nth-last-of-type(1){
    margin-bottom: 0;
    padding-bottom: 0;
}
article.hentry .edit-link {
    display: block;
    margin-top: 20px;
}

article.hentry h1.entry-title {
    line-height: 1.2;
    margin-bottom: 5px;
}

article.hentry .entry-footer > span {
    font-size: 13px;
    margin-right: 15px;
}

.page-header .page-title {
    background: url("images/title-bg.png") repeat-x scroll left bottom;
    color: #666;
    padding-bottom: 15px;
}

.posted-on:before {
    content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.cat-links:before {
    content: "\f07c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.comments-link:before {
    content: "\f0e5";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}

.tags-links:before {
    content: "\f02c";
    font-family: FontAwesome;
    font-style: normal;
    margin-right: 5px;
}
.entry-footer a {
    color: #999;
}
.entry-footer a:hover {
    color: #7b4165;
}
.nav-links .meta-nav {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.paging-navigation .nav-links .meta-nav {
    display: inline-block;
}
.post-navigation:before, .post-navigation:after {
    content: "";
    display: table;
    clear: both;
}
.post-navigation, .paging-navigation {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px 0;
}
.paging-navigation .nav-links:before, .paging-navigation .nav-links:after {
    clear: both;
    content: "";
    display: table;
}
.nav-links .nav-previous, .nav-links .nav-next {
    display: inline-block;
    width: 49%;
}
.nav-links .nav-previous {
    border-right: 1px solid #eee;
}
.nav-previous .fa {
    font-size: 14px;
    margin-right: 5px;
}
.nav-next .fa {
    font-size: 14px;
    margin-left: 5px;
}
.blog .nav-links .nav-previous, .blog .nav-links .nav-next {
  float: left;
  margin-bottom: 5px;
  width: 50%;
}
.nav-links .nav-next {
    float: right;
    text-align: right;
}
.single .nav-links .nav-previous a, 
.single .nav-links .nav-next a {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #333;
    font-family: lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 5px;
    text-transform: none;
}
.single .nav-links .nav-previous a:hover, 
.single .nav-links .nav-next a:hover {
    color: #7b4165;
}
.single .nav-links .nav-next a:hover {
    border-left-color: transparent;
    border-right-color: #7b4165;
}
.entry-thumbnail {
    float: left;
    width: 20%;
}

.archive-thumbnail {
    margin-bottom: 20px;
}

.entry-exrecpt {
    float: right;
    width: 60%;
}

.short-content {
    margin-bottom: 10px;
}

.short-content + .bttn {
    float: left;
}

.archive-wrap .archive-btn {
    float: left;
}

.entry-footer {
    margin-top: 10px;
}

.full-width {
    float: none;
    width: 100%;
}

.blog .format-aside .entry-title, 
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

#comments h2.comments-title {
    color: #333;
    display: inline-block;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    margin: 0 0 15px 0;
}

#comments h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #49273c;
    font-weight: 600;
}
.required {
    color: red;
}
.comment-form p.comment-form-author, .comment-form p.comment-form-email, .comment-form p.comment-form-url {
    display: inline-block;
    padding: 0 5px;
    width: 32.66%;
    vertical-align: top;
}

.comment-form p {
    color: #353535;
}
.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="url"] {
    border-radius: 0;
}
.comment-form p.comment-form-comment, .comment-form p.form-submit {
    padding: 0 5px;
}
.comment-form p.comment-form-comment textarea {
    line-height: 22px;
}

.comments-area ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ol.children li {
    margin-left: 20px;
}

.comment-list .comment-body {
   border-bottom: 1px solid #eee;
   margin-bottom: 20px;
   padding-bottom: 20px;
}

.comment-author img {
    margin-right: 15px;
    vertical-align: text-top;
}

.comment-author {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}

.comment-author .fn {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-transform: capitalize;
}

.comment-author .fn .url {
    color: #333;
    padding: 0 5px;
}

.comment-author .fn .url:hover {
    color: #7b4165;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    display: inline-block;
    text-align: right;
    width: 39%;
    font-size: 13px;
}
.comment-awaiting-moderation {
    color: #7b4165;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 10px;
}

.commentmetadata a {
    color: #777;
}
.commentmetadata a:hover {
    color: #7b4165;
}

.commentmetadata .comment-edit-link {
    color: #7b4165;
}

.commentmetadata + .clear {
    margin-bottom: 20px;
}
.comments-area .comment-content {
    color: #777;
    font-style: italic;
    line-height: 22px;
}

.reply .comment-reply-link {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    color: #7b4165;
    font-size: 13px;
    line-height: 1;
    padding: 5px 10px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.reply .comment-reply-link:hover {
    background: #7b4165;
    color: #fff;
}

#respond {
    border: 1px solid #ddd;
    padding: 20px;
}

#commentform .form-submit {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    color: #fff;
    font-style: italic;
}

#cancel-comment-reply-link:before {
    color: #fff;
    content: "?";
    font-family: FontAwesome;
    font-style: normal;
    margin: 0 5px 0 20px;
}

.logged-in-as a {
    color: #353535;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/

.infinite-scroll .paging-navigation, 
.infinite-scroll.neverending .site-footer {
    display: none;
}
.infinity-end.neverending .site-footer {
    display: block;
}

#infinite-footer {
    display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley, 
.entry-content img.wp-smiley, 
.comment-content img.wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 10px 0;
}

.site-main .gallery {
    margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-main .gallery a img {
    border: medium none;
    height: auto;
    /*max-width: 90%;*/
}

.site-main .gallery dd, 
.site-main .gallery figcaption {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}

.site-main .gallery-columns-4 .gallery-item img {
}

/*--------------------------------
GALLERY
--------------------------------*/
.gallery-columns-1 figure.gallery-item {
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 figure.gallery-item {
    display: inline-block;
    border: 5px solid #fff;
    text-align: center;
    width: 50%;
}
.gallery-columns-3 figure.gallery-item {
    display: inline-block;
    border: 5px solid #fff;
    text-align: center;
    width: 33%;
}
.gallery-columns-4 figure.gallery-item {
    display: inline-block;
    border: 5px solid #fff;
    text-align: center;
    width: 25%;
}
.gallery-columns-5 figure.gallery-item {
    display: inline-block;
    border: 5px solid #fff;
    text-align: center;
    width: 20%;
}
.gallery-columns-6 figure.gallery-item {
    display: inline-block;
    border: 5px solid #fff;
    width: 16.66%;
}
.gallery-columns-7 figure.gallery-item {
    display: inline-block;
    border: 5px solid #fff;
    width: 14.2%;
}
.gallery-columns-8 figure.gallery-item {
    display: inline-block;
    border: 5px solid #fff;
    width: 12.5%;
}
.gallery-columns-9 figure.gallery-item {
    display: inline-block;
    border: 5px solid #fff;
    width: 11.11%;
}
figure.gallery-item {
    position: relative;
    overflow: hidden;
    vertical-align: top;
}
figure.gallery-item figcaption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    vertical-align: middle;
    visibility: hidden;
    width: 100%;
}
figure.gallery-item:hover figcaption {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
}
.nivo-lightbox-overlay {
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.nivo-lightbox-overlay .nivo-lightbox-wrap {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.nivo-lightbox-overlay.nivo-lightbox-open .nivo-lightbox-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}

/*--------------------------------------------------------------
SHORTCODE LAYOUT
--------------------------------------------------------------*/
.eightlaw_pro_column {
    float:left;
    -webkit-box-sizing:border-box;
    background-clip:padding-box !important;
}
.eightlaw_pro_column {
    padding:0 0%;
}
.eightlaw-pro-row .eightlaw_pro_column:first-child {
    margin-left:0;
}
.eightlaw-pro-span1 {
    margin-left: 0;
    padding: 2%;
    width: 16.55%;
}
.eightlaw-pro-span2 {
    padding: 15px;
    width: 33.33%;
}
.eightlaw-pro-span3 {
    padding: 15px;
    width: 50%;
}
.eightlaw-pro-span4 {
    padding: 15px;
    width: 66.66%;
}
.eightlaw-pro-span5 {
    padding: 15px;
    width: 83%;
}
.eightlaw-pro-span6 {
    padding: 15px;
    width: 100%;
}

/*----------------------------------------------------------------
TESTIMONIAL SHORTCODE LAYOUT
-----------------------------------------------------------------*/
.eightlaw-pro-testimonial:before, .eightlaw-pro-testimonial:after {
    content: "";
    display: table;
    clear: both;
}
.eightlaw-pro-testimonial {
    margin-bottom: 30px;
}
.eightlaw-pro-testimonial .testimonial-img-wrap{
    float: left;
    margin-right: 30px;
    position: relative;
}
.eightlaw-pro-testimonial .testimonial-img-wrap::after {
    background-image: url("images/testimonial-shortcode-arrow-right.png");
    content: "";
    height: 40px;
    position: absolute;
    right: -20px;
    top: 10px;
    width: 65px;
    z-index: -1;
}
.eightlaw-pro-testimonial .eightlaw-pro-client-image.round {
    border: 10px solid #eee;
    border-radius: 100%;
    height: 150px;
    overflow: hidden;
    width: 150px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
}
.eightlaw-pro-testimonial .eightlaw-pro-client-image.round img {
    border-radius: 0;
}
.eightlaw-pro-testimonial .eightlaw-pro-client-testimonial-heading {
    margin-top: 10px;
}
.eightlaw-pro-testimonial .eightlaw-pro-client-testimonial-heading .eightlaw-pro-client-name {
    font-weight: bold;
    line-height: 20px;
}
.eightlaw-pro-testimonial .eightlaw-pro-client-testimonial-heading .eightlaw-pro-client-position {
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
}
.eightlaw-pro-testimonial .eightlaw-pro-client-testimonial::before {
    border-bottom: 30px solid #eee;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    content: "";
    left: 130px;
    position: absolute;
    top: -30px;
    transform: skew(50deg);
    -webkit-transform: skew(50deg);
}
.eightlaw-pro-client-image.square + .eightlaw-pro-client-testimonial::before {
    left: 155px;
}
.eightlaw-pro-testimonial .eightlaw-pro-client-testimonial {
    background: #eee none repeat scroll 0 0;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 20px 20px;
    position: relative;
}
.sidebar .eightlaw-pro-testimonial .eightlaw-pro-client-testimonial {
    float: none;
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    border-top: 2px dashed #cecece;
    padding-top: 10px;
}
.sidebar .eightlaw-pro-testimonial .eightlaw-pro-client-image.round, 
.sidebar .eightlaw-pro-testimonial .eightlaw-pro-client-image.square {
    float: none;
    margin: 0 auto 20px;
}

/*------------------------ TESTIMONIAL SQUARE LAYOUT ----------------------------*/
.eightlaw-pro-testimonial .eightlaw-pro-client-image.square {
    border: 10px solid #eee;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
    height: 150px;
    width: 150px;
    overflow: hidden;
}

/*------------------------------------------------------------------
SHORTCODE TEAM MEMBER LAYOUT
-------------------------------------------------------------------*/
.eightlaw-pro-team {
    margin-top: 30px;
}
.eightlaw-pro-team .team-image-wrap {
    margin-bottom: 30px;
    text-align: center;
}
.eightlaw-pro-team .eightlaw-pro-member-image.round {
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 10px #ccc;
    height: 250px;
    margin: 0 auto 20px;
    width: 250px;
    overflow: hidden;
}
.eightlaw-pro-team .eightlaw-pro-member-image.round img {
    border-radius: 0;
}
.eightlaw-pro-team .eightlaw-pro-member-name {
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
}
.eightlaw-pro-team .eightlaw-pro-member-position {
    font-size: 14px;
    font-style: italic;
}
/*------------------------ TEAM SQUARE LAYOUT ----------------------------*/
.eightlaw-pro-team .eightlaw-pro-member-image.square {
    border: 2px solid #fff;
    box-shadow: 0 0 0 10px #ccc;
    height: 250px;
    margin: 0 auto 20px;
    overflow: hidden;
    width: 260px;
}

/*----------------------------------------------------------------
SOCIAL SHORTCODE LAYOUT
-----------------------------------------------------------------*/
.social-shortcode a {
    background: #ccc none repeat scroll 0 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 50px;
}
.social-shortcode a:after {
    background: #a04c80 none repeat scroll 0 0;
    border-radius: 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.social-shortcode a:hover {
    border-radius: 100%;
}
.social-shortcode a:hover:after {
    content: "";
    color: #fff;
    transform: scale(1);
    -webkit-transform: scale(1);
    border-radius: 100%;
}
.social-shortcode .fa {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.social-shortcode a:hover .fa {
    color: #fff;
}

/*------------------------------------------------------------
TOGGLE SHORTCODE LAYOUT
-------------------------------------------------------------*/
.eightlaw_pro_toggle {
    margin-bottom: 20px;
}
.eightlaw_pro_toggle .eightlaw_pro_toggle_title {
 background: #ddd none repeat scroll 0 0;
 box-shadow: 0 4px 5px rgba(0, 0, 0, 0);
 color: #333;
 cursor: pointer;
 font-size: 16px;
 font-weight: 600;
 margin: 0;
 padding: 5px 20px 5px 40px;
 position: relative;
 transition: all ease-in-out 0.3s;
 -webkit-transition: all ease-in-out 0.3s;
}
.eightlaw_pro_toggle .eightlaw_pro_toggle_title:before {
    content: "\f067";
    font-family: fontawesome;
    position: absolute;
    left: 15px;
    top: 7px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.eightlaw_pro_toggle.open .eightlaw_pro_toggle_title:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.eightlaw_pro_toggle .eightlaw_pro_toggle_title:hover, .eightlaw_pro_toggle_title:hover {
    background: #a04c80 none repeat scroll 0 0;
    color: #fff;
}

.eightlaw_pro_toggle .eightlaw_pro_toggle_title_content {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 20px;
}

/*-------------------------------------------------------------
CALL TO ACTION SHORTCODE LAYOUT
--------------------------------------------------------------*/
.eightlaw_pro_call_to_action.center {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.eightlaw_pro_call_to_action .eightlaw_pro_call_to_action_content {
    display: inline-block;
    padding-right: 30px;
    vertical-align: middle;
    width: 70%;
}
.eightlaw_pro_call_to_action .eightlaw_pro_call_to_action_button {
    background: #a04c80;
    border: 2px solid #a04c80;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0);
    display: inline-block;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    vertical-align: middle;
}
.eightlaw_pro_call_to_action.center .eightlaw_pro_call_to_action_content {
    width: 100%;
    margin-bottom: 20px;
}
.eightlaw_pro_call_to_action .eightlaw_pro_call_to_action_button:hover {
    background: transparent;
    color: #a04c80;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.sidebar .eightlaw_pro_call_to_action .eightlaw_pro_call_to_action_content {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px; 
}

/*--------------------------------------------------------------
SLIDER SHORTCODE LAYOUT
---------------------------------------------------------------*/
.shortcode-slider {
    position: relative;
    overflow: hidden;
}
.shortcode-slider .bx-caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    font-weight: 500;
}
.shortcode-slider:hover .bx-controls-direction a {
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.shortcode-slider:hover .bx-controls-direction .bx-prev {
    left: 0;
}
.shortcode-slider:hover .bx-controls-direction .bx-next {
    right: 0;
}

/*----------------------------------------------------------
TABS GROUP
-----------------------------------------------------------*/
.eightlaw_pro_shortcode_tab_wrap.horizontal .tab-title {
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    padding: 8px 25px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.eightlaw_pro_shortcode_tab_wrap.horizontal .tab-title:last-child {
    border-right: 1px solid #ddd;
}
.eightlaw_pro_shortcode_tab_wrap.horizontal .eightlaw_pro_shortcode_tab_group .tab-title:hover, 
.eightlaw_pro_shortcode_tab_wrap.horizontal .eightlaw_pro_shortcode_tab_group .active{
    background: #32252d;
    border-color: #32252d;
    color: #fff;
}
.eightlaw_pro_tab_content .eightlaw_pro_tab {
    display: none;
}
.eightlaw_pro_tab_content {
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border: 1px solid #ddd;
}
.eightlaw_pro_shortcode_tab_wrap.horizontal .eightlaw_pro_shortcode_tab > img {
    margin-bottom: 10px;
}
.eightlaw_pro_shortcode_tab_content .eightlaw_pro_tab {
    display: none;
}
.eightlaw_pro_shortcode_tab_content {
    font-size: 14px;
    line-height: 24px;
    padding: 20px 22px 15px;
    border: 1px solid #ddd;
}
/*--------------------- VERTICLE TABS GROUP -----------------------*/
.eightlaw_pro_shortcode_tab_wrap.vertical .eightlaw_pro_shortcode_tab_group {
    float: left;
    width: 30%;
}
.eightlaw_pro_shortcode_tab_wrap.vertical .tab-title {
    border: 1px solid #ddd;
    border-bottom: medium none;
    padding: 8px 10px;
    cursor: pointer;
    position: relative;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.eightlaw_pro_shortcode_tab_wrap.vertical .tab-title:after {
    content: "";
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
}
.eightlaw_pro_shortcode_tab_wrap.vertical .tab-title:hover:after, 
.eightlaw_pro_shortcode_tab_wrap.vertical .tab-title.active:after {
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
}
.eightlaw_pro_shortcode_tab_wrap.vertical .tab-title:hover, 
.eightlaw_pro_shortcode_tab_wrap.vertical .tab-title.active {
    background: #a04c80;
    color: #fff;
    border-right: none;
}
.eightlaw_pro_shortcode_tab_wrap.vertical .tab-title.active {
    border-right: none;
}
.eightlaw_pro_shortcode_tab_wrap.vertical .tab-title:last-child {
    border-bottom: 1px solid #ddd;
}
.eightlaw_pro_shortcode_tab_wrap.vertical .tab-title.active{
    position: relative;
}
.eightlaw_pro_shortcode_tab_wrap.vertical .eightlaw_pro_shortcode_tab_content {
    border: medium none;
    float: left;
    padding: 0 0 0 20px;
    width: 70%;
}

/*----------------------------------------------------
LIST ITEMS 
-----------------------------------------------------*/
ul.eightlaw-pro-list {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}
ul.eightlaw-pro-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    display: block;
}
ul.eightlaw-pro-list.eightlaw_pro-list1 li::before {
    content: "\f0e7";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.eightlaw-pro-list.eightlaw_pro-list2 li::before {
    content: "\f08d";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.eightlaw-pro-list.eightlaw_pro-list3 li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.eightlaw-pro-list.eightlaw_pro-list4 li::before {
    content: "\f005";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.eightlaw-pro-list.eightlaw_pro-list5 li::before {
    content: "\f0f2";
    font-family: fontawesome;
    left: 0;
    position: absolute;
}
ul.eightlaw-pro-list.eightlaw_pro-list6 li::before {
    background: #666 none repeat scroll 0 0;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 7px;
}

/*--------------------------------------------------------------
Common css
--------------------------------------------------------------*/
embed, 
iframe, 
object {
    max-width: 100%;
}
iframe {
    width: 100%;
}

body {
    font-weight: 300;
}

body.boxed-layout {
    background: #ddd;
}
body.boxed-layout #page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 1200px;
    background: #fff;
}

.ed-container {
    margin: 0 auto;
    width: 1170px;
}

.menu-toggle {
    display: none;
}
.main-navigation .menu-close-btn {
    position: absolute;
    visibility: hidden;
}

.sticky {
}

.bypostauthor {
}

.bx-wrapper * {
    direction: ltr;
}
.fullwidth {
    width: 100% !important;
}
.home-title {
    color: #2a1d1f;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 20px;
}
.btn-wrapper a, .btn-wrapper .btn {
    background: #ddd;
    color: #32252d;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.btn-wrapper a:hover, .btn-wrapper .btn:hover {
    background: #32252d;
    color: #fff;
}
.widget-title, .sidebar .practice-stats-single > h5, 
.widget_eightlaw_pro_cta_simple .banner-text > h2 {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}
.page .entry-header .entry-title, 
.archive .entry-header .entry-title, 
.archive .page-header .page-title, 
.search .page-header .page-title,
.page .page-header h1 {
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
}
.archive-team .team-member-list h1.entry-title {
    border-bottom: none;
}
.archive-team .team-member-list h2 {
    padding: 5px 0;
}
.page .site-content, .archive .site-content, .search .site-content, .error404 .site-content {
    /*padding-top: 40px;*/
    border-top: 1px solid #eee;
}
.home.blog .site-content {
    padding-top: 40px;
    border-top: 1px solid #eee;
}
.page.page-template-tbl-homepage-boxed .site-content, .home.page .site-content {
    padding-top: 0;
    border-top: none;
}
.ed-align-center {
    margin: 0 auto;
    text-align: center;
}
.ed-align-left {
    text-align: left;
}
.ed-align-right {
    text-align: right;
}
#page-header-banner.overlay::after, .page-header-search.overlay:after, .page-header-error.overlay:after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
#page-header-banner, .page-header-search, .page-header-error {
    color: #fff;
    padding: 80px 0;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 30px;
}
div.page-header-singlepage h1.page-title {
    color: #fff;
}
.entry-content p img {
    margin-bottom: 10px;
}
div.page-header-singlepost h1.page-title {
    margin-bottom: 0;
}
.single h2.desgination {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

/*----------------------------------------
BREADCRUMBS
-----------------------------------------*/
#eightlaw-pro-breadcrumbs a {
    padding-right: 5px;
    color: #fff;
}
#eightlaw-pro-breadcrumbs .current {
    font-weight: 600;
}

/*--------------------------------------
SCROOL TO TOP
---------------------------------------*/
#ed-top {
    background: #7b4165 none repeat scroll 0 0;
    bottom: 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 0;
    text-align: center;
    font-size: 25px;
    width: 50px;
    cursor: pointer;
    z-index: 999;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
#ed-top:hover {
    background: #a04c80;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

/*---------------------------------------
SIDEBARS
----------------------------------------*/
.right-sidebar #primary {
    float: left;
    padding-right: 30px;
    width: 70%;
    margin-bottom: 40px;
}
.right-sidebar .sidebar {
    float: right;
    width: 30%;
    margin-bottom: 40px;
}
.left-sidebar #primary {
    float: right;
    padding-left: 30px;
    width: 70%;
    margin-bottom: 40px;
}
.left-sidebar .sidebar {
    float: left;
    width: 30%;
    margin-bottom: 40px;
}
.both-sidebar .left-sidebar-right {
    float: left;
    padding-right: 30px;
    width: 75%;
    margin-bottom: 40px;
}
.both-sidebar .left-sidebar-right #primary {
    float: right;
    padding-left: 30px;
    width: 70%;
}
.both-sidebar .left-sidebar-right .sidebar {
    float: left;
    width: 30%;
}
.both-sidebar .sidebar {
    float: right;
    width: 25%;
    margin-bottom: 40px;
}
.no-sidebar #primary {
    margin-bottom: 40px;
}

/*--------------------------------------
HEADER SECTION
---------------------------------------*/
.ed_header_social {
    float: right;
    text-align: right;
    width: 50%;
}
.ed_header_welcome {
    color: #fff;
    float: left;
    text-align: left;
    width: 50%;
}
.welcome_msg {
    display: inline-block;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.welcome_msg:hover {
    color: #ff95d2;
}
.ed_header_welcome .fa {
    margin-right: 5px;
}
.welcome_msg_text {
    display: inline-block;
    font-family: 'lato', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
.header-social {
    background: #222 none repeat scroll 0 0;
    line-height: 0;
    padding: 12px 0;
    text-align: right;
}
.header-social .social-icons a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
}
.header-social .social-icons a:hover {
    color: #fff;
}
.site-header .site-branding {
    display: inline-block;
    padding: 10px 15px 10px 0;
    vertical-align: middle;
    width: 21%;
}
.site-logo, .site-text {
    display: inline-block;
    vertical-align: middle;
}
.site-branding h1 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}
.site-description {
    font-size: 12px;
    margin-bottom: 0;
}
.site-branding .tagline {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}
.site-header .menu-wrap {
    display: none;
    min-height: 41px;
    padding: 0;
    vertical-align: middle;
    width: 78.33%;
}
.site-header .menu-wrap.show {
    display: inline-block;
}
.main-navigation {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 59px);
}
.site-header .menu-wrap .search-icon {
 border-left: 1px solid #e4e4e4;
 display: inline-block;
 padding-left: 10px;
 text-align: center;
 vertical-align: middle;
}
.site-header .menu-wrap .search-icon .fa {
    background: #232323 none repeat scroll 0 0;
    border: 1px solid #232323;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    height: 35px;
    line-height: 31px;
    width: 35px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.site-header .menu-wrap .search-icon .fa:hover {
    background: transparent;
    color: #32252d;
}
.site-header .menu-wrap .ed-search {
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.site-header .menu-wrap .ed-search .fa.fa-close {
    background: #49273c none repeat scroll 0 0;
    border-radius: 0;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
}
.site-header .menu-wrap .ed-search .fa.fa-close:hover {
    background: #7b4165;
    border-color: #7b4165;
    color: #fff;
}
.site-header .menu-wrap .ed-search form.search-form {
    margin: -20px auto 0;
    position: relative;
    top: 50%;
    vertical-align: middle;
    width: 960px;
}
.site-header .menu-wrap .ed-search form.search-form label {
    display: inline-block;
    width: 80%;
}
.site-header .menu-wrap .ed-search form.search-form label .search-field {
    border: medium none;
    border-radius: 0;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    padding: 5px 15px;
}
.site-header .menu-wrap .ed-search form.search-form .search-submit {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    height: 50px;
    width: 15%;
    padding: 0;
}
.admin-bar .site-header .search-icon .search-close {
    margin-top: 32px;
}
.site-header .responsive-header {
    display: none;
}
#nav {
    display: none;
}

/*-----------------------------------------
LOGO RIGHT ALIGNMENT
------------------------------------------*/
.site-header.logo-right > .ed-container {
    padding-left: 10px;
    padding-right: 20px;
}
.site-header.logo-right .site-branding {
    float: right;
    text-align: right;
    padding-right: 0;
}
.site-header.logo-right .site-branding a img {
    padding-top: 4px;
}
.site-header.logo-right .menu-wrap {
    float: left;
    /*padding-top: 5px;*/
    width: 75%;
}
.site-header.logo-right .menu-wrap .main-navigation {
    float: right;
}
.site-header.logo-right .menu-wrap .main-navigation .nav-menu {
    text-align: left;
}
.site-header.logo-right .menu-wrap .search-icon {
    border-left: medium none;
    border-right: 1px solid #e4e4e4;
    margin-top: 26px;
    padding-left: 0;
    padding-right: 10px;
}

/*-----------------------------------------------
LOG CENTER ALIGNMENT
------------------------------------------------*/
.site-header.logo-center .site-branding {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.site-header.logo-center .menu-wrap {
    text-align: center;
    width: 100%;
}
.site-header.logo-center .menu-wrap .main-navigation {
    display: inline-block;
    float: none;
    width: auto;
    vertical-align: middle;
}
.site-header.logo-center .menu-wrap .main-navigation .nav-menu {
    text-align: center;
}
.site-header.logo-center .menu-wrap .search-icon {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: middle;
}
.logo-center .menu-wrap .main-navigation .nav-menu li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.logo-center .menu-wrap .main-navigation .nav-menu > li.menu-item-has-children > a::after, 
.logo-center .menu-wrap .main-navigation .nav-menu > li.page_item_has_children > a::after {
    top: 23px;
}

/*------------------------------------------
MAIN NAVIGATION
-------------------------------------------*/
.menu-wrap .main-navigation .nav-menu:before,
.menu-wrap .main-navigation .nav-menu:after {
    content: "";
    display: table;
    clear: both;
}
.menu-wrap .main-navigation .nav-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.menu-wrap .main-navigation .nav-menu li {
    display: inline-block;
    position: relative;
}
.menu-wrap .main-navigation .nav-menu li a {
    font-family: 'Lato',sans-serif;
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 35px 14px;
    text-transform: uppercase;
}
.menu-wrap .main-navigation .nav-menu li.menu-item-has-children > a, 
.menu-wrap .main-navigation .nav-menu li.page_item_has_children > a {
    position: relative;
    padding-right: 20px;
}
.menu-wrap .main-navigation .nav-menu > li.menu-item-has-children > a:after, 
.menu-wrap .main-navigation .nav-menu > li.page_item_has_children > a:after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 7px;
    top: 43px;
    border-top: 4px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.menu-wrap .main-navigation .nav-menu > li.menu-item-has-children:hover > a:after, 
.menu-wrap .main-navigation .nav-menu > li.page_item_has_children:hover > a:after {
    border-top-color: #9dc115;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.menu-wrap .main-navigation .nav-menu > li > a:hover, 
.menu-wrap .main-navigation .nav-menu > li.current_page_item > a,
.menu-wrap .main-navigation .nav-menu > li.current-menu-item > a {
    color: #9dc115;
}
.menu-wrap .main-navigation .nav-menu li ul.sub-menu, 
.menu-wrap .main-navigation .nav-menu li ul.children {
    background: #212121 none repeat scroll 0 0;
    left: -10px;
    list-style: outside none none;
    margin: 0;
    width: 200px;
    opacity: 0;
    padding: 0 15px;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    z-index: 999;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.menu-wrap .main-navigation .nav-menu > li:last-child > ul.sub-menu, 
.menu-wrap .main-navigation .nav-menu > li:last-child > ul.children {
    left: inherit;
    right: -10px;
}
.menu-wrap .main-navigation .nav-menu > li:last-child:hover > ul.sub-menu, 
.menu-wrap .main-navigation .nav-menu > li:last-child:hover > ul.children {
    left: inherit;
    right: 0;
}
.menu-wrap .main-navigation .nav-menu li:hover > ul.sub-menu, 
.menu-wrap .main-navigation .nav-menu li:hover > ul.children {
    left: 0;
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
}
.menu-wrap .main-navigation .nav-menu li ul.sub-menu li, 
.menu-wrap .main-navigation .nav-menu li ul.children li {
    width: 100%;
    display: block;
}
.menu-wrap .main-navigation .nav-menu li ul.sub-menu li a, 
.menu-wrap .main-navigation .nav-menu li ul.children li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0;
    width: 100%;
}
.menu-wrap .main-navigation .nav-menu li ul.sub-menu li.menu-item-has-children a, 
.menu-wrap .main-navigation .nav-menu li ul.children li.menu-item-has-children a, 
.menu-wrap .main-navigation .nav-menu li ul.sub-menu li.page_item_has_children a, 
.menu-wrap .main-navigation .nav-menu li ul.children li.page_item_has_children a {
    padding-right: 20px;
}
.menu-wrap .main-navigation .nav-menu li ul.sub-menu > li.menu-item-has-children > a:after, 
.menu-wrap .main-navigation .nav-menu li ul.children > li.menu-item-has-children > a:after, 
.menu-wrap .main-navigation .nav-menu li ul.sub-menu > li.page_item_has_children > a:after, 
.menu-wrap .main-navigation .nav-menu li ul.children > li.page_item_has_children > a:after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 7px;
    top: 18px;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform-origin: center;
    -webkit-transform-origin: center;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

.menu-wrap .main-navigation .nav-menu li ul.sub-menu li ul.sub-menu, 
.menu-wrap .main-navigation .nav-menu li ul.children li ul.children {
    left: 100%;
    top: 10px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.menu-wrap .main-navigation .nav-menu > li:last-child ul.sub-menu li ul.sub-menu, 
.menu-wrap .main-navigation .nav-menu > li:last-child ul.children li ul.children {
    left: inherit;
    right: 100%;
}
.menu-wrap .main-navigation .nav-menu li ul.sub-menu li:hover > ul.sub-menu, 
.menu-wrap .main-navigation .nav-menu li ul.children li:hover > ul.children {
    top: 0;
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
}

/*------------------------------------------
TRANSPARENT HEADER
-------------------------------------------*/
header.site-header.transparent {
    background: rgba(255, 255, 255, 0.4);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
}
.admin-bar header.site-header.transparent {
    margin-top: 32px;
}
header.site-header.transparent .header-social {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.site-header.transparent .menu-wrap .search-icon {
    border-left-color: #777;
}
.transparent .menu-wrap .main-navigation .nav-menu > li > a:hover, 
.transparent .menu-wrap .main-navigation .nav-menu > li.current_page_item > a, 
.transparent .menu-wrap .main-navigation .nav-menu > li.current-menu-item > a {
    color: #618500;
}
.transparent .menu-wrap .main-navigation .nav-menu > li.menu-item-has-children:hover > a::after, 
.transparent .menu-wrap .main-navigation .nav-menu > li.page_item_has_children:hover > a::after {
    border-top-color: #618500;
}
header.site-header.transparent + .site-content .slider-wrapper #main-slider .caption-wrapper .ed-container {
    top: 50%;
}
header.site-header.transparent + .site-content #page-header-banner {
    padding-top: 150px;
}

/*-------------------------------------------
STICKY HEADER
--------------------------------------------*/
header.site-header.fixed {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    left: 0;
    padding-bottom: 0;
    padding-top: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}
.admin-bar #masthead.sticky-header {
    top: 32px;
}
header.site-header.transparent.fixed {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
}
.boxed-layout #masthead.fixed {
    width: 1200px;
}
.fixed .header-social {
    left: 0;
    position: absolute;
    right: 0;
    top: -100%;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.site-header.fixed .site-branding {
    padding-top: 5px;
    padding-bottom: 5px;
}
.fixed .menu-wrap .main-navigation .nav-menu li a {
    padding-top: 23px;
    padding-bottom: 23px;
}
.fixed .menu-wrap .main-navigation .nav-menu > li.menu-item-has-children > a::after, 
.fixed .menu-wrap .main-navigation .nav-menu > li.page_item_has_children > a::after {
    top: 31px;
}


/*------------------------------------------
MAIN SLIDER 
-------------------------------------------*/
section.slider-wrapper {
    position: relative;
}
#main-slider .slides {
    background-size: cover;
    height: 100vh !important;
    text-align: center;
}
#main-slider .caption-wrapper {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#main-slider .caption-wrapper .ed-container {
    color: #fff;
    left: 0;
    margin-top: -25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
}
#main-slider .caption-wrapper .ed-container .mid-content {
    margin: 0 auto;
    position: relative;
    width: 60%;
    font-family: "Montserrat",sans-serif;
}
#main-slider .caption-wrapper .small-caption {
    color: #fff;
    font-size: 3.5em;
    font-weight: 900;
    left: 0;
    line-height: 60px;
    margin: 0 auto 10px;
    position: relative;
    right: 0;
    text-transform: uppercase;
}
#main-slider .caption-wrapper .ed-container .mid-content .slider-content {
    font-family: "lora";
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 25px;
}
#main-slider .caption-wrapper .ed-container .mid-content .slider-viewmore {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 5px 25px;
    margin-top: 20px;
    text-transform: uppercase;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
#main-slider .caption-wrapper .ed-container .mid-content .slider-viewmore:hover {
    color: #7b4165;
    border-color: #7b4165;
}

/*------------ slider control ----------------*/
.bx-controls-direction a {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.3);
    height: 100px;
    line-height: 100px;
    margin-top: -50px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    z-index: 99;
    text-indent: 99px;
}
.bx-controls-direction a:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.75);
}
.bx-controls-direction a.bx-prev {
    left: -100%;
}
.bx-controls-direction a.bx-prev::before {
    content: "\f177";
    font-family: fontawesome;
    font-size: 28px;
    position: absolute;
    text-indent: -150px;
}
.slider-wrapper:hover .bx-controls-direction a.bx-prev {
    left: 0;
}
.bx-controls-direction a.bx-next {
    right: -100%;
}
.bx-controls-direction a.bx-next::before {
    content: "\f178";
    font-family: fontawesome;
    font-size: 28px;
    position: absolute;
    text-indent: -150px;
}
.slider-wrapper:hover .bx-controls-direction a.bx-next {
    right: 0;
}
.bx-pager.bx-default-pager {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 99;
}
.bx-pager.bx-default-pager .bx-pager-item {
    display: inline-block;
}
.bx-pager.bx-default-pager .bx-pager-item a {
    background: #aaa none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    margin: 0 3px;
    text-indent: -9999px;
    width: 20px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.bx-pager.bx-default-pager .bx-pager-item a:hover,
.bx-pager.bx-default-pager .bx-pager-item a.active {
    background: #7b4165;
}

/*--------------------------------------------
BELOW SLIDER SECTION
---------------------------------------------*/
.section-wrapper {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 50px 0;
}

/*---------------------------------------
WDGET ICON TEXT
----------------------------------------*/
.section-wrapper .widget.widget_eightlaw_pro_icon_text {
    border-right: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 25%;
    padding: 0 20px;
}
.widget.widget_eightlaw_pro_icon_text .ed-icon-text {
    text-align: center;
}
.widget.widget_eightlaw_pro_icon_text .ed-icon-text.style4 {
    text-align: left;
}
.widget_eightlaw_pro_icon_text .style1 > .bttn, 
.widget_eightlaw_pro_icon_text .style4 > .bttn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 20px;
    padding: 0;
}
.widget_eightlaw_pro_icon_text .ed-icon-text-icon {
    color: #ca90b4;
    font-size: 3em;
}
.widget_eightlaw_pro_icon_text:hover .ed-icon-text-icon {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2;
}
.widget_eightlaw_pro_icon_text .style2 > .bttn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 5px solid #ddd;
    border-radius: 100%;
    height: 100px;
    line-height: 90px;
    margin-bottom: 10px;
    padding: 0;
    width: 100px;
}
.widget_eightlaw_pro_icon_text .style3 > .bttn::after {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    z-index: -1;
}
.widget_eightlaw_pro_icon_text .style3 > .bttn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 80px;
    line-height: 80px;
    margin-bottom: 25px;
    padding: 0;
    position: relative;
    width: 80px;
    z-index: 1;
}
.widget_eightlaw_pro_icon_text .ed-icon-text-content-wrap h1 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
.widget_eightlaw_pro_icon_text .ed-icon-text-content-wrap .ed-icon-text-content {
    color: #777;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0;
}
.widget_eightlaw_pro_icon_text .ed-icon-text-content-wrap .ed-icon-text-readmore .bttn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #999;
    color: #999;
    padding: 0 0 2px;
}
.widget_eightlaw_pro_icon_text .ed-icon-text-content-wrap .ed-icon-text-readmore .bttn:hover {
    color: #333;
    border-color: #333;
}

@keyframes pulse {
    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
@-webkit-keyframes pulse {
    50% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*------------------------------------------------
ABOUT SECTION
-------------------------------------------------*/
.eightlaw-pro-about-section {
    padding: 50px 0;
}
.eightlaw-pro-about-section .about-img {
    float: right;
    width: 30%;
    position: relative;
}
.eightlaw-pro-about-section .about-img::after {
    border: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.eightlaw-pro-about-section .home-about-progressbar-wrap {
    float: left;
    padding-right: 40px;
    width: 70%;
}
.eightlaw-pro-about-section .home-about-progressbar-wrap .about-description {
    margin-bottom: 40px;
}
.eightlaw-pro-about-section .home-about-progressbar-wrap .about-description h3 {
    color: #333;
}
.eightlaw-pro-about-section .home-about-progressbar-wrap .about-content-wrap {
    display: inline-block;
    padding-right: 40px;
    vertical-align: top;
    width: 50%;
}
.eightlaw-pro-about-section .home-about-progressbar-wrap .about-content-wrap p {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 25px;
}
.eightlaw-pro-about-section .home-about-progressbar-wrap .about-content-wrap .btn-wrapper {
    background: #847c81 none repeat scroll 0 0;
    border: 2px solid #847c81;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 auto;
    padding: 10px 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.eightlaw-pro-about-section .home-about-progressbar-wrap .about-content-wrap .btn-wrapper:hover {
    color: #fff;
}
.eightlaw-pro-about-section .btn-wrapper::after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    right: 25px;
    top: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
.eightlaw-pro-about-section .btn-wrapper:hover::after {
    top: 9px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.eightlaw-pro-about-section .btn-wrapper .fa {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 0;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
.eightlaw-pro-about-section .btn-wrapper:hover .fa {
    opacity: 0;
    visibility: hidden;
    top: -15px;
}
.eightlaw-pro-about-section .home-about-progressbar-wrap .home-description.about-description #tab-container {
    display: inline-block;
    width: 49%;
}
#tab-container > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#tab-container > ul .tab {
    background: #ccc none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    width: 100%;
    margin-bottom: 1px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
#tab-container > ul .tab:hover, #tab-container > ul .tab.active {
    background: #32252d;
}
#tab-container > ul .tab h5 {
    margin: 0;
    position: relative;
    color: #fff;
}
#tab-container > ul .tab h5:after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
}
#tab-container > ul .tab.active h5:after {
    content: "-";
}
#tab-container > ul > div {
    font-size: 14px;
    margin-top: 20px;
}
#tab-container > ul > div .fa {
    background: #999 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    width: 12%;
}
#tab-container > ul > div p {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    width: 87%;
    line-height: 20px;
}
.about-section-widget .widget.widget_eightlaw_pro_progress_bar:last-child {
    margin-bottom: 0;
}

/*----------------------------------------
WIDGET PROGRESS BAR
-----------------------------------------*/
.widget.widget_eightlaw_pro_progress_bar {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}
.widget.widget_eightlaw_pro_progress_bar:last-child {
    margin-bottom: 25px;
}
.widget.widget_eightlaw_pro_progress_bar .el-progress-bar-wrap > h5 {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding-left: 10px;
    vertical-align: middle;
}
.widget.widget_eightlaw_pro_progress_bar .el-progress-bar-wrap > span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    right: 10px;
}
.widget.widget_eightlaw_pro_progress_bar .el-progress-bar {
    background: #ddd none repeat scroll 0 0;
    border-radius: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 25px;
}
.widget.widget_eightlaw_pro_progress_bar .el-progress-bar .el-progress-bar-percentage {
    display: block !important;
    height: 25px;
    margin: 0;
    width: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.widget.widget_eightlaw_pro_progress_bar:nth-child(1n) .el-progress-bar .el-progress-bar-percentage {
    background: url(images/progress-bg1.png) repeat;
}
.widget.widget_eightlaw_pro_progress_bar:nth-child(2n) .el-progress-bar .el-progress-bar-percentage {
    background: url(images/progress-bg2.png) repeat;
}
.widget.widget_eightlaw_pro_progress_bar:nth-child(3n) .el-progress-bar .el-progress-bar-percentage {
    background: url(images/progress-bg3.png) repeat;
}
.widget.widget_eightlaw_pro_progress_bar:nth-child(4n) .el-progress-bar .el-progress-bar-percentage {
    background: url(images/progress-bg4.png) repeat;
}
.widget.widget_eightlaw_pro_progress_bar .el-progress-bar .el-progress-bar-percentage[data-value="100"] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/*---------------------------------------------
WIDGET SECTION ONE
----------------------------------------------*/
.eightlaw-pro-widgets-section-one.overlay::after {
    background: rgba(73, 39, 60, 0.71) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}
.eightlaw-pro-widgets-section-one {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
.eightlaw-pro-widgets-section-one .widget {
    margin-bottom: 0;
}
.eightlaw-pro-widgets-section-one .widget_eightlaw_pro_cta_simple .banner-text > h1 {
 color: #fff;
 font-family: "Poppins",sans-serif;
 font-size: 2.5em;
 font-weight: 600;
 line-height: 45px;
 position: relative;
 text-align: center;
}
.eightlaw-pro-widgets-section-one .widget .cta-desc_simple {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin: 0 auto 20px;
    width: 75%;
}
.eightlaw-pro-widgets-section-one .widget .cta-desc_simple p {
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 600;
}
.eightlaw-pro-widgets-section-one .widget .btn {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 5px 20px;
}
.eightlaw-pro-widgets-section-one .widget .btn:hover {
    background: #fff;
    color: #7b4165;
}

/*--------------------------------------
EIGHT LAW PRACTICE SECTION 
---------------------------------------*/
.eightlaw-pro-practice-section {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 50px 0 70px 0;
}
h2.home-title.practice-title {
    text-align: center;
}
.eightlaw-pro-practice-section .practice-description, 
p.home-description.process-description, 
.eightlaw-pro-gallery-section .gallery-description, 
.eightlaw-pro-blog-section .home-description.blog-description {
    line-height: 27px;
    padding-left: 0;
    vertical-align: middle;
    color: #777777;
    display: block;
    font-weight: 300;
    margin: 0 auto 40px;
    text-align: center;
    width: 80%;
    font-size: 15px;
}
.eightlaw-pro-practice-section .practice-image {
    display: inline-block;
    vertical-align: top;
    width: 35%;
}
.eightlaw-pro-practice-section .tab-wrap {
    display: inline-block;
    padding-left: 40px;
    vertical-align: top;
    position: relative;    
    width: 64%;
}

/*------------------------------------------
EGHTLAW POST SECTION
-------------------------------------------*/
.eightlaw-pro-law-post-section {
    position: relative;
    background-size:  cover;
}
.eightlaw-pro-law-post-section::before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.eightlaw-pro-law-post-section::after {
    background: rgba(50, 37, 45, 0.9);
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 50%;
}
.eightlaw-pro-law-post-section .ed-container {
    position: relative;
    z-index: 1;
}
.eightlaw-pro-law-post-section .post-law-wrapper {
    display: inline-block;
    padding: 30px 20px 30px 0;
    vertical-align: middle;
    width: 49.66%;
}
.eightlaw-pro-law-post-section .law-post:before, .eightlaw-pro-law-post-section .law-post:after {
    content: "";
    display: table;
    clear: both;
}
.eightlaw-pro-law-post-section .law-post {
    margin-bottom: 65px;
    min-height: 84px;
    padding-top: 0;
    padding-right: 20px;
}
.eightlaw-pro-law-post-section .law-post:last-child {
    margin-bottom: 0;
    /*padding-bottom: 15px;*/
}
.eightlaw-pro-law-post-section .law-post .law-icon::after {
    background: url(images/ver-str.png) repeat scroll center center;
    content: "";
    height: 70px;
    margin: 5px 0;
    position: absolute;
    right: 30px;
    top: 100%;
    width: 10px;
}
.eightlaw-pro-law-post-section .law-post:last-child .law-icon::after {
    display: none;
}
.eightlaw-pro-law-post-section .law-post .law-icon::before {
    border: 1px solid #a64b83;
    bottom: -8px;
    content: "";
    left: -8px;
    margin: auto;
    padding: 0;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.eightlaw-pro-law-post-section .law-post:hover .law-icon::before {
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
    bottom: -5px;
    left: -5px;
    right: -5px;
    top: -5px;
}
.eightlaw-pro-law-post-section .law-post .law-icon {
    float: right;
    line-height: 80px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    background: #32252d;
    border-radius: 100%;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.eightlaw-pro-law-post-section .law-post:hover .law-icon {
    background: #a64b83;
}
.eightlaw-pro-law-post-section .law-post .law-icon .fa {
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.eightlaw-pro-law-post-section .law-post .law-content {
    float: left;
    vertical-align: middle;
    width: calc(100% - 70px);
    padding-right: 30px;
    padding-top: 20px;
}
.eightlaw-pro-law-post-section .law-post .law-content .law-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.eightlaw-pro-law-post-section .law-post .law-content .law-title a {
    color: #333;
}
.eightlaw-pro-law-post-section .law-post .law-content .law-title a:hover {
    color: #a64b83;
}
.eightlaw-pro-law-post-section .law-post .law-content p {
    color: #777;
    display: none;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 10px;
}
.eightlaw-pro-law-post-section .wrap-law-post-right {
    color: #fff;
    display: inline-block;
    padding: 30px 0 30px 60px;
    vertical-align: middle;
    width: 49.66%;
}
.eightlaw-pro-law-post-section .wrap-law-post-right h2 {
    color: #fff;
}
.eightlaw-pro-law-post-section .wrap-law-post-right p {
    font-size: 16px;
    line-height: 25px;
}
.eightlaw-pro-law-post-section .wrap-law-post-right .law-viewmore {
    border: 2px solid #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 20px;
    padding: 8px 30px;
    font-weight: 600;
}
.eightlaw-pro-law-post-section .wrap-law-post-right .law-viewmore:hover {
    background: #fff;
    color: #32252d;
}

/*----------------------------------------
SIMPLE PROCESS
-----------------------------------------*/
.eightlaw-pro-process-section {
    text-align: center;
    padding: 50px 0;
}
.eightlaw-pro-process-section .ed-container {
    color: #777;
    line-height: 25px;
}
.eightlaw-pro-process-section .process-step-wrap {
    border-top: 2px solid #333;
    position: relative;
    display: inline-block;
    margin-top: 40px;
}
.eightlaw-pro-process-section .process-step-wrap .process-step::before {
    border-right: 2px solid #333;
    content: "";
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -30px;
    width: 2px;
    z-index: 1;
}
.eightlaw-pro-process-section .process-step-wrap .process-step::after {
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 0 0 5px #fff;
    content: "";
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -36px;
    width: 15px;
}
.eightlaw-pro-process-section .process-step-wrap .process-step {
    border: 2px solid #333;
    border-radius: 10px;
    float: left;
    margin: 25px 10px 10px;
    padding: 10px 5px;
    position: relative;
    width: 23.4%;
}
.eightlaw-pro-process-section .process-step-wrap .process-step:first-child {
    margin-left: 0;
}
.eightlaw-pro-process-section .process-step-wrap .process-step:last-child {
    margin-right: 0;
}
.eightlaw-pro-process-section .process-step-wrap .process-step .process-name::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #333;
    border-radius: 100%;
    content: "";
    height: 9px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5px;
    width: 9px;
    z-index: 2;
}
.eightlaw-pro-process-section .process-step-wrap .process-step .process-name {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0 15px;
}
.eightlaw-pro-process-section .process-step-wrap .process-step .process-text {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.eightlaw-pro-process-section .process-step-wrap .process-step .process-viewmore {
    background: #847c81 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
}
.eightlaw-pro-process-section .process-step-wrap .process-step .process-viewmore:hover {
    background: #32252d;
}

/*-----------------------------------
GALLERY SECTION
------------------------------------*/
.eightlaw-pro-gallery-section {
    padding: 50px 0;
}
.eightlaw-pro-gallery-section .home-title {
    text-align: center; 
}
.eightlaw-pro-gallery-section .gallery-slider {
    margin: 0;
    padding: 0;
    list-style: none;
}
.eightlaw-pro-gallery-section .bx-wrapper {
    position: relative;
    margin: 0 auto;
}
.eightlaw-pro-gallery-section .gallery-slider li {
    overflow: hidden;
}
.eightlaw-pro-gallery-section .gallery-slider li .gallery-view-link, 
.eightlaw-pro-gallery-section .gallery-thumbnail li:after {
    background: rgba(50, 37, 45, 0.6);
    color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.eightlaw-pro-gallery-section .gallery-slider li .gallery-view-link .fa, 
.eightlaw-pro-gallery-section .gallery-thumbnail li .gallery-view-link {
    color: #fff;
    content: "\f00e";
    font-family: fontawesome;
    font-size: 3vw;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
.eightlaw-pro-gallery-section .gallery-slider li:hover .gallery-view-link, 
.eightlaw-pro-gallery-section .gallery-slider li:hover .gallery-view-link .fa, 
.eightlaw-pro-gallery-section .gallery-thumbnail li:hover:after, 
.eightlaw-pro-gallery-section .gallery-thumbnail li:hover .gallery-view-link {
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.eightlaw-pro-gallery-section .bx-controls a {
    background: #333 none repeat scroll 0 0;
    color: #bfbfbf;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    margin-top: -30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-indent: -999px;
    top: 50%;
    width: 45px;
}
.eightlaw-pro-gallery-section .bx-controls a:hover {
    background: #7b4165 none repeat scroll 0 0;
    color: #eee;
}
.eightlaw-pro-gallery-section .bx-controls a.bx-prev {
    left: 0;
}
.eightlaw-pro-gallery-section .bx-controls a.bx-prev::after {
    content: "\f053";
    font-family: fontawesome;
    font-size: 1.5em;
    position: absolute;
    text-align: center;
    text-indent: 475px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}
.eightlaw-pro-gallery-section .bx-controls a.bx-next {
    right: 0;
}
.eightlaw-pro-gallery-section .bx-controls a.bx-next::after {
    content: "\f054";
    font-family: fontawesome;
    font-size: 1.5em;
    position: absolute;
    text-align: center;
    text-indent: 477px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

/*------------- HOME NORMAL GALLERY LAYOUT ----------------*/
.eightlaw-pro-gallery-section .gallery-thumbnail:before, 
.eightlaw-pro-gallery-section .gallery-thumbnail:after {
    content: "";
    display: table;
}
.eightlaw-pro-gallery-section .gallery-thumbnail:after {
    clear: both;
}
.eightlaw-pro-gallery-section .gallery-thumbnail {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.eightlaw-pro-gallery-section .gallery-thumbnail li {
    float: left;
    position: relative;
    width: 25%;
    overflow: hidden;
}
.eightlaw-pro-gallery-section .gallery-thumbnail li .gallery-view-link {
    z-index: 1;
}

/*---------------------------------------
SECTION BCT
----------------------------------------*/
.eightlaw-pro-widgets-section-two {
    padding: 50px 0;
}
.eightlaw-pro-widgets-section-two .widget {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    width: 33%;
    margin-bottom: 0;
}
.eightlaw-pro-widgets-section-two .widget .widget-title {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

/*--------------------- CLIENTS LOGO -------------------*/
.widget.widget_eightlaw_pro_client_slider {
    position: relative;
}
.eightlaw-pro-widgets-section-two .widget.widget_eightlaw_pro_client_slider .widget-title {
    padding-right: 60px;
}
.client_slider-block .client-slider .client-post {
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.client_slider-block .client-slider .client-post:hover {
    padding-left: 10px;
}
.widget.widget_eightlaw_pro_client_slider .bx-controls.bx-has-controls-direction {
    position: absolute;
    right: 15px;
    top: 7px;
}
.widget.widget_eightlaw_pro_client_slider .bx-controls.bx-has-controls-direction a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #ccc;
    height: 25px;
    line-height: inherit;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: inherit;
    text-indent: -55px;
    top: inherit;
    width: 25px;
}
.widget.widget_eightlaw_pro_client_slider .bx-controls.bx-has-controls-direction a:hover {
    border-color: #32252d;
    color: #32252d;
}
.widget.widget_eightlaw_pro_client_slider .bx-controls.bx-has-controls-direction a.bx-prev {
    right: 27px;
    left: inherit;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.widget.widget_eightlaw_pro_client_slider .bx-controls.bx-has-controls-direction a.bx-prev::after {
    content: "\f104";
    font-family: fontawesome;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-indent: 29px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.widget.widget_eightlaw_pro_client_slider .bx-controls.bx-has-controls-direction a.bx-next {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);   
}
.widget.widget_eightlaw_pro_client_slider .bx-controls.bx-has-controls-direction a.bx-next::after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    text-indent: 31px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}

/*--------------------- TESTIMONIAL ------------------*/
.testimonial-wrap {
    position: relative;
}
.testimonial-wrap .testimonial-slider .testimonial-content {
    color: #838383;
    font-size: 15px;
    line-height: 25px;
    position: relative;
    z-index: 1;
}
.testimonial .testimonial-slider .tm-content::after {
    color: #ddd;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 5em;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
.testimonial-wrap .testimonial-slider .testimonial-image {
    border-radius: 100%;
    display: inline-block;
    height: 114px;
    margin-bottom: 15px;
    overflow: hidden;
    vertical-align: middle;
    width: 114px;
}
.testimonial-wrap .client-detail {
    color: #838383;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    padding-left: 10px;
    vertical-align: middle;
    width: calc(100% - 124px);
}
.testimonial-wrap .client-detail .client-name {
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.testimonial-wrap .client-detail .client-designation {
    font-size: 16px;
    font-style: italic;
}
.testimonial-wrap .bx-pager.bx-default-pager {
    bottom: -45px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.testimonial-wrap .bx-pager .bx-pager-item {
    display: inline-block;
    height: 5px;
    text-align: center;
}
.testimonial-wrap .bx-pager .bx-pager-item a.bx-pager-link {
    background: #ccc none repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    margin: 0 3px;
    text-align: center;
    text-indent: -9999px;
    width: 15px;
}
.testimonial-wrap .bx-pager .bx-pager-item a.bx-pager-link:hover, 
.testimonial-wrap .bx-pager .bx-pager-item a.bx-pager-link.active {
    background: #7b4165;
}

/*--------------------------------------
TEAM MEMBER SECTION
---------------------------------------*/
.eightlaw-pro-teammember-section {
    padding: 50px 0;
}
.eightlaw-pro-teammember-section .teammember-description {
    color: #fff;
    display: inline-block;
    line-height: 22px;
    vertical-align: top;
    width: 30%;
}
.eightlaw-pro-teammember-section .team-member-wrap {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: 69%;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block {
    float: left;
    padding: 0 10px;
    vertical-align: top;
    width: 33%;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .team-image {
    border-bottom: 1px solid #32252d;
    position: relative;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .team-hover {
    border: 1px solid #e5abcf;
    padding: 15px 10px;
    border-top: none;
}
.eightlaw-pro-teammember-section .team-image > p {
    background: #32252d none repeat scroll 0 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    left: 10px;
    line-height: 22px;
    margin-bottom: 0;
    padding: 0 10px;
    position: absolute;
    bottom: -10px;
    text-align: center;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .team-hover .team-name {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 5px;
    margin-top: 10px;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .team-hover .team-hover-text {
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
}
.teammember-viewmore {
    border-bottom: 1px solid #e5abcf;
    color: #e5abcf;
    font-style: italic;
}
.teammember-viewmore:hover {
    border-bottom-color: #fff;
    color: #fff;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .social-links {
    border-bottom: 1px solid #e5abcf;
    border-left: 1px solid #e5abcf;
    border-right: 1px solid #e5abcf;
    padding: 10px;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .social-links-title {
    color: #fff;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .social-links-logo {
    color: #fff;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .social-links-logo a {
    background: #e5abcf;
    border: 1px solid #e5abcf;
    border-radius: 100%;
    color: #e5abcf;
    display: inline-block;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 30px;
    position: relative;
    z-index: 1;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .social-links-logo a:after {
    content: "";
    background: #7b4165;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    z-index: -1;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .social-links-logo a:hover:after {
    transform: scale(0);
    -webkit-transform: scale(0);
}
.eightlaw-pro-teammember-section .team-member-wrap .team-block .social-links-logo a:hover {
    color: #7b4165;
}

/*------------------------------------
BLOG SECTION
-------------------------------------*/
.eightlaw-pro-blog-section {
   padding: 50px 0;
}
.eightlaw-pro-blog-section .blog-title {
    color: #2a1d1f;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap {
    display: inline-block;
    padding: 0 10px;
    vertical-align: top;
    width: 33%;
    margin-bottom: 40px;
}
.blog-in-wrap .blog-content-wrap {
    margin-left: 0;
    margin-top: 20px;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-date {
    border-right: 1px solid #aeaeb2;
    float: left;
    padding-bottom: 15px;
    width: 65px;
    text-align: center;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-date a {
    color: #7b4165;
    line-height: 20px;
    text-align: center;
}
.blog-date span {
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 35px;
}
.home-blog-desc {
    float: left;
    width: calc(100% - 65px);
    padding-left: 15px;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .blog-single-title {
    color: #272b2b;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 25px;
    margin-bottom: 0;
}
.blog-single-title > a:hover {
    color: #a04c80;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap {
    margin-bottom: 10px;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-author, 
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-comment {
    display: inline-block;
    font-size: 13px;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-author {
    margin-right: 20px;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-author a, 
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-comment a {
    color: #999;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-author a .fa {
    font-size: 13px;
    margin-right: 5px;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-comment .comments-link::before {
    font-size: 13px;
    color: #999;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-author a:hover, 
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-comment a:hover,
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-title-comment .date-author-wrap .blog-comment .comments-link:hover::before {
    color: #49273c;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-content {
    color: #777;
    line-height: 22px;
}
.eightlaw-pro-blog-section .blog-wrap .blog-in-wrap .blog-content .btn {
    margin-top: 15px;
    text-align: center;
}
.btn a {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #999;
    border-radius: 3px;
    color: #999;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.btn a:hover {
    background: #999;
    color: #fff;
}

/*-------------------------------
CONTACT SECTION
--------------------------------*/
.eightlaw-pro-contact-section {
    position: relative;
    padding: 50px 0;
}
.eightlaw-pro-contact-section:before {
    content: "";
    background: rgba(50, 37, 45, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.eightlaw-pro-contact-section .ed-container {
    position: relative;
    z-index: 1;
}
.eightlaw-pro-contact-section .home-title {
    color: #fff;
}
.eightlaw-pro-contact-section .contact-section-form {
    width: 50%;
    display: inline-block;
}
/*.eightlaw-pro-contact-section .contact-form:before {
    background: url(images/contact-girl.png) no-repeat scroll center center / cover ;
    bottom: -50px;
    content: "";
    height: 820px;
    position: absolute;
    right: -80px;
    width: 550px;
    }*/
    .eightlaw-pro-contact-section .contact-form form p {
        color: #fff;
        font-weight: 600;
    }
    .eightlaw-pro-contact-section .contact-form form input[type="text"], 
    .eightlaw-pro-contact-section .contact-form form input[type="email"], 
    .eightlaw-pro-contact-section .contact-form form textarea {
        background: rgba(255, 255, 255, 0.75) none repeat scroll 0 0;
        border: medium none;
        border-radius: 0;
        color: #000;
        font-size: 15px;
        padding: 5px 15px;
    }
    .eightlaw-pro-contact-section .contact-form form input[type="text"], 
    .eightlaw-pro-contact-section .contact-form form input[type="email"] {
        height: 50px;
    }
    .eightlaw-pro-contact-section .contact-form form textarea {
        min-height: 200px;
    }
    .eightlaw-pro-contact-section .contact-form input[type="submit"] {
        background: transparent none repeat scroll 0 0;
        border: 2px solid #fff;
        font-size: 15px;
        padding: 10px 30px;
        transition: all ease 0.4s;
        -webkit-transition: all ease 0.4s;
    }
    .eightlaw-pro-contact-section .contact-form input[type="submit"]:hover {
        background: #fff;
        color: #32252d;
    }
    .eightlaw-pro-contact-section .contact-section-image {
        display: inline-block;
        width: 46%;
        vertical-align: top;
        position: absolute;
        bottom: -50px;
        right: -30px;
        z-index: -1;
    }
    .business-hours {
        margin-bottom: 30px;
    }
    .business-hours > h3 {
        margin: 0 0 10px;
    }
    .business-hours > ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }
    .business-hours > ul li {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .business-hours > ul li strong {
        font-size: 14px;
        margin-right: 5px;
    }
    .business-hours > ul li a {
        color: #49273c;
        border-bottom: 1px solid transparent;
    }
    .business-hours > ul li a:hover {
        color: #7b4165;
        border-bottom: 1px solid #7b4165;
    }
    .col.span2 {
        display: inline-block;
        padding: 0 15px;
        vertical-align: top;
        width: 49%;
    }

/*------------------------------------
FOOTER SECTION
-------------------------------------*/
.top-footer {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 50px 0;
}
.top-footer .footer-block {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
}
.top-footer.footer-column-4 .footer-block {
    width: 24.4%;
}
.top-footer.footer-column-3 .footer-block {
    width: 33%;
}
.top-footer.footer-column-2 .footer-block {
    width: 49.66%;
}
.top-footer.footer-column-1 .footer-block {
    width: 100%;
    float: none;
    padding: 0;
}
.top-footer .footer-block .widget {
    margin-bottom: 0;
}
.top-footer .widget_nav_menu ul li ul {
    display: none;
}
.widget.widget_recent_entries span.post-date {
    display: block;
    font-size: 13px;
    font-style: italic;
}
footer.site-footer .site-info {
    background: #32252d;
    padding: 20px 0;
}
footer .site-info .copyright {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    width: 60%;
}
footer .site-info .copyright a {
    color: #e291c3;
}
footer .site-info .copyright a:hover {
    text-decoration: underline;
}
footer .site-info .ed_footer_social {
    display: inline-block;
    vertical-align: middle;
    width: 39%;
    text-align: right;
}
footer .site-info .ed_footer_social .social-icons a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    width: 40px;
}
footer .site-info .ed_footer_social .social-icons a:hover {
    color: #32252d;
    background: #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}

/*----------------------------------
COMMON WIDGET CSS
-----------------------------------*/
.widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_categories ul, .widget_archive ul, .widget_nav_menu ul, .widget_recent_entries ul, .widget_recent_comments ul,
.widget_meta ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_categories ul li::before, .widget_archive ul li:before, .widget_nav_menu ul li:before,
.widget_recent_entries ul li:before, .widget_recent_comments ul li:before, .widget_meta ul li:before {
    content: "\f0da";
    font-family: fontawesome;
    left: 0;
    margin-right: 5px;
    position: absolute;
    top: 9px;
    font-size: 12px;
    color: #777;
}
.widget_categories ul li, .widget_archive ul li, .widget_nav_menu ul li,
.widget_recent_entries ul li, .widget_recent_comments ul li, .widget_meta ul li {
    border-bottom: 1px solid #eee;
    padding: 7px 0 7px 10px;
    position: relative;
    line-height: 22px;
}
.widget_nav_menu ul li ul {
    margin-left: 15px;
}
.widget_categories ul li a, .widget_archive ul li a, .widget_nav_menu ul li a,
.widget_recent_entries ul li a, .widget_recent_comments ul li a, .widget_meta ul li a {
    color: #777;
}
.widget_categories ul li a:hover, .widget_archive ul li a:hover, .widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover, .widget_recent_comments ul li a:hover, .widget_meta ul li a:hover {
    color: #7b4165;
}

/*------------------------------
WIDGET SEARCH
-------------------------------*/
.widget_search form .search-field {
    border-radius: 0;
    font-size: 16px;
    height: 50px;
    padding: 5px 10px;
    border-width: 5px;
}

/*-----------------------------------
WIDGET TAGS
------------------------------------*/
.widget_tag_cloud .tagcloud a {
    background: #ddd none repeat scroll 0 0;
    display: inline-block;
    font-size: 16px !important;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px 15px;
    position: relative;
    z-index: 1;
}
.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}
.widget_tag_cloud .tagcloud a:after {
    background: #623750;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.widget_tag_cloud .tagcloud a:hover:after {
    animation-name: right-bounce;
    -webkit-animation-name: right-bounce;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    width: 100%;
}

@keyframes right-bounce {
    0%{
        width: 0%;
    }
    45%{
        width: 100%;
    }
    75%{
        width: 95%;
    }
    100%{
        width: 100%;
    }
}
@-webkit-keyframes right-bounce {
    0%{
        width: 0%;
    }
    45%{
        width: 100%;
    }
    75%{
        width: 95%;
    }
    100%{
        width: 100%;
    }
}

/*------------------------------
WIDGET SEARCH
-------------------------------*/
.widget_search .search-icon .fa, .widget_search .search-icon .ed-search .search-close {
    display: none;
}
.widget_search .search-icon .ed-search {
    display: block !important;
}
.widget_search .search-icon .ed-search form .search-field {
    border-radius: 0;
    font-size: 16px;
    height: 50px;
    padding: 5px 10px;
    border-width: 5px;
}

/*--------------------------------
WIDGET CALENDAR
---------------------------------*/
.widget_calendar #calendar_wrap caption {
    background: #ddd none repeat scroll 0 0;
    color: #333;
    padding: 5px;
    text-align: center;
}
.widget_calendar #calendar_wrap th, .widget_calendar #calendar_wrap tbody td {
    text-align: center;
    border-color: #eee;
}
.widget_calendar #calendar_wrap th {
    color: #7b4165;
    border-top: none;
}
.widget_calendar #calendar_wrap tbody td {
    color: #777;
}
.widget_calendar #calendar_wrap tbody td a, .widget_calendar #calendar_wrap tfoot td a {
    color: #7b4165;
    display: block;
}
.widget_calendar #calendar_wrap tfoot td a:hover {
   background: #7b4165;
   color: #fff;
}
.widget_calendar #calendar_wrap tbody td#today a {
    background: #7b4165;
    color: #fff;
}
.widget_calendar #calendar_wrap tfoot td {
    border-color: #eee;
}
.widget_calendar #calendar_wrap tfoot td#prev a {
    padding-left: 10px;
}
.widget_calendar #calendar_wrap tfoot td#next a {
    padding-right: 10px;
}

/*---------------------------------------
WIDGET CONTACT INFO
----------------------------------------*/
.widget_eightlaw_pro_contact_info ul li {
    margin-bottom: 5px;
}
.widget_eightlaw_pro_contact_info ul li .fa {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #ddd;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
    width: 25px;
}

/*-------------------------------------
ARCHIVE PAGE
--------------------------------------*/
.archive .entry-content p {
    margin-bottom: 0;
}
.archive article .entry-header .entry-title, .search article .entry-header .entry-title, 
.archive-wrap article .entry-header .entry-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
} 
.archive .entry-header .entry-title a:hover, .search .entry-header .entry-title a:hover {
    color: #7b4165;
}
.archive-wrap article {
    margin-bottom: 40px;
}
.archive-wrap article:last-child {
    margin-bottom: 0;
}
.cat-team-image, .cat-team-excerpt, .cat-testimonial-image, .cat-testimonial-excerpt {
    margin-bottom: 15px;
}
.archive-grid .entry-header, .archive-grid .cat-archive-image, .archive-grid .cat-archive-excerpt p,
.archive-wrap.blog-large .cat-blog-image, .archive-wrap.blog-large .cat-blog-excerpt p {
    margin-bottom: 10px;
}
.archive-grid .entry-title {
    margin-bottom: 0;
}
.archive-wrap.blog-large article.cat-blog {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.archive-wrap.blog-large article.cat-blog:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*---------------- ARCHIVE TEAM ---------------------*/
.entry-header .entry-title p, .entry-header .entry-title span {
    color: #999;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}
.archive-wrap.team-member-list article {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.archive-wrap.team-member-list article:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;   
}
.archive-wrap.team-member-list .cat-team-image {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.archive-wrap.team-member-list .cat-team-excerpt {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: 69%;
}
.archive-wrap.testimonial-list article .cat-testimonial-excerpt {
    float: right;
}
.archive-wrap article .cat-team-more.bttn {
    margin-top: 20px;
}
.archive-wrap.testimonial-grid .cat-testimonial-image {
    text-align: center;
}
.archive-wrap.testimonial-grid .cat-testimonial-excerpt::after {
    border-bottom: 30px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    right: 80px;
    top: -20px;
    transform: skew(40deg);
    -webkit-transform: skew(40deg);
}
.archive-wrap .cat-testimonial-excerpt {
    background: #eee none repeat scroll 0 0;
    position: relative;
}
.archive-wrap.testimonial-grid .cat-testimonial-excerpt {
    margin-top: 20px;
    padding: 10px;
}
.archive-wrap.testimonial-list .cat-testimonial-excerpt {
    padding: 15px;
}
.archive-wrap.testimonial-list .cat-testimonial-excerpt p {
    margin-bottom: 5px;
}
.testimonial-list .cat-testimonial-more.bttn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333;
    padding: 5px 0 3px;
    border-bottom: 1px solid transparent;
}
.testimonial-list .cat-testimonial-more.bttn:hover {
    color: #7b4165;
    border-bottom: 1px solid #7b4165;
}

/*---------------------------------------------------
EIGHTLAW PRACTICE STATS
----------------------------------------------------*/
.widget.widget_eightlaw_pro_practice_stats {
    margin-bottom: 0;
}
.practice-stats-tab > h5 {
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #32252d;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
    position: relative;
    vertical-align: top;
    width: 25%;
    font-weight: 600;
}
.practice-stats-tab.active > h5 {
    border-color: transparent;
    border-style: none;
    border-left-color: #32252d;
    border-left-style: solid;
    border-left-width: 3px;
}
.practice-stats-tab > h5:hover, .practice-stats-tab.active > h5 {
    background: transparent;
}
.practice-stats-tab .practice-tab-wrap {
    display: inline-block;
    padding-left: 40px;
    position: absolute;
    right: 0;
    top: -10px;
    vertical-align: top;
    width: 74%;
    display: none;
}
.widget.widget_eightlaw_pro_practice_stats:first-child .practice-tab-wrap {
    display: block;
}
.el-widget-progress-bar-wrap {
    margin-bottom: 10px;
}
.practice-tab-wrap > p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}
.el-widget-progress-bar-wrap > span {
 font-size: 13px;
 font-weight: 400;
 float: right;
}
.el-widget-progress-bar-wrap > h5 {
    display: inline-block;
    font-size: 13px;
    margin-bottom: 5px;
}
.el-widget-progress-bar {
    background: #ddd none repeat scroll 0 0;
    border-radius: 20px;
    height: 10px;
    position: relative;
}
.el-widget-progress-bar-percentage {
    border-radius: 20px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.el-widget-progress-bar-wrap:nth-of-type(1n) .el-widget-progress-bar-percentage {
    background: #f79449;
}
.el-widget-progress-bar-wrap:nth-of-type(2n) .el-widget-progress-bar-percentage {
    background: #df5a45;
}
.el-widget-progress-bar-wrap:nth-of-type(3n) .el-widget-progress-bar-percentage {
    background: #79d58a;
}
.el-widget-progress-bar-wrap:nth-of-type(4n) .el-widget-progress-bar-percentage {
    background: #85d1fb;
}

/*--------------------------------------------
LATEST SECTION
---------------------------------------------*/
.eightlaw-pro-latest-section {
    padding: 50px 0;
}
.latest-post, .latest-news {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.latest-news {
    padding-right: 0;
    padding-left: 15px;
}
.eightlaw-pro-latest-section.latest-post, 
.eightlaw-pro-latest-section.latest-news, 
.eightlaw-pro-latest-section.latest-post .latest-post, 
.eightlaw-pro-latest-section.latest-news .latest-news {
    float: none;
    width: 100%;
}
.eightlaw-pro-latest-section.latest-post .latest-post, 
.eightlaw-pro-latest-section.latest-news .latest-news {
    padding: 0;
}
.eightlaw-pro-latest-section .latest-post {
    position: relative;
}
.eightlaw-pro-latest-section .home-title {
    border-bottom: 1px solid #2a1d1f;
    padding-bottom: 5px;
    padding-right: 80px;
}
.slider-post .post-title {
 font-size: 16px;
 font-weight: 600;
 margin-bottom: 5px;
 margin-top: 20px;
}
.slider-post > p {
    color: #777;
    line-height: 25px;
    margin-bottom: 10px;
}
.eightlaw-pro-latest-section .latest-post .bttn {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #999;
    border-radius: 3px;
    color: #999;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 7px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.8;
}
.eightlaw-pro-latest-section .latest-post .bttn:hover {
    background: #999;
    color: #fff;
}
.eightlaw-pro-latest-section .latest-post .bx-controls.bx-has-controls-direction {
    position: absolute;
    right: 15px;
    top: 7px;
}
.eightlaw-pro-latest-section .latest-post .bx-controls.bx-has-controls-direction a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #32252d;
    color: #32252d;
    height: 25px;
    line-height: inherit;
    margin-top: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: inherit;
    text-indent: -50px;
    top: inherit;
    width: 25px;
}
.eightlaw-pro-latest-section .latest-post .bx-controls.bx-has-controls-direction a:hover {
    background: #32252d;
}
.eightlaw-pro-latest-section .latest-post .bx-controls.bx-has-controls-direction a.bx-prev {
    right: 35px;
    left: inherit;
}
.eightlaw-pro-latest-section .latest-post .bx-controls.bx-has-controls-direction a.bx-prev::after {
    content: "\f104";
    font-family: fontawesome;
    font-size: 22px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    text-indent: 24px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.eightlaw-pro-latest-section .latest-post .bx-controls.bx-has-controls-direction a.bx-next::after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 22px;
    line-height: 21px;
    position: absolute;
    text-align: center;
    text-indent: 25px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.eightlaw-pro-latest-section .latest-post .bx-controls.bx-has-controls-direction a.bx-prev:hover::after,
.eightlaw-pro-latest-section .latest-post .bx-controls.bx-has-controls-direction a.bx-next:hover::after {
    color: #fff;
}

/*----------------- LATEST NEWS -------------------*/
.latest-news-post:before, .latest-news-post:after {
    display: table;
    content: "";
}
.latest-news-post:after {
    clear: both;
}
.news-preview {
    margin-bottom: 30px;
}
.news-preview:last-child {
    margin-bottom: 0;
}
.news-list-wrap {
    float: left;
    padding-left: 10px;
    width: 50%;
}
.news-preview > figure {
    float: left;
    width: 20%;
}
.news-preview .news-content {
    float: left;
    padding-left: 20px;
    width: 80%;
}
.latest-news-post .news-title {
 display: inline-block;
 font-size: 16px;
 margin-bottom: 0;
 font-weight: 600;
}
.latest-news-post .news-title a:hover {
    color: #a04c80;
}
.latest-news-post .news-list:first-child .news-title {
    margin-top: 0;
}
.latest-news-post p {
    color: #777;
    line-height: 25px;
    margin-bottom: 0;
}
.slider-post .post-date, .latest-news-post .news-date {
    color: #999;
    font-size: 13px;
    font-style: italic;
}
.latest-news-post .news-date {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
}
.latest-news-post .news-date::before {
    content: "--";
    margin-right: 3px;
}
.news-list-wrap .news-list {
    position: relative;
    margin-bottom: 30px;
}
.latest-news-post .news-list .news-title {
    padding-left: 50px;
    margin-top: 0;
}
.latest-news-post .news-list .news-date {
    background: #9099ab none repeat scroll 0 0;
    border: 3px solid #9099ab;
    box-shadow: 0 0 0 1px #fff inset;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    left: 0;
    line-height: 20px;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 40px;
    font-style: normal;
}
.latest-news-post .news-list .news-date span {
    display: block;
    font-size: 13px;
}
.latest-news-post .news-list p {
    padding-left: 50px;
    margin-bottom: 0;
}

/*--------------------------------------------
WIDGET VIDEO
---------------------------------------------*/
/*.video-cta {
    position: relative;
    }*/
    .widget.widget_eightlaw_pro_cta_video figure.video-bkg-img {
        position: relative;
    }
    .video-cta .store-wrapper {
        background: #ddd none repeat scroll 0 0;
        padding: 10px;
    }
    .video-cta .fa {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
        border-radius: 100%;
        color: #fff;
        height: 50px;
        left: 0;
        line-height: 50px;
        margin: -25px auto 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        width: 50px;
        transition: all ease-in-out 0.4s;
        -webkit-transition: all ease-in-out 0.4s;
    }
    .video-cta .fa:hover {
        background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    }
    .video-cta .cta-title.main-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: 0;
    }
    .video-cta .cta-desc {
        color: #666;
        line-height: 20px;
    }

/*------------------------------------------
ISOTOPE SORTABLE LIST
-------------------------------------------*/
.archive-gallery {
    margin-bottom: 50px;
}
.category .button-group.filters-button-group {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}
.button-group .button {
    background: #ddd;
    display: inline-block;
    float: none !important;
    padding: 5px 15px;
    cursor: pointer;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.button-group .button:first-child, .button-group .button:last-child {
    border-radius: 0 !important;
}
.button-group .button:hover, .button-group .button.is-checked {
    background: #ca90b4;
    color: #fff;
}
.archive-wrap.grid {
    background: none !important;
    border: medium none !important;
}
.archive-gallery .grid-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: auto;
    margin: 0;
    padding: 5px;
    width: 25%;
}
.gallery-content {
    position: relative;
    overflow: hidden;
}
.gallery-content .gallery-img a::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.gallery-content:hover .gallery-img a::after {
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.gallery-content .gallery-img a img {
    transform: scale(1);
    -webkit-transform: scale(1);
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;   
}
.gallery-content:hover .gallery-img a img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.grid-details {
    color: #fff;
    left: 0;
    margin-top: -20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.gallery-content:hover .grid-details {
    opacity: 1;
    filter: alpha(opacity= 100);
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s; 
}
.gallery-content .gallery-title {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.gallery-content .gallery-title a {
    border-bottom: 1px solid transparent;
}
.gallery-content .gallery-title a:hover {
    color: #ca90b4;
    border-bottom-color: #ca90b4;
}

/*-----------------------------------------
GALLERY PAGE GRID LAYOUT
------------------------------------------*/
.archive-gallery-grid .ed-gallery {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    margin: 0;
    padding: 5px 3px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.grid-2 .ed-gallery {
    width: 49%;
}
.grid-3 .ed-gallery {
    width: 33%;
}
.grid-4 .ed-gallery {
    width: 24%;
}
.grid-5 .ed-gallery {
    width: 19%;
}
.grid-6 .ed-gallery {
    width: 16%;
}

/*-------------------------------------
SERVICE PAGE GRID VIEW
--------------------------------------*/
.services-grid2 article {
    width: 47.66%;
    border-bottom: medium none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: 5px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
.services-grid3 article {
    width: 31%;
    border-bottom: medium none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: 5px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
.services-grid4 article {
    width: 22.66%;
    border-bottom: medium none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: 5px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
/*.services-grid2 .entry-title, .services-grid3 .entry-title, .services-grid4 .entry-title {
    background: #eee none repeat scroll 0 0;
    padding: 3px;
    }*/
    .single-image {
        margin-bottom: 15px;
        text-align: center;
    }
    .single-image:empty {
        display: none;
    }
    .round img {
        border-radius: 100%;
        overflow: hidden;
    }
    .single-image .fa {
        background: #ddd none repeat scroll 0 0;
        font-size: 3em;
        height: 150px;
        line-height: 150px;
        width: 100%;
        text-align: center;
    }
    .single-image.round .fa {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        overflow: hidden;
    }
    .services-read-more.bttn {
        margin-top: 15px;
    }

    /*---------------- SERVICE LIST VIEW ------------------*/
    .archive.post-type-archive-services .services-list article {
        border-bottom: 1px solid #ddd;
        box-shadow: none;
        display: block;
        margin: 0 0 20px 0;
        padding: 0 0 20px 0;
        text-align: left;
    }
    .services-list .single-image {
        display: inline-block;
        width: 30%;
        vertical-align: top;
    }
    .services-list .single-image.round .fa {
        width: 230px;
        height: 230px;
        line-height: 230px;
        font-size: 5em;
    }
    .services-list .list-content-wrap {
        display: inline-block;
        padding-left: 20px;
        vertical-align: top;
        width: 69%;
    }

/*---------------------------------------------
TEATIMONIAL PAGE
----------------------------------------------*/
.archive-wrap.testimonial-list article {
    margin: 0 0 20px 60px;
    padding: 15px 15px 15px 60px;
    position: relative;
    background: #eee;
}
.testimonial-grid article .entry-header, 
.testimonial-list article .entry-header {
    margin-bottom: 10px;
}
.archive-wrap.testimonial-grid article .entry-header .entry-title, 
.archive-wrap.testimonial-list article .entry-header .entry-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin-right: 5px;
    margin-bottom: 0;
}
.archive-wrap.testimonial-grid article .entry-header .entry-title::after, 
.archive-wrap.testimonial-list article .entry-header .entry-title::after {
    content: ",";
    margin-left: 3px;
}
.testimonial-grid article h2, 
.testimonial-list article h2 {
    color: #444;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}
.archive-wrap.testimonial-list article .single-image {
    border: 5px solid #f6f6f6;
    left: -50px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
}
.archive-wrap.testimonial-grid article .single-image.round, 
.archive-wrap.testimonial-list article .single-image.round {
    border-radius: 100%;
}
.testimonial-grid .entry-content > p, 
.testimonial-list .entry-content > p {
    position: relative;
    padding-right: 20px;
}
.testimonial-grid .entry-content > p::after, 
.testimonial-list .entry-content > p::after {
    bottom: 0;
    color: #ccc;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    right: 0;
}
.testimonial-read-more.bttn, .team-member-grid .team-read-more.bttn {
    margin-top: 20px;
}
/*----------------- TESTIMONIAL GRID ---------------------*/
.testimonial-grid article {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
    width: 48%;
}
.testimonial-grid article:nth-child(2n) {
    margin-right: 0;
}
.no-sidebar .testimonial-grid article {
    width: 31%;
}
.no-sidebar .testimonial-grid article:nth-child(2n) {
    margin-right: 2%;
}
.no-sidebar .testimonial-grid article:nth-child(3n) {
    margin-right: 0;
}
.testimonial-grid .single-image {
    border: 5px solid #eee;
    height: 100px;
    margin-bottom: 5px;
    width: 100px;
}
.testimonial-grid .test-page-content {
    background: #eee none repeat scroll 0 0;
    margin-top: 25px;
    padding: 15px;
    position: relative;
}
.testimonial-grid .test-page-content::before {
    border-bottom: 20px solid #eee;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    left: 40px;
    position: absolute;
    top: -20px;
}

/*---------------------------------------------
TEAM PAGE
----------------------------------------------*/
.archive-wrap.team-member-grid article {
    display: inline-block;
    margin-right: 2%;
    vertical-align: top;
    width: 31%;
}
.archive-wrap.team-member-grid article:nth-child(3n) {
    margin-right: 0;
}
.both-sidebar .archive-wrap.team-member-grid article {
    width: 47.66%;
}
.team-member-grid .single-image {
    position: relative;
    margin-bottom: 0;
}
.team-member-grid .single-image:after {
    content: "";
    border-bottom: 2px solid #7c4066;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    visibility: hidden;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.team-member-grid .single-image:hover:after {
    visibility: visible;
    width: 100%;
}
.team-text {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 15px 0;
}
.archive .team-text .entry-header {
    padding-right: 10px;
    padding-left: 10px;
}
.archive .team-text .entry-header .entry-title {
    border-bottom: medium none;
    color: #2c2c2c;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
}
.team-text .entry-title > a {
    color: #2c2c2c;
}
.team-text .entry-header .entry-title + h2 {
    color: #999;
    font-size: 17px;
    font-weight: 300;
}
.team-social-links {
    margin: 20px 0;
    padding-right: 10px;
    padding-left: 10px;
}
.team-social-links > a .fa {
    background: #333 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
}
.team-social-links > a .fa:hover {
    background: #555;
}
.team-member-grid .team-contact-details {
    display: none;
}
.team-contact-details {
    border-top: 1px solid #ddd;
    color: #7d4069;
    font-family: roboto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-top: 25px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.team-contact-details a {
    color: #333;
    font-weight: 400;
}
.team-contact-details a:hover {
    color: #7d4069;
}

/*--------------------- TEAM LIST VIEW ------------------*/
.team-member-list .single-image {
    border-bottom: 4px solid #eaeaea;
    display: inline-block;
    vertical-align: top;
    width: 35%;
}
.team-member-list .entry-content {
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    width: 64%;
}
.team-member-list .entry-content > ul {
    list-style: outside none none;
    margin-left: 25px;
    margin-top: 20px;
}
.team-member-list .entry-content > ul li {
    margin-bottom: 15px;
    position: relative;
}
.team-member-list .entry-content > ul li::before {
    background: #7b4165 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 10px;
    left: -25px;
    position: absolute;
    top: 9px;
    width: 10px;
}

/*----------------------------------------------
BLOG PAGE MEDIUM AND ALTERNATE MEDIUM LAYOUT
----------------------------------------------*/
.blog-medium article, .blog-alternate article {
    margin-bottom: 70px; 
}
.blog-medium .cat-blog-image, .blog-alternate .cat-blog-image {
    float: left;
    width: 30%;
}
.blog-alternate article:nth-child(even) .cat-blog-image{
    float: right;
}
.blog-medium .cat-blog-content-wrap, .blog-alternate .cat-blog-content-wrap {
    float: left;
    padding-left: 20px;
    width: 70%;
}
.blog-alternate article:nth-child(even) .cat-blog-content-wrap {
    padding-right: 20px;
    padding-left: 0;
}
.archive-wrap .cat-blog-more.bttn, 
.archive-wrap .cat-archive-more.bttn {
    border-radius: 0;
    line-height: 1.2;
    margin-top: 20px;
    background: #8f5677;
}
.archive-wrap .cat-blog-more.bttn:hover, 
.archive-wrap .cat-archive-more.bttn:hover {
    background: #7b4165;
}
.blog-grid-2 article {
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
    width: 48%;
}
.blog-grid-2 article:nth-child(2n) {
    margin-right: 0;
}
.blog-grid-3 article {
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
    width: 31%;
}
.blog-grid-3 article:nth-child(3n) {
    margin-right: 0;
}
.blog-grid-4 article {
    display: inline-block;
    margin-right: 3%;
    vertical-align: top;
    width: 22.33%;
}
.blog-grid-4 article:nth-child(4n) {
    margin-right: 0;
}
.blog-large .cat-blog-content-wrap, .blog-grid .cat-blog-content-wrap {
    margin-top: 20px;
}
.blog-medium .blog-date, 
.blog-alternate .blog-date, 
.blog-large .blog-date, 
.blog-grid .blog-date {
    float: left;
    padding-right: 15px;
    text-align: center;
    width: 65px;
    color: #905778;
}
.blog-alternate article:nth-child(even) .blog-date {
    float: right;
    padding-right: 0;
    padding-left: 15px;
}
.blog-medium .cat-blog-desc, 
.blog-alternate .cat-blog-desc, 
.blog-large .cat-blog-desc, 
.blog-grid .cat-blog-desc {
    border-left: 1px solid #bdbbbe;
    float: left;
    width: calc(100% - 65px);
}
.blog-alternate article:nth-child(even) .cat-blog-desc {
    border-left: none;
    border-right: 1px solid #bdbbbe;
    text-align: right;
}
.blog-large .cat-blog-desc, .blog-grid .cat-blog-desc {
    padding-left: 15px;
}
.archive-wrap article .entry-header .entry-title {
    border-bottom: medium none;
    color: #000;
    font-size: 20px;
    letter-spacing: -0.5px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.archive-wrap .blog-author, .archive-wrap .blog-comment {
    display: inline-block;
}
.archive-wrap .blog-author {
    margin-right: 20px;
}
.archive-wrap.blog-medium article .entry-header, 
.archive-wrap.blog-medium article .cat-blog-excerpt > p, 
.archive-wrap.blog-alternate article .entry-header, 
.archive-wrap.blog-alternate article .cat-blog-excerpt > p {
    padding-left: 15px;
}
.archive-wrap.blog-alternate article:nth-child(even) .entry-header, 
.archive-wrap.blog-alternate article:nth-child(even) .cat-blog-excerpt > p {
    padding-left: 0;
    padding-right: 15px;
}
.archive-wrap .entry-header {
    margin-bottom: 20px;
}


/*-----------------------------------------
SINGLE PAGE
------------------------------------------*/
.single .page-meta {
    background: #eee none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 5px 15px;
}
.single-post .post-date {
    float: left;
    padding-right: 15px;
    text-align: center;
    width: 65px;
    color: #905778;
}
.single-post .post-date span {
    display: block;
    font-size: 40px;
    font-weight: 900;
    line-height: 35px;
}
.single-post .content-desc {
    border-left: 1px solid #ddd;
    float: left;
    padding-left: 15px;
    width: calc(100% - 65px);
}
.single-post .date-author-wrap {
    margin-bottom: 10px;
}
.single-post .content-desc .post-author, 
.single-post .content-desc .post-comment {
    display: inline-block;
}
.single-post .content-desc .post-author {
    margin-right: 20px;
}
.single-post .entry-footer {
    margin-left: 80px;
    margin-top: 0;
}
.cat-archive-excerpt {
    margin-top: 20px;
}
.archive-wrap .cat-archive-excerpt .entry-header {
    margin-bottom: 0;
}

/*--------------------------------------------
SEARCH PAGE
---------------------------------------------*/
.search article .entry-header .entry-title {
    font-size: 22px;
    line-height: 40px;
}
.search .no-results .search-form label {
    display: inline-block;
    vertical-align: top;
    width: 85%;
}
.search .no-results .search-form label input[type="search"] {
    border-width: 5px;
    height: 55px;
}
.search .no-results .search-form .search-submit {
    display: inline-block;
    height: 55px;
    vertical-align: top;
    width: 14%;
    padding: 0;
}

/*------------------------------------------
ERROR 404 PAGE
-------------------------------------------*/
.error404 section.not-found {
    height: 450px;
}
.number404 {
    border: 10px solid #ddd;
    border-radius: 100%;
    color: #666;
    font-size: 5em;
    font-weight: 900;
    height: 200px;
    line-height: 200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 200px;
}
.number404 span {
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    position: absolute;
    right: 30px;
    text-transform: uppercase;
    top: 30px;
}
.error404 .number404::after {
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.35), #fff 50%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.35), #fff 50%);
    background: -ms-radial-gradient(rgba(0, 0, 0, 0.35), #fff 50%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.35), #fff 50%);
    background: radial-gradient(rgba(0, 0, 0, 0.35), #fff 50%);
    bottom: -40px;
    content: "";
    height: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 180px;
}

/*-----------------------------------------------
FEATURE POST WIDGET
------------------------------------------------*/
.widget_eightlaw_pro_feature .el-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widget_eightlaw_pro_feature .el-list li::before {
    content: "";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    font-size: 13px;
    top: 2px;
}
.widget_eightlaw_pro_feature .el-list.el-list1 li::before {
    content: "\f0e7";

}
.widget_eightlaw_pro_feature .el-list.el-list2 li::before {
    content: "\f08d";
}
.widget_eightlaw_pro_feature .el-list.el-list3 li::before {
    content: "\f046";
}
.widget_eightlaw_pro_feature .el-list.el-list4 li::before {
    content: "\f005";
}
.widget_eightlaw_pro_feature .el-list.el-list5 li::before {
    content: "\f101";
    font-size: 16px;
    top: 0px;
}
.widget_eightlaw_pro_feature .el-list.el-list6 li::before {
    content: "\f0c8";
    font-size: 10px;
    top: 5px;
}
.widget_eightlaw_pro_feature .el-list li {
    padding-left: 15px;
    position: relative;
}
.widget_eightlaw_pro_feature .el-list.el-list3 li, 
.widget_eightlaw_pro_feature .el-list.el-list4 li {
    padding-left: 20px;
}

/*-------------------------------------------------
PRACTICE STATS WIDGET
--------------------------------------------------*/
.sidebar .widget.widget_eightlaw_pro_practice_stats, 
.top-footer .widget.widget_eightlaw_pro_practice_stats {
    margin-bottom: 25px;
    position: relative;
}
.sidebar .practice-stats-tab > h5::after {
    border-bottom-width: 6px;
    border-right-width: 6px;
    border-top-width: 6px;
    margin-top: -5px;
    opacity: 1;
    visibility: visible;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.sidebar .practice-stats-tab.active > h5::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.sidebar .practice-stats-tab > h5, 
.top-footer .practice-stats-tab > h5 {
    width: 100%;
    padding: 5px 15px 5px 0;
    border-right: none;
}
.sidebar .practice-stats-tab .practice-tab-wrap, 
.top-footer .practice-stats-tab .practice-tab-wrap {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none; 
    position: static;
    right: 0;
    top: -10px;
    vertical-align: top;
    width: 100%;
}

/*--------------------------------------------------
PRICING TABLE WIDGET
---------------------------------------------------*/
.widget.widget_eightlaw_pro_pricing {
    background: #eee none repeat scroll 0 0;
    text-align: center;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 0 1px;
}
.sidebar .widget.widget_eightlaw_pro_pricing, 
.top-footer .widget.widget_eightlaw_pro_pricing {
    width: 100%;
    padding: 0;
}
.ap-pricing-head {
    background: #7b4165 none repeat scroll 0 0;
}
.ap-pricing-plan::after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #49273c;
    bottom: -15px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 30px;
}
.ap-pricing-plan {
    background: #49273c none repeat scroll 0 0;
    color: #fff;
    padding: 5px 10px;
    position: relative;
}
.ap-price-box .ap-price {
    color: #fff;
    font-size: 3.5em;
    line-height: 60px;
    padding: 10px;
}
.ap-price-box .ap-price .ap-per {
    display: block;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 20px;
    padding-top: 5px;
}
.ap-pricing-plan-sub-text {
    background: #ddd none repeat scroll 0 0;
    font-size: 13px;
    line-height: 20px;
    padding: 10px;
}
.ap-pricing-features .ap-pricing-features-inner {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ap-pricing-features .ap-pricing-features-inner li {
    background: #eee none repeat scroll 0 0;
    padding: 5px 10px;
}
.ap-pricing-features .ap-pricing-features-inner li:nth-child(even) {
    background: #ddd;
}
.ap-pricing-readmore .bttn {
    padding: 20px;
    width: 100%;
}

/*------------------------------------------
SOCIAL ICON WIDGET
-------------------------------------------*/
.widget.widget_eightlaw_pro_social_icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-social-icons li {
    display: inline-block;
    padding: 2px 1px;
}
.widget-social-icons a {
    background: #7b4165 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}
.widget.widget_eightlaw_pro_social_icons ul li a:hover {
    color: #fff;
    background: #a04c80;
}

/*-----------------------------------------------
STATCOUNTER WIDGET
------------------------------------------------*/
.widget.widget_eightlaw_pro_stat_counter {
    display: inline-block;
    padding: 0 10px;
    width: 25%;
}
.sidebar .widget.widget_eightlaw_pro_stat_counter, 
.top-footer .widget.widget_eightlaw_pro_stat_counter {
    padding: 0;
    width: 100%;
}
.ed-stat-counter {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 150px;
}
.ed-stat_counter-icon {
    background: #ddd none repeat scroll 0 0;
    border-radius: 100%;
    color: #444;
    font-size: 2.5em;
    height: 110px;
    line-height: 100px;
    margin: 0 auto;
    width: 110px;
}
.ed-stat_counter-number {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ddd;
    border-radius: 20px;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    left: 0;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 80px;
}
.ed-stat-counter > h1 {
    font-size: 16px;
    font-weight: 600;
    padding-top: 15px;
    text-transform: uppercase;
}

/*-------------------------------------------
TEAM WIDGET
--------------------------------------------*/
.member-name {
    background: #ddd none repeat scroll 0 0;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px 0;
}
.designation {
    background: #ddd none repeat scroll 0 0;
    color: #777;
    font-style: italic;
    line-height: 20px;
    padding: 0 10px 5px;
    border-bottom: 1px solid #fff;
}
.team-content {
    background: #ddd none repeat scroll 0 0;
    color: #666;
    font-size: 15px;
    line-height: 22px;
    padding: 5px 10px;
}
.team-content .social-links {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}
.social-links a {
    border: 1px solid #a04c80;
    color: #a04c80;
    border-radius: 100%;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    text-align: center;
    width: 30px;
}
.social-links a:hover {
    background: #a04c80;
    color: #fff;
}

/*-------------------------------------------
TESTIMONIAL WIDGET
--------------------------------------------*/
.widget.widget_eightlaw_pro_testimonial .testimonial-title > span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.widget.widget_eightlaw_pro_testimonial .testimonial-image {
    border: 10px solid #eee;
    margin: 0 auto 20px;
    text-align: center;
    width: 100px;
}
.widget.widget_eightlaw_pro_testimonial .testimonial-content::before {
    border-bottom: 30px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    right: 80px;
    top: -29px;
    transform: skew(45deg);
    -webkit--transform: skew(45deg);
}
.widget.widget_eightlaw_pro_testimonial .testimonial-image.square + .testimonial-content::before {
    right: 70px;
}
.widget.widget_eightlaw_pro_testimonial .testimonial-content.buttom::before {
    left: 100px;
    right: inherit;
}
.widget.widget_eightlaw_pro_testimonial .testimonial-content {
    background: #ddd none repeat scroll 0 0;
    color: #666;
    font-size: 15px;
    line-height: 22px;
    padding: 10px;
    position: relative;
}
.widget.widget_eightlaw_pro_testimonial .client-detail {
    background: #ddd none repeat scroll 0 0;
    padding: 0 10px 10px;
}
.widget.widget_eightlaw_pro_testimonial .testimonial-content.buttom + .testimonial-image + .client-detail {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    margin-left: 10px;
    padding: 0;
    vertical-align: middle;
    width: calc(100% - 115px);
}
.widget.widget_eightlaw_pro_testimonial .client-name {
    font-weight: 600;
    line-height: 20px;
}
.widget.widget_eightlaw_pro_testimonial .client-designation {
    color: #777;
    font-style: italic;
}
.widget.widget_eightlaw_pro_testimonial .testimonial-content.buttom {
    margin-bottom: 30px;
}
.widget.widget_eightlaw_pro_testimonial .testimonial-content.buttom::before {
    bottom: -29px;
    top: inherit;
    transform: rotate(180deg) skew(-45deg);
    -webkit-transform: rotate(180deg) skew(-45deg);
}
.widget.widget_eightlaw_pro_testimonial .testimonial-content.buttom + .testimonial-image {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.widget.widget_eightlaw_pro_testimonial .testimonial-image.round {
    border-radius: 100%;
}

/*------------------------------------------------------------
TOGGLE WIDGET
-------------------------------------------------------------*/
.widget_eightlaw_pro_accordion .el_toggle .el_toggle_title::after {
    content: "";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 6px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.widget_eightlaw_pro_accordion .el_toggle.open .el_toggle_title:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.widget_eightlaw_pro_accordion .el_toggle .el_toggle_title {
    background: #ddd none repeat scroll 0 0;
    cursor: pointer;
    font-weight: 600;
    padding: 3px 25px 3px 10px;
    position: relative;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}
.widget_eightlaw_pro_accordion .el_toggle .el_toggle_title:hover, 
.widget_eightlaw_pro_accordion .el_toggle.open .el_toggle_title {
    color: #fff;
    background: #a04c80;
}
.widget_eightlaw_pro_accordion .el_toggle .el_toggle_content {
    background: #eee none repeat scroll 0 0;
    color: #777;
    font-size: 15px;
    line-height: 22px;
    padding: 15px 10px; 
}

/*---------------------------------------
CALL TO ACTION WITH FORM
----------------------------------------*/
.widget_eightlaw_pro_cta_form .cta-desc {
    color: #777;
    line-height: 22px;
    margin-bottom: 10px;
}
.wpcf7-form > p {
    font-weight: 600;
}

/*---------------------------------------------
SLIDER WIDGET
----------------------------------------------*/
.widget.widget_eightlaw_pro_slider {
    overflow: hidden;
    position: relative;
}
.widget.widget_eightlaw_pro_slider .widget-slider {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.widgets-slider-caption {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}
.widgets-slider-caption h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.widgets-slider-caption p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 18px;
}
.widget.widget_eightlaw_pro_slider .bx-controls-direction a.bx-prev::before {
    font-size: 20px;
    text-indent: -160px;
}
.widget.widget_eightlaw_pro_slider .bx-controls-direction a.bx-next::before {
    font-size: 20px;
    text-indent: -155px;
}
.widget.widget_eightlaw_pro_slider .bx-controls-direction a {
    height: 70px;
    line-height: 70px;
    width: 40px;
}
.widget.widget_eightlaw_pro_slider:hover .bx-controls-direction a.bx-prev {
    left: 0;
}
.widget.widget_eightlaw_pro_slider:hover .bx-controls-direction a.bx-next {
    right: 0;
}

/*-----------------------------------------
WIDGET CTA ADVANCE
------------------------------------------*/
.widget_eightlaw_pro_cta_advance::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.widget_eightlaw_pro_cta_advance {
    padding: 20px;
    position: relative;
}
.widget_eightlaw_pro_cta_advance .cta-advance-content {
    position: relative;
    z-index: 1;
    color: #fff;
}
.widget_eightlaw_pro_cta_advance .widget-title {
    border-bottom: medium none;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
}
.widget_eightlaw_pro_cta_advance .btn {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    padding: 5px 15px;
}
.widget_eightlaw_pro_cta_advance .btn:hover {
    background: #7b4165;
    color: #fff;
}
.widget_eightlaw_pro_cta_advance .btn .fa {
    margin-right: 10px;
}
.widget_eightlaw_pro_cta_advance .cta-bkg-image {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*---------------------------------------
WOOCOMMERCE DESIGN
----------------------------------------*/
.woocommerce ul.products li.product h3 {
    font-weight: 500;
}
.add_to_wishlist, .woocommerce ul.products li.product .button.yith-wcqv-button {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto !important;
    overflow: hidden;
    position: absolute;
    right: 55px;
    text-align: center;
    text-indent: 60px;
    top: 20%;
    width: 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
}
.woocommerce ul.products li.product .button.yith-wcqv-button {
    right: -55px;
}
.add_to_wishlist:hover, .woocommerce ul.products li.product .button.yith-wcqv-button:hover {
    background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
    color: #fff;
}
.add_to_wishlist::before, .woocommerce ul.products li.product .button.yith-wcqv-button::before {
    content: "\f004";
    font-family: fontawesome;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 0;
    top: 0;
}
.woocommerce ul.products li.product .button.yith-wcqv-button::before {
    content: "\f00e";
}
.woocommerce ul li:hover .add_to_wishlist, .woocommerce ul.products li.product:hover .button.yith-wcqv-button {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}
.woocommerce ul.products li.product:hover .button.yith-wcqv-button {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 55px;
    top: 24%;
}
.woocommerce ul.products li.product .price del {
    float: right;
}
.select2-container .select2-choice {
    border-radius: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-navigation > ul {
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
}
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}
.woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 10px 20px;
}
.woocommerce-MyAccount-navigation ul li a:hover, 
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #ddd none repeat scroll 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-content a {
    color: #7b4165;
}
.woocommerce-MyAccount-content form input {
    height: 40px;
}
.woocommerce-MyAccount-content form fieldset {
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content legend {
    border-bottom: 1px solid #999;
    display: block;
    font-weight: bold;
    margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
    color: #f0a5d9;
    font-size: 1em;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: #f0a5d9;
}
.woocommerce table.wishlist_table tbody td {
    font-size: 13px;
    font-weight: 300;
    padding: 16px 12px;
}
.woocommerce table.shop_table td {
    font-weight: 500;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    height: 40px;
}
