/******************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.1.4
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i');
/* Font Faces - END */
:root {
    font-size: 100%;
}
html {
    font-size: 100% !important;
}
body, p, td, ul, li {
    color: #050505;
    font-family: 'Lato', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
    color: #050505;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0 0 12px;
    padding: 0;
    text-rendering: optimizelegibility;
}
td {
    color: #ffffff;
}
h1 {
    color: #2db6be;
    font-size: 5rem;
}
h2 {
    color: #2db6be;
    font-size: 4.375rem;
    margin-bottom: 42px;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
    margin-bottom: 30px;
}
h5 {
    font-size: 1.375rem;
}
h6 {
    font-size: 1.125rem;
}
a {
    color: #2db6be;
    outline: none;
    text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
    color: #2db6be;
    text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
    border: 0;
    max-width: 100%;
    position: relative;
    width: auto\9;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
    height: auto !important;
}
img:before {
    background-color: #efefef;
    border: 2px dotted rgb(200, 200, 200);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    height: 100px;
    width: 100%;
}
img:after {
    color: rgb(100, 100, 100);
    content: "\f127" " Broken Image of " attr(alt);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
img.cke_wordpress_more {
    height: 10px !important;
}
p {
    margin-bottom: 40px;
    margin-top: 0;
    padding: 0;
}
p:last-child {
    margin-bottom: 0;
}
table {
    margin: 20px 0;
}
hr {
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    color: transparent;
    height: 1px;
    margin: 40px 0;
}
::-webkit-input-placeholder {
opacity: 1;
}
::-moz-placeholder {
opacity: 1;
} /* firefox 19+ */
:-ms-input-placeholder {
opacity: 1;
filter:alpha(opacity=100);
} /* ie */
input:-moz-placeholder {
opacity: 1;
}
iframe {
    max-width: 100%;
}
.wrap {
 *zoom: 1;
}
.wrap:before, .wrap:after {
    content: "";
    display: table;
    line-height: 0;
}
.wrap:after {
    clear: both;
}
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
    hyphens: none;
}
.sfm-rollback {
    display: none;
}
#post-not-found {
    padding-top: 30px;
    text-align: center;
}
.em-googlemap, .acf-map {
    position:relative;
}
.overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
/*********************
LAYOUT STYLES
*********************/
.center {
    margin: 0 auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
}
.extra_content {
    padding: 30px 0;
}
.extra-content-cols {
    margin: 0 -15px;
}
.extra-content-col {
    float: left;
    margin: 15px 0;
    padding: 0 15px;
}
.extra-content-col-02 .extra-content-col {
    width: 50%;
}
.extra-content-col-03 .extra-content-col {
    width: 33.333333%;
}
.extra-content-col-04 .extra-content-col {
    width: 25%;
}
.extra-content-col-05 .extra-content-col {
    width: 20%;
}
.extra-content-col-06 .extra-content-col {
    width: 16.6666667%;
}
.extra-content-col-02 .extra-content-col:nth-child:(2n+1), .extra-content-col-03 .extra-content-col:nth-child:(3n+1), .extra-content-col-04 .extra-content-col:nth-child:(4n+1), .extra-content-col-05 .extra-content-col:nth-child:(5n+1), .extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
 clear: both;
}
/*** Enter your style for global layout here ***/
.inner-banner {
    background: url(library/images/banner-inner.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 4.2%;
    padding-top: 4.2%;
    text-align: center;
}
.single-barristers .inner-banner h1 {
    text-align: left;
}
.single-barristers .inner-banner {
    padding-bottom: 11.4035%;
    padding-top: 11.4035%;
}
.postid-237.single-barristers .inner-banner,
.postid-167.single-barristers .inner-banner,
.postid-125.single-barristers .inner-banner,
.postid-156.single-barristers .inner-banner, 
.postid-166.single-barristers .inner-banner,
.postid-168.single-barristers .inner-banner,
.postid-157.single-barristers .inner-banner {
    background-position: 70% center;
}
.postid-159.single-barristers .inner-banner,
.postid-121.single-barristers .inner-banner,
.postid-118.single-barristers .inner-banner,
.postid-117.single-barristers .inner-banner {
    background-position: 75% center;
}
.postid-124.single-barristers .inner-banner,
.postid-113.single-barristers .inner-banner,
.postid-170.single-barristers .inner-banner {
    background-position: 80% center;
}
.postid-165.single-barristers .inner-banner,
.postid-163.single-barristers .inner-banner {
    background-position: 85% center;
}
.postid-115.single-barristers .inner-banner {
    background-position: 67% center;
}
.inner-banner h1 {
    color: #ffffff;
    font-size: 80px;
    margin: 0 0 30px 0 !important;
}
.inner-banner .list-inline {
    list-style: none;
    margin-bottom: 0;
    margin-top: 30px;
    padding-left: 0;
}
.inner-banner .list-inline li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.page-id-8 .mainbody-inner, .parent-pageid-12 .mainbody-inner, .page-id-418 .mainbody-inner {
    max-width: 900px;
    margin: 0 auto;
}
.parent-pageid-12 .mainbody-inner li {
    margin-bottom: 20px;
}
.page-id-8 h2 {
    font-size: 3.9rem;
}
.page-id-8 .fa-li {
    top: .27em !important;
}
.page-id-8 li {
    margin-bottom:20px;
}
.post-12 .ezcol-one-third {
    position: relative;
}
.post-12 .ezcol-one-third .inner-portals {
    background-color: rgb(45, 182, 190);
    display: block;
    margin-bottom: 20px;
    min-height: 191px;
    padding: 30px 30px 40px 30px;
}
.post-12 .ezcol-one-third .inner-portals a {
    border-bottom: 4px solid #FFF;
    display: block;
}
.post-12 .ezcol-one-third .inner-portals .port-title {
    display: block;
    font-size: 1.45rem;
    margin-bottom: 12px;
}
.post-12 .ezcol-one-third .inner-portals .more-link {
    display: block;
    margin-bottom: 30px;
}
/* Homepage - Enter any style for elements on homepage here */
/*** Enter your custom style for elements on homepage here ***/
/*********************
HEADER
*********************/
.main-header {
    padding-bottom: 52px;
    padding-top: 55px;
}
.main-header .center {
    max-width: 1822px;
}
.main-header .logo, .main-header .top-menu {
    float: left;
}
.main-header .logo img {
    max-width: 142px;
}
.main-header .header-right {
    float: right;
    margin: 22px 0px;
}
.main-header .top-menu {
    margin: 22px 0px;
    margin-left: 12%;
}
.main-header .header-right a {
    text-transform: uppercase;
}
/*********************
BANNER
*********************/
.banner-area {
    position: relative;
}
.banner-area .banner-content {
    left: 0;
    margin: auto;
    max-width: 1100px;
    padding: 0px 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 100%;
    z-index: 9090;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}
.banner-area .banner-content h1 {
    color: #ffffff;
    font-size: 4.86875rem;
    font-family: 'Lato';
    font-weight: 500;
    line-height: 1.1;
}
.banner-area .banner-content p {
    color: #ffffff;
    font-family: 'Lato';
    font-size: 1.5rem;
    font-weight: 500;
}
.banner-area a.em-button {
    margin: 0px 15px;
}
.banner-area a.em-button, .inner-banner a.em-button {
    background-position: 24px center;
    background-repeat: no-repeat;
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.2);
    font-size: 1.515rem;
    padding: 21px 42px 22px 76px;
}
.banner-area a.em-button.barristers, .inner-banner a.em-button.barristers {
    background-image: url(library/images/icon-barristers.png);
}
.banner-area a.em-button.areas-practice, .inner-banner a.em-button.areas-practice {
    background-image: url(library/images/icon-areas.png);
}
/*********************
CONTENT
*********************/
/* GLOBAL CONTENT */
#content {
    padding-bottom: 6%;
    padding-top: 6%;
}
/* HOME PAGE */
#post-6 .ezcol.ezcol-two-fifth {
    width: 39.6%;
}
#post-6 .ezcol.ezcol-two-fifth img {
    margin-bottom: 37px;
}
#post-6 .ezcol-three-fifth.ezcol-last {
    padding-left: 5%;
    width: 56.4%;
}
.areas-barristers {
    margin-top:40px;
}
.areas-barristers .ezcol-one-quarter {
    background:#f7f7f7;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.areas-barristers .ezcol-one-quarter p {
    font-size: 1rem;
}
/*********************
RECCENT BLOG
*********************/
.recent-news {
    margin-top: 30px;
}
.recent-news h3 {
    font-size: 2.25rem;
    font-weight: 500;
}
.recent-news .blog-row .col-md-6:first-child {
    margin-right: 5%;
    width: 45%;
}
.recent-news .blog-row .col-md-6 {
    float: left;
    margin-bottom: 50px;
    margin-top: 25px;
    width: 50%;
}
.recent-news .blog-row .col-md-6 .post-list-date span {
    color: #6f6767;
    font-size: 0.9375rem;
    font-style: italic;
}
.recent-news .blog-row .col-md-6 .post-list-content p {
    color: #000000;
}
.recent-news .blog-row .col-md-6 a.more-link {
    background-color: #2db6be;
    color: #ffffff;
    display: inline-block;
    padding: 14px 27px;
    text-decoration: none;
}
/*********************
CTA SECTION
*********************/
.bottom-bar {
    background-color: #e6e6e6;
    padding-bottom: 4.5%;
    padding-top: 4.5%;
}
.bottom-bar p {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}
.bottom-bar a.em-button {
    font-size: 1.125rem;
    font-weight: 700;
}
.bottom-bar .ezcol-last {
    text-align: right;
}
/*********************
ASSOCIATED LOGO
*********************/
.assoc-wrap {
    background-color: #f6f6f6;
    padding-bottom: 45px;
    padding-top: 35px;
}
.assoc-wrap h6 {
    color: #050505;
    font-size: 0.8525rem;
    padding-left: 24px;
}
.assoc-wrap .em-image-scroller {
    margin-top: 35px;
}
/*********************
BARRISTERS
*********************/
#seniority {
    clear: both;
}
#alphabetical {
    clear: both;
}
h1.our-barristers {
    color: #0a1b3f;
    font-size: 4.3125rem;
}
.barrister-short-description {
    float: left;
    padding-right: 10%;
    width: 79%;
}
.barrister-short-description p {
    color: #050505;
    font-size: 1.435rem;
    line-height: 170%;
}
.barrister-form {
    float: left;
    width: 21%;
}
.barrister-form p {
    color: #050505;
    font-size: 1.0625rem;
    margin-bottom: 15px;
}
.barrister-form .jqTransformSelectWrapper, .jqTransformSelectWrapper ul a {
    background: #e6e7e7;
    border: 0;
    padding: 20px;
    width: 100% !important;
}
.jqTransformSelectWrapper div span {
    width: 100% !important;
}
.barrister-form .jqTransformSelectWrapper div span, .jqTransformSelectWrapper ul a {
    color: #565656;
    font-size: 1.0625rem;
}
.barrister-form .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    background-color: #00a3da;
    color: #FFF;
}
.barrister-form .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
    background-color: #e6e7e7;
    background-image: url(library/images/dropdown-arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    left: -10px;
    width: 40px;
}
.barrister-list {
    float: left;
    margin-bottom: 40px;
    padding: 0 33px;
    width: 25%;
}
.barrister-categories h2 {
    color: #0a1b3f;
    display: inline-block;
    font-size: 3.0625rem;
    margin-bottom: 50px;
    margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.barrister-categories h2:after {
    background-color: #00a3da;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    width: 90%;
}
.barrister-categories-list {
    margin: 0 -30px;
}
.barrister-list-inner {
    max-width: 250px;
    margin: 0 auto;
    position: relative;
}
.barrister-name {
    background-color: #00a3da;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 15px 10px;
    position: absolute;
    right: 0;
}
.barrister-name h3, .full-bio h3, .full-bio .read-bio {
    color: #FFF;
    font-size: 1.25rem;
    margin-bottom: 0;
    text-align: center;
}
.full-bio h3 {
    margin-bottom: 20px;
    padding-bottom: 25px;
    position: relative;
}
.full-bio .read-bio {
    background-image: url(library/images/bio-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: inline;
    font-style: italic;
    padding-right: 40px;
    text-decoration: none;
}
.full-bio a {
    text-decoration: none;
}
.read-full {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
}
}
.full-bio h3:after {
    background-color: #FFF;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 65%;
}
.full-bio {
    background-color: rgba(0, 163, 218, 0.7);
    bottom: 0;
    display: none;
    left: 0;
    margin: auto;
    padding: 30px 25px 20px 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.full-bio p {
    color: #FFF;
    font-size: 1.0625rem;
    line-height: 180%;
    margin-bottom: 0;
    text-align: left;
}
.barrister-list-inner:hover .full-bio {
    display: block;
}
.barrister-list-inner:hover .barrister-name {
    display: none;
}
.main-bio h2 {
    color: #0a1b3f;
    display: inline-block;
    font-size: 2.5rem;
    margin-bottom: 45px;
    padding-bottom: 25px;
    position: relative;
}
.main-bio h2:after {
    background-color: #00a3da;
    bottom: 0;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    width: 90%;
}
.left-desc {
    float: left;
    padding-right: 10%;
    width: 58%;
}
.left-desc .biography p {
    font-size: 1.125rem;
    line-height: 200%;
}
.left-desc .biography p.first-p {
    font-size: 1.375rem;
}
.left-desc ul {
  	margin-bottom: 7%;
    margin-top: 1%;
    padding-left: 20px;
}
.left-desc ul li {
    margin-right: 32px;
    margin-bottom: 20px;
}
.logo-uploads li {
    display: inline-block;
}
.right-desc {
    float: left;
    width: 42%;
}
.right-desc .areas-of-expretise ul, .right-desc .contact-information ul {
    margin: 0;
    padding: 0;
}
.right-desc .areas-of-expretise ul li {
    background-image: url(library/images/plus.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    font-size: 1.375rem;
    list-style: none;
    margin-bottom: 18px;
    padding-left: 55px;
}
.right-desc .contact-information {
    margin-top: 15%;
}
.right-desc .contact-information ul li {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 1.375rem;
    line-height: 31px;
    list-style: none;
    margin-bottom: 12px;
    padding-left: 55px;
}
.right-desc .contact-information ul li.email {
    background-image: url(library/images/envelope.png);
}
.right-desc .contact-information ul li.phone {
    background-image: url(library/images/telephone.png);
}
.right-desc .contact-information ul li.mobile {
    background-image: url(library/images/mobile.png);
}
.right-desc .contact-information ul li.address {
    background-image: url(library/images/address.png);
}
.right-desc .contact-information ul li.linkedin {
    background-image: url(library/images/linkedin.png);
    background-position: left 4px;
}
.right-desc .contact-information ul li.resume {
    background-image: url(library/images/icon-bold-cv.png);
    background-position: 0px 1px;
    -webkit-background-size: 38px 47px;
    background-size: 27px 33px;
    line-height: 33px;
}
.right-desc .contact-information ul li a {
    color: #050505;
}
.enquiry input[type="text"], .enquiry textarea {
    background-color: #e4e3e3 !important;
    border: 0 !important;
    font-size: 1rem !important;
    height: 50px !important;
    padding: 15px !important;
}
.enquiry textarea {
    height: 105px !important;
}
.enquiry p {
    color: #0a1b3f;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 35px;
}
.enquiry input[type="submit"] {
    height: 45px !important;
}
.acc {
    clear: both;
    margin: 6% 0;
}
.acc .accordion-title, .acc h3.accordion-title.open {
    background-color: #00a3da;
    background-position: 43px center;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 1.375rem;
    font-weight: 800;
    list-style: none;
    margin-bottom: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 116px;
    padding-right: 40px;
}
.acc .accordion-title span {
    font-size: 1.0625rem;
    font-weight: 300;
}
.acc #accordion-1-t1 {
    background-image: url(library/images/courthouse.png);
}
.acc #accordion-1-t2 {
    background-image: url(library/images/grad-cap.png);
}
.acc #accordion-1-t3 {
    background-image: url(library/images/id.png);
}
.acc #accordion-1-t4 {
    background-image: url(library/images/book.png);
}
.acc h3.accordion-title:before {
    font-size: 3rem;
    top: 30%;
}
/*********************
FOOTER
*********************/
.main-footer {
    padding-bottom: 4%;
    padding-top: 4%;
}
.main-footer .footer-col {
    float: left;
    margin-bottom: 20px;
    padding-right: 6%;
    width: 25%;
}
.main-footer .footer-col h3.widgettitle {
    font-size: 1.5rem;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}
