/*   
Theme Name: Miller Law Group
Description: This is an exclusive, fully SEO optimized Wordpress theme developed for Divorce and Family Lawyer Firm.
Author: Ashby Law
Version:1.0
*/

@font-face {
  font-family: Montserrat-Regular;
  src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Montserrat-Bold;
  src: url(fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-Medium;
  src: url(fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: Montserrat-Light;
  src: url(fonts/Montserrat-Light.ttf);
}
body{
    font-family: 'Raleway';
    font-weight: 400;
    line-height: 1.8;
    font-size: 16px;
    color: #212121;
    float: left;
    width: 100%;
}
p{
    margin-bottom: 20px;
	
}
* { 
    margin:0;
    padding:0;
}
a {
    color: #f04d2e;
    outline: 0 !important;
}
 a {
    color: #ab4a78;
}
/*strong, b{
    color: #12202e;
}*/
a[href^="tel:"], a {
    text-decoration: none !important;
    transition: all ease-in 0.2s;
}
iframe, img{
    max-width: 100%;
}
iframe{
    border:0;
}
img{
    height:auto;
}
a:hover, a:focus, #footer-bottom li a:hover, .contact-phone a:hover, .blog-bottom a:hover,
a:hover span{
    color:#ab4a78;   
    outline: none !important;
    cursor: pointer;
}
a span {
    transition: all ease-in 0.2s;
}
.btn:active, .btn:focus{
    outline: none !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #BA9A5D;
    border-color: #97783f;
}
.white-text *{
    color: #fff;
}
.bg-cover{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.alignleft {
    float: left;
    margin: 5px 20px 15px 0;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}
img.alignnone {
    margin: 5px 20px 20px 0;
}
img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
img.aligncenter {
    display: block;
    margin: auto auto 20px;
}
.single-section{
    padding: 80px 0;
}
h1{
    font-size: 45px;
}
.new-h2,
h2{
    font-size: 33px;
}    
h3{
    font-size: 32px;
}
.new-h2,      
h1, h2, h3, h4, h5, h6, .h1 {
    font-family: Raleway;
    font-weight: 200;
    color: #202020;
    padding-bottom: 50px;
    margin-bottom: 30px;
    background-image: url(img/titles-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}
div.new-h2{
    padding-bottom: 35px;
    background-position: center bottom;
}
body#new-update-body div.new-h2 {
 background-image: none;
 padding: 0;
    padding-top: 30px;
}
.white-text  div.new-h2{
    color:#fff;
}
.video-content .new-h2 {

    background: none;
    padding-bottom: 10px;
    margin-bottom: 5px;

}
#our-team h3,
#our-team .h2,
#our-team h2 {
    font-size: 16px;
    background: none;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
h4, h5, h6 {
    background-image: none;
    padding-bottom: 15px;
    margin-top: 30px;
}
h6:after, h5:after, h4:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
#page-section h4,#page-section h5,#page-section h6{
    font-weight: 500;
}
h1 span {
    text-transform: capitalize;
    color: #ab4a78;
}
.about-us-wrap h5:after{
    height: 0;
}
.text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6{
    background-position: center bottom;
}
.text-justify h1, .text-justify h2, .text-justify h3, .text-justify h4, .text-justify h5{
    text-align: left;
}
.fullwidth{
    float: left;
    width: 100%;
}
#page-section img{
    border: 2px solid #c5d6e0;
}
.tab-content img, .no-border {
    border: 0 !important;
}
#page-section li, #more-about-attorney li, #attorney-above-footer li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin: 8px 0px 0;
    background-image: url('img/double-tick-icon.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 7px;
}
#page-section table tr td{
    vertical-align: top;
}
#page-section.col-sm-8 li{
    text-align: left;
}
.home .main-content .small-width ul {
    margin-bottom: 0;
}
#what-we-stand-for-sec p:last-of-type {
    margin-bottom: 0;
}
.form-group {
    line-height: 0; 
}
.single-post #page-section img {
    border: 2px solid #c5d6e0
}
.gradient-bg, .about-us-wrap .attorney-content h6, #attorney-brief-sec .attorney-content h4 {
    background: rgba(239,59,42,1);
    background: -moz-linear-gradient(left, rgba(239,59,42,1) 0%, rgba(248,90,51,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(239,59,42,1)), color-stop(100%, rgba(248,90,51,1)));
    background: -webkit-linear-gradient(left, rgba(239,59,42,1) 0%, rgba(248,90,51,1) 100%);
    background: -o-linear-gradient(left, rgba(239,59,42,1) 0%, rgba(248,90,51,1) 100%);
    background: -ms-linear-gradient(left, rgba(239,59,42,1) 0%, rgba(248,90,51,1) 100%);
    background: linear-gradient(to right, rgba(239,59,42,1) 0%, rgba(248,90,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3b2a', endColorstr='#f85a33', GradientType=1 );
    color: #fff;
    padding: 15px 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
    line-height: normal;
    font-family: 'Raleway';
    font-size: 17px;
    font-weight: 400;
    margin-top: 0;
}
body#new-update-body .gradient-bg, body#new-update-body .about-us-wrap .attorney-content h6, body#new-update-body #attorney-brief-sec .attorney-content h4 {
    background: rgba(170 74 120);
    background: -moz-linear-gradient(left, rgba(170 74 120) 0%, rgba(248,90,51,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170 74 120)), color-stop(100%, rgba(173 62 114)));
    background: -webkit-linear-gradient(left, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
    background: -o-linear-gradient(left, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
    background: -ms-linear-gradient(left, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
    background: linear-gradient(to right, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
   
}
.hidden{
    display:none !important;
    visibility: hidden !Important;
}
/************** Header ****************/
#site-header{
    position: fixed;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 0px 0 12px;
    transition: all ease-in 0.4s;
    z-index: 11;
    top: 0;
}
#site-header.small-header {
    background: #12202e;
    top: 0;
}
#site-header .header-top{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    padding: 4px 0;
}
.header-top-left .social-media li {
    display: inline-block;
    padding-right: 10px;
}
#site-header .header-top span.fa {
    padding-right: 10px;
    transition: all ease-in 0.2s;
}
.navbar-nav > li{
    position: relative;
    padding: 0 16px;
}
.navbar-nav > li .sub-menu {
    display: none;
    background: #34688a;
    position: absolute;
    list-style: none;
    z-index: 1;
    left: 1px;
    top: 94%;
}
.navbar-nav > li:hover > .sub-menu,
.navbar-nav .sub-menu li:hover > .sub-menu{
    display: block;
    min-width: 232px;
}
.navbar-nav > li .sub-menu li a{
    color: #fff;
    padding: 7px 14px;
    display: block;
    font-size: 13px;
    border-top: 1px solid #3a7296;
    border-bottom: 1px solid #2d6082;
    text-align: left;
    font-weight: bold;
}
.navbar-nav > li .sub-menu li:last-child > a {
    border-bottom: 0;
}
.navbar-nav > li .sub-menu li:first-child > a {
    border-top: 0;
}
.header-bottom .navbar nav >ul >li > a:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background: transparent;
    bottom: 0;
    left: 0;
    transition: all ease-in 0.2s;
}
.header-bottom .navbar .sub-menu li a:after{
    height: 0;
}
.header-bottom .navbar li a:hover:after, .header-bottom .navbar li a:focus:after,
.header-bottom .navbar li.current-menu-parent > a:after,
.header-bottom .navbar li.current-menu-item > a:after,
.header-bottom li.current_page_parent > a:after,
.header-bottom li.current-menu-ancestor > a:after{
    background: #ab4a78;
}
.navbar-nav  li .sub-menu li a:hover, .navbar-nav > li .sub-menu li.current_page_item > a,
.navbar-nav  li > .sub-menu > li.current-menu-ancestor > a{
    background: #6791ad;
}
#site-header ul {
    margin: 0;
}
.social-media li {
    display: inline-block;
    padding-right: 15px;
}
.header-top-right li {
    display: inline-block;
    padding: 0 18px;
    line-height: normal;
    position: relative;
    font-size: 14px;
}
.header-top-right li:after {
    content: '';
    position: absolute;
    right: -5px;
    height: 1000%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    margin: auto;
}
.header-top-right li:last-child {
    font-weight: 900;
}
#site-header .header-top-right li:last-child span.fa {
    padding-right: 6px;
    vertical-align: middle;
}
#header-nav {
    padding: 0;
}
.header-bottom {
    padding-top: 12px;
}
.header-top-left .social-media li a:hover i {
    color: #ab4a78;
}
.header-top-left .social-media li i {
    transition: all ease-in 0.2s;
}
.header-bottom .navbar li a {
    padding: 7px 0px;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    font-weight: 600;
}
.header-top-right li:last-child {
    padding-right: 0;
}
.header-top-right li:last-child:after {
    width: 0;
}
#header-left {
    flex: 0 0 27.333333%;
    max-width: 27.33%;
}
#header-right {
    flex: 0 0 72.333333%;
    max-width: 72.33%;
}
.header-bottom .navbar li a:hover, .header-bottom .navbar li.current_page_item > a,
.header-bottom li.current_page_parent > a, #page-sidebar .current-cat > a{
    color: #fff;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    bottom: 20px;
    right: 2px;
    text-align: right;
}
.wpcf7-form-control-wrap{
    display: block;
    line-height: 0;
}
#banner-form span.wpcf7-not-valid-tip {
    bottom: 8px;
}
.navbar-nav > li .sub-menu li {
    position: relative;
}
/******************* Footer ***********************/
#main-footer {
    background: #111111;
    font-size: 15px;
    font-family: 'Open Sans';
    line-height: 1.7em;
}
#footer-left {
    padding-right: 52px;
}
#footer-left > a > img, #footer-left > img{
    margin-bottom: 20px;
}
#footer-main-top {
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer-left:after, #footer-middle:after {
    content: '';
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.1);
    width: 1px;
    height: 1000%;
    top: -80px;
    bottom: -80px;
}
#footer-left .social-media {
    margin-top: 20px;
}
#main-footer .widgettitle {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 16px !important;
    margin-bottom: 20px;
    position: relative;
}
#main-footer .widgettitle:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #ab4a78;
    bottom: 0;
    left: 0;
}
#footer-middle li, #footer-right li {
    display: block;
    text-transform: uppercase;
    line-height: 2.3;
}
#footer-middle {
    padding: 0 50px 0 112px;
}
#footer-right {
    padding: 0 50px 0 85px;
}
#footer-right input[type='submit'],
#footer-right input[type='button']{
    margin-top: 20px;
}
#footer-bottom {
    padding: 6px 0;
    background: #0c0c0c;
    font-size: 12px;
    line-height: 1.7em
}
#footer-bottom:after, .thanks-podcast-wrapper:after, #footer-bottom:after {
    content: '';
    display: block;
    clear: both;
}
#footer-bottom li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
#footer-bottom ul {
    margin-bottom: 0;
}
#footer-bottom li:after {content: '';position: absolute;width: 1px;height: 11px;background: rgba(255, 255, 255, 0.1);top: 0;bottom: 0;margin: auto;right: 0;}

#footer-bottom li:last-child {
    padding-right: 0;
}

#footer-bottom li:last-child:after {
    width: 0;
}
#footer-top{
    background: #0c0c0c;
    padding: 80px 0 55px;
    /*background: #0e1a25;*/
}
.white-text.bordered-title h2, #footer-top .widgettitle, #videos-testimonials-sec .white-text h2,
.white-text .bordered-title h1, .white-text h1{
    color: #fff;
    padding-bottom: 50px;
    margin-bottom: 30px;
}
#footer-top .widgettitle{
    font-size: 35px;
    padding-top: 0;
}
#footer-top .single-location {
    display: inline-block;
    background: hsla(204, 55%, 71%, 0.08);
    padding: 30px 40px;
    vertical-align: top;
    width: 42%;
    margin: 30px 40px;
}
#footer-top .single-location .location-title,
#footer-top .single-location h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 600;
}
#footer-top .single-location .location-title,
#footer-top .single-location h3, #main-footer .widgettitle, .single-practice h3{
    background-image: none;
    padding-bottom: 0;
}
#footer-top .single-location ul li, .contact-block .locations-content li{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0px 30px 10px;
    text-align: left;
    font-family: Roboto;
    font-weight: 300;
}
#footer-top .single-location ul li img, .contact-block .locations-content li img {
    position: absolute;
    left: 0;
    top: 5px;
    margin: 0;
}
#footer-top .single-location ul {
    margin-bottom: 0;
}
#footer-top .single-location a.directions-link {
    color: #ab4a78;
    text-decoration: underline !important;
    display: block;
    text-align: left;
}
#main-footer a:hover span {
    color: #fff;
}
#footer-right div.wpcf7-response-output{
    font-weight: normal;
    margin-top: 7px;
    line-height: normal;
    color: #fff;
}
#footer-right span.wpcf7-not-valid-tip {
    bottom: 10px;
}
#footer-right span.ajax-loader {
    position: absolute;
    bottom: 15px;
    right: 22px;
}
/***************** Page Banner *****************/
#page-banner{
    height: 840px;
    display: table;
    width: 100%;
}
#page-banner .banner-content{
    display: table-cell;
    vertical-align: middle;
}

#page-banner .banner-title-sec{
    display: inline-block;
    font-family: 'Open Sans';
}
.banner-title-sec h1{
    margin: 0;
}
.banner-big-title {
    font-size: 76px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 80px;
}
.banner-small-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
    background: rgba(255, 255, 255, 0.18);
    padding: 0 10px 3px;
    margin-top: 5px;
}
.banner-content a.btn, input[type='submit'], a.btn, .wpcf7-form input[type='submit'], .wpcf7-form input[type='button']{
    background: #ab4a78;
    border: 1px solid #ab4a78;
    color: #fff !important;
    padding: 15px 40px;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none !important;
}
#new-update-body .banner-content a.btn, #new-update-body input[type='submit'], #new-update-body a.btn, #new-update-body .wpcf7-form input[type='submit'], #new-update-body .wpcf7-form input[type='button']{
    background: #ab4a78;
    border: 1px solid #ab4a78;
    

}
a.btn.no-margin-btn{
    margin-top: 0;
}
.submit-form input[type='submit'] {
    margin-top: 0;
    padding: 10px;
}
.banner-content a.btn:hover, input[type='submit']:hover, a.btn:hover,
input[type='button']:hover{
    background: #ab4a78 !important;
    color: #fff !important;
}
#new-update-body .banner-content a.btn:hover, #new-update-body input[type='submit']:hover, #new-update-body a.btn:hover,
#new-update-body input[type='button']:hover{
    background: #8cbedf !important;
   
}
input[type='submit']{
    transition: all ease-in 0.2s;
}
.report-form .col-sm-9{
    padding-right: 0;
}
#page-section div.wpcf7 .ajax-loader {
    position: absolute;
    right: 24px;
    bottom: 27px;
}
/************ Banner Form **************/
#banner-form {
    background: rgba(141, 190, 222, 1);
    padding: 30px 0 35px;
    margin-top: -157px;
    position: relative;
}
#banner-form form:after {
    content: '';
    clear: both;
    display: block;
}
.wpcf7-form input, .wpcf7-form textarea {
    border: 0;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    resize: none;
    outline: none;
    color: #000;
    border-radius: 0;
    background: #ececec;
    margin-bottom: 10px;
    height: 50px;
    line-height: normal;
}
.case-details textarea {
    padding: 14px 15px;
}
#banner-form .input-width {
    width: 15%;
    float: left;
    margin-right: 1%;
}
#banner-form .textarea-width {
    width: 20%;
    float: left;
    margin-right: 1%;
}
#banner-form .input-width:nth-last-of-type(2) {
    margin-right: 0;
}
#banner-form input[type='submit'],
#banner-form input[type='button']{
    margin-top: 0;
}
#banner-form .wpcf7 .ajax-loader {
    position: absolute;
    right: 24px;
    bottom: 15px;
}
#banner-form .banner-title,
#banner-form h3 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 0;
    background-image: none;
}
#banner-form .banner-title{
    margin-bottom:2px;
}
div.wpcf7-response-output{
    background: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    color: #ab4a78;
    font-size: 14px;
    font-weight: bold;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok{
    color: #398f14;
}
#banner-form div.wpcf7-response-output {
    position: absolute;
    bottom: -27px;
    font-weight: bold;
}
#banner-form input, #banner-form textarea {
    margin-bottom: 0;
}
.home .main-content, .light-bg-content,
.thanks-testimonial{
    background-image: url('img/main-content-bg.jpg');
    background-size:cover;
}
#new-update-body .thanks-testimonial{
    background-image: none;
    background-size:cover;
}
.news-videos-slider .owl-dots.disabled {
    display: none;
}
.main-content .small-width {
    max-width: 90%;
    margin: auto;
    width: 100%;
}
.main-content #page-section.list-li li {
    display: inline-block;
    padding-right: 20px;
    padding-left: 26px;
    background-position: 0 4px;
}
.main-content #page-section.list-li li:last-child {
    padding-right: 0;
}
#page-section .wpcf7-form textarea {
    height: 153px;
    padding: 15px;
}
#page-section .wpcf7-form input[type='submit'],
#page-section .wpcf7-form input[type='button']{
    margin-top: 0;
    padding: 10px;
}
#page-section .wpcf7-form span.ajax-loader {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
/************** Practice Areas **************/
#practice-areas{
    background-image: url('img/practice-areas-bg.jpg')
}
#practice-areas .practice-areas-list {
    margin-top: 30px;
}
#practice-areas .single-practice > a {
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}
#practice-areas .single-practice {
    width: calc(50% - 4px);
    height: 350px;
    margin: 2px;
    float: left;
    position: relative;
    overflow: hidden;
}
#practice-areas .single-practice a > div {
    text-align: center;
    width: 100%;
    /*display: table;*/
}
#practice-areas .single-practice a{
    display: table;
    height: 100%;
    width: 100%;
    float: none;
}
/*#practice-areas .single-practice:first-of-type, #practice-areas .single-practice:nth-of-type(2) {
    height: 350px;
}*/
#practice-areas:after {content: '';clear: both;display: block;}
#practice-areas .single-practice:last-of-type{
    width: calc(100% - 4px);
}
#practice-areas .single-practice .front-block h3,
#practice-areas .single-practice .front-block span{
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 26px;
    text-shadow: 0px 1px 4px #000;
    line-height: 1.1em;
    max-width: 225px;
    text-align: left;
    transition: all ease-in 0.5s;
}
#practice-areas .single-practice > a:hover .front-block h3,
#practice-areas .single-practice > a:hover .front-block span{
    opacity: 0;
}
#practice-areas .single-practice .back-block {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease-in 0.5s;
    /*    background: rgba(248,90,51,0.8);
        background: -moz-linear-gradient(left, rgba(248,90,51,0.8) 0%, rgba(239,59,42,0.8) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,90,51,0.8)), color-stop(100%, rgba(239,59,42,0.8)));
        background: -webkit-linear-gradient(left, rgba(248,90,51,0.8) 0%, rgba(239,59,42,0.8) 100%);
        background: -o-linear-gradient(left, rgba(248,90,51,0.8) 0%, rgba(239,59,42,0.8) 100%);
        background: -ms-linear-gradient(left, rgba(248,90,51,0.8) 0%, rgba(239,59,42,0.8) 100%);
        background: linear-gradient(to right, rgba(248,90,51,0.8) 0%, rgba(239,59,42,0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85a33', endColorstr='#ef3b2a', GradientType=1 );*/
    background: rgba(141,190,222,0.84);
    background: -moz-linear-gradient(top, rgba(141,190,222,0.84) 0%, rgba(141,190,222,0.85) 21%, rgba(141,190,222,0.69) 73%, rgba(141,190,222,0.44) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(141,190,222,0.84)), color-stop(21%, rgba(141,190,222,0.85)), color-stop(73%, rgba(141,190,222,0.69)), color-stop(100%, rgba(141,190,222,0.44)));
    background: -webkit-linear-gradient(top, rgba(141,190,222,0.84) 0%, rgba(141,190,222,0.85) 21%, rgba(141,190,222,0.69) 73%, rgba(141,190,222,0.44) 100%);
    background: -o-linear-gradient(top, rgba(141,190,222,0.84) 0%, rgba(141,190,222,0.85) 21%, rgba(141,190,222,0.69) 73%, rgba(141,190,222,0.44) 100%);
    background: -ms-linear-gradient(top, rgba(141,190,222,0.84) 0%, rgba(141,190,222,0.85) 21%, rgba(141,190,222,0.69) 73%, rgba(141,190,222,0.44) 100%);
    background: linear-gradient(to bottom, rgba(141,190,222,0.84) 0%, rgba(141,190,222,0.85) 21%, rgba(141,190,222,0.69) 73%, rgba(141,190,222,0.44) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dbede', endColorstr='#8dbede', GradientType=0 );
    display: table-cell;
    vertical-align: middle;
}
#practice-areas .single-practice > a:hover .back-block {
    opacity: 1;
}
#practice-areas .single-practice .back-block > div {
    width: 100%;
}
#practice-areas .single-practice .back-block h3 {
    font-weight: 400;
    margin: 18px 0 10px;
    font-size: 24px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    transition-delay: 0.5s;
}
.back-block img:first-of-type{
    top:-250px;
    position: relative;
    transition: all ease-in-out 0.5s;
    transition-delay: 0.35s;
}
#practice-areas .single-practice > a:hover .back-block img:first-of-type{
    top:0;
}
#practice-areas .single-practice > a:hover .back-block h3{
    opacity: 1;
}
.back-block img:last-of-type{
    bottom:-250px;
    position: relative;
    opacity: 0;
    transition: all ease-in-out 0.75s;
    transition-delay: 0.5s !important;
}
#practice-areas .single-practice > a:hover .back-block img:last-of-type{
    bottom:auto;
    opacity: 1
}
#footer-right input {
    margin-bottom: 0;
}
/************** Team Section *************/
#our-team, .all-podcast{
    background-image: url('img/team-sec-bg.jpg');
}
#our-team p {
    margin-bottom: 10px;
}
#our-team .single-team {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    position: relative;
        min-height: 372px;
    /*transition: all ease-in 0.5s;*/
}
#our-team .single-team .dotted-bg{
    background-image: url('img/team-dotted-bg.png');
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: right;
    background-size: cover;
}
#our-team .single-team.active .dotted-bg {
    display: none;
}
#our-team .single-team .attorney-content {
    display: none;
}
#our-team .single-team.active .attorney-content {
    display: inline-block;
    width: 53%;
    text-align: left;
    padding: 35px 20px 0;
    vertical-align: top;
    font-size: 13px;
    position: relative;
}
#our-team .single-team.active .attorney-img {
    width: 46%;
    display: inline-block;
    vertical-align: middle;
    transition: all ease-in 0.5s;
}
#our-team .single-team.active {
    width: 51%;
    background-image: url('img/single-attorney-bg.jpg');
    color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
     min-height: 372px;
}
#our-team .single-team.active .h3,
#our-team .single-team.active p, #our-team .single-team.active h3 {
    color: #000;
    text-align: justify;
}
#our-team .single-team .attorney-img {
    padding-top: 0px;
}
#our-team .single-team .attorney-img img {
    height: 372px;
}
#our-team .single-team .attorney-content .h3,
#our-team .single-team .attorney-content h3 {
    background-image: none;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
}
#our-team .single-team .attorney-content .h3:after,
#our-team .single-team .attorney-content h3:after {
    content: '';
    position: absolute;
    height: 3px;
    background: #000;
    bottom: 0;
    width: 35px;
    left: 0;
}
.testimonial-wrap a.btn{
    margin-top: 0;
}
#testimonials-sec img {
    width: auto;
    margin-bottom: 15px;
    border: 0;
}
#testimonials-sec p {
    text-align: center;
}
#testimonials-sec .owl-carousel {
    max-width: 80%;
    margin: auto;
}
#testimonials-sec img.quote-right {
    float: right;
    margin-bottom: 0;
}

#testimonials-sec .testimonial_author {
    color: #8dbede;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
}
#new-update-body #testimonials-sec .testimonial_author {
    color: #ab4a78;
    }
#testimonials-sec .owl-nav, #our-team .owl-nav {
    display: none;
}
.owl-theme .owl-dots .owl-dot span {
    margin: 5px 4px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #8dbede;
}
#video-sec .col-sm-8 {
    background: rgba(248,90,51,1);
    background: -moz-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,90,51,1)), color-stop(100%, rgba(239,59,42,1)));
    background: -webkit-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -o-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: linear-gradient(to right, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85a33', endColorstr='#ef3b2a', GradientType=1 );
    padding: 65px 0 0px;
    padding-right: 20%;
}
#video-sec img {
    margin-bottom: 8px;
}
#video-sec .video-content{
    float: right;
    max-width: 528px;
}
#video-sec h2 {
    padding-bottom: 0;
    background: none;
    text-transform: none;
    /*font-size: 32px;*/
    margin-bottom: 20px;
}
#video-sec .col-sm-6{
    margin-left: -17%;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 45px;
}
#video-sec a.btn {
    background: #fff !important;
    color: #ab4a78 !important;
    border-color: #fff;
    font-weight: 400;
    margin-top: 8px;
}
#new-update-body #video-sec a.btn {

    color: #ab4a78 !important;

}

#video-sec a.btn:hover {
    background: #dad7d7 !important;
    border-color: #dad7d7 !important
}
.video-icons-sec {
    position: absolute;
    left: 12%;
    top: 40px;
    display: none;
}
.video-icons-sec ul li {
    list-style: none;
    background: #fff;
    border-radius: 50%;
    margin: 40px 0;
    padding: 20px;
    box-shadow: inset 0 0 40px #cccccc;
}
.video-icons-sec h3.widgettitle, .video-icons-sec ul li h3, .video-icons-sec .icons-large-screen {
    display: none;
}
#footer-qa{
    background-image: url('img/above-footer-divorce-bg.png');
    /*padding-bottom: 30px;*/
}
#footer-qa span.widgettitle{
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 200;
}
.home #footer-qa,
.page-id-13788 #footer-qa,
.page-id-13789 #footer-qa{
    padding-top: 150px;
}
#footer-qa .icons-large-screen {
    display: none;
}
#footer-qa li a:hover img {
    transform: scale(1.2);
}
#footer-qa li a img {
    transition: all ease-in 0.2s;
}
#footer-qa li {
    display: inline-block;
    margin: 40px;
    vertical-align: top;
}
#footer-qa ul, #footer-qa li {
    margin-bottom: 0;
}
#footer-qa li h3 {
    font-size: 17px;
    background-image: none;
    padding-bottom: 0;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 400;
}
#footer-qa li p{
    margin: 20px 0 0;
}
#footer-qa h3.widgettitle {
    background-image: none;
    padding-bottom: 0;
}
#video-sec {
    padding: 0;
    margin: -70px 0;
}
#testimonials-sec {
    padding-bottom: 140px;
}
/************** Inner Pages *************/
#inner-pages #page-banner {
    height: 450px;
    background-position: center top;
}
#inner-pages #page-banner .banner-content{
    padding-bottom: 80px
}
#inner-pages .banner-small-title {
    font-size: 22px;
}
#inner-pages .banner-big-title {
    font-size: 56px;
    line-height: 60px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
/*********** Contact Us Page **********/
.contact-us-wrap #page-section {
    max-width: 80%;
    margin: auto;
}
.contact-section .gradient-bg {
    padding: 35px 22px;
    text-transform: none;
    line-height: 1.6;
    font-size: 15px;
    background: rgba(248,90,51,1);
    background: -moz-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,90,51,1)), color-stop(100%, rgba(239,59,42,1)));
    background: -webkit-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -o-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: linear-gradient(to right, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
}
body#new-update-body .contact-section .gradient-bg {
    padding: 35px 22px;
    text-transform: none;
    line-height: 1.6;
    font-size: 15px;
    background: rgb(171 74 120);
    background: -moz-linear-gradient(left, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170 74 120)), color-stop(100%, rgba(173 62 114)));
    background: -webkit-linear-gradient(left, rgb(170 74 120) 0%, rgba(173 62 114) 100%);
    background: -o-linear-gradient(left, rgb(170 74 120) 0%, rgba(173 62 114) 100%);
    background: -ms-linear-gradient(left, rgb(170 74 120) 0%, rgba(173 62 114) 100%);
    background: linear-gradient(to right, rgb(170 74 120) 0%, rgb(173 62 114) 100%);
}
.contact-section .gradient-bg h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    line-height: 1.4
}
.contact-section .gradient-bg hr {
    background: rgba(255, 255, 255, 0.33);
    margin: 25px 0;
}
.contact-section input, .contact-section textarea {
    background: #ececec;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    line-height: normal;
}
.contact-section .wpcf7-form-control-wrap{
    display: block;
    line-height: 0;
}
.contact-section .col-sm-6, .contact-section .col-sm-12 {
    padding: 0 5px !important;
}
.contact-section textarea {
    height: 153px;
    /*margin-bottom: 0;*/
}
.contact-section input[type='submit'],
.contact-section input[type='button']{
    background: #ab4a78;
    border: 1px solid #ab4a78;
    width: auto;
    float: left;
    min-width: 160px;
    margin-top: 0;
}
.contact-section div.wpcf7-response-output {
    position: absolute;
    bottom: 33px;
    left: 65px;
}
.contact-section {
    margin-top: 30px;
}
.contact-section span.wpcf7-not-valid-tip{
    bottom: 20px;
}
#contact-locations{
    background-image: url('img/contact-locations-bg.jpg');
}
#new-update-body #contact-locations{
    background: #ececec;
}
body#new-update-body #contact-locations h2 {

    color: #000000;

}
header#site-header.newupdate-header div#header-right nav#header-nav li a.directions-link {
    color: #9ecfee;
    }
body#new-update-body #footer-top {
    background: #ab4a78;
}
body#new-update-body .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop .ubermenu-content-block.ubermenu-custom-content.ubermenu-custom-content-padded {
    padding: 0;
}
#contact-locations li {
    display: block;
    text-align: left;
    text-transform: none;
    line-height: 1.5;
}
#contact-locations li.single-block {
    display: flex;
}
#new-update-body #contact-locations li.single-block {
    margin-bottom: 10px;
}
#contact-locations li h3 {
    background-image: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    position: relative;
}
#contact-locations ul:after {
    content: '';
    clear: both;
    display: block;
}
#contact-locations li .locations-content, #contact-locations li .locations-iframe {
    width: 50%;
    float: left;
}
#contact-locations li .locations-content {
    padding: 40px;
    margin-bottom: 0;
    position: relative;
}
#contact-locations li .locations-content h3:after {
    content: '';
    background: #fff;
    height: 1px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#contact-locations .container {
    max-width: 60%;
}
#new-update-body #contact-locations .container {
    max-width: 80%;
}
#contact-locations li .locations-iframe p {
    margin: 0;
    line-height: 0;
}
#contact-locations li .locations-iframe iframe{
    height: 100% !important
}
#contact-locations li .locations-iframe iframe {
    height: 310px !important;
    width:100% !important;
}
.page-id-22 #footer-top{
    display: none;
}
#contact-locations li a {
    color: #fff;
}
#contact-locations li .locations-content:after {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f85933;
    position: absolute;
    left: -14px;
    top: 0;
    bottom: 0;
    margin: auto;
}
body#new-update-body #contact-locations li .locations-content:after {

    border-right: 15px solid #ad4174;

}
#contact-locations li.right-arrow .locations-content:after {
    border-left: 15px solid #f75732;
    border-right: 0;
    left: auto;
    right: -14px;
}
body#new-update-body #contact-locations li.right-arrow .locations-content:after {
    border-left: 15px solid #ad4174;
    border-right: 0;

}
#contact-locations h2 + ul {
    margin-top: 60px;
}
#contact-locations li.single-block.first-block .locations-content{
    background: rgba(248,90,51,1);
    background: -moz-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,90,51,1)), color-stop(100%, rgba(239,59,42,1)));
    background: -webkit-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -o-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: linear-gradient(to right, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85a33', endColorstr='#ef3b2a', GradientType=1 );
}
body#new-update-body #contact-locations li.single-block.first-block .locations-content{
    background: rgba(170 74 120);
    background: -moz-linear-gradient(left, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170 74 120)), color-stop(100%, rgba(173 62 114)));
    background: -webkit-linear-gradient(left, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
    background: -o-linear-gradient(left, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
    background: -ms-linear-gradient(left, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
    background: linear-gradient(to right, rgba(170 74 120) 0%, rgba(173 62 114) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85a33', endColorstr='#ef3b2a', GradientType=1 );
}
.attorneys-list .attorney-single .attor-back-content {
    position: absolute;
    color: #fff;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transition: all ease-in 0.2s;
    padding: 40px 25px 70px;
    text-shadow:1px 2px 2px #000;
}
.attorneys-list .attorney-single {
 position: relative;
    width: 20.5%;
    display: inline-block;
    vertical-align: top;
    margin: 8px 0.5%;
    align-items: center;
    background: #fff;
}

.attorneys-list .attorney-single img {
/*    max-height: 340px;*/
}
.attorneys-list .attorney-single img.attorney-hover-img
{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}
.attorneys-list .attorney-single a:hover .attorney-img{
    opacity: 0;
}
.attorneys-list .attorney-single a:hover .attorney-hover-img{
    opacity: 1;
}
.attorneys-list .attorney-single a:hover .attor-back-content{
    opacity: 1;
}
.attor-back-content > div {
    width: 100%;
}
.attorneys-list .attorney-single .attor-back-content h3 {
    color: #fff;
    font-weight: 900;
    background-image: none;
    font-size: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.attorneys-list .attorney-bottom-link{
    position: absolute;
    bottom: 27px;
    display: block;
    left: 0;
    right: 0;
}
.attorneys-list .attorney-bottom-link span {
    color: #fff;
    display: block;
    line-height: 0;
    font-size: 13px;
}
/*************** About Us Page ***************/
.about-us-wrap .attorney-content h4:after, .about-us-wrap .attorney-content h6:after {
    height: 0;
}
.about-us-wrap .attorney-content h4, .about-us-wrap h5 {
    margin-bottom: 0;
}
.about-us-wrap h5{
    font-weight: 400;
    line-height: 2;
    font-size: 17px;
}
.about-us-wrap h5 span{
    padding: 6px 20px;
    font-size: inherit;
    margin-bottom: 0;
    margin-left: 0px;
    margin-top:10px;
}
.about-us-wrap .attorney-content {
    font-size: 14px;
}
blockquote {
    background: rgba(228,228,228,1);
    background: -moz-linear-gradient(left, rgba(228,228,228,1) 0%, rgba(246,246,246,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,228,228,1)), color-stop(100%, rgba(246,246,246,1)));
    background: -webkit-linear-gradient(left, rgba(228,228,228,1) 0%, rgba(246,246,246,1) 100%);
    background: -o-linear-gradient(left, rgba(228,228,228,1) 0%, rgba(246,246,246,1) 100%);
    background: -ms-linear-gradient(left, rgba(228,228,228,1) 0%, rgba(246,246,246,1) 100%);
    background: linear-gradient(to right, rgba(228,228,228,1) 0%, rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#f6f6f6', GradientType=1 );
    padding: 22px 22px;
    z-index: 1;
    position: relative;
}
.attorney-content blockquote{
    width: 100%;
}
blockquote p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}
#about-second-fold, .attorney-detail-wrap .detail-content,
#attorney-above-footer{
    background-image: url('img/practice-areas-bg.jpg');
    position: relative;
}
#about-second-fold:after, .attorney-detail-wrap .detail-content:after,
#attorney-above-footer:after{
    background: rgba(0, 0, 0, 0.37);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#about-second-fold h2 {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}
#about-second-fold h2 {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}
#about-second-fold li {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #c73428;
    margin-right: 40px;
    position: relative;
    color: #c73428;
    font-weight: 500;
}
#about-second-fold li:after {
    content: '+';
    position: absolute;
    color: #c73428;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    top: 1px;
    right: -31px;
}
#about-second-fold li:nth-last-child(2):after {
    content: '=';
}
#about-second-fold li:last-child:after {
    content: '';
}
#about-second-fold li:last-child {
    background: rgba(248,90,51,1);
    background: -moz-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,90,51,1)), color-stop(100%, rgba(239,59,42,1)));
    background: -webkit-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -o-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    background: linear-gradient(to right, rgba(248,90,51,1) 0%, rgba(239,59,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85a33', endColorstr='#ef3b2a', GradientType=1 );
    color: #fff;
    border-color: transparent;
}
#about-second-fold .container, .attorney-detail-wrap .detail-content .container,
#attorney-above-footer .container{
    position: relative;
    z-index: 1;
}
#about-second-fold ul {
    margin-bottom: 30px;
}
#about-second-fold .container, #about-last-fold .container{
    max-width: 80%;
}
#about-last-fold {
    background-image: url('img/main-content-bg.jpg');
}
#about-last-fold p:last-of-type {
    margin-bottom: 0;
}
/************** Page Sidebar **************/
#page-sidebar form.wpcf7-form {
    background: #8dbede;
    padding: 30px;
    margin-bottom: 30px;
}
#page-sidebar form.wpcf7-form input, #page-sidebar form.wpcf7-form textarea {
    background: transparent;
    margin-bottom: 10px;
    line-height: normal;
    border: 1px solid #fff;
    color: #fff;
}
#page-sidebar h3 {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 15px;
    color: #ab4a78;
    font-weight: 400;
    text-align: center;
}
.single-article {
    margin: 0px 10px;
}
#page-sidebar .wpcf7-form h3{
    color: #fff;
}
#page-sidebar form.wpcf7-form .col-sm-6, #page-sidebar form.wpcf7-form .col-sm-12 {
    padding: 0 5px;
}
#page-sidebar form.wpcf7-form input[type='submit'],.contact-section input[type='submit'] {
    margin-top: 0;
    background: #ab4a78;
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px;
    border-color: transparent;
}
body#new-update-body #page-sidebar form.wpcf7-form input[type='submit'],body#new-update-body .contact-section input[type='submit'] {

    background: #ab4a78;

}
#page-sidebar div.wpcf7 .ajax-loader {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
#page-sidebar form.wpcf7-form textarea {
    height: 100px;
}
#page-sidebar div.wpcf7-response-output {
    margin-top: 10px;
}
#page-sidebar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
}
#page-sidebar ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    opacity: 1;
}
#page-sidebar :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    opacity: 1;
}
#page-sidebar :-moz-placeholder { /* Firefox 18- */
    color: #fff;
    opacity: 1;
}
/*************** Blog Page ****************/
.blog-featured {
    width: 50%;
	height: 200px;
    display: table-cell;
    background-image: url(img/default-featured.jpg);
    position: relative;
    border: 2px solid #c5d6e0;
}