.main-footer .footer-col h3.widgettitle:before {
    background-color: #2db6be;
    bottom: 0;
    content: ' ';
    height: 7px;
    left: 0;
    position: absolute;
    width: 165px;
}
.main-footer .footer-col ul {
    list-style: none;
    padding-left: 0;
    padding-top: 4px;
}
.main-footer .footer-col ul li {
    margin-bottom: 10px;
}
.main-footer .footer-col ul li a {
    color: #050505;
    font-weight: 700;
}
.main-footer .footer-col p {
    color: #050505;
    font-weight: 700;
    line-height: 2.2rem;
}
.main-footer .footer-col-3 p {
    font-weight: 400;
}
.main-footer .footer-col-4 {
    margin-top: 45px;
    padding-right: 0;
    text-align: center;
}
.main-footer-colophon {
    margin-top: 40px;
}
.main-footer-colophon p {
    font-size: 0.75rem;
    font-weight: 700;
}
.main-footer-colophon p span, .main-footer-colophon p span a {
    color: #777777;
}
.main-bio .em-button {
    border-color: #00a3da;
    ;
    color: #00a3da;
    font-size: 1.25rem;
}
/*********************
SIDEBAR
*********************/
.main-sidebar ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar ul.menu > li {
    margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
    background: #b8b8b8;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.006em;
    padding: 22px 15px 21px 20px;
    position: relative;
    text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
    background: #152e54;
}
/*********************
IMAGE SCROLLER
*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
    margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
    margin-left: 0;
}
.em-image-slider {
    overflow: hidden;
}
.image-scrollbox > ul {
 *zoom: 1;
}
.image-scrollbox > ul:before, .image-scrollbox > ul:after {
    content: "";
    display: table;
    line-height: 0;
}
.image-scrollbox > ul:after {
    clear: both;
}
.image-scrollbox > ul {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    width: 5000px;
}
.image-scrollbox > ul li {
    float: left;
    margin: 0 40px 0 0;
}
/*********************
ACCORDION
*********************/
.accordion {
    margin: 30px 0;
}
h3.accordion-title:before {
    content: "\002B";
    line-height: 1em;
    margin-top: -12px;
    position: absolute;
    right: 34px;
    top: 50%;
}
h3.accordion-title.open:before {
    content: "\2212";
}
h3.accordion-title {
    background: #e7eff5;
    cursor: pointer;
    font-size: 1.333333rem;
    font-weight: normal;
    margin: 0 0 4px;
    padding: 29px 60px 29px 28px;
    position: relative;
}
h3.accordion-title.open {
    background: #00284d;
    color: #fff;
}
.accordion-content {
    background: #f2f2f2;
    margin: -4px 0 23px;
    padding: 30px 55px;
}
/*********************
WP-TILES
*********************/
div.tb-close-icon:before {
    line-height: 18px;
}
div.tb-close-icon {
    height: 18px;
    line-height: 18px;
    width: 18px;
}
div#TB_caption {
    height: auto;
    padding-left: 15px;
}
/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
    display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #fff;
    margin: 0 auto 30px !important;
    max-width: 1060px;
}
/* Category Listing Page */
.woocommerce ul.products li.product {
 *zoom: 1;
}
.woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after {
    content: "";
    display: table;
    line-height: 0;
}
.woocommerce ul.products li.product:after {
    clear: both;
}
.woocommerce ul.products li.product {
    border-top: 1px solid #c4c9d0;
    float: none;
    margin: 56px 0 0;
    padding: 51px 0 0;
    width: auto;
}
.woocommerce ul.products li.product:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
    background: rgba(179,35,23,0.6);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
    border: 1px solid #fff;
    color: #fff;
    content: "View Product Details";
    font-size: 1.38888889rem;
    height: 68px;
    left: 50%;
    line-height: 68px;
    margin: -34px 0 0 -145px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
    content: "View Range";
    margin-left: -101px;
    width: 202px;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
    opacity: 1;
    visibility: visible;
}
.woocommerce ul.products li.product > a {
    float: left;
    margin-top: 5px;
    position: relative;
    width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
    display: none;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.cat-list-info, .product-list-info {
    float: right;
    padding-bottom: 60px;
    width: 47.169811%;
}
.cat-list-title, .product-listing-title {
    color: #596060;
    font-size: 1.444444rem;
    font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
    color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
    color: #b32317;
}
.cat-list-link, .product-list-link {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
    font-size: 1.055556rem;
    padding-bottom: 13px;
    padding-top: 14px;
}
/* Product Archive - Listing View */
.product-listing-switch-view {
    float: right;
    list-style: none;
    margin: 9px 0 0;
    padding: 0;
}
.product-listing-switch-view li {
    border-left: 1px solid #c7c6c2;
    float: left;
    margin-left: 13px;
    padding-left: 13px;
}
.product-listing-switch-view li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.product-listing-switch-view li a:before {
    color: #d6d6d3;
    font-family: FontAwesome;
    font-size: 1.222222rem;
    margin-right: 3px;
    vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
    content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
    content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
    color: #000;
}
.product-listing-switch-view li a {
    color: #596060;
    display: block;
    font-size: 16px;
    line-height: 1.375em;
    font-weight: normal;
    text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
    content: "Order By:";
    font-size: 1.111111rem;
    left: 0;
    line-height: 36px;
    position: absolute;
    top: 0;
}
.woocommerce form.woocommerce-ordering {
    float: none;
    margin: 0 150px 35px 0;
    padding-left: 90px;
    position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
    width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
    font-size: 14px;
    line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
    font-size: 28px;
    line-height: 36px;
}
.product-list-des p {
    margin: 0;
}
.woocommerce ul.products li.product .price {
    color: #b32317;
    font-size: 1rem;
    font-weight: 500;
    margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
    display: none;
}
body.em-grid-view-mode ul.products {
    margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
    border-top: none;
    float: left;
    margin: 50px 0 0 !important;
    padding-top: 0;
    width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
    float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
    clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
    display: block;
    float: none;
    width: auto;
}
body.em-grid-view-mode .product-list-info {
    float: none;
    padding: 0;
    width: auto;
}
body.em-grid-view-mode .product-listing-title {
    margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products * {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
 *zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before, .widget_woothemes_testimonials > .testimonials:after {
    content: "";
    display: table;
    line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
    clear: both;
}
.widget_woothemes_testimonials > .testimonials {
    position: relative;
}
.testimonials-list .quote > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 164px;
}
.testimonials-list .quote blockquote {
    font-size: 1.8125rem;
    line-height: 1.3384083em;
    margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
    font-size: 1.6875rem;
    line-height: 1.333333em;
    margin: 0;
}
.testimonials-list .quote .author {
    display: block;
    font-size: 1.4375rem;
    font-style: normal;
    margin: 0 0 0 210px;
}
/*********************
FLEXSLIDER
*********************/
.flexslider {
    background: none;
    border: none;
}
.flex-direction-nav {
    height: 0;
}
.flex-nav-prev {
    float: left;
}
.flex-nav-next {
    float: right;
}
.flex-direction-nav a:before {
    color: rgba(0,0,0,0.4);
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 34px;
    text-indent: 0;
    text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
    content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
    content: "\f105";
}
.flex-direction-nav a:hover:before {
    color: rgba(0,0,0,1);
}
.flex-direction-nav a {
    font-size: 0;
    line-height: 0;
    opacity: 1 !important;
    outline: none;
    text-indent: -999em;
    width: 25px;
}
.flex-direction-nav .flex-prev {
    left: 10px;
}
.flex-direction-nav .flex-next {
    right: 10px;
}
.flexslider .slides img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*********************
NEXTGEN FLEXSLIDER
*********************/
.flexslider.em-nextgen-flexslider {
    margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
    margin-right: 36px;
}
/*********************
GRAVITY FORM
*********************/
div.gform_wrapper {
    margin: 0;
    max-width: none;
}
div.gform_wrapper ul li.gfield {
    margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label, div.gform_wrapper .left_label .gfield_label {
    display: block;
    font-weight: inherit;
    margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
    width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
    width: 100%;
}
div.gform_wrapper .gform_footer {
    padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
    margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
    height: 100px;
}
/*********************
BLOG
*********************/
.img-zoom {
    width: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
    background: #f4f4f4;
    margin: 0 0 43px;
    padding: 25px 30px;
}
.blog-description p {
    margin: 0;
}
.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.postlist .post {
    border-top: 1px solid #e5e5e5;
    margin-top: 35px;
    padding-top: 35px;
}
.postlist .post-list .post:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.post-list-date {
    font-size: 0.875rem;
    margin-bottom: 14px;
}
.post-list-date a {
    text-decoration: underline;
}
h2.entry-title {
    font-size: 2.813rem;
    margin-bottom: 0;
    padding-bottom: 20px;
}
h2.entry-title a {
    color: #2db6be !important;
    text-decoration:none;
}
.main-content h2.entry-title::before {
    content: none !important;
}
.post-list-thumbnail {
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}
.post-list-thumbnail a.em-button {
    background: none;
    border: 0;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-radius:0;
    z-index:10;
    display:none;
}
.post-list-thumbnail span.overlay {
    background: rgba(45, 182, 190, 0.8);
    width:100%;
    height:100%;
    position:absolute;
    z-index:9;
    display:none;
}
.post-list-thumbnail:hover span.overlay, .post-list-thumbnail:hover a.em-button {
    display:block;
}
.post-list-content p {
    margin-top: 0;
}
.post-list-content a.excerpt-read-more {
    display: none;
}
.post-tags:before {
    content: "\f02c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 1px;
}
.post-tags {
    font-size: 0.875rem;
    margin: 15px 0 0;
    padding: 0 0 0 30px;
    position: relative;
}
h1.single-title {
    font-size: 1.8125rem;
    font-weight: normal;
}
.post-image {
    margin: 15px 0;
}
.blog_listing {
    background-color:#fff;
    padding:50px;
}
/*********************
NAVIGATION
*********************/
nav.main-nav ul.nav {
 *zoom: 1;
}
nav.main-nav ul.nav:before, nav.main-nav ul.nav:after {
    content: "";
    display: table;
    line-height: 0;
}
nav.main-nav ul.nav:after {
    clear: both;
}
nav.main-nav ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-nav ul.nav > li:after {
    background-color: #bbbbbb;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    right: -3px;
    top: 26px;
    width: 4px;
}
nav.main-nav ul.nav > li:last-child:after {
    display: none;
}
nav.main-nav ul.nav > li {
    float: left;
    margin-left: -1px;
    position: relative;
    padding: 0px 25px 0 27px;
}
.nav.main-nav ul.nav > li:first-child {
    margin-left: 0;
}
nav.main-nav ul.nav > li > a {
    border-bottom: 5px solid transparent;
    color: #1e1e1e;
    display: block;
    font-size: 1.125rem;
    font-weight: normal;
    letter-spacing: 0.006em;
    line-height: 50px;
    padding: 2px 0 0 0;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
nav.main-nav ul.nav > li.current-menu-item > a, nav.main-nav ul.nav > li.current-parent-item > a, nav.main-nav ul.nav > li.current-menu-ancestor > a, nav.main-nav ul.nav > li:hover > a, nav.main-nav ul.nav > li.hover > a {
    border-bottom-color: #2db6be;
    color: #2db6be;
    font-weight: 700;
}
nav.main-nav ul.nav > li.current-menu-item > a, nav.main-nav ul.nav > li.current-parent-item > a, nav.main-nav ul.nav > li.current-menu-ancestor > a {
    font-weight: 700;
}
nav.main-nav ul.nav li ul {
    background: #2db6be;
    left: 100%;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter:alpha(opacity=0);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    visibility: hidden;
    width: 250px;
}
nav.main-nav ul.nav li:hover > ul, nav.main-nav ul.nav li.hover > ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}
nav.main-nav ul.nav > li > ul {
    left: 0;
    top: 100%;
    z-index: 9091;
}
nav.main-nav ul.nav li ul li {
    border-top: 1px solid #fff;
    position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
    border-top: none;
}
nav.main-nav ul.nav li ul li a {
    color: #fff;
    display: block;
    padding: 8px 14px;
    text-decoration: none;
}
nav.main-nav ul.nav li ul li.current-menu-item > a, nav.main-nav ul.nav li ul li.current-parent-item > a, nav.main-nav ul.nav li ul li.current-menu-ancestor > a, nav.main-nav ul.nav li ul li a:hover {
    background: #152e54;
}
/*********************
SuperFly Menu
*********************/
.sfm-navicon-button {
    padding: 20px 8px;
}
/*********************
Responsive Menu
*********************/
div#responsive_menu_pro {
    z-index: 9998;
}
div#responsive_menu_pro_button {
    bottom: 0;
    padding: 12px 16px;
    position: absolute;
    right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines, #responsive_menu_pro_button_text {
    float: left;
}
#responsive_menu_pro_button_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 18px;
    margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
    margin: 0;
    padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
    margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 22px;
    height: 37px;
    line-height: 37px;
    margin-left: 12px;
    text-align: center;
    text-decoration: none;
    width: 37px;
}
.responsive-menu-social a:hover {
    color: #fff;
}
/*********************
BACK TO TOP
*********************/
.cd-top {
    background: rgba(123,33,42, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    bottom: 30px;
    display: inline-block;
    height: 44px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-indent: 100%;
    visibility: hidden;
    white-space: nowrap;
    width: 44px;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: 0.5;
}
.no-touch .cd-top:hover {
    background-color: #7b212a;
    opacity: 1;
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1700px) {
h1 {
    font-size: 3.9rem !important;
}
h2 {
    font-size: 3.5rem;
}
h3 {
    font-size: 1.45rem;
}
h4 {
    font-size: 1.2rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
html {
    font-size: 85% !important;
}
.main-header .center {
    max-width: 1240px;
}
.inner-banner a.em-button {
    font-size: 1.45rem;
    padding: 15px 20px 16px 76px;
}
.main-header .top-menu {
    margin-left:5%;
}
}
@media(max-width: 1300px) {
.barrister-categories-list {
    margin: 0;
}
nav.main-nav ul.nav > li {
    padding:0 20px;
}
}
@media (max-width: 1280px) {
.bottom-bar p {
    font-size: 1.3rem;
}
.barrister-list {
    width: 33.333%;
}
}
@media (max-width: 1128px) {
.main-header .top-menu {
    margin-left: 5%;
}
nav.main-nav ul.nav > li > a {
    font-size: 1rem;
}
nav.main-nav ul.nav > li {
    padding:0 15px;
}
}
@media (max-width: 1024px) {
.banner-area .banner-content h1 {
    font-size: 3.4rem !important;
}
.banner-area .banner-content p {
    font-size: 1.3rem;
    margin-bottom: 20px;
}
.banner-area a.em-button {
    background-position: 15px center;
    font-size: 1.4rem;
    padding: 14px 22px 15px 54px;
}
.bottom-bar p {
    font-size: 1.1rem;
}
}
@media (max-width: 1023px) {
h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.4rem !important;
}
h3 {
    font-size: 2rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1rem;
}
h2.entry-title {
    font-size: 1.375rem;
}
.post-list-thumbnail {
    margin-right: 15px;
}
.table-style-1 td, .table-style-1 th {
    padding-left: 10px;
}
.flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}
.flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
}
div.ezcol-last + .ezcol-divider {
    clear: both !important;
    display: block !important;
}
.cd-top {
    bottom: 20px;
    right: 20px;
}
.sfm-rollback {
    display: block;
    width: 0;
}
.extra-content-col-05 .extra-content-col {
    width: 50%;
}
.extra-content-col-06 .extra-content-col {
    width: 33.333333%;
}
 .extra-content-col-05 .extra-content-col:nth-child:(5n+1),  .extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
 clear: none;
}
 .extra-content-col-05 .extra-content-col:nth-child:(2n+1),  .extra-content-col-06 .extra-content-col:nth-child:(3n+1) {
 clear: both;
}
/* WooCommerce */
    .woocommerce ul.products li.product > a:after {
    font-size: 1.25rem;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 0 -100px;
    width: 200px;
}
.cat-list-info, .product-list-info {
    padding-bottom: 0;
}
.cat-list-link, .product-list-link {
    margin-top: 15px;
    position: static;
    width: auto;
}
.woocommerce ul.products li.product .price {
    margin: 14px 0 12px;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
    font-size: 1rem;
}
body.em-grid-view-mode ul.products {
    margin-top: -30px;
}
body.em-grid-view-mode ul.products li.product {
    margin-top: 30px !important;
}
body.em-grid-view-mode .product-listing-title {
    margin-top: 10px;
}
.woocommerce div.product .product_title {
    font-size: 2.125rem;
    margin-bottom: 20px;
}
/*** Enter your custom style here ***/
    .main-header .top-menu {
    display: none;
}
}
@media (min-width: 900px) and (max-width: 991px) {
.full-bio h3 {
    margin-bottom: 10px;
    padding-bottom: 0;
}
}
@media (min-width: 901px) {
.barrister-list {
    min-height: 252px !important;
}
}
@media (min-width: 993px) {
.hide-desktop {
    display: none;
}
}
@media (max-width: 992px) {
.hide-mobile {
    display: none;
}
.recent-news .blog-row .col-md-6 {
    float: none;
    margin-right: 0 !important;
    width: 100% !important;
}
.recent-news .blog-row .col-md-6 .post-list-content p:first-child {
    min-height: auto !important;
}
#post-6 .ezcol-three-fifth.ezcol-last {
    padding-left: 0;
    width: 100%;
}
}
@media (max-width: 991px) {
.banner-area .banner-content h1 {
    font-size: 2.8rem !important;
}
.banner-area .banner-content p {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.banner-area a.em-button {
    background-position: 9px center;
    font-size: 1.2rem;
    padding: 10px 13px 12px 45px;
}
.bottom-bar .ezcol {
    margin-bottom: 10px;
    margin-right: 0 !important;
    text-align: center;
    width: 100% !important;
}
.bottom-bar .ezcol.ezcol-last {
    margin: 0;
}
.bottom-bar p {
    font-size: 1.4rem;
}
.bottom-bar a {
    margin-bottom: 10px;
}
.main-footer .footer-col {
    margin: 20px 0 30px;
    text-align: left;
    width: 50%;
}
.main-footer-colophon, .main-footer-colophon p {
    margin: 0;
}
.main-footer-colophon .hidden-mobile {
    display: none;
}
.main-footer-colophon .mobile-block {
    display: block;
}
.barrister-short-description {
    width: 73%;
}
.barrister-form {
    width: 27%;
}
.main-bio h2, .barrister-categories h2 {
    font-size: 1.75rem;
}
h1.our-barristers {
    font-size: 2.5rem;
}
.right-desc .contact-information ul li, .right-desc .areas-of-expretise ul li {
    font-size: 1.125rem;
}
.left-desc ul li {
    margin-bottom: 15px;
}
.left-desc ul {
    margin-top: 9%;
}
}
@media (max-width: 900px) {
.barrister-list {
    width: 50%;
}
}
@media (max-width: 1023px) and (min-width: 768px) {
/* Responsive Column */
    div.ezcol-one-half,  div.ezcol-one-third,  div.ezcol-two-third {
    margin-right: 4%;
}
div.ezcol-one-third {
    width: 30.666% !important;
}
div.ezcol-two-third {
    width: 65.334% !important;
}
div.ezcol-last {
    float: right;
    margin-right: 0;
}
}
 @media (max-width: 767px) {
html {
    font-size: 87.5% !important;
}
.post-list-thumbnail {
    float: none;
    margin: 0 0 10px;
}
.postlist > article.post {
    margin-top: 25px;
    padding-top: 25px;
}
.top-menu {
    display: none;
}
.csColumn {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
div.ezcol-one-half,  div.ezcol-one-third,  div.ezcol-two-third,  div.ezcol-two-fifth,  div.ezcol-three-fifth {
    margin-right: 0;
    padding: 0 !important;
    width: 100% !important;
}
.cd-top {
    bottom: 10px;
    right: 10px;
}
.extra-content-col-04 .extra-content-col  .extra-content-col-05 .extra-content-col,  .extra-content-col-06 .extra-content-col {
    width: 50%;
}
 .extra-content-col-04 .extra-content-col:nth-child:(2n+1),  .extra-content-col-06 .extra-content-col:nth-child:(2n+1) {
 clear: both;
}
/* WooCommerce */
    .woocommerce ul.products li.product {
    margin-top: 26px;
    padding-top: 22px;
}
.woocommerce ul.products li.product > a {
    display: block;
    float: none;
    margin: 0;
    width: auto;
}
.cat-list-info, .product-list-info {
    float: none;
    margin: 20px 0 0;
    width: auto;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
.product-listing-switch-view {
    float: none;
    margin: 0 0 15px;
}
.woocommerce form.woocommerce-ordering {
    margin-right: 0;
    padding-left: 80px;
}
body.em-grid-view-mode ul.products {
    margin: -20px auto 0;
    max-width: 500px;
}
body.em-grid-view-mode ul.products li.product {
    float: none !important;
    margin: 20px 0 0 !important;
    width: auto;
}
body.em-grid-view-mode .product-list-info {
    margin-top: 0;
}
/* Responsive Column */
    .ezcol-one-quarter, .ezcol-one-half, .ezcol-three-quarter, .ezcol-one-third, .ezcol-two-third, .ezcol-one-fifth, .ezcol-two-fifth, .ezcol-three-fifth, .ezcol-four-fifth {
    margin-bottom: 10px;
    margin-top: 10px;
}
/*** Enter your custom style here ***/
    .banner-area .banner-content h1 {
    font-size: 2.3rem !important;
}
.banner-area .banner-content p {
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.banner-area a.em-button {
    background-position: 9px center;
    font-size: 1.2rem;
    padding: 10px 13px 12px 39px;
}
.banner-area a.em-button.barristers {
    background-size: 23px;
}
.banner-area a.em-button.areas-practice {
    background-size: 19px;
}
.inner-banner a.em-button {
    background-position: 14px center;
    font-size: 1.315rem;
    padding: 12px 23px 11px 55px;
}
h1 {
    font-size: 3.7rem !important;
}
h2 {
    font-size: 3.3rem;
}
h3, .post-12 .ezcol-one-third .inner-portals .port-title {
    font-size: 1.25rem;
}
h4 {
    font-size: 1.1rem;
}
h5 {
    font-size: 1rem;
}
h6 {
 font-size: .875rem;
}
html {
    font-size: 80% !important;
}
.left-desc, .right-desc {
    padding-left: 0;
    width: 100%;
}
.post-12 .ezcol-one-third .inner-portals a, .post-12 .ezcol-one-third .inner-portals {
    margin-bottom: 0;
    min-height: 0 !important;
}
.main-bio .em-button {
    margin: 0 auto;
    display: block;
    max-width: 234px;
}
}
@media (max-width: 690px) {
.banner-area .banner-content h1 {
    margin-bottom: 20px;
}
.banner-area .banner-content p.text {
    display: none;
}
.post-12 .ezcol-one-third .inner-portals {
    margin-bottom: 0;
}
.post-12 .ezcol-one-third .inner-portals a, .post-12 .ezcol-one-third .inner-portals {
    min-height: 0 !important;
}
.post-12 .ezcol-one-third .inner-portals {
    padding: 15px 15px 20px 15px;
}
}
@media (max-width: 620px) {
.main-footer .footer-col {
    float: none;
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
}
.main-footer .footer-col-4 p {
    margin-bottom: 0;
}
.main-footer .footer-col h3.widgettitle {
    text-align: center;
}
.main-footer .footer-col h3.widgettitle:before {
    right: 0;
    margin: 0 auto;
}
.barrister-list, .barrister-short-description, .barrister-form {
    width: 100%;
}
.acc .accordion-title, .acc h3.accordion-title.open {
    padding-right: 70px;
}
}
@media (max-width: 488px) {
.inner-banner h1 {
    margin: 10px 0 15px 0 !important;
}
.inner-banner a.em-button {
    display: block;
    min-width: 218px !important;
    width: 100% !important;
}
.inner-banner .list-inline {
    margin-top: 26px;
}
.single-barristers .inner-banner h1 {
    width: 50%;
}
}
@media (max-width: 480px) {
.g-recaptcha {
    -moz-transform: scale(0.925);
    -webkit-transform: scale(0.925);
    transform: scale(0.925);
    transform-origin: left center 0;
}
#fancybox-content .g-recaptcha {
    -moz-transform: scale(0.725);
    -webkit-transform: scale(0.725);
    transform: scale(0.725);
    transform-origin: left center 0;
}
.extra-content-cols .extra-content-col {
    width: 100%;
}
/*** Enter your custom style here ***/
    .main-header .logo, .main-header .header-right {
    text-align: center;
    width: 100%;
}
.main-header .header-right {
    margin: 40px 0 0;
}
.acc .accordion-title, .acc h3.accordion-title.open {
    background-position: 15px center;
    padding-left: 70px;
    padding-right: 70px;
}
}
@media (max-width: 435px) {
.banner-area .banner-content {
    padding: 0 10px;
}
.banner-area .banner-content h1 {
    font-size: 1.8rem !important;
}
.banner-area a.em-button {
    background-position: 4px center;
    font-size: 0.9rem;
    margin: 0px 8px;
    padding: 6px 12px 7px 28px;
}
.banner-area a.em-button.barristers {
    background-size: 19px;
}
.banner-area a.em-button.areas-practice {
    background-size: 14px;
}
}