/* Medium devices (landscape tablets, 768px and down) */
@media only screen and (max-width: 768px) {
	.blog-featured {
    width: 100%;
	height: 250px;
    display: table-cell;
    background-image: url(img/default-featured.jpg);
    position: relative;
    border: 2px solid #c5d6e0;
}
}
.blog-content.half {
    padding: 0 10px 0 30px;
    /* width: 59%; */
    display: table-cell;
    vertical-align: middle;
    font-family: 'Open Sans';
}
.blog-listing {
    display: table;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
    width: 100%;
}
/*.blog-listing:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}*/

.blog-listing .blog-content h3 {
    background-image: none;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.4;
    font-family: 'Open Sans';
}
.blog-listing .blog-content h3 a {
    color: #202020;
}
.blog-listing .blog-content .date {
    margin-bottom: 8px;
    display: block;
}
.blog-listing .blog-content p {
    margin-bottom: 8px;
}
.wp-pagenavi {
    margin-top: 60px;
    font-family: 'Open Sans';
}
.wp-pagenavi a, .wp-pagenavi span {
    height: 40px;
    min-width: 40px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    color: #000;
    vertical-align: top;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    border-radius: 4px;
}
.blog-listing a.read-more {
    font-style: italic;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 0;
    line-height: normal;
    font-size: 15px;
}
/************ Search Form **************/
#searchform button span {
    font-size: 20px;
    color: #ab4a78;
}
#searchform button {
    background-color: #eb3719 !important;
    height: 100%;
    width: 50px;
    cursor: pointer;
    outline: none;
    border: 0;
    background-image: url(img/search-icon.png) !important;
}
#searchform input, #searchform button {
    height: 50px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background: #c5dfee;
    border: 0;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    background: #ab4a78;
    color: #fff;
    border-color: #ab4a78;
}
.wp-pagenavi span.extend {
    display: none;
} 
#page-sidebar .widgettitle {
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 23px;
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
}
#page-sidebar .widgettitle:after {
    content: '';
    height: 2px;
    background: #ab4a78;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#page-sidebar .widget {
    margin-bottom: 60px;
    font-family: 'Open Sans';
}
#page-sidebar .widget li a {
    padding: 15px 0;
    display: block;
    position: relative;
    padding-left: 20px;
    color: #202020;
    border-bottom: 1px solid #eee;
}
#page-sidebar .widget li {
    display: block;
}
#page-sidebar .widget li a:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 14px;
}
#page-sidebar .widget li.current-cat a, #page-sidebar .widget li a:hover,
#page-sidebar .widget li.current_page_item a, #footer-middle li.current_page_item a{
    color: #ab4a78;
}
#page-sidebar .widget:last-of-type {
    margin-bottom: 0;
}
#page-sidebar .widget li:last-child a {
    border-bottom: 0;
}
.featured-div img {
margin-bottom: 15px;
}
/************ Testimonials *************/
.testimonial-block {
    background: rgba(172,208,230,1);
    background: -moz-linear-gradient(left, rgba(172,208,230,1) 0%, rgba(202,225,239,1) 29%, rgba(202,225,239,1) 74%, rgba(172,208,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(172,208,230,1)), color-stop(29%, rgba(202,225,239,1)), color-stop(74%, rgba(202,225,239,1)), color-stop(100%, rgba(172,208,230,1)));
    background: -webkit-linear-gradient(left, rgba(172,208,230,1) 0%, rgba(202,225,239,1) 29%, rgba(202,225,239,1) 74%, rgba(172,208,230,1) 100%);
    background: -o-linear-gradient(left, rgba(172,208,230,1) 0%, rgba(202,225,239,1) 29%, rgba(202,225,239,1) 74%, rgba(172,208,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(172,208,230,1) 0%, rgba(202,225,239,1) 29%, rgba(202,225,239,1) 74%, rgba(172,208,230,1) 100%);
    background: linear-gradient(to right, rgba(172,208,230,1) 0%, rgba(202,225,239,1) 29%, rgba(202,225,239,1) 74%, rgba(172,208,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd0e6', endColorstr='#acd0e6', GradientType=1 );
    padding: 20px 30px;
    margin-top: 30px;
    position: relative;
}
.testimonial-main-content img.bottom-quote {
    position: absolute;
    bottom: 20px;
    right: 40px;
}
.testimonial-block img {
    margin-bottom: 12px;
    border: 0 !important;
}
.testimonial-block:nth-child(2n) {
    background: rgba(240,78,46,1);
    background: -moz-linear-gradient(left, rgba(240,78,46,1) 0%, rgba(255,102,79,1) 29%, rgba(255,102,79,1) 74%, rgba(240,78,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,78,46,1)), color-stop(29%, rgba(255,102,79,1)), color-stop(74%, rgba(255,102,79,1)), color-stop(100%, rgba(240,78,46,1)));
    background: -webkit-linear-gradient(left, rgba(240,78,46,1) 0%, rgba(255,102,79,1) 29%, rgba(255,102,79,1) 74%, rgba(240,78,46,1) 100%);
    background: -o-linear-gradient(left, rgba(240,78,46,1) 0%, rgba(255,102,79,1) 29%, rgba(255,102,79,1) 74%, rgba(240,78,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(240,78,46,1) 0%, rgba(255,102,79,1) 29%, rgba(255,102,79,1) 74%, rgba(240,78,46,1) 100%);
    background: linear-gradient(to right, rgba(240,78,46,1) 0%, rgba(255,102,79,1) 29%, rgba(255,102,79,1) 74%, rgba(240,78,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04e2e', endColorstr='#f04e2e', GradientType=1 );
    color: #fff;
}
.testimonial-block .testimonial_author {
    font-weight: bold;
    color: #ef2f27;
    display: block;
    padding-top: 10px;
}
#new-update-body .testimonial-block .testimonial_author {
    
    color: #ab4a78;
  
}
.testimonial-block:nth-child(2n) .testimonial_author {
    color: #fff;
}

/****************************************\
    Video Section on In The News Page
\****************************************/
.news-videos {
    padding: 10px 0 40px;
    background-color: #12202e;
    background-image: url(img/team-sec-bg.jpg);
}

.owl-carousel .owl-stage-outer {
    padding: 0 2px;
}

.news-videos-slider .owl-stage {
    margin: 0 auto;
    display: flex;
}
.news-videos-slider .owl-stage .owl-item {
    display: flex;
}

.news-video-box>a {
    display: block;
    height: 100%;
}

.news-video-box .news-video-thumb {
    display: block;
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.news-video-box {
    padding: 10px;
    width: 100%;
    border: 1px solid #8dbede;
}

.news-video-box span.video-title {
    margin: 5px 0 15px;
    display: block;
    line-height: 1.5;
}
.news-videos .owl-nav.disabled {
    display: none;
}
.news-videos .owl-dots{
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
}
span.yt_play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

span.yt_play >svg {
    max-width: 60px;
}

.news-video-box > a:hover span.yt_play >svg .ytp-large-play-button-bg {
    fill: #f00;
    fill-opacity: 1;
}

/************* In The News **************/
.media-list {
    border: 1px solid rgba(141,190,222,.5);
    position: relative;
    padding: 15px 15px 15px 170px;
    margin-bottom: 30px;
    min-height: 106px;
    display: flex;
    align-items: center;
    background-color: rgba(141, 190, 222, 0.09);
}

.media-list:nth-child(2n+1) {
    background-color: #12202e;
    color: #fff;
}

.media-list:nth-child(2n+1) h5 {
    color: #fff;
}

.media-thumb {
    width: 160px;
    height: 100%;
    display: flex;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
     background-color: rgba(141,190,222,.5);
}
.blog .bg-video::after {
    display: none;
}
.media-thumb>span {
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #ee3828; */
}

#page-section .media-list h5 {
    margin:0 0 10px;
    padding: 0;
    text-align: left !important;
}
#page-section .media-list h5:after {
    content:none;
}
.media-list p {
    line-height: 1.3;
    margin: 0;
}

/************* Preparing For Divorce **************/
.video-list-all {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    overflow: hidden;
}
.video-list-all h4 {
    margin-top: 20px;
}
.single-video-list h4 {
    margin-bottom: 0px;
    margin-top: 5px;
}
.single-video-list span.date a {
    font-weight: 500;
    color: #8cbee1 !important;
}
.video-list-all:nth-child(2n) {
    margin-right: 0;
}
.preparing-for-divorce-list ul li, .footable-pagination-wrapper li {
    background-image: none !important;
    padding-left: 0 !important;
    display: inline-block;
    width: 19%;
    margin: 0 !important;
}
div#filters {
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
div#filters .button {
    border: 1px solid #ab4a78;
    border-radius: 50px;
    line-height: 1;
    padding: 7px 20px;
    background: inherit;
    text-shadow: none;
    font-weight: 400;
    color: #ab4a78;
    min-width: inherit;
    font-size: 14px;
    margin-bottom: 10px;
    margin-right: 10px;
    outline: none;
}
div#filters .button:hover {
    background-color: #8dbede;
    color: #fff;
    border: 1px solid #fff;
}
button#load-more {
    margin-top: 0;
    background: #ab4a78;
    margin-bottom: 0;
    font-size: 16px;
    padding: 5px 20px;
    border-color: transparent;
    color: #fff;
    display: block;
    margin: auto;
}
.nav-tabs {
    display: block;
    border: 0;
}
.nav-tabs .nav-link {
    color: #202020;
    padding: 12px 15px;
    font-size: 18px;
    line-height: normal;
    border-radius: 0;
    position: relative;
}
.nav-tabs .nav-link:after {
    content: '';
    width: 1px;
    position: absolute;
    display: block;
    background: #edeced;
    right: 0;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tab-content {
    padding: 60px 0px 0;
    border-top: 1px solid #ddd;
    margin-top: -1px;
    text-align: justify;
    font-size: 14px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ab4a78;
    font-weight: 500;
}
.divorce-wrap .small-width{
    max-width: 70%;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:after {
    height: 2px;
    width: 30px;
    background: #ab4a78;
    left: 0;
    top: auto;
}
.tab-content #tab-2 p:first-of-type img {
    margin-left: -130px;
}
.tab-content a.btn span.fa {
    padding-right: 10px;
}
.tab-content a.btn {
    margin-top: 8px;
}
.tab-content a.btn:hover span.fa{
    color: #fff;
}
.tab-content h4 {
    padding-bottom: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}
.tab-content h4 a {
    color: #202020;
}
.tab-content h4:after {
    height: 0;
}
.tab-content .date {
    display: block;
    margin: 5px 0;
}
.tab-content .single-article hr, #page-section .single-article hr {
    margin: 40px 0;
}
.tab-content .single-article:last-of-type hr {
    /*display: none;*/
}
.single-article h4 {
    margin-top: 0;
}
.footable-pagination-wrapper ul li {
    width: auto;
    margin-right: 10px !important;
    display: inline-block;
    font-family: 'Open Sans';
}
.footable-pagination-wrapper ul li a.footable-page-link {
    height: 40px;
    min-width: 40px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    color: #000;
    vertical-align: top;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    border-radius: 4px;
    font-size: 18px;
}
.footable-page.active.visible a, a.footable-page-link:hover {
    background: #ab4a78;
    color: #fff !important;
    border-color: #ab4a78 !important;
}
.footable-paging span.label.label-default {
    display: none;
}
.single-video-list h4 {
    font-size: 16px;
    /*padding: 20px 0;*/
    line-height: 1.4;
    text-align: left;
    margin-top: 5px;
    font-weight: 500;
}
.single-video-list {
    margin-bottom: 20px;
        text-align: left !important;
}
.single-video-list span.date {
    text-align: left;
    font-weight: 500;
}
.single-video-list img {
    /*height: 100%;*/
    width: auto;
}
.single-video-list h4 a {
    color: red !important;   
}
.footable-pagination-wrapper .footable-page-nav {
    display: none;
}
.preparing-for-divorce-list .video-list-all {
    width: 32%;
    margin-right: 10px;
    overflow: hidden;
}
.preparing-for-divorce-list .video-list-all:nth-child(2n+2) {
    margin-right: 10px;
}
.preparing-for-divorce-list .video-list-all:nth-child(3n+3) {
    margin-right: 0;
}
.preparing-for-divorce-list .video-list-all h4 {
    padding-top: 0;
}
/*************  Attorney Detail *****************/
#attorney-brief-sec .attorney-content li{
    display: block;
}
#attorney-brief-sec .attorney-content h4:after {
    height: 0;
}
#attorney-brief-sec .attorney-img img {
    max-height: 550px;
    border: 2px solid #c5d6e0;
}
#attorney-brief-sec .attorney-content {
    padding-left: 40px;
}
#more-about-attorney li {
    text-align: left;
    background-image: url('img/orange-tick-mark.png');
    background-position: 0 8px;
    margin: 20px 0px;
}
#more-about-attorney .col-sm-6:after {
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: 1px;
    top: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.21) 0%, rgba(234, 55, 26, 0.76) 29%, rgba(234, 55, 26, 0.68) 30%, rgba(234, 55, 26, 0.52) 70%, rgba(234, 55, 26, 0.5) 71%, rgba(255,255,255,0.21) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.21) 0%,rgba(234, 55, 26, 0.76) 29%,rgba(234, 55, 26, 0.68) 30%,rgba(41,50,55,0.98) 70%,rgba(234, 55, 26, 0.5) 71%,rgba(255,255,255,0.21) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.21) 0%,rgba(234, 55, 26, 0.52) 29%,rgba(234, 55, 26, 0.6) 30%,rgba(234, 55, 26, 0.48) 70%,rgba(234, 55, 26, 0.5) 71%,rgba(255,255,255,0.21) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#361c2329', endColorstr='#451c2329',GradientType=0 );
}
.wp-pagenavi span.fa {
    height: auto;
    width: auto !important;
    line-height: 1.9;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: initial;
}
.wp-pagenavi a:hover span {
    color: #fff;
}
#more-about-attorney .col-sm-6:last-of-type:after {
    width: 0;
}
#more-about-attorney .col-sm-6, #attorney-above-footer .col-sm-6:first-of-type {
    padding-right: 35px;
}
#more-about-attorney .col-sm-6:last-of-type, #attorney-above-footer .col-sm-6:last-of-type {
    padding-left: 50px;
    overflow: hidden;
}
#attorney-above-footer .col-sm-6:first-of-type li{
    background-image: url('img/orange-trophy-icon.png');
}
#attorney-above-footer .col-sm-6:last-of-type ul li{
    background-image: url('img/orange-cap-icon.png');
    background-position: 0 7px;
    background-size: 23px;
}
#attorney-above-footer .col-sm-6:last-of-type ul:first-of-type li{
    background-image: url('img/orange-gavel-icon.png');
    background-position:0 9px;
}
#attorney-above-footer h4:after {
    background: #ef422c;
}
#attorney-above-footer .col-sm-6:first-of-type,
#attorney-above-footer .col-sm-6:last-of-type ul:first-of-type{
    position: relative;
}
#attorney-above-footer .col-sm-6:first-of-type:after{
    position: absolute;
    content: "";
    right: 0;
    height: 100%;
    width: 1px;
    top: 0;
    background: rgba(75,79,89,0);
    background: -moz-linear-gradient(top, rgba(75,79,89,0) 0%, rgba(81,85,92,0.63) 32%, rgba(81,85,92,0.67) 34%, rgba(81,85,92,0.67) 75%, rgba(81,85,92,0.62) 77%, rgba(75,79,89,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(75,79,89,0)), color-stop(32%, rgba(81,85,92,0.63)), color-stop(34%, rgba(81,85,92,0.67)), color-stop(75%, rgba(81,85,92,0.67)), color-stop(77%, rgba(81,85,92,0.62)), color-stop(100%, rgba(75,79,89,0)));
    background: -webkit-linear-gradient(top, rgba(75,79,89,0) 0%, rgba(81,85,92,0.63) 32%, rgba(81,85,92,0.67) 34%, rgba(81,85,92,0.67) 75%, rgba(81,85,92,0.62) 77%, rgba(75,79,89,0) 100%);
    background: -o-linear-gradient(top, rgba(75,79,89,0) 0%, rgba(81,85,92,0.63) 32%, rgba(81,85,92,0.67) 34%, rgba(81,85,92,0.67) 75%, rgba(81,85,92,0.62) 77%, rgba(75,79,89,0) 100%);
    background: -ms-linear-gradient(top, rgba(75,79,89,0) 0%, rgba(81,85,92,0.63) 32%, rgba(81,85,92,0.67) 34%, rgba(81,85,92,0.67) 75%, rgba(81,85,92,0.62) 77%, rgba(75,79,89,0) 100%);
    background: linear-gradient(to bottom, rgba(75,79,89,0) 0%, rgba(81,85,92,0.63) 32%, rgba(81,85,92,0.67) 34%, rgba(81,85,92,0.67) 75%, rgba(81,85,92,0.62) 77%, rgba(75,79,89,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4f59', endColorstr='#4b4f59', GradientType=0 );
}
#attorney-above-footer .col-sm-6 li{
    margin: 20px 0px;
}
#attorney-above-footer .col-sm-6:last-of-type ul:first-of-type:after{
    position: absolute;
    content: "";
    right: 0;
    width: 110%;
    height: 1px;
    bottom: 0;
    top: auto;
    background: rgba(75,79,89,0.96);
    background: -moz-linear-gradient(left, rgba(75,79,89,0.96) 0%, rgba(81,85,92,0.68) 44%, rgba(80,84,91,0.67) 45%, rgba(34,37,43,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(75,79,89,0.96)), color-stop(44%, rgba(81,85,92,0.68)), color-stop(45%, rgba(80,84,91,0.67)), color-stop(100%, rgba(34,37,43,0)));
    background: -webkit-linear-gradient(left, rgba(75,79,89,0.96) 0%, rgba(81,85,92,0.68) 44%, rgba(80,84,91,0.67) 45%, rgba(34,37,43,0) 100%);
    background: -o-linear-gradient(left, rgba(75,79,89,0.96) 0%, rgba(81,85,92,0.68) 44%, rgba(80,84,91,0.67) 45%, rgba(34,37,43,0) 100%);
    background: -ms-linear-gradient(left, rgba(75,79,89,0.96) 0%, rgba(81,85,92,0.68) 44%, rgba(80,84,91,0.67) 45%, rgba(34,37,43,0) 100%);
    background: linear-gradient(to right, rgba(75,79,89,0.96) 0%, rgba(81,85,92,0.68) 44%, rgba(80,84,91,0.67) 45%, rgba(34,37,43,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4f59', endColorstr='#22252b', GradientType=1 );
}
#attorney-above-footer .col-sm-6:last-of-type ul:first-of-type{
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#attorney-above-footer img.attor-detail-img {
    position: absolute;
    right: 0;
    max-width: 100%;
    bottom: -30px;
    max-height: 100%;
    opacity: 0.3;
}
#attorney-above-footer{
    overflow: hidden;
}
#attorney-above-footer h4 {
    font-weight: 400;
    margin-top: 0;
}
.navbar-nav > li .sub-menu .sub-menu {
    right: -86%;
    left: auto;
    width: 124px;
    min-width: 200px !important;
    top: -1px;
    background: #133a54;
    border: 1px solid #133a54;
}
.navbar-nav > li .sub-menu .sub-menu a {
    border-top: 1px solid #12364e;
    border-bottom: 1px solid #103046;
}
.navbar-nav>li:last-child {
    padding-right: 0;
}
.navbar-nav > li .sub-menu .sub-menu .sub-menu {
    background: #102f44;
    border: 1px solid #133a54;
}
.navbar-nav > li .sub-menu .sub-menu .sub-menu li > a {
    border-bottom: 1px solid #0e2738;
    border-top: 1px solid #12354c;
}
.navbar-nav > li .sub-menu .sub-menu a {
    border-bottom: 1px solid #0f3046;
    border-top: 1px solid #15405d;
}
/*************** Schema Markup *****************/
.site-schema {
    background: #eee;
    padding: 80px 0;
    display: none;
}
.home .site-schema {
    display: none;
}
.review-schema-wrapper, .video-schema-wrapper {
    padding: 60px;
    background: #fff;
}
.video-schema-wrapper.show-schema{
    margin-top: 60px;
}
.videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}
.videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: center;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}
.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
    padding-top: 35%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 30px;
}
.single-post iframe {
    width: 100%;
}
a.header-icons {
    font-size: 30px;
    padding-left: 14px;
    display: none;
    line-height: normal;
    position: relative;
}
/************* Podcast Listing ****************/
.podcast-header{
    color: #fff;
}
.podcast-header h1{
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
    background-image: none;
    padding-bottom: 0
}
#page-banner.podcast-header .banner-content {
    padding-top: 50px;
}
.podcast-header h5 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 500;
    padding-bottom: 0;
    margin: 15px 0;
}
.podcast-header h5:after, .podcast-box h5:after{
    height: 0;
}
.podcast-header .row .col-sm-6.col-12:first-of-type{
    padding-right: 20px;
}
.podcast-header .row .col-sm-6.col-12:last-of-type{
    padding-left: 90px; 
}
.podcast-header .row .col-sm-6.col-12:first-of-type p:nth-of-type(2){
    margin-bottom: 10px;
} 
.podcast-header .row .col-sm-6.col-12:first-of-type p:last-of-type{
    font-weight: 600;
    font-size: 16px;
}
.podcast-header .banner-img-col img {
    max-height: 350px;
    width: auto;
}
.podcast-wrapper img {
    width: auto !important;
    display: block;
    margin: auto;
    max-height: 300px;
}
.podcast-wrapper{
    background: #def2ff;
    overflow: hidden;
    padding-bottom: 35px;
}
.podcast-wrapper .col-sm-4,
.podcast-wrapper .col-sm-4 .subscribe-section{
    position: relative
}
.podcast-wrapper .col-sm-4{
    padding-left: 20px;
    padding-right: 0px;
}
.podcast-wrapper .col-sm-4 .subscribe-section {
    z-index: 1;
}
.podcast-wrapper .col-sm-4:after{
    content: "";
    left: 25px;
    top:-100px;
    height: 1000%;
    width: 1000%;
    bottom: -100px;
    background: #fff;
    position: absolute
}
.podcast-wrapper .owl-nav {
    display: none;
}
.icon-section {
    background: #f0482c;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    padding-top: 24px;
    text-align: center;
    vertical-align: middle;
    width: 100px;
    float: left;
    box-shadow:0 0 14px #fcb1a6;
    transition: all ease-in-out 0.5s;
}
.subscribe-box.fullwidth:hover .icon-section{
    background: #8fbedd;
    box-shadow: 0 0 14px #314452;
}
.subscribe-box.fullwidth {
    margin-bottom: 35px;
    padding-left: 50px;
}
.title-section {
    float: left;
    padding-left: 15px;
    padding-top: 15px;
    text-align: left;
}
.title-section p {
    color: #314463;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 0;
}
.title-section p a{
    color: #F5473C
}
.title-section strong {
    color: #12202e;
    font-size: 25px;
    font-weight: 800;
}
.subscribe-box.fullwidth:last-of-type{
    margin-bottom: 0
}
.podcast-wrapper .item p {
    font-size: 22px;
    padding: 12px 0;
    margin-bottom: 0;
}
.podcast-wrapper .owl-theme .owl-dots .owl-dot span{
    background: #12202e;
}
.podcast-wrapper .owl-theme .owl-dots .owl-dot.active span, .podcast-wrapper .owl-theme .owl-dots .owl-dot:hover span {
    background: #f0482c;
}
.all-podcast.section{
    background-image: url('img/Layer59-min.png');
    color: #fff; 
}
.all-podcast.section .row{
    margin: 0
}
.podcast-boxcontent p {
    margin-bottom: 10px !important;
    padding: 0 10px;
}
.podcast-box {
    border: 1px solid #939ca1;
    margin-bottom: 30px;
    padding: 5px;
    text-decoration: none !important;
    display: block;
}
.podcast-image {
    background-color: #12202e;
    background-size: contain;
    height: 250px;
    transition: all 0.4s ease-in-out 0s;
}

.podcast-box h5 {
    color: #ffffff; 
    font-size: 15px;
    font-weight: 800;
    padding: 15px 0 5px;
    margin: 0;
    transition: all ease-in 0.2s;
}
.all-podcast a:hover h5 {
    color: #ab4a78;
}
.podcast-box span{
    color: #ab4a78;    
    display: block;
    padding-bottom: 5px;
}
.pagination.episode  .wp-pagenavi a{
    color: #fff;
}
.pagination.episode .wp-pagenavi a:hover,
.pagination.episode .wp-pagenavi span.current {
    background: #fff ;
    border-color: #fff;
    color: #3d505f;
    width: 100%;
}
.podcast-header.single{
    background-image: url('img/Layer-3-copy-min-1.png')
}
.meta-data{
    color: #ab4a78;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    margin-top: -2px;
}
.podcast-header.single .row .col-sm-6.col-12:first-of-type p:last-of-type {
    margin-top: 10px;
}
.single-podcast-wrapper h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: #314351;
    margin-bottom: 45px;
    position: relative
}
.single-podcast-wrapper h4:after{
    background: #314351;
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -22px
}
.single-podcast-wrapper ul li{
    position: relative;
    list-style: none;
    padding-left: 35px;
    margin-bottom: 10px;
    text-align: left;
    background-image: url(img/double-tick-icon.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 3px;
}
.single-podcast-wrapper .row .col-sm-4{
    padding: 0px 30px;
    position: relative
}
.single-podcast-wrapper .row .col-sm-4:last-of-type{
    padding-right: 15px;
}
.single-podcast-wrapper .row .col-sm-4:first-of-type{
    padding-left: 15px;
}
.single-podcast-wrapper .row .col-sm-4:after{
    content: "";
    height: 100%;
    right: 0px;
    position: absolute;
    top: 10px;
    width: 1px; 

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 39%, #dddddd 46%, #dddddd 64%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#dddddd 39%,#dddddd 46%,#dddddd 64%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#dddddd 39%,#dddddd 46%,#dddddd 64%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.single-podcast-wrapper .row .col-sm-4:last-of-type:after{
    display: none;
}
.single-podcast-wrapper  .row .col-sm-4 > h5 {
    color: #314351
}
.thanks-podcast-wrapper{
    background: #EB4E2D;
}
.thanks-podcast-wrapper h2{
    background-image: url('img/titles-bottom-white-logo.png');
}
.thanx-boxes {
    float: left;
    color: #fff;
    width: 50%;
    border-bottom: 1px solid #F88951;
    padding: 40px 30px;
    position: relative
} 
.thanx-boxes .image-boxs {
    background: #ffffff;
    border-radius: 50%;
    height: 100px;
    line-height: 100px;
    margin: auto;
    width: 100px;
}
.thanx-boxes ul li, 
.thanx-boxes  a{
    color: #fff;
}
.thanx-boxes  a{
    font-weight: 600
}
.thanx-boxes > p {
    margin-bottom: 10px;
}
.thanx-boxes ul li {
    float: left;
    list-style: outside none none;
    margin-bottom: 10px;
    text-align: left;
    width: 50%;
} 
.thanx-boxes strong {
    display: block;
    font-size: 28px;
    font-weight: 800;
    padding: 15px 0 0;
    text-transform: uppercase;
}
.thanks-podcast-wrapper .container .thanx-boxes:nth-of-type(2),
.thanks-podcast-wrapper .container .thanx-boxes:last-of-type
{
    border-right: 0px
}
.thanks-podcast-wrapper .container .thanx-boxes:nth-of-type(3),
.thanks-podcast-wrapper .container .thanx-boxes:last-of-type
{
    border-bottom: 0px
}
.thanks-podcast-wrapper .container .thanx-boxes:nth-last-of-type(2):after{
    right: 0;
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    top:0;
    background: -moz-linear-gradient(top, rgba(246,137,81,1) 0%, rgba(246,137,81,0.87) 42%, rgba(241,102,59,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(246,137,81,1) 0%,rgba(246,137,81,0.87) 42%,rgba(241,102,59,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(246,137,81,1) 0%,rgba(246,137,81,0.87) 42%,rgba(241,102,59,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68951', endColorstr='#b3f1663b',GradientType=0 ); /* IE6-9 */
}
.thanks-podcast-wrapper .container .thanx-boxes:first-of-type:after{
    right: 0;
    height: 100%;
    width: 1px;
    content: "";
    position: absolute;
    top:0;
    background: -moz-linear-gradient(top, rgba(241,102,59,0.8) 0%, rgba(241,102,59,0.8) 2%, rgba(246,137,81,0.91) 56%, rgba(246,137,81,0.91) 57%, rgba(246,137,81,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241,102,59,0.8) 0%,rgba(241,102,59,0.8) 2%,rgba(246,137,81,0.91) 56%,rgba(246,137,81,0.91) 57%,rgba(246,137,81,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241,102,59,0.8) 0%,rgba(241,102,59,0.8) 2%,rgba(246,137,81,0.91) 56%,rgba(246,137,81,0.91) 57%,rgba(246,137,81,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccf1663b', endColorstr='#f68951',GradientType=0 ); /* IE6-9 */
}
.thanks-podcast-wrapper .container .thanx-boxes:first-of-type{
    background: #eb4e2d; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #eb4e2d 0%, #ec512f 50%, #ec512f 62%, #f16238 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #eb4e2d 0%,#ec512f 50%,#ec512f 62%,#f16238 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #eb4e2d 0%,#ec512f 50%,#ec512f 62%,#f16238 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4e2d', endColorstr='#f16238',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.thanks-podcast-wrapper .container .thanx-boxes:last-of-type{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f16238+0,ec512f+31,ec512f+51,eb4e2d+100&0.64+1,1+100 */
    background: -moz-linear-gradient(-45deg, rgba(241,98,56,0.64) 0%, rgba(241,97,56,0.64) 1%, rgba(236,81,47,0.75) 31%, rgba(236,81,47,0.82) 51%, rgba(235,78,45,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(241,98,56,0.64) 0%,rgba(241,97,56,0.64) 1%,rgba(236,81,47,0.75) 31%,rgba(236,81,47,0.82) 51%,rgba(235,78,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(241,98,56,0.64) 0%,rgba(241,97,56,0.64) 1%,rgba(236,81,47,0.75) 31%,rgba(236,81,47,0.82) 51%,rgba(235,78,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3f16238', endColorstr='#eb4e2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.podcast-header .col-sm-6.col-12.d-flex.align-items-center img {
    max-height: 450px;
}

/* Dataroots make form placeholder transparent on focus css method */
#banner-form input:focus::-webkit-input-placeholder { color:transparent; }
#banner-form input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
#banner-form input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
#banner-form input:focus:-ms-input-placeholder { color:transparent; } /* IE 8 and older ;) */

#banner-form textarea:focus::-webkit-input-placeholder { color:transparent; }
#banner-form textarea:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
#banner-form textarea:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
#banner-form textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 8 and older ;) */

.text-content{
    padding: 0 15px;
}
#banner-form .input-width.btn-section {
  margin-right: 0% important;
  width: 14%;
}
.thanks-podcast-wrapper{
    display: none !important;
}
#wpcf7-f13778-p13571-o1 {
    position: relative;
}
#wpcf7-f13778-p13571-o1 span.ajax-loader {
    position: absolute !important;
    right: 0 !important;
    bottom: -30px !important;
    left: 0;
    margin: 0 auto;
}
#custom_html-2 a {
    font-size: 20px;
}
.thanks-text{
    padding-bottom: 20px;
    max-width: 700px;
    margin: auto;
}
.thanks-text .h1{
    background-position: center bottom;
    position: relative;
    display: block;
}
.thanks-text p{
    font-size: 20px;
}
div.thanks-content{
    padding-bottom: 0;
}



/****************CAMPAIGN*********************/

.campaign-wrap #testimonials-sec {
    padding-bottom: 80px;
}

.event_header {
       margin-top: 20px; 
       display: inline-block;
}

.event_header h4 {
    color: #f54502;
    font-size: 20px;
    position: relative;
    margin: 0 0 10px;
}
.event_header h4:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f54502;
    display: inline-block;
    margin: 0 5px;
}
.event_header h4:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #f54502;
    display: inline-block;
    position: relative;
    margin: 0 5px;
}


.event_schedule {
   background-color: orangered;
   color:#fff;
   display: flex;
   flex-wrap: wrap;
   align-items: stretch;
   background-image: url('img/schedule-bg.jpg');
   background-size: cover;
   background-position: center;
}

.event_schedule > div {
    width: 30%;
    padding: 30px 40px;
}

.event_schedule > .event_address {
    width: 40%;
    border-left:1px solid rgba(255, 255, 255, 0.51);
    border-right:1px solid rgba(255, 255, 255, 0.51);
}


.event_schedule {
    background-color: orangered;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-family: 'Open Sans',sans-serif;
}
.event_schedule>.event_address .fa {
    font-size: 20px;
}
.event_date {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a.btn.btn-v2 {
    background-color: #fff;
    color: #ab4a78 !important;
    font-weight: 700;
    font-size: 14px;
}

a.btn.btn-v2 .fa{
    color:#ccc !important;
    font-size: 18px;
}

a.btn.btn-v2:hover {
    color:#fff !important;
}


#panel-discussion {
    background-image: url(img/panel-bg.jpg);
}

#panel-discussion p:last-child {
    margin-bottom: 0
}

.panelist-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
    margin: 30px auto;
     font-family: 'Open Sans',sans-serif;
}
.panelist-single {
    flex-grow: 1;
    flex-basis: 30%;
    padding-bottom: 68%;
    margin: 0 15px;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.all-podcast.single-section .row {
    display: flex;
    justify-content: center;
}
/*.panelist-single:nth-child(2n) {
    flex-basis: 35%;
    padding-bottom: 45%;
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
}*/

.panelist-intro {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(0,0,0,0.6);
}

.panelist-intro h4{
    font-weight: 800;
    font-family: 'Open Sans',sans-serif;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.panelist-intro h4 strong {
    color: #ee3328;
}

.panelist-intro h4:after {
    content: none !important;
}

.panelist-intro p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.fancybox-slide>.transparent {
  
}

.fancybox-slide>#page-sidebar form.wpcf7-form {
    margin-bottom: 0 !important;
}

.paypal-col {
    color: #fff;
    margin-top: 20px;
        text-align: center;
}

.paypal-col input[type='checkbox'] {
    height: 20px !important;
    display: inline-block;
    width: 50px;
    margin: 0 !important;
    vertical-align: middle;
}

.paypal-col .wpcf7-checkbox {
    background-color: rgb(23, 48, 133);
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #3a9cde;
}
span.wpcf7-list-item {
    margin: 0;
}
.paypal-col .wpcf7-list-item label {
    padding: 20px 20px 20px 0;
    margin: 0;
    cursor: pointer;
}

#panel-form h4:after {
    content: '';
    width: 50px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    margin:0 auto;
}

div#panel-form {
    max-width: 600px;
}
#footer-qa .widgettitle {
    background-image: url(//westchesterfamilylaw.com/wp-content/themes/MillerLawGroup/img/titles-bottom-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 50px;
    margin-bottom: 10px !important;
    display: block;
}
#wpcf-custom-btn-0 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.banner-title-sec h1.banner-big-title {
    font-weight: 800;
    padding-bottom: 0;
    font-family: 'Open Sans';
	    background: unset;
}
@media screen and (max-width: 990px){

    .event_schedule>div {
       flex:1;
        padding: 15px 15px;
        font-size: 14px;
}

.panelist-intro p {
    font-size: 12px;
}

}

@media screen and (max-width: 767px){

#header-right .search-bar {
    display: none;
}
.event_schedule {
  justify-content: center;
}    
    
.event_date {
    text-align: center; 
}

.event_schedule>div {
    flex-basis: 100%;
}

.panelist-single, .panelist-single:nth-child(2n) {
    flex-grow: 1;
    flex-basis: 100%;
    padding-bottom: 100%;
    margin: 30px auto;
    max-width: 400px;
}


}

.social-media span.fa {
    color: #ea763d;
    font-size: 18px;
}


/*Text Carousel*/

.below-banner-sec{
    background-image: url(img/practice-areas-bg.jpg);
}

.home #banner-form {
    margin-top: -15px;
}
.text-carousel {
    text-align: center;
    padding: 20px;
    color:#fff;
}
.text-carousel p {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.text-carousel .owl-nav.disabled , .text-carousel .owl-dots.disabled {
    display: none;
}

.text-carousel .owl-stage {
    display: flex;
    align-items: center;
}


.report-link {
    margin-bottom: -130px;
    z-index: 2;
    position: relative;
}

.report-link a {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
/******Banner Video **********/

.home div#page-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}

.home #banner-form {
    margin-top: 0;
}

.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
.bg-video:after {
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(40,40,42,.3);
    left: 0;
}
.bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ie .bg-video {
    height: auto !important;
}
.ie .bg-video video {
    height: auto !important;
}

.videoWrapper1 {
    position: relative;
    padding-bottom: 56.3%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#header-nav{
    padding-right:30px;
}
.search-bar {
    position: absolute;
    right: 40px;
    top: 7px;
}


@media only screen and (max-width:1440px){
    .home div#page-banner {
        height: 480px;
    }
}

@media only screen and (max-width:991px){
    .home div#page-banner {
        height: 400px;
    }
}

@media only screen and (max-width:767px){
    .bg-video {
       display: none;
    }
}
@media only screen and (min-width:768px){

    .home div#page-banner {
        background-image: none !important;
    }
}

.panelist-wrap .col-md-6.col-xs-12.read-more {
    padding: 0px 70px;
    transition: all .2s ease-in-out;
}
.panelist-wrap .col-md-6.col-xs-12.read-more details {
    background:rgba(0, 0, 0, 0.85);
    padding:25px
}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
.page-id-7 #menu-item-14000 a::after {
    background: transparent;
}
.upper-h5 {
    display: block;
}
.panelist-wrap img {
    max-height: 350px;
    object-fit: cover;
}
#top-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F1EFF1;
    padding-top: 20px;
    transform: translateY(-145px);
    transition:all 0.4s;
        z-index: 999;
}
header#site-header.newupdate-header span#close-search {
    color: #ab4a78;
}
#top-search img.main-logo {
    max-width: 200px;
}
.headerright_sec li {
    font-weight: 400 !important;
}
#top-search.active {

    transform: translateY(0);

}
#close-search {
    position: absolute;
    right: 15px;
    top: -12px;
}
.small-header #close-search {
    position: absolute;
    right: -7px;
    top: -4px;
    cursor: pointer;
}
.small-header #top-search {
    padding-top: 48px;
}
.panelist-wrap h4::after {

    right: 0;
    margin: 0 auto;

}
@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 0px}
}
.media-block {
    padding: 10px;
    border: 1px solid #047abb;
    margin: 10px;
    float: left;
    min-height: 263px;
}
#new-update-body .media-block {
    
    border: none;
   
}
.media-block .media-thumb-block {
    margin-bottom: 10px;
}
.media-block .media-thumb-block img {
    border: none !important;
    height: 100px;
    width: auto;
    display: block;
    margin: auto;
}
.media-block-content {
    display: table;
    vertical-align: middle;
    min-height: 107px !important;
    margin: auto;
}
.media-block .media-block-content h5{
    color: grey;
    margin: 13px 0px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
}
.media-block-content h5:after {
    display: none;
}

.media-block p {
       min-height: 42px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}
.white-text.news_form {
    margin-top: 0px !important;
}
.news-Block-media-slider .owl-nav.disabled {
    display: none;
}
.main-news-logo .item {
    margin: 10px;
    display: table;
    height: 145px;
}
.main-news-logo .item a {
    display: table-cell;
    vertical-align: middle;
}
.main-news-logo ul {
    list-style: none;
}
.main-news-logo {
    overflow: hidden;
    margin-bottom: 10px;
}
.home-news-logo-slider .owl-nav.disabled {
    display: none;
}
.home-news-logo-slider {
    display: table;
}
.home-news-logo-slider .item {
    display: table-cell;
    vertical-align: middle;
    padding: 7px;
    width: 9%;
}
.testimonial_section {
        border: 2px solid #80808085;
    padding: 13px 12px;
    margin: 28px 0;
}
.testimonial_section .test_heading {
    margin-bottom: 12px;
}
.testimonial_section .test_heading p {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
     color: grey;
}
.testimonial_section .test_heading span.test_blue {
    color: #1b84e0;
    font-weight: 700;
}
.testimonial_section .test_heading span.test_black {
    color: #000;
    font-weight: 700;
}
.testimonial_section .test_content p {
    font-size: 12px;
    color: grey;
}
.antonymember_test_slider .owl-nav.disabled {
    display: none;
}
.antonymember_test_slider .owl-dots {
    display: none;
}
.attorney_readmore {
    margin-bottom: 10px;
    float: right;
}
a.review_link {
    color: #ea3619;
    font-weight: 900;
    border: 1px solid #ea3619;
    padding: 6px 10px;
    margin-top: 18px;
    font-size: 13px;

}
#inner-pages .banner-big-title sup {
    font-size: 16px;
    top: -2.5em;
}
@media screen and (max-width: 599px){ 

.home-news-logo-slider .item {
    display: block;
    vertical-align: middle;
    padding: 7px;
    width: 94%;
    height: auto;
    min-height: 100px;
}
.main-news-logo .item a {
    display: block;
    }
.main-news-logo .item a img {
    width: 40%;
}
    .home div#news-logo-slider .main-news-logo .item a img {
    width: 70%;
    margin:auto;    
}

}
.page-content.campaign-wrap .banner-content.white-text.text-center {
    text-align: left !important;
}
.attorney_acc .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
   margin-bottom: 20px;
}

.activeness, .attorney_acc .accordion:hover {
  background-color: #ccc;
}

.attorney_acc .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.attorney_acc .accordion.activeness:after {
  content: "\2212";
}

.attorney_acc .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.attorney_acc .panel p {
    display: none;
}
.attorney_acc .panel ul {
    margin-left: 35px;
}

/*Toggle Menu*/

.icon_default.wprmenu_icon_par::before {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    margin-right: 5px;
        font-size: 14px !important;
}
.icon_default.wprmenu_par_opened::before {
    content: "\f068";
}
#mg-wprm-wrap {
    background: #34688a;
}
#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
    background: #6791ad;
        border-bottom: 2px solid #f15530;
}
#mg-wprm-wrap li.menu-item a {
    border-bottom: 2px solid transparent;
}
#mg-wprm-wrap li.current_page_ancestor > a,
#mg-wprm-wrap li.current-menu-ancestor > a,
#mg-wprm-wrap li.current_page_parent > a,
#mg-wprm-wrap li.current-menu-item > a{
    background: #6791ad !important;
    border-bottom: 2px solid #f15530;
}
#mg-wprm-wrap li.menu-item-has-children ul.sub-menu a{
    padding-left: 10% !important;
}
#mg-wprm-wrap li.menu-item-has-children ul.sub-menu .sub-menu a {
    padding-left: 15% !important;
}

.mapImage {
    height: 310px;
    object-fit: cover;
}
ul.sideul {
    display: block;
    width: 50%;
    float: left;
}
li.single-block.first-block img.mapImage {
    height: 375px;
}
#new-update-body li.single-block.first-block img.mapImage {
    height: 445px;
}
.directionBtn {
    position: absolute;
    background: rgba(248,90,51,1);
    left: 5%;
    margin-top: 3%;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 13px;
}
body#new-update-body .directionBtn {
   
    background: rgb(171 74 120);
   
}
.directionBtn:hover,
.directionBtn:focus,
.directionBtn:active {
    box-shadow: 0px 0px 10px #000;
}
.directionBtnTwo {
    position: absolute;
    background: rgba(248,90,51,1);
    right: 30%;
    margin-top: 3%;
    padding: 6px 20px;
    font-size: 13px;
    text-transform: uppercase;
}
body#new-update-body .directionBtnTwo {
   
    background: rgb(171 74 120);
   
}
.directionBtnTwo:hover,
.directionBtnTwo:focus,
.directionBtnTwo:active {
    box-shadow: 0px 0px 10px #000;
}
#footer-top .single-location ul li, .contact-block .locations-content li {
    padding-right: 2px;
}
.headerright_sec a[href^="tel:"] {
    font-size: 18px;
}
 .popup-onscroll {
    display: none ;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 130px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.pop_cont{
display: none;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 50px;
  font-weight: normal;
      position: absolute;
    right: 10px;
    top: -10px;
}
#close12 {
  color: #aaaaaa;
  float: right;
  font-size: 50px;
  font-weight: normal;
      position: absolute;
    right: 10px;
    top: -10px;
}
#close12:hover,
#close12:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.attorneys-video-block.text-center {
    margin: 50px 0px;
}


.button{
    background-color: #e4b05d;
    color: #FFF;
    min-width: 180px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    display: inline-block;
    white-space: nowrap;
    text-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.load-more-button {
    display: inline-block;
    margin: 50px auto 0;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.disable-btn{
    pointer-events: none;
    cursor: default;
}
.loader{
    border: 3px solid #fff;
    border-radius: 50%;
    border-top: 3px solid #695d30;
    width: 30px;
    height: 30px;
    display:none;
    position: relative;
    top: 2px;
    -webkit-animation: spin 1.15s linear infinite; /* Safari */
    animation: spin 1.15s linear infinite;
}


.button{
    background-color: #e4b05d;
    color: #FFF;
    min-width: 180px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 70px;
    display: inline-block;
    white-space: nowrap;
    text-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.load-more-button {
    display: inline-block;
    margin: 50px auto 0;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.disable-btn{
    pointer-events: none;
    cursor: default;
}
.loader{
    border: 3px solid #fff;
    border-radius: 50%;
    border-top: 3px solid #695d30;
    width: 30px;
    height: 30px;
    display:none;
    position: relative;
    top: 2px;
    -webkit-animation: spin 1.15s linear infinite; /* Safari */
    animation: spin 1.15s linear infinite;
}

div#dynamic-load-more-button {
    background: #8dbede;
    color: #fff;
}
.videobios p {
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 23px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
    color: #ab4a78;
}
nav#ubermenu-main-109-primary-2 {
    margin: 0;
    margin-left: auto;
}
/* 16-03-2020 */
p.online_sub_title {
   font-size: 32px;
    line-height: normal;
}
div#online-second-block p {
    text-align: left;
        margin-bottom: 0px;
}
div#online-second-block ul li {
    padding-bottom: 10px;
}
div#online-second-block ul {
    text-align: left;
    padding-left: 20px;
}
div#online-second-block p a {
    font-weight: 600;
}
div#online-second-block p.online_main_header {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 15px;
}
div#online-second-block{
    padding: 40px 0px;
}
img.online-second-block-main-img {
    display: none;
}
div#online-red-block {
    background-color: red;
    color: #fff;
    padding: 10px;
}
div#online-red-block p {
    margin: 0;
    padding: 10px 0;
    font-size: 29px;
    font-weight: 500;
    line-height: 1.3;
}
div#online-red-block p a {
    color: #fff;
    font-family: Roboto;
}
div#online-red-block p a:hover {
    color: #8dbede;
}
.attorneys-video-block.text-center.grey_bg {
    background-color: #f2f2f2;
    padding: 50px 0px;
    margin: 0px;
    margin-bottom: 50px;
}
.page-template-template-online-mediation div#footer-qa {
    display: none !important;
}
.page-template-template-online-mediation div#footer-top {
    display: none;
}
.page-template-template-online-mediation .main-content.single-section {
    padding-bottom: 30px;
}
div#online-two-blocks {
    padding: 30px 0px 80px;
}
div#online-two-blocks .col-sm-12 {
    padding: 0px 2%;
}
div#online-two-blocks .grey_block {
    border: 2px solid grey;
}
div#online-two-blocks .grey_block_header {
    text-align: center;
    color: #fff;
    background-color: #444444;
    padding: 25px 5px;
    font-weight: 700;
    letter-spacing: 1px;
}
div#online-two-blocks .grey_block_header p {
    margin: 0px;
    font-size: 24px;
}
div#online-two-blocks .grey_block_content {
    margin: 15px 30px;
}
div#online-two-blocks .grey_block_content ul {
    padding-left: 25px;
}
div#online-two-blocks .grey_block_content ul li {
    padding-bottom: 10px;
}

.banner_below_blue_block {
    background-color: #ab4a78;
    padding: 30px 0px;
    color: #fff;
}
.banner_below_blue_block p {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 0px 10px;
	    display: flex;
    justify-content: space-around;
}
.banner_below_blue_block p a {
    color: #fff;
    margin: 0 10px;
/*     border: 2px solid #ffffff; */
    padding: 10px 20px;
}
.banner_below_blue_block p a:hover {
/*     box-shadow: inset 0 0 0 1px #ffffff, 0 0 1px rgba(0, 0, 0, 0); */
/*     border: 2px solid #ffffff; */
    color: #8dbede;
}
.covid19-video-block p {
    font-size: 24px;
    line-height: 28px;
     min-height: 87px;
}
.covid19-video-block {
    padding-bottom: 50px;
}
.covid_red_section {
    background-color:#ab4a78;
    padding: 30px 0;
    color: #fff;
}
.covid_red_section p {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 0 10px;
}
.covid_red_section p a {
    color: #fff;
    margin-left: 59px;
    border: 2px solid #fff;
    padding: 10px 20px;
}
.post-listing.covid-post-listing .blog-listing {
    display: block;
    border: 1px solid #80808075;
    padding: 20px;
    height: 100%;
    margin-bottom: 0px;
    position: relative;
}
.post-listing.covid-post-listing .blog-listing a.blog-featured {
    width: 100%;
    height: 200px;
    display: block;
}
.post-listing.covid-post-listing .blog-listing a.blog-featured img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-listing.covid-post-listing > div {
    margin-bottom: 20px;
}
.post-listing.covid-post-listing .blog-listing .blog-content > p {
    margin-bottom: 15px;
}
.post-listing.covid-post-listing .blog-listing .blog-content > a {
    position: absolute;
    bottom: 10px;
}
.covid19-stateresource-block a {
    font-size: 21px;
    line-height: 1.4;
    color: grey;
}
.covid19-stateresource-block a p {
    padding: 20px 0px;
    min-height: 77px;
}
.Covid_19_stateresource_block {
    margin-bottom: 30px;
}
.covid19-stateresource-block.text-center {
    padding-bottom: 50px;
}
.popup-onscroll .modal-content {
    border: 2px solid #ab4a78;
}
.onscrolldate {
    width: 100%;
}
.row.scroll-content {
    text-align: center;
    padding: 30px 40px;
}
.row.scroll-content p {
     font-size: 25px;
    line-height: normal;
    color: grey;
    margin-bottom: 25px;
}
.scroll-content .scroll-content-left {
    background: #ab4a78;
    padding: 6px 5px;
        margin:10px;
}
.scroll-content .scroll-content-right {
    background: #ab4a78;
    padding: 6px 5px;
        margin:10px;
}
.scroll-content-left:hover {
    background: #ab4a78;
    cursor: pointer;
}
.scroll-content-right:hover {
    background: #ab4a78;
    cursor: pointer;
}
.scroll-content-left a {
    color: #fff;
    font-weight: 500;
}
.scroll-content-right a {
    color: #fff;
    font-weight: 500;
}
.covid19-inthenews-block.text-center {
    padding: 30px 0px;
    background: #ebebeb;
    margin-bottom: 40px;
}
p.covid-19news_title {
    font-size: 32px;
}
.covid19-inthenews-block.text-center .row {
    justify-content: center;
}
.covid19-inthenews-block .media-block .media-block-content h5 {
    font-weight: 500;
}
.covid19-inthenews-block .media-block {
    background: #fff;
}
.postcasts {
    border: 20px solid #eae3db;
    margin: 0 20px;
    margin-bottom: 20px;
    min-height: 340px;
    position: relative;

}
.postcasts img {
    margin-bottom: 30px;
    width: 85%;
}
.postcasts:hover {
    background: #f47d43;
}
.postcasts:hover p {
    color: #fff !important;
}
.postcasts p.postcasts_author {
    font-size: 24px;
    line-height: 1.4;
    font-family: 'Open Sans';
    color: #000;
    text-transform: uppercase;
    padding: 25px 5px 10px;
    margin-bottom: 0px;
    min-height: 103px;
}
.postcasts p.postcasts_title {
    font-size: 21px;
    line-height: 1.4;
    color: grey;
    padding: 0px 5px;
    margin-bottom: 100px;
}
.postcasts p.postcasts_lable_link {
    position: absolute;
    display: block;
    width: 100%;
    color: #fff;
    padding: 20px 0px;
    bottom: 0;
    background-image: url(https://westchesterfamilylaw.com/wp-content/uploads/2020/04/DivorceDialogues-Background.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0px;
}
#banner-form .hs-form-field > label {
    display: none;
}
#banner-form .hs-form-field {
    width: 15%;
    float: left;
    margin-right: 1%;
}
#banner-form .hs-form-field .hs-input {
    border: 0;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 14px;
    resize: none;
    outline: none;
    color: #000;
    border-radius: 0;
    background: #ececec;
    margin-bottom: 10px;
    height: 50px;
    line-height: normal;
}
#banner-form .hs-fieldtype-textarea.field.hs-form-field {
    width: 20%;
}
#banner-form .actions .hs-button {
    padding: 15px 40px;
    height: 50px;
    line-height: normal;
	    width: 100%;
}
#banner-form .hs_submit.hs-submit {
    width: 14%;
    float: left;
}
div#page-sidebar .hs-form {
    background: #8dbede;
    padding: 30px 20px;
    margin-bottom: 30px;
}
div#page-sidebar .hs-form .hs-form-field> label {
    display: none;
}
div#page-sidebar .hs-form .hs-form-field .hs-input {
    background: 0 0;
    margin-bottom: 15px;
    line-height: normal;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    resize: none;
    outline: none;
    height: 50px;
    width: 100%;
}
div#page-sidebar .hs-form .hs-form-field {
    position: relative;
}
div#page-sidebar .hs-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list li {
    position: absolute;
    color: red;
    font-size: 12px;
    list-style: none;
    bottom: -15px;
}
div#page-sidebar .hs-form .hs_submit.hs-submit input.hs-button.primary.large {
    line-height: normal;
    margin-top: 20px;
    background: #ab4a78;
    margin-bottom: 0px;
    font-size: 16px;
    padding: 10px;
    border-color: transparent;
    width: 100%;
    height: 50px;
}
div#page-sidebar .hs-form .hs-form-field textarea.hs-input {
    margin-bottom: 0;
    height: 100px;
    line-height: normal;
}
div#page-sidebar .hs-form .form-columns-1 .input {
    margin-right: 0;
}
div#page-sidebar .hs-form .form-columns-2 .hs-lastname .input {
    margin-right: 0;
    margin-left: 5px;
}
div#page-sidebar .hs-form .form-columns-2 .hs-firstname .input {
    margin-right: 05px;
}
.contact-section .hbspt-form .hs-form-field label {
    display: none;
}
.contact-section .hbspt-form .hs-form-field .hs-input {
    background: #ececec;
    width: 100%;
    margin-bottom: 15px;
    height: 50px;
    line-height: normal;
    padding: 10px 15px;
    font-size: 14px;
    resize: none;
    outline: none;
    color: #000;
    border-radius: 0;
    border: 0;
}
.contact-section .hbspt-form .hs-form-field textarea.hs-input {
    height: 153px;
    padding: 15px;
}
.contact-section .hbspt-form fieldset {
    max-width: 100%;
}
.contact-section .hbspt-form {
    margin-right: -15px;
    margin-left: -15px;
}
#footer-right .hs-form .hs-form-field>label {
    display: none;
}
#footer-right .hs-form .hs-form-field .hs-input {
    background: 0 0;
    margin-bottom: 10px;
    line-height: normal;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    resize: none;
    outline: none;
    height: 50px;
    width: 100%;
}
#footer-right .hs-form .hs_submit.hs-submit input.hs-button.primary.large {
    line-height: normal;
    margin-top: 15px;
    background: #ab4a78;
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px;
    border-color: transparent;
    width: 100%;
    height: 50px;
}

@media screen and (max-width: 991px){ 
.banner_below_blue_block p a {
display: block;
    margin: auto;
    width: 268px;
    margin-top: 14px;
}
    img.online-second-block-main-img {
    display: block;
}
    .online-second-block-bg-img {
    display: none;
}
   .covid_red_section p a {
    display: block;
    margin: auto;
    width: 268px;
    margin-top: 14px;
}
 .video-list-all {
    width: 100%;
}
    .covid19-video-block p {
    font-size: 18px;
    }
}
@media screen and (max-width: 768px){ 
.contact-section .hbspt-form {
    margin-right: 0;
    margin-left: 0;
}
.modal-content {
    width: 90%;
}
.attorneys-video-block.text-center img.myImg {
    padding-bottom: 15px;
}
    div#online-two-blocks .grey_block {
    margin-bottom: 15px;
}
.row.post-listing.covid-post-listing {
    padding: 0px 15px;
}
.popup-onscroll .modal-content {
      width: 90%;
}
   .covid19-inthenews-block .media-block {
     float: none;
    }

}
@media screen and (max-width: 518px){ 
    div#online-two-blocks .grey_block_header p {
    font-size: 18px;
}
div#online-red-block p {
    font-size: 24px;
    }
}
@media screen and (max-width: 433px) {
p.online_sub_title {
    margin: 0px 21px;
}
}
@media screen and (max-width: 426px) {
    div#online-two-blocks .grey_block_header p {
    font-size: 14px;
}
div#online-red-block p {
    font-size: 18px;
}
}
/* new edits for home page */

/*Header styles*/

header#site-header.newupdate-header {
    position: relative;
}
#site-header.newupdate-header.small-header {
    background: #fff;
}
header#site-header.newupdate-header.small-header {
    position: fixed;
}

header#site-header.newupdate-header img.new-logo {
    width: 255px;
}
header#site-header.newupdate-header .headerright_sec a {
    color: #6C6C6C;
    font-size: 14px;
    font-family: Montserrat-Medium;
}
header#site-header.newupdate-header .headerright_sec a:hover {
    color: #ad6686e0;
   
}

header#site-header.newupdate-header.small-header .headerright_sec a:hover {
    color: #ad6686e0;
   
}
header#site-header.newupdate-header span.fa {
    color: #9ECFEE;
}
header#site-header.newupdate-header .header-top {
    border: none;
    padding-bottom: 15px;
}
header#site-header.newupdate-header div#header-right nav#header-nav li a {
    color: #707070;
    font-family: Montserrat-Regular;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
}
header#site-header.newupdate-header div#header-right nav#header-nav ul.navbar-nav > li:after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    color: #ab4a78;
    right: 0;
    top: 5px;
    font-size: 19px;
    font-weight: 700;
}
header#site-header.newupdate-header div#header-right nav#header-nav .navbar-nav > li .sub-menu {
    background: #ffffff;
}
header#site-header.newupdate-header div#header-right nav#header-nav .navbar-nav > li .sub-menu li a {
    color: #000000;
    border: none;
}
header#site-header.newupdate-header div#header-right nav#header-nav .navbar-nav > li .sub-menu li a:hover {
    color: #ffffff;
    background: #ab4a78;
}
header#site-header.newupdate-header div#header-right nav#header-nav ul.navbar-nav > li:last-child {
    background: #AB4A78;
    padding: 0px 30px;
        margin-left: 10px;
        margin-right: 0;
}
header#site-header.newupdate-header div#header-right nav#header-nav ul.navbar-nav > li:last-child a {
    color: #ffffff;
}
header#site-header.newupdate-header.small-header div#header-right .headerright_sec a {
    color: #fff;
}

header#site-header.newupdate-header div#header-right nav#header-nav ul.navbar-nav > li {
    margin-right: 10px;
}
header#site-header.newupdate-header div#header-right nav#header-nav ul.navbar-nav > li > a:hover {
    color: #8cbedf;
}
header#site-header.newupdate-header div#header-right nav#header-nav ul.navbar-nav > li:last-child:hover {
    background: #8cbedf;
}
header#site-header.newupdate-header div#header-right nav#header-nav ul.navbar-nav > li:last-child:after {
    display: none;
}
header#site-header.newupdate-header div#header-right nav#header-nav ul.navbar-nav > li:last-child:hover a {
    color: #ffffff !important;
}
header#site-header.newupdate-header div#header-right nav#header-nav ul.navbar-nav > li:hover:after {
    color: #8cbedf;
}
body.home .main-content.single-section.bg-cover div#page-section .row p {
       text-align: left;
    line-height: 1.3;
    margin-bottom: 8px;
    font-size: 15px;
}
.headerright_sec .list-inline-item:not(:last-child) {
    margin-right: 15px;
}
body.home .main-content.single-section.bg-cover div#page-section .row li {
    display: block;
    background-image: none;
    padding-left: 0px;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}
div#trending-news-areas {
    background: darkgray;
}
div#trending-news-areas .news-videos-slider {
    position: relative;
}
div#trending-news-areas .news-videos-slider .owl-dots {
    display: none;
}
div#trending-news-areas .news-videos-slider .owl-prev {
    position: absolute;
    top: 33%;
    left: -47px;
    background: none;
    font-size: 25px;
}
div#trending-news-areas .news-videos-slider .owl-next {
    position: absolute;
    top: 33%;
    right: -47px;
    background: none;
    font-size: 25px;
}
div#trending-news-areas .news-videos-slider .news-video-box span.video-title {
    color: #000;
    margin-top: 15px;
        padding: 0px 25px;
        min-height: 98px;
}
div#trending-news-areas .news-videos-slider .news-video-box {
    background: #fff;
    position: relative;
    padding: 0px;
        min-height: 394px;
}
div#trending-news-areas .news-videos-slider .news-video-box span.video-title-link {
    color: red;
    font-weight: 500;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.report-section  { margin-top: -40px;}
.report-section .report-link {
    margin-bottom: -57px;
}
span.video-title-link.withcenter {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
}
#page-section.col-sm-8 {
    position:relative;
}
#page-section .slbadge.slbadge-anniversary-5 {
    position: absolute;
    top: -13px;
    right: 47px;
}
#page-section .slbadge {
    height: 75px;
    width: 90px;
    font-family: arial,sans-serif;
    color: gray;
    background-size: cover;
    image-rendering: optimizeQuality;
}
#page-section .badgenew img {
    margin: 0;
    border: 0;
    max-height: 75px;
    width: auto;
}
#page-section .badgenew img:first-child {
    margin-right: 10px;
}
#page-section .badgenew {
    position: absolute;
    right: 58px;
    top: -13px;
}
.page-template-page-staged-home div#banner-form {
    margin-top: 0px;
}
.page-template-page-staged-home #video-sec {
    padding: 0;
    margin: 0;
    background: #000;
}
.page-template-page-staged-home #testimonials-sec {
    padding-bottom: 40px;
    background-image: url(img/main-content-bg.jpg);
    background-size: cover;
}

.page-template-page-staged-home #footer-qa {
    float: none;
}
.page-template-page-staged-home .banner_below_blue_block p a {
    margin-left: 0;
    margin: 0px 20px;
    background: #fff;
    color: #ab4a78;
}
.home.page-templatee .banner_below_blue_block p a:hover {

    color: #ab4a78;
}
.page-template-page-staged-home .main-news-logo {
    margin-bottom: 0px;
}
.page-template-page-staged-home div#page-banner {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
}
.home.page-templatee div#trending-news-areas h2 {
    font-weight: 500;
}
.banner_below_blue_block p a:hover {
    color: #8dbede !important;
}
.home #banner-form {
    margin-top: 0px !important;
}
.home #footer-qa {
    float: none;
    padding: 80px 0px;
}
.home #video-sec {
    margin: 0;
    background: #000;
}
.home div#news-logo-slider {
    background: none;
}
p.linked_in i {
    font-size: 28px;
    color: #0e76a8;
}
div#trending-news-areas .news-videos-slider .news-video-box p {
    margin-bottom: 10px;
}
.banner_below_blue_register {
    background: #8dbede;
    padding: 20px 0px;
    float: none;
    clear: both;
}
.banner_below_blue_register .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_below_blue_register .container p {
    margin: 0 10px;
    font-weight: 500;
    font-size: 17px;
}
.banner_below_blue_register .container p a#cta_button_7315759_e5436cd6-c0ad-4927-a14e-1f103dfeab40 {
    font-size: 16px !important;
}
@media only screen and (max-width: 1440px){
.page-template-page-staged-home div#page-banner {
    height: 650px;
}
}
@media only screen and (max-width: 1120px){
.header-bottom div#header-left {
    margin-top: -35px;
}
}
@media only screen and (min-width: 768px){
.page-template-page-staged-home div#page-banner {
    background-image: none !important;
}
}
@media screen and (max-width: 991px) {
.home.page-template .banner_below_blue_block p a {
    display: block !important;
    margin-left: auto;
    margin: auto;
    margin-bottom: 10px;
    width: auto;
	padding:10px
}
    #banner-form input[type='submit'] {
    padding: 5px !important;
    }
}
@media screen and (min-width: 768px) {
nav#ubermenu-main-280-secondary-2 {
    margin-right: 0px;
}
}
@media screen and (max-width: 768px) {
    div#trending-news-areas .news-videos-slider .news-video-box {  margin-bottom: 30px;    min-height: auto;    padding-bottom: 10px; }
    #mg-wprm-wrap ul li ul.sub-menu li #footer-top .single-location ul {    margin-bottom: 0;
    background: #161a1c !important;
}
	.home.page-template .banner_below_blue_block p a {
	padding:2px 
}
#mg-wprm-wrap ul li ul.sub-menu li #footer-top {
    padding: 0px 0px 55px;
}
	.banner_below_blue_block p {
    flex-wrap: wrap;
}
	.banner_below_blue_block {
    padding: 20px 0 15px;
}
}
@media screen and (max-width: 1199px) {
div#practice-areas {
    padding-top: 90px;
}
	.banner_below_blue_register .container {
    display: block;
    text-align: center;
}
	.banner_below_blue_register .container p {
    margin: 10px 10px;
}
}

/*New WEbsite Pages Styles*/


div#top-new-banner {
    padding: 140px 0px;
    font-family: Montserrat-Regular;
}
div#top-new-banner h1 {
    background: none;
    font-size: 48px;
    font-family: Montserrat-Medium;
    text-align: left;
    max-width: 680px;
}
div#top-new-banner .dropbtn {
  background-color: #ad66867d;
    color: white;
    padding: 5px 15px;
    font-size: 21px;
    font-family: Montserrat-Light;
    text-align: left;
    border: 1px solid #fff;
    min-width: 500px;
}

div#top-new-banner .dropdown {
  position: relative;
  display: inline-block;
}
div#top-new-banner .dropbtn:after {
    position: absolute;
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 20px;
    right: 18px;
}
div#top-new-banner .dropdown-content {
  display: none;
  position: absolute;
  background-color: none;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 99;
  padding-bottom: 20px;
    background: #ffffff;
}
.homepage-banner-slider.owl-carousel.owl-theme.owl-loaded.owl-drag .owl-nav.disabled {
    display: none;
}

div#top-new-banner .dropdown-content a {
  color: #000000;
  padding: 5px 16px;
  font-size: 15px;
  text-decoration: none;
  display: block;
  background: #ffffff;
}

div#top-new-banner .dropdown-content a:hover {background-color: #AD6686;color: #ffffff;}

div#top-new-banner .dropdown:hover .dropdown-content {display: block;width: 100%;}

.rightchoice-section {
    padding: 50px 0px;
    clear: both;
}
.rightchoice-text {
    text-align: center;
}
.rightchoice-section .row {
    align-items: center;
}
.rightchoice-text h2 {
    background: none;
    padding: 0;
    font-family: Montserrat-Regular;
    color: #707070;
        line-height: 1.3;
}
.rightchoice-text p {
    padding: 0;
    font-family: Montserrat-Regular;
    color: #333131;
        line-height: 1.5;
}
.rightchoice-section .owl-dots {
    display: none;
}
.rightchoice-section .main-news-logo {
    padding-top: 20px;
}
.right-choice-btn {
    text-align: right;
}
.pink-btn {
    position: relative;
}
.pink-btn a {
    border: 2px solid #9D6980;
    color: #9D6980;
    padding: 10px 15px;
    font-family: 'Montserrat-Medium';
    padding-right: 35px;
    position: relative;
}
.pink-btn a:hover {
    border-color: #8cbedf;
    color: #8cbedf;
}
.pink-btn a:after {
    content: '\f054 ';
    font-family: 'FontAwesome';
    font-size: 14px;
    right: 11px;
    top: 8px;
    position: absolute;
}
.areapractice-section {
    padding: 30px 0px 60px;
}
.areapractice-text {
    position: relative;
}
.areapractice-text .pink-btn {
    position: absolute;
    top: 0;
    right: 0px;
}
.main-areapractice-logo {
       width: 100%;
       padding: 0px 15px;
}
.main-areapractice-logo img {
    height: 324px;
}
.main-areapractice-logo .home-areapractice-slider .owl-nav .owl-prev {
    background: #8dbede;
    padding: 13px 13px;
    font-size: 17px;
    height: 45px;
    border-radius: 50%;
    line-height: normal;
    width: 45px;
    text-align: center;
    position: absolute;
    top: 37%;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-areapractice-logo .home-areapractice-slider .owl-nav .owl-prev .fa {
    padding-right: 5px;
}
.main-areapractice-logo .home-areapractice-slider .owl-nav .owl-next {
    background: #8dbede;
    padding: 13px 13px;
    font-size: 17px;
    height: 45px;
    border-radius: 50%;
    line-height: normal;
    width: 45px;
    text-align: center;
    position: absolute;
    top: 37%;
    right: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-areapractice-logo .home-areapractice-slider .owl-nav .owl-next .fa {
    padding-left: 5px;
}
.main-areapractice-logo .item {
    position: relative;
}
.areapractice-heading-text h3 {
    background: none;
    padding: 0 20px;
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-family: 'Montserrat-Regular';
}
.areapractice-heading-text {
    position: absolute;
    z-index: 9;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.library-section {
    background: #AD6686;
    padding: 100px 0px;
}
.library-section .library-inner-block {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.rightchoice-videos video {
    width: 100%;
    height: auto;
}
.library-section .library-inner-block .library-top-block {
    display: flex;
    align-items: center;
     padding-bottom: 10px ;
     height: 74px;
}
.library-section .library-inner-block .library-top-block h3 {
    background: none;
    padding: 0;
    margin: 0;
    color: #407291;
    font-size: 21px;
    font-family: 'Montserrat-Medium';
    padding-left: 24px;
}
.library-section .library-inner-block img {
    width: 50px;
}
.library-section .library-inner-block.Podcasts img {
    width: 85px;
}
.library-section .library-inner-block .library-text-block {
    padding: 20px 0px;
}
.library-section .library-inner-block .library-text-block p {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #4B4F53;
    min-height: 102px;
}
.library-section .library-inner-block .library-link-block .pink-btn a {
    border: none;
}
.library-section > .container > .row {
    display: flex;
    align-items: center;
}
.library-section .library-right-inner-block {
    background: #8DBEDE;
    padding: 50px 30px 70px 30px;
    position: relative;
}
.library-section .library-right-inner-block .library-blue-block h3 {
    background: none;
    padding-bottom: 35px;
    margin: 0;
    font-family: 'Montserrat-Regular';
    color: #170202;
}
.library-section .library-right-inner-block .pink-btn a {
    border: none;
    color: #0D0101;
    padding: 0;
    font-size: 18px;
}
.library-section .library-right-inner-block .pink-btn a:after {
    content: '\f054 ';
    font-family: 'FontAwesome';
    font-size: 18px;
    right: -80px;
    top: 10px;
    position: absolute;
}
.library-section .library-right-inner-block:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #8DBEE0;
    top: 0;
    left: 88px;
}
.steps-section {
    padding: 60px 0px;
}
.steps-section h2 {
    background: none;
    text-align: center;
    padding: 0;
    font-family: Montserrat-Regular;
    color: #4B4F53;
}



/*steps-section*/


.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
    position: relative;
}
.wizard .nav-tabs .nav-item {
min-width: 230px;
    text-align: center;
}
.steps-section .wizard .nav-tabs:after {
    content: "";
    width: 75%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 62%;
    z-index: -1;
    text-align: center;
    left: 0;
    right: 0;
}
.steps-section .wizard .nav-tabs .nav-item .nav-link {
   width: 90px;
    height: 90px;
    margin-bottom: 6%;
    background: #ffffff;
    border: 2px solid #cccccc;
    color: #ad6686;
    z-index: 10;
    border-radius: 50%;        
    font-size: 24px;
    font-family: 'Montserrat-Regular';
}
.steps-section .wizard .nav-tabs .nav-item .nav-link:hover {
        color: #9ecfee;
    border: 2px solid #9ecfee;
}
.learn-more-bg-section .learn-more-bg-inner .pink-btn a:hover {
    border-color: #9ecfee;
    color: #9ecfee;
}
.contact-bg-section .contact-form-inner .hs-form .hs_submit input.hs-button.primary.large:hover {
    background: #9ecfee !important;
}
.steps-section .wizard .nav-tabs .nav-item.active .nav-link {
    background: #ad6686;
    border: 2px solid #ad6686;
    color: #fff !important;
}
.steps-section .wizard .nav-tabs li.nav-item.active .steps-inner-round{
position: relative;
}
.steps-section .wizard .nav-tabs li.nav-item.active .steps-inner-round a:after {
    content: '';
    position: absolute;
    background: none;
    width: 110px;
    height: 110px;
    border: 3px solid #ccc;
    border-radius: 50%;
    top: 0px;
    left: -12px;
}
.steps-section .wizard .nav-tabs .nav-item .nav-link:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0dcaf0;
    transition: 0.1s ease-in-out;
}
.steps-section div#myTabContent .tab-pane a {
font-size: 18px;
    font-family: 'Montserrat-Regular';
    line-height: normal;
    padding: 6px 70px 6px 20px;
        text-align: left !important;
}
.steps-section div#myTabContent .tab-pane .pink-btn a::after {
    top: 11px;
}

.steps-section .wizard .nav-tabs .nav-item .nav-link svg {
    font-size: 25px;
}
.rightchoice-videos .mejs-container {
    background: none;
}
.steps-section .steps-right-video video {
    width: 100%;
    height: auto;
}
.rightchoice-videos .mejs-container .mejs-controls {
 border-radius: 10px;
}
.steps-section div#myTabContent {
    border-top: none;
}
.steps-section ul#myTab {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    width: 95%;
    margin: auto;
}
.steps-section .wizard .nav-tabs .nav-item h3 {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    color: #707070;
    padding-bottom: 25px;
}
.steps-section div#myTabContent .tab-pane h3 {
    background: none;
    font-family: 'Montserrat-Regular';
    color: #4B4F53;
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
}
.steps-section div#myTabContent .tab-pane p {
    font-family: 'Montserrat-Light';
    color: #4B4F53;
    margin-bottom: 10px;
}
.steps-section div#myTabContent .tab-pane .pink-btn {
    margin-top: 100px;
}
.steps-section .steps-right-video {
    padding: 0px 30px;
    margin-top: 00px;
}
.steps-section .steps-right-video .mejs-container {
    background: none;
}
.steps-section .steps-right-video .mejs-container .mejs-controls {
 border-radius: 10px;
}
.learn-more-bg-section.bg-cover.fullwidth {
    position: relative;
    padding: 100px 0px;
}
.learn-more-bg-section .learn-more-bg-inner {
    max-width: 500px;
}
.learn-more-bg-section .learn-more-bg-inner h3 {
    background: none;
    font-family: 'Montserrat-Regular';
    color: #fff;
}
.learn-more-bg-section.bg-cover.fullwidth:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #40021e91;
    top: 0;
}
.learn-more-bg-section .learn-more-bg-inner .pink-btn a {
    border-color: #fff;
    color: #fff;
}
.contact-bg-section.bg-cover.fullwidth {
    background: #4c718e;
    padding: 60px 0px;
}
.contact-bg-section .contact-bg-inner {
    display: flex;
    align-items: center;
}
.contact-bg-section .contact-bg-inner h3 {
    color: #F9FCFC;
    font-family: 'Montserrat-Regular';
    background: none;
    padding: 0;
    margin-right: 30px;
}
.contact-bg-section .contact-bg-inner p {
    color: #F9FCFC;
    font-family: 'Montserrat-Light';
}

/*form style new homepage*/

.contact-form-inner .banner-title {
    display: none;
}
.contact-bg-section .contact-form-inner {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 10px;
        padding-top: 35px;
}

.contact-bg-section .contact-form-inner .hs-form .hs-form-field {
    width: 25%;
    float: left;
    position: relative;
}
.contact-bg-section .contact-form-inner .hs-form  ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    position: absolute;
    bottom: -18px;
}

.contact-bg-section .contact-form-inner .hs-form .hs-form-field label {
    display: none;
}

.contact-bg-section .contact-form-inner .hs-form .hs-form-field ul.no-list.hs-error-msgs.inputs-list label {
    color: red;
    font-size: 10px;
    font-family: 'Montserrat-Regular';
    display: block !important;
}

.contact-bg-section .contact-form-inner .hs-form .hs-form-field .hs-input {
    width: 95%;
    height: 40px;
    padding-left: 10px;
    border-radius: 3px;
    border: none;
    margin-bottom: 27px;
    font-family: 'Montserrat-Light';
    color: #22222280;
    font-size: 12px;
}
.contact-bg-section .contact-form-inner .hs-form .hs_submit input.hs-button.primary.large {
    margin: 0;
    background: #AB4A78 !important;
    font-family: 'Montserrat-Regular';
    padding: 7px 50px;
    border: none;
}
.contact-bg-section .contact-form-inner br {
    display: none;
}
.contact-bg-section .contact-form-inner .hs-form .hs_case_details.hs-case_details.hs-fieldtype-textarea.field.hs-form-field .hs-input {
    padding-top: 9px;
}
.contact-bg-section .contact-form-inner .hs-form .hs_case_details.hs-case_details.hs-fieldtype-textarea.field.hs-form-field {
    width: 59%;
}

div#top-new-inner-page-banner {
    padding: 60px 0px;
    margin-bottom: 100px;
}
.attorney-bio-image {
    position: relative;
}
.attorney-bio-image img {
    position: absolute;
    top: 0;
    border: 3px solid darkgray;
}
.attorney-bio-section {
    padding-left: 50px;
}
.attorney-bio-section .attorney-bio-section-top h1 {
    background: none;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat-Regular';
    font-size: 46px;
}
.attorney-bio-section .attorney-bio-section-top p {
    font-family: 'Montserrat-Regular';
    font-size: 26px;
}
.attorney-bio-section .attorney-bio-section-bottom {
    border-left: 3px solid #fff;
    padding-left: 30px;
}
.attorney-bio-section .attorney-bio-section-bottom p {
    font-size: 24px;
    font-family: 'Montserrat-Regular';
    margin: 0;
    line-height: normal;
    padding-bottom: 10px;
}
.attorney-bio-section .attorney-bio-section-bottom p:last-child {
    padding: 0;
}
.attorney-bio-flex-section-bottom {
    display: flex;
    align-items: flex-end;
        justify-content: space-between;
}
.attorney-bio-awards-section ul {
    list-style: none;
    margin: 0;
}
.attorney-bio-awards-section ul li {
       display: inline-block;
    padding: 0px 5px;
}
.attorney-bio-flex-section-bottom ul {
    list-style: none;
    margin: 0;
}
.attorney-bio-flex-section-bottom ul li {
       display: inline-block;
    padding: 0px 5px;
}
.attorney-bio-flex-section-bottom  ul li.bio-social-link img {
    width: 30px;
    margin-top: 17px;
}
.attorney-bio-section .attorney-bio-section-bottom p a:hover {
    color:#8cbedf;
}
.bio-testimonial-section {
    clear: both;
    padding: 60px 0px;
}
.bio-testimonial-section p {
    color: #000000;
    font-family: 'Montserrat-Regular';
    padding: 0px 5%;
}
.bio-testimonial-section .owl-nav .owl-prev {
    background: none;
    color: #5E7FB1;
    position: absolute;
    top: 20%;
    left: 0;
}
.bio-testimonial-section .owl-nav .owl-next {
    background: none;
    color: #5E7FB1;
    position: absolute;
    top: 20%;
    right: 0;
}
.bio-attorney-left-section .bio-attorney-left-content {
    margin-top: 50px;
}
.bio-attorney-left-section .bio-attorney-left-content .bio-attorney-left-title h3:after {
    background: #8dbede;
    content: '';
    position: absolute;
    width: 155px;
    height: 3px;
    bottom: -3px;
    left: 0;
}
.bio-attorney-left-section .bio-attorney-left-content .bio-attorney-left-title h3 {
    background: none;
    font-family: 'Montserrat-Regular';
    color: #707070;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
}
.bio-attorney-left-section .bio-attorney-left-content p {
    font-family: 'Montserrat-Regular';
    color: #333131;
}
.bio-attorney-left-title {
    border-bottom: 2px solid #8dbede;
    margin-bottom: 40px;
}
.bio-attorney-left-form {
    background: #4c718e;
    padding: 25px 30px;
    border-radius: 10px;
}
.bio-attorney-left-form h3.widgettitle {
    background: none;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Montserrat-Regular';
    padding: 0;
}
.bio-attorney-left-form .hbspt-form .hs-form-field > label {
    display: none;
}
#new-update-body .attorney-bio-section a {
    color: #fff;
}
.bio-attorney-left-form .hbspt-form .hs-form-field .hs-input {
    border: none;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    font-family: 'Montserrat-Regular';
    padding-left: 10px;
}
.bio-attorney-left-form .hbspt-form .hs_submit.hs-submit {
    text-align: center;
}
.bio-attorney-left-form .hbspt-form .hs_submit.hs-submit input.hs-button.primary.large {
    background: #ab4a78;
    border: none;
    padding: 10px 25px;
}
.bio-attorney-left-form .hbspt-form .hs-form-field textarea.hs-input {
    height: 150px;
}

.bio-attorney-right-attorney_acc {
    border: 2px solid #8cbedf;
    padding: 25px 30px;
    border-radius: 10px;
    margin-top: 50px;
}


.bio-attorney-right-attorney_acc #accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
.bio-attorney-right-attorney_acc #accordion a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  font-family: 'Montserrat-Regular';
  color: #707070;
}
.bio-attorney-right-attorney_acc #accordion .panel-heading a.collapsed:hover,
.bio-attorney-right-attorney_acc #accordion .panel-heading a.collapsed:focus {
  background-color: #8dbede;
  color: white;
  transition: all 0.2s ease-in;
}
.bio-attorney-right-attorney_acc #accordion .panel-heading a.collapsed:hover::before,
.bio-attorney-right-attorney_acc #accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
.bio-attorney-right-attorney_acc #accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: left;
      margin-bottom: 10px;
}
.bio-attorney-right-attorney_acc #accordion .panel-heading a:not(.collapsed) {
  color: #707070;
   transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
.bio-attorney-right-attorney_acc #accordion .panel-heading .accordion-toggle::after {
 font-family: 'FontAwesome';
    content: '\f068';
    position: absolute;
    color: #ab4a78;
    font-weight: lighter;
    top: 12px;
    right: 7px;
    font-size: 15px;
}
.bio-attorney-right-attorney_acc #accordion .panel-heading .accordion-toggle.collapsed::after{
  font-family: 'FontAwesome';
    content: '\f067';
    position: absolute;
    color: #ab4a78;
    font-weight: lighter;
    top: 12px;
    right: 7px;
    font-size: 15px;
}
.bio-attorney-right-attorney_acc #accordion .panel-heading h4:after{
display: none;
}
.bio-attorney-right-attorney_acc #accordion .panel-heading h4 {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat-Regular';
    font-size: 18px;
    position: relative;
}
.bio-attorney-right-attorney_acc #accordion .panel .panel-body ul {
    padding-left: 15px;
    list-style: none;
}
.bio-attorney-right-attorney_acc #accordion .panel .panel-body ul li {
    font-family: 'Montserrat-Regular';
    padding-left: 25px;
    font-size: 14px;
    position: relative;
}
.bio-attorney-right-attorney_acc #accordion .panel .panel-body ul li {
    font-family: 'Montserrat-Regular';
    padding-left: 25px;
    position: relative;
    font-size: 14px;
}
.bio-attorney-right-attorney_acc #accordion .panel .panel-body ul li::after{
  font-family: 'FontAwesome';
    content: '\f0c8';
    position: absolute;
    color: #ab4a78;
    font-weight: lighter;
    top: 0px;
    left: 0px;
    font-size: 15px;
}







footer.newupdatefooter {
    background: #F1EFF1 !important;
}
footer.newupdatefooter div#footer-main-top {
    padding: 60px 0px;
}
footer.newupdatefooter div#footer-new-left p {
    color: #4B4F53;
    font-size: 11px;
    font-family: 'Montserrat-Light';
    line-height: 1.7;
}
footer.newupdatefooter div#footer-new-left img {
    
    width: 95%;
    margin-bottom: 10px;
}
footer.newupdatefooter div#footer-new-left ul.badges-logos img {
    margin-bottom: 10px;
    width: 60px;
}
footer.newupdatefooter div#footer-new-left ul.badges-logos li:nth-child(5n) img {
    width: 180px !important;
}
footer.newupdatefooter div#footer-new-left p.footer-new-copyright {
    color: #5E7FB1 !important;
}
footer.newupdatefooter div#footer-main-top div#footer-new-middle2 p b {
    color: #4B4F53;
}
footer.newupdatefooter div#footer-main-top div#footer-new-middle2 p a {
    color: #8cbedf !important;
    font-weight: 800;
}
footer.newupdatefooter div#footer-main-top h3 {
    background: none;
    padding: 0;
    margin: 0;
    color: #4B4F53;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
footer.newupdatefooter div#footer-main-top ul {
    list-style: none;
}
footer.newupdatefooter div#footer-main-top ul li {
    color: #4B4F53;
    font-size: 11px;
    font-family: 'Montserrat-Light';
}
footer.newupdatefooter div#footer-main-top ul li a {
    color: #4B4F53;
    font-size: 11px;
    font-family: 'Montserrat-Light';
}
footer.newupdatefooter div#footer-main-top ul li a:hover {
    color: #AB4A78 !important;
}

footer.newupdatefooter div#footer-main-top div#footer-new-middle2 p {
    color: #4B4F53;
    font-size: 11px;
    font-family: 'Montserrat-Light';
    line-height: 1.5;
}
.footer-new-newsletter {
    width: 100%;
}
.footer-new-newsletter .hbspt-form .hs-form {
    display: flex;
    align-items: center;
    position: relative;
}
.footer-new-newsletter .hbspt-form .hs-form-field .hs-input {
    background: #fff;
    border: none;
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    font-family: 'Montserrat-Light';
    width: 100%;
}
.footer-new-newsletter .hbspt-form .hs-form-field label {
    display: none;
}
.footer-new-newsletter .hbspt-form .hs-form-field {
    width: 75%;
    position: relative;
}
.footer-new-newsletter .hbspt-form  ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
}
.footer-new-newsletter .hbspt-form .hs_submit.hs-submit input.hs-button.primary.large {
    margin: 0;
    font-size: 12px;
    font-family: 'Montserrat-Light';
    padding: 5px 16px;
    margin-left: 10px;
    background: #AB4A78;
    border: none;
}
.footer-new-newsletter .hbspt-form .hs_submit.hs-submit input.hs-button.primary.large:hover {
    background: #9ecfee !important;
}
.footer-new-newsletter .hbspt-form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -38px;
    left: 0;
    margin: 0;
}
.footer-new-newsletter .hbspt-form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    color: red;
}
.footer-new-social-icons {
    margin-top: 75px

}
footer.newupdatefooter div#footer-main-top .footer-new-social-icons ul.social-media.pl-3 {
    padding: 0 !important;
}
footer.newupdatefooter div#footer-main-top .footer-new-social-icons ul.social-media.pl-3 li span {
    font-size: 24px;
    color: #9D6980;
}
footer.newupdatefooter div#footer-main-top .footer-new-social-icons ul.social-media.pl-3 li {
    padding-right: 20px;
}
div#top-new-banner .dropdown-content a:hover {
    background: #ac6685;
}
footer.newupdatefooter div#footer-main-top .footer-new-social-icons ul.social-media.pl-3 li span:hover {
    color: #9ecfee !important;
}
footer.newupdatefooter div#footer-main-top .widgettitle {
    padding: 0 !important;
    margin: 0;
}
footer.newupdatefooter div#footer-main-top .widgettitle:after {
    display: none;
}
#h5vp_player .plyr .plyr__poster {

    background-color: #fff !important;
}
.accordian_title {
    display: none;
	    border-bottom: 1px solid #000;
    margin-bottom: 30px;
	position: relative
}
.accordian_title:after {
    display: block;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: -7px;
}
.tab-content>.tab-pane {
    margin-bottom: 50px;
}
.steps-section .container .wizard.my-5 {
    margin-top: 0 !important;
}
.steps-section .container .wizard.my-5  .accordian_title h2 span {
    color: #ad6686;
    font-weight: 700;
}
.mobile-btn-display{
display: none;
}
div#top-new-banner.inner-page-bg .top-banner-section h3 {
    background: none;
    padding-bottom: 10px;
    margin: 0;
    font-family: 'Montserrat-Light';
    font-size: 21px;
}
div#top-new-banner.inner-page-bg {
    padding: 60px 0px;
    font-family: Montserrat-Regular;
     position: relative;
     background-color: rgba(157, 105, 128, 1);
         min-height: 380px;
}
div#top-new-banner.inner-page-bg .top-banner-section h1 {
    font-family: 'Montserrat-Light';
    padding-bottom: 20px;
    margin: 0;
}
div#top-new-banner.inner-page-bg .top-banner-section {
    max-width: 690px;
}
div#top-new-banner .top-banner-section p {
    font-size: 30px;
    line-height: normal;
    font-family: 'Montserrat-Light';
    margin-bottom: 60px;
}
div#top-new-banner .top-banner-section a {
    border-color: #ffffff;
    color: #fff;
    padding-right: 70px;
}
div#top-new-banner.inner-page-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #781742a3;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}
.areapractice-main-section {
    clear: both;
    padding: 60px 0px 20px 0px;
}
body#new-update-body .areapractice-main-section .areapractice-left-text h2 {
    background: none;
    font-family: 'Montserrat-Medium';
    font-size: 20px;
    padding: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.areapractice-main-section .row {
    margin-bottom: 60px;
}
.areapractice-main-section .row.areapractice-right-video {
    margin-bottom: 20px;
}
.areapractice-main-section .areapractice-left-text p {
    font-family: 'Montserrat-light';
    line-height: 1.5;
    font-size: 14px;
}
.areapractice-main-section .areapractice-left-text ul li {
    font-family: 'Montserrat-light';
    line-height: 1.5;
    font-size: 14px;
}
.areapractice-main-section .areapractice-left-text ul {
    padding-left: 30px;
}
.areapractice-main-section .areapractice-right-text h3 {
    background: none;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat-Regular';
    font-size: 21px;
    text-align: center;
    color: #fff;
    line-height: normal;
}
.areapractice-main-section .areapractice-right-text {
    background: #407291;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 30px;
}
.areapractice-main-section .col-md-6 .areapractice-right-text {
    background: none;
}
.areapractice-main-section .row.areapractice-reverse-flex {
    flex-direction: row-reverse;
}
.areapractice-main-section .row.areapractice-reverse-flex .col-md-8 {
    padding-left: 45px;
}
.steps-section.areapractice-step-section {
    background: #f3ecef;
}
.library-section.practicearea-resources-section {
    background: none;
        padding: 60px 0px;

}
.library-section.practicearea-resources-section h2 {
    text-align: center;
    background: none;
    padding: 0px;
    font-family: 'Montserrat-Regular';
    color: #4B4F53;
}
.library-section.practicearea-resources-section .library-top-block {
    display: flex;
    align-items: center;
}
.library-section.practicearea-resources-section .library-top-block h3 {
    background: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    font-family: 'Montserrat-Light';
    color: #407291;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.practicearea-resources-top-sec > .row {
    align-items: center;
}
.practicearea-resources-top-sec > .row .pink-btn {
    text-align: right;
}
.practicearea-resources-top-sec > .row .pink-btn a {
    border: none;
}
.practicearea-resources-blocks-sec .practicearea-resources-inner {
    border: 2px solid #407291;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}
.practicearea-resources-blocks-sec .practicearea-resources-inner .library-block label {
    color: #000000;
    font-family: 'Montserrat-Light';
    font-size: 16px;
    margin-bottom: 15px;
}
.practicearea-resources-top-sec {
    margin-bottom: 25px;
}
.practicearea-resources-blocks-sec .practicearea-resources-inner .library-block h3 {
    font-family: 'Montserrat-Regular';
    background: none;
    padding: 0;
    margin: 0;
    font-size: 21px;
    padding-bottom: 15px;
    line-height: normal;
    min-height: 93px;
}
.practicearea-resources-blocks-sec .practicearea-resources-inner .library-text-block p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 50px;
    font-family: 'Montserrat-Light';
}
.practicearea-resources-blocks-sec .practicearea-resources-inner .library-link-block .pink-btn a {
    border: none;
    padding-left: 0;
}
.practicearea-resources-podcast {
    margin-bottom: 60px;
}
.practicearea-resources-video {
    margin-bottom: 60px;
}
.bio-attorney-left-form .hbspt-form .hs-form-field {
    position: relative;
}
.bio-attorney-left-form .hbspt-form ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -25px;
    color: red;
    list-style: none;
    font-size: 10px;
}
div#top-new-banner .top-banner-section a:hover {
border-color: #8cbedf;
    color: #8cbedf;
}
/*new about page*/


div#top-new-banner.inner-page-bg.new-about-bg .top-banner-section {
    max-width: 570px;
    padding-top: 50px;
}
div#top-new-banner.inner-page-bg.new-about-bg .top-banner-section p{
  max-width: 500px;
}
div#top-new-banner.new-about-bg .top-banner-section .pink-btn.flex-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#top-new-banner.new-about-bg .top-banner-section a {
    border-color: transparent;
    color: #fff;
    padding-right: 30px;
    padding-left: 0;
}
div#top-new-banner.new-about-bg .top-banner-section  .pink-btn a:after {
    right: 5px;
    top: 12px;
    
}
.newabout-main-section {
    clear: both !important;
    content: '';
    padding: 60px 0px 15px 0px;
    background: #FBFBFB;
}
.newabout-main-section .newabout-left-text h2 {
    background: none;
    text-align: left;
    padding: 0;
    font-family: Montserrat-Regular;
    color: #4B4F53;
}
.newabout-main-section .newabout-left-text .newabout-left-inner-block {
    margin-bottom: 50px;
}
.newabout-main-section .newabout-left-text .newabout-left-inner-block img {
    margin-bottom: 25px;
    min-height: 60px;
}
.newabout-main-section .newabout-left-text .newabout-left-inner-block h3 {
    background: none;
    text-align: left;
    padding: 0;
    font-family: 'Montserrat-Medium';
    color: #202020;
    font-size: 18px;
    margin-bottom: 15px;
}
.newabout-main-section .newabout-left-text .newabout-left-inner-block p {
   
    text-align: left;
    padding: 0;
    font-family: Montserrat-Light;
    color: #4B4F53;
    font-size: 16px;
}
.newabout-main-section .newabout-right-text .newabout-videos {
    margin-top: 70px;
}
.about-logos-section .main-news-logo .owl-dots {
    display: none;
}
.about-logos-section .main-news-logo {
    background: #ffffff;
    padding: 0px 30px;
}
.about-logos-section {
    background: #FBFBFB;
    padding: 30px 0px;
}
.about-attorneys-blue-bg-section {
    background: #AB4A78;
    text-align: center;
    margin: 0px;
}

.about-attorneys-blue-bg-section h2 {
    background: none;
    text-align: center;
    padding: 30px 0px;
    font-family: Montserrat-Regular;
    color: #ffffff;
    margin: 0;
}
.about-attorneys-bg-section p {
    text-align: left;
    padding: 0px;
    padding-bottom: 20px;
    font-family: 'Montserrat-Light';
    color: #4B4F53;
    margin: 0;
}
.about-attorneys-bio-section {
    text-align: center;
    background: #FBFBFB;
    padding-bottom: 60px;
}
.about-attorneys-bio-section h2 {
    background: none;
    text-align: center;
    padding: 30px 0px;
    font-family: Montserrat-Regular;
    color: #4B4F53;
    margin: 0;
}
.about-attorneys-bio-section .attorneys-item {
    margin-top: 30px;
}
.about-attorneys-bio-section .attorneys-item h3 {
    background: none;
    text-align: center;
    padding: 10px 0px;
    font-family: Montserrat-Regular;
    color: #202020;
    font-size: 18px;    
    margin: 0;
    padding-bottom: 0;

}
.about-attorneys-bio-section .attorneys-item p {
    font-family: Montserrat-Regular;
    color: #4B4F53;
        margin-bottom: 0;
}
.about-attorneys-bio-section .attorneys-item p a {
    color: #ab4a78;
    font-weight: 600;
    font-family: 'Montserrat-Regular';
    font-size: 15px;
}
.about-attorneys-bio-section.about-meet-our-support-staff .row {
    align-items: center;
    justify-content: center;
}
.about-attorneys-bio-section .attorneys-item .pink-btn a {
    border: none;
}
.about-attorneys-bio-section .attorneys-item .pink-btn a:after {
    top: 10px;
}
.about-attorneys-bio-section.about-meet-our-support-staff {
    padding-top: 60px;
    padding-bottom: 100px;
}
.about-client-section {
    position: relative;
    background-image: url(https://miller-law.com/wp-content/uploads/2022/08/collabrative-divorce-Banner.png);
    padding: 60px 0px 30px;
}
.about-client-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ab4a78d1;
    top: 0;
    right: 0;
}
.about-client-section h2 {
    background: none;
    text-align: center;
    padding: 0;
    padding-bottom: 15px;
    font-family: 'Montserrat-Light';
    color: #ffffff;
    margin: 0;
}
.about-client-section p {
    text-align: center;
    padding: 0;
    padding-bottom: 15px;
    font-family: 'Montserrat-Light';
    color: #ffffff;
    margin: 0;
}
.about-client-section .new-update-attorney-bio-testimonial {
    position: relative;
    margin-top: 30px;
}
.about-client-section .new-update-attorney-bio-testimonial .owl-prev {
    background: none;
    position: absolute;
    top: 20px;
    left: -5px;
}
.about-client-section .new-update-attorney-bio-testimonial .owl-next {
    background: none;
    position: absolute;
    top: 20px;
    right: -5px;
}
.about-client-section .new-update-attorney-bio-testimonial .owl-nav {
    margin: 0;
}
.about-client-section .new-update-attorney-bio-testimonial .item p {
    width: 90%;
    margin: auto;
    color: #fff;
    font-family: 'Montserrat-Light';
    text-align: left;
}
.about-library-resources-section {
    background: #FBFBFB;
    padding: 60px 0px;
}
.about-library-resources-section h2 {
    background: none;
    text-align: center;
    padding: 0;
    padding-bottom: 30px;
    font-family: 'Montserrat-Light';
    color: #4B4F53;
}
.about-library-resources-blocks-sec .practicearea-resources-inner {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.about-library-resources-blocks-sec .practicearea-resources-inner .library-top-block {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    height: 74px;
}
.page-template.page-template-template-new-our-story div#top-new-banner {
    background: none;
}
.about-library-resources-blocks-sec .practicearea-resources-inner .library-top-block img {
    width: 85px;
}
.about-library-resources-blocks-sec .practicearea-resources-inner .library-top-block h3 {
    background: none;
    padding: 0;
    margin: 0;
    color: #407291;
    font-size: 21px;
    font-family: 'Montserrat-Medium';
    padding-left: 24px;
}
.about-library-resources-blocks-sec .practicearea-resources-inner .library-text-block {
    padding: 20px 0px;
}
.about-library-resources-blocks-sec .practicearea-resources-inner .library-text-block p {
    font-family: 'Montserrat-Light';
    font-size: 14px;
    color: #4B4F53;
	min-height: 100px;
}
.about-library-resources-blocks-sec .practicearea-resources-inner .pink-btn a {
    border: none;
}


.about-attorneys-bg-section {
    background: #FBFBFB;
    padding-top: 50px;
}
.new-about-bg .bg-video-about {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
div#top-new-banner.inner-page-bg.new-about-bg {
    height: 500px;
    overflow: hidden;
}
.new-about-bg .bg-video-about video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-about-bg .bg-video-about:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #781742a3;
    top: 0;
    left: 0;
}


.member-hover {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  cursor: default;
  overflow: hidden;
  border: 2px solid darkgray;
}
.about-attorneys-blue-bg-section .row {
    align-items: center;
}
.about-attorneys-blue-bg-section .row ul.list-inline {
    margin-top: 20px;
}
.member-overlay {
  max-width: 100%;
  width: 350px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  -ms-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.member-hover:hover .member-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.about-attorneys-bio-section .attorneys-item p.icon-links a {
    color: #ffffff;
    }

p.icon-links {
  max-width: 194px;
  position: absolute;
  bottom: 50px;
  margin-bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: -moz-linear-gradient(bottom right, #e8434b, #cb4481);
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  -webkit-transform: translateY(52px);
  transform: translateY(52px);
}

p.icon-links a {
  display: inline-block;
  padding: 8px 0;
  width: 33.3333%;
  color: white;
}
.about-attorneys-bio-section .attorneys-item p.icon-links a:hover span {
    color: #ab4a78;
}
p.icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translateY(52px);
  transform: translateY(52px);
}

.member-hover:hover p.icon-links {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.steps-section.areapractice-step-section .wizard .nav-tabs:after {
    z-index: 0;
}
.main-areapractice-logo.practice-page img {
    width: 100%;
    object-fit: cover;
}
.main-areapractice-logo.practice-page .item {
    padding: 25px 0px;
}
.rightchoice-text.practicetext h2 {

    font-size: 28px;
}
.banner-section.inner-menu-page div#top-new-banner {
    margin-bottom: 30px;
}
.banner-section.inner-menu-page div#top-new-banner .top-banner-section {
    margin-top: 30px;
}
body#new-update-body h1 {
    background: none;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

body#new-update-body .h1 {
    background-image: none;
    padding-bottom: 20px;
}
body#new-update-body h2 {
    background-image: none;
    padding-bottom: 20px;
}
body#new-update-body ul.ubermenu-submenu li:hover {
    background: #ab4a78;
    color: #fff;
}
body#new-update-body ul.ubermenu-submenu li:hover > a {
    color: #ffffff !important;
}
body#new-update-body .ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
    border: 1px solid #ffffff;
}
body#new-update-body .header-bottom .navbar li a:hover:after{
    background: #ab4a78;
}
ul.ubermenu-submenu.ubermenu-submenu-id-23250.ubermenu-submenu-type-auto.ubermenu-submenu-type-flyout.ubermenu-submenu-drop.ubermenu-submenu-align-vertical_full_height {
    position: absolute;
    top: -140px;
}
body#new-update-body ul.ubermenu-submenu li#menu-item-23251:hover {
    background: inherit;
}
body#new-update-body ul.ubermenu-submenu li#menu-item-23251 li:hover {
    background: inherit;
}
body#new-update-body ul.ubermenu-submenu li#menu-item-23251:hover > a  {
    color:inherit;
}
body#new-update-body .ubermenu-nav li#menu-item-23071 {
    background: #ab4a78;
    padding: 0px 15px;
}
body#new-update-body .ubermenu-nav li#menu-item-23071 a {
    color: #fff !important;
}
body#new-update-body .covid_red_section {
    background-color: #8DBEDE;

}
body#new-update-body .media-block p {
    color: #ab4a78;
}
body#new-update-body div#online-red-block {
    background-color: #ab4a78;
    
}


.new-update-inner-testimonials-list .wp-video {
   
    width: 100% !important;
}
.new-update-inner-testimonials-list .testimonial-block {
    margin-top: 10px !important; 
}
.new-update-inner-testimonials-list .testimonial-block {
    margin-top: 10px !important;
    background: none;
    border: 2px solid #8cbedf;
}
.about-attorneys-bio-section .row {
    justify-content: center;
}
@media screen and (max-width: 1199px) {
    .rightchoice-section .row.news-logo-sections {
    display: block;
    margin: auto;
}
.rightchoice-section .row.news-logo-sections > div {
    width: 100%;
    max-width: 100%;
}
.right-choice-btn {
    text-align: center;
}
.areapractice-text .pink-btn {
    position: relative;
    top: inherit;
    right: initial;
    margin-bottom: 30px;
    margin-top: 30px;
}
.contact-bg-section .contact-form-inner .hs-form .hs_case_details.hs-case_details.hs-fieldtype-textarea.field.hs-form-field {
    width: 75%;
}
.contact-bg-section .contact-form-inner .hs-form .hs_case_details.hs-case_details.hs-fieldtype-textarea.field.hs-form-field .hs-input {
 
    width: 98%;
}
.contact-bg-section .contact-form-inner .hs-form .hs_submit.hs-submit {
    clear: both;
    align-items: center;
    text-align: center;
}
.attorney-bio-flex-section-bottom {
    display: block;
    align-items: inherit;
    justify-content: inherit;
}
.attorney-bio-section .attorney-bio-section-bottom {
    margin-bottom: 30px;
}
    }
    @media screen and (max-width: 991px) {

        .wizard .nav-tabs .nav-item {
    min-width: 170px;
    text-align: center;
}
.steps-section .wizard .nav-tabs .nav-item h3 {

    min-height: 60px;
}
.library-section .library-inner-block .library-link-block .pink-btn a {
    border: none;
    padding: 0;
}
.library-section .library-inner-block .library-link-block .pink-btn a:after {
    top: 0px;
    right: -26px;
}
.library-section .library-right-inner-block {
   
    padding: 50px 20px 70px 30px;
   
}
.new-update-testimonials-list {
    column-count: 2;
    column-gap: 15px;
}
    
}
@media screen and (min-width: 768px) {

.accordian_title.active {
    display: none;
}
   div#top-new-banner.inner-page-bg.new-about-bg {
    background-image: none !important;
}

}
@media screen and (max-width: 768px) {
.new-update-testimonials-list {
    column-count: 1;
    column-gap: 15px;
}
    .mobile-btn-display{
display: block;
text-align: center;
}
  .desktop-btn-display{
display: none;
}
.main-areapractice-logo img {
    height: inherit;
}
.main-areapractice-logo .item {
    position: relative;
    margin: 0px 30px;
}
.main-areapractice-logo.practice-page .item {
    margin: 0px 0px;
}
    .rightchoice-videos {
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.main-areapractice-logo .home-areapractice-slider .owl-nav .owl-prev {
    left: 0;
   
}
.main-areapractice-logo .home-areapractice-slider .owl-nav .owl-next {
    right: 0;
   
}
	.accordian_title {
    display: block;
}
.library-section .library-right-inner-block:before {
display: none;
}
.library-section .library-right-inner-block {
    border-radius: 10px;
}
.steps-section div#myTabContent .tab-pane p {
    font-family: 'Montserrat-Light';
    color: grey;
    margin-bottom: 10px;
}
.contact-bg-section .contact-bg-inner {
    display: block;
    align-items: center;
}
.contact-bg-section .contact-bg-inner h3 {
 
    margin-right: 0px;
    margin-bottom: 10px;
}
.rightchoice-section .home-news-logo-slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 206px;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}
.contact-bg-section .contact-form-inner .hs-form .hs-form-field {
    width: 100%;
    float: none;
}
.contact-bg-section .contact-form-inner .hs-form .hs_case_details.hs-case_details.hs-fieldtype-textarea.field.hs-form-field {
    width: 100%;
}
.contact-bg-section .contact-form-inner .hs-form .hs-form-field .hs-input {
    width: 98%;
}
.steps-section .wizard .nav-tabs .nav-item .nav-link {
    width: 50px;
    height: 50px;
    font-size: 14px;
    }
    .steps-section .wizard .nav-tabs:after {
    top: 70%;
}
.wizard .nav-tabs .nav-item {
    min-width: 133px;
    text-align: center;
}
	.tab-content>.tab-pane {
    margin-bottom: 50px;
}
	.steps-section ul#myTab {
    display: none !important;
}
	.accordian_title h2 {
    text-align: left;
    font-size: 24px;
    padding-right: 50px;
}
	.steps-section div#myTabContent .tab-pane h3 {
    display: none;
}
.attorney-bio-image img {
    position: relative;
    top: inherit;
    padding: 0px 40px;
}
.attorney-bio-image {
    text-align: center;
    margin-bottom: 20px;
}
div#top-new-inner-page-banner {
    margin-bottom: 30px;
}
 .bio-logos-section {
    margin-top: 40px;
}
    .bio-logos-section .home-news-logo-slider .item {
    padding: 7px;
    width: initial;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.steps-section div#myTabContent .tab-pane .pink-btn {
    margin-top: 0;
    margin-bottom: 30px;
}
.practicearea-resources-blocks-sec .practicearea-resources-inner {
    margin-bottom: 30px;
}
.areapractice-main-section .row.areapractice-reverse-flex .col-md-8 {
    padding-left: 15px;
}
.areapractice-main-section .col-md-6 .areapractice-right-text {
    background: none;
}
.steps-section .steps-right-video {

    margin-bottom: 30px;
}
}
@media screen and (max-width: 568px) {
    .bio-logos-section {
    margin-top: 40px;
}
    .bio-logos-section .home-news-logo-slider .item {
    padding: 7px;
    width: initial;
    margin: auto;
}
.bio-logos-section .main-news-logo .item a img {
    margin: auto;
}
div#top-new-banner .dropdown {
      display: block;
}
    div#top-new-banner .dropbtn {
    min-width: initial;
    width: 100%;
}
.rightchoice-section .main-news-logo .item a img {
    width: 100%;
}
.about-logos-section .main-news-logo .item a img {
    width: 100%;
}
.about-logos-section .home-news-logo-slider .item{
margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;

}

.wizard .nav-tabs .nav-item {
    min-width: inherit;
    text-align: center;
}
.steps-section .wizard .nav-tabs .nav-item h3 {
    display: none;
}
.steps-section .wizard .nav-tabs:after {    
    width: 100%;   
    top: 48%;   
}
	.accordian_title h2 {
    font-size: 20px;
    padding-right: 30px;
}
	.accordian_title:after {
    font-size: 22px;
    top: 50%;
    margin-top: -33px;
}
	.steps-section .steps-right-video {
    padding: 0;
}
.steps-section div#myTabContent .tab-pane .pink-btn a {
    width: 100%;
    display: block;
}
.steps-section div#myTabContent .tab-pane .pink-btn {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}
.steps-section div#myTabContent .tab-pane .pink-btn a::after {
    top: 30%;
}
.bio-testimonial-section p {
    padding: 0px 50px;
    text-align: center;
}
.bio-testimonial-section {
    padding-bottom: 10px;
    padding-top: 20px;
}
div#top-new-banner.inner-page-bg.new-about-bg .top-banner-section {
     padding-top: 0px;
}
}
#widget-Qoob7TPfI5ID0Y9KDvdeXJ {
    bottom: 25px !important;
}
ul.badges-logos {
    list-style: none;
}
ul.badges-logos li {
    display: inline-block;
}
ul.badges-logos li img {
    max-height: 65px;
    padding: 4px;
}
ul.badges-logos li:nth-child(5n) img {
    width: 224px;
}
.attorney-bio-awards-section img {
    max-height: 45px;
}
.submitted-message.hs-main-font-element p {
    color: #000;
}
.page-id-22416 .areapractice-main-section .col-md-6 .areapractice-right-text img {
    max-width: 335px;
    display: block;
    margin: auto;
}
div#search-icon-bar em.fa.fa-search {
    color: #000000;
}
.library-right-second-inner-block {
    margin-top: 40px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ab4a78 !important;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-bottom: 20px;
}
.contact-section .hbspt-form .hs-form-field label.hs-error-msg {
    display: block;
    position: absolute;
    bottom: -10px;
    font-size: 10px;
    color: red;
}
.contact-section .hbspt-form .hs-form-field select.hs-input{
 color: grey;
}
.sidebar-div-form {
    padding: 20px 0px;
    background: #8dbede;
    margin-bottom: 30px;
}
div#page-sidebar .sidebar-div-form .hs-form {
    padding-top: 0px;
        margin-bottom: 0px;
}
.sidebar-div-form h3 {
    padding: 10px 0px !important;
}
div#page-sidebar .hs-form .hs_submit.hs-submit input.hs-button.primary.large:hover {
    background: #000000 !important;
}
.contact-section.Report {
    margin: 0px !important;
}
.contact-section.Report .hbspt-form {
    margin: 0;
}