/* blog page css */
ul.post-list {
    list-style: none;
    padding-left: 0;
    gap: 40px 0px;
    display: flex;
    flex-direction: column;
}

.category-list {
    margin-bottom: 15px;
}

.category-list a {
    color: #999999;
}

.category-list a:hover {
    color: #56BAF3;
}
.blog-btn {
    display: inline-flex;
}
a.listing-blog-btn:hover {
    text-decoration: underline;
}
.blog-full-post ul li .post-image a img {
    display: block; 
    object-fit: cover;
    transition: all .4s ease;
    height: 260px;
    width: 100%;
}
.search .breadcrumb-sec{
    display: none;
}

.author-name {
   margin-bottom: 10px;
}

.post-title a {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #001A33;
}
.bloglist .blog_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.bloglist .info-box .post-desc .post-title a:hover {
    text-decoration: underline 1px solid;
}

.post-title a:hover {
    color:var(--green-color);
}

.blog-single-detail .post-image img {
    border: 1px solid #e9e9e9;
    padding: 5px;
    display: block;
    height: 500px;
    object-fit: cover;
    display: inline-block;
    width: 100%;
}

.blog-single-detail .post-image {
    margin-bottom: 25px;
    width: 100%;
}

.blog-full-post .post-list li {
    position: relative;
}

.blog-full-post .post-list li:last-child {
    margin-bottom: 0;
}

.blog-full-post .post-list li .post-image {
    width: 100%;
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.blog-full-post .post-list li .post-image a {
    width: 100%;
}
.blog-full-post .post-list li .post-image a .no-post-img {
    width: 100%;
}
.blog-full-post .post-list li .post-image a .no-post-img img {
    width: 100%;
    background-color: #F2F3F4;
    /* padding: 15px; */
}
.blog-single-img {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
}

.blog-single-img img {
    width: 100%;
}

.single-post-content img,
.static-page-details img {
    border: 1px solid #f2f2f2;
    padding: 5px;
}

.single-post-content .size-full {
    width: 100%;
}

.bloglist .info-box {
    width: 100%;
    height: 100%;
    display: flex;
    gap: 0px 30px;
}
.bloglist .post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 10px;
}
.bloglist .post-meta .post-category, .bloglist .post-meta .post-date {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: right;
    text-transform: uppercase;
    color: #808c99;
}

.bloglist .listing-blog-btn {
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
    display: flex;
    align-items: center;
}

.bloglist .post-title {
    line-height: 30px;
}
/* .bloglist .info-box:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
} */
.blog-info-header {
    margin-top: 15px;
    margin-bottom: 0;
}
.no-post-img{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dcdcdd;
    height: 270px;
    /* padding: 15px; */
}
.no-post-img img{
  object-fit:contain!important;
  object-position: center !important;
}

.bloglist .info-box .post-desc {
    width: 100%;
    padding: 12.5px 0px;
}
.blog-heading {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.02em;
    color: #000000;
}

.blog-detail .blog-title {
    font-size: 35px;
    line-height: 1.25;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #122D4A;
    margin-bottom: 10px;
}

.blog-detail .blog-title a {
    display: inline-block;
    color: #122D4A;
}

.blog-detail .blog-title a:hover {
    color: #56BAF3;
}

.blog-detail .blog-image {
    border-top: 1px solid #E9E9E9;
    padding-top: 25px;
    margin-top: 20px;
}

.blog-detail .blog-the_content {
    border-top: 1px solid #E9E9E9;
    padding-top: 20px;
    margin-top: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.75;
    text-transform: capitalize;
}

.blog-detail .blog-the_content h2 {
    font-size: 35px;
    display: inline-block;
}

.blog-detail .blog-the_content h3 {
    font-size: 32px;
    display: inline-block;
}

.blog-detail .blog-the_content h4 {
    font-size: 30px;
    display: inline-block;
}

.blog-detail .blog-the_content h5 {
    font-size: 28px;
    display: inline-block;
}

.blog-detail .blog-the_content h5 {
    font-size: 25px;
    display: inline-block;
}
.static-page .the_content figure {
    margin-bottom: 15px;
}
.blog-the_content ul li {
    line-height: 2;
}

.search-results .post-image, .search-results div#sidebar-search {
    display: none;
}
/* blog page css */
.gallery-icon img {
    border: 1px solid #cfcfcf !important;
    padding: 7px !important;
}

.gallery .gallery-item {
    padding: 5px;
}
.blog-search-side form.search-form {
    float: left;
    width: 100%;
    position: relative;
}

.sidebar .searchitem label {
    width: calc(100% - 50px);
    position: relative;
}

.sidebar .searchitem .search-field {
    font-size: 17px;
    display: inline-block;
    width: 100%;
    margin: 0;
    border: 0px;
    border-radius: 0px;
    padding: 12px 20px;
    line-height: 26px;
    background: transparent;
    outline: none;
    border-right: 0px;
    color: #404E5B;
}

.blog-search-side .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 60px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 14px;
    background: #BE2430;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sidebar .searchitem .search-submit {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: auto;
    cursor: pointer;
    font-size: 0px;
    border-radius: 0px;
    right: 0;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 27px;
    background-color: transparent;
}
.sidebar .searchitem .search-submit:hover{
    background-color: #fff;
    background-image: url(../img/search.svg);
    border: 0px ;
}
form.search-form {
    display: flex;
}

.sidebar .widget.searchitem .search-form {
    position: relative;
    background-color: #fff;
}

.blog-btn .button{
    border:1px solid var(--red-color);
}
.blog-search-side form.search-form:after,
.sidebar form.search-form:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/search-white.png);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 0px;
    background-position: center;
}

.sidebar .widget.searchitem {
    padding: 0;
    border: none;
    width: 100%;
    position: relative;
    box-shadow: none;
    margin: 0rem 0rem 1.9rem 0rem;
    padding: 25px 27px;
    background-color: #F2F3F4;
}

.sidebar .widget.searchitem .widget-title {
    padding: 0;
    margin-bottom: 15px;
}
.blog-search-side form.search-form:after, .sidebar form.search-form:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/search-white.png);
    background-repeat: no-repeat;
    background-size: 23px;
    padding-left: 0px;
    background-position: center;
}
.custom_form_msg,
.msg-side-form {
    color: #ffffff;
    font-weight: 500;
    display: block;
    bottom: -14px;
    right: 0px;
    font-size: 10px;
    background-color: #b30000;
    padding: 5px;
    border-radius: 0px;
    line-height: 4px;
    text-transform: capitalize;
}
.sidebar .widget.searchitem .search-form span.custom_form_msg {
    right: 0px;
    position: absolute;
}
.paging-new {
    display: flex;
    align-items: center;
    border: 1px solid #00000033;
    border-left: 0px;
    border-right: 0px;
    /* justify-content: space-between; */
    padding: 20px 0px;
    max-width: 980px;
    gap: 0px 14px;
}

.paging-new .pagination {
    margin-top: 70px;
}

.paging-new .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;

}

.paging-new .page-numbers {
    font-weight: 400;
    font-size: 16px;
    line-height: 64px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #00000033;
    text-align: center;
}

.paging-new .page-numbers:hover{
    background-color: var(--yellow-color);
    color: #fff !important;
}

.paging-new .page-numbers:not(.prev):not(.next),
.paging-new .page-numbers.current {
    margin: 0 6px;
    width: 71px;
    height: 70px;
    border: 1px solid #00000033;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase
}
.paging-new .page-numbers.current {
    color: #fff;
    background-color: var(--yellow-color);
    border: 1px solid var(--yellow-color) !important;
}

.paging-new .screen-reader-text {
    display: none;
    font-size: 0px;
    opacity: 0;
    pointer-events: none;
}

.paging-new .next.page-numbers:hover,
.paging-new .prev.page-numbers:hover {
    color: #fff;
    background-color: var(--primary-color);
}

.pagination-style {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--yellow-color);
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 0px 20px;
}

.next.page-numbers svg {
  transition: 0.5s;
}
.prev.page-numbers svg {
  transition: 0.5s;
}

.next.page-numbers:hover svg {
  transform: rotate(45deg);
  transition: 0.5s;
}
.prev.page-numbers:hover svg {
transform: rotate(-47deg);
  transition: 0.5s;
}
.sidebar .widget.practice-side {
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    width: 100%;
    float: left;
}
.inner-blog-thumbnail {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 40px;
}
.sidebar .widget:last-child {
    margin-bottom: 0rem;
}

.parent-child-wrapper {
    background-color: #F2F3F4;
    padding: 60px 27px;
}

.sidebar .widget.practice-side ul {
    padding-bottom: 11px;
    margin-bottom: 20px;
}

.sidebar .widget .form-title {
    color: #000;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
}


.sidebar .practice-side .widget-menu {
    padding-bottom: 0;
}

.sidebar .widget-title br {
    display: none;
}

.sidebar .widget-menu .widget-title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 1.5rem;
}

.sidebar .widget ul {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.sidebar .widget li {
    position: relative;
    padding-right: 0 !important;
    list-style: none;
    /* border-top: 1px solid #f2f2f2; */
}

.sidebar .widget-menu ul li a {
    display: block;
    /* padding: 7px 15px; */
    text-transform: capitalize;
    position: relative;
    font-size: 18px;
    font-style: normal;
    color: #373737;
    padding-right: 20px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 120%;
    margin-bottom: 20px;
}

.sidebar .widget-menu ul li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.sidebar .side-form-title {
    text-align: center;
}

.sidebar .widget li a:hover:after {
    background-image: url(../img/right-arrow.svg);
}

.sidebar .widget-menu ul li a br {
    display: none;
}

.sidebar .widget-menu ul li:last-child a {
    border-bottom: none;
}

.sidebar .widget li:last-child {
    border-bottom: none;
}

.sidebar .widget li a:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/right-arrow.svg);
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    height: 25px;
    width: 25px;
}

.sidebar .widget-menu .current-menu a:after,
.sidebar .widget-menu .current-menu-item a:after,
.sidebar .widget-menu .activeChild a:after {
    background-image: url(../img/right-arrow.svg);
}

.sidebar .widget-menu .current-menu a,
.sidebar .widget li.current-cat a,
.sidebar .widget-menu .current-menu-item a,
.sidebar .widget-menu ul .current_page_item a,
.sidebar .widget-menu li.activeChild a {
    color: var(--primary-color);
    /* background: var(--primary-color); */
}

.side-contact-header {
    margin-bottom: 20px;
}
#crmWebToEntityForm.zcwf_lblTopBottom {
    max-width: 100% !important;
}
.zcwf_lblTopBottom .zcwf_col_lab, .zcwf_lblTopBottom .zcwf_col_fld {
    width: auto;
    float: none !important;
}
.zcwf_lblTopBottom .zcwf_col_fld input[type=text], input[type=password] {
    width: 100%!important;
    height:40px!important;
    
}
.zcwf_lblTopBottom .zcwf_col_fld textarea{
    width:100%!important;
}
.zcwf_lblTopBottom .zcwf_col_fld_slt {
 min-height:40px!important;
}
.single-podcast iframe{
    height:352px;
}
.contact-form-sidebar .btn:hover{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.side-contact-header p {
    font-size: 12px;
    color: #000;
    line-height: normal;
}

.contact-form-sidebar {
    width: 100%;
    position: relative;
    margin-top: 0px;
    padding: 56px 27px 60px 27px;
    position: relative;
    box-sizing: border-box;
    background: #003164;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-sidebar-categories .sidebar-widget .sidebar-title {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: proportional-nums;
    margin-bottom: 31px;
}


.side-form-title {
    border-bottom: none;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    text-transform: capitalize;
}

.sidebar .form-title-wrap {
    width: 100%;
    position: relative;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

.sidebar div.wpcf7 .wpcf7-form .label-name {
    font-size: 16px;
}

.sidebar .wpcf7 ::-webkit-input-placeholder {
    color: #363D42 !important;
}

.sidebar .wpcf7 ::-moz-placeholder {
    color: #363D42 !important;
}

.sidebar .wpcf7 :-ms-input-placeholder {
    color: #363D42 !important;
}

.sidebar .wpcf7 :-moz-placeholder {
    color: #363D42 !important;
}

.wpcf7-form textarea.form-control {
    height: 100px;
}
.sidebar .form-control {
    background: #fff;
    font-size: 17px;
    padding: 14.5px 22px;
}
.sidebar-form .form-group {
    margin-bottom: 20px;
    margin-right: 0px;
}
.form-group p {
    margin-bottom: 0px;
}
form.wpcf7-form .form-group p {
    margin: 0px;
}
.side-bar-text-area .form-group {
    margin-bottom: 0px;
}
.side-bar-text-area p {
    margin-bottom: 0px !important;
}
.sidebar-form .custom-btn {
    background-color: var(--yellow-color);
}
.sidebar-form .custom-btn:hover {
background-color: #0073ae !important;
}
.side-bar-form-btn p {
    margin: 0px;
    text-align: left;
}

.sidebar div.wpcf7 .wpcf7-response-output {
    bottom: -30px;
    padding: 2px 6px !important;
    font-size: 11px;
    background: #46b450;
    line-height: 14px;
    color: #fff;
}

.sidebar div.wpcf7 span.wpcf7-quiz-label {
    color: #ffffff;
}

.sidebar .wpcf7 form .btn-wrap {
    background-color: transparent;
    border-radius: 45px;
    width: 182px;
    position: relative;
    margin: auto;
    margin-top: 15px;
}

.sidebar .wpcf7 form .btn-wrap .wpcf7-spinner {
    position: absolute;
    top: 12px;
}

.sidebar .wpcf7 form .btn-wrap .btn:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.contact-form-sidebar .form-heading {
    color: #fff;
}
/* sidebar css*/

/********blockquote*******/
blockquote {
    font-size: 20px;
    width: 100%;
    font-style: italic;
    padding: 50px 49px;
    position: relative;
    background: #F2F3F4;
    margin: 40px 0px;

}

blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}
/********blockquote*******/

/**********Responsive***********/
@media (max-width:1300px) {
    .blog-full-post {
        padding-right: 0;
    }
}


.inner-page-banner .inner-banner-heading {
    font-weight: 400;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0%;
    margin-bottom: 0px;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Playfair Display;
}

.inner-page-banner .banner-sub-title {
    text-align: center;
}

.inner-page-banner .banner-sub-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #333333;
    margin-top: 12px;
}

.inner-page-banner {
    width: 100%;
    padding-top: 3vw;
    min-height: 18vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
/* .team-list-sc p{
    color: #5E5E5E;
} */
.education{
    background-color:var(--blue2);
}
/* .education .content ul{
    margin-left:30px;
} */
/* .education .content ul li{
    list-style:disc;
} */
/*.education .content-listing .h3{
    
}*/
.team-list-sc h2, .team-list-sc h3, .team-list-sc h4, .team-list-sc h5, .team-list-sc h6{
    color: var(--blue);margin-bottom: 30px;
}
.team-list-sc .img-sc img{
    width: 100%;
    object-fit: cover;
    height:350px;
    object-position: top;
    filter: grayscale(1);

}
.team-list-sc .img-sc img:hover {
    filter: none;
}
.btn1 svg path{
    stroke:var(--primary-color);
}
.team-list-sc .row a:hover .title-sc .btn1 svg path {
    stroke: #000 !important;
}


.team-list-sc .title{
    font-size: 22px;font-weight: 600;color:var(--primary-color);line-height: 40px;margin-bottom: 8px;text-transform: capitalize;
}
.team-list-sc .sub-title{
    font-size: 16px;color: #5E5E5E;line-height: 1.5;margin-bottom: 0px;font-weight: 400;
    text-transform: uppercase;
}
.team-list-sc .title-sc{
    padding: 10px 0px 0px 0px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.listing-attorneys-btn:hover {
    text-decoration: underline;
}
.col-wrap .short-content{
    color:#5e5e5e;
}
.team-list-sc .btn1{
    font-size: 16px;font-weight: 500;text-transform: uppercase;
    display: flex;
    align-items: center;
}
.team-list-sc .btn1 svg{
    margin-left: 28px;
}
.team-list-sc a:hover .btn1{
    color: #000;
}
.team-list-sc .btn1:hover{
    color: #000 !important;
}
.team-list-sc .btn1:hover svg path{
    stroke: #000 !important;
}
.team-list-sc .row a{
    display: block;
    border: 1px solid #f1f1f1;
    padding: 25px;
}
.team-list-sc .row a:hover{
    transition: all ease-in-out .5s;
    box-shadow: 5px 5px 18px 5px #f1f1f1;
}

.single-team-page  p{
    margin-bottom: 10px;
}
/* .single-team-page {
    color: #5E5E5E;
} */
.single-team-page  p:last-child{margin-bottom: 0;}

.single-team-page .sub-title{
    font-size: 18px;color: var(--primary-color);line-height: 1;margin-bottom: 12px;margin-bottom: 30px;
    text-transform: uppercase;
}
.single-team-page .bottom-content{
    margin-top: 30px;
    color: var(--dark-color);
}
.single-team-page .bottom-content p{
    color: var(--dark-color);
    font-size: 20px;
}

.sidebar-heading{
    font-weight: 400;
    font-size: 42px;
    line-height: 110%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 24px;
    font-family: Playfair Display;
}

.wpcf7-list-item label{
    display: flex;align-items: flex-start;
}
.wpcf7-list-item{
    margin-left: 0;text-align: left;
}
.wpcf7-list-item label input{
    margin-top: 3px;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
.wpcf7-acceptance span.wpcf7-list-item-label {
    font-size: 15px;
    line-height: 125%;
}
.wpcf7-list-item label span{
    margin-left: 12px;
}
.thank-you-page a:hover{
    color: black;
}
.page-id-380 .services-blk .col-xl-3 {
    width: 33%;
}
.testimonial-hm{
    display: none;
}
.testmonial-inner-sc{
    display: none;
}

.contact-info-col {
  margin-top: 50px;
}
.default-content .wp-block-image.size-full{
    text-align:center;
}
.default-content .wp-block-image.size-full img{
    height:auto;
    width:500px;
}
.testimonials-page .testimonial-outer-blk {
    border: 1px solid var(--blue2);
    padding: 35px;
    height: 100%;
    display: flex;
    align-items: center;
}
.location-listing .map .image img{
    width:100%;
    height:400px;
    object-fit: inherit;
}
.education .content-listing .title{
    font-size:30px!important;
    font-weight:600;
}
.default-content .size-thumbnail img{
    height:100px;
    width:100px;
}
.default-content .size-thumbnail{
    margin-top:25px;
}   
.page-id-1320 .services-list .col-inner{
    height:340px;
}
.icons p{
    line-height:normal;
}
.faq-accordion-common .accordion-button {
    padding: 0px;
    color: var(--primary-color);
    font-weight: 500;
    background: transparent;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
.accordion-item .accordion-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
}
.accordion-item .accordion-button:focus{
    border: 0px;
    box-shadow: none;
}
.faq-accordion-common .accordion-item {
    background-color: transparent !important;
    margin-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #E2E8EB !important;
    padding: 40px 0px;
}
.faq-accordion-common .accordion-content p{
    margin-bottom: 0px;
    font-size: 16px;
}

.accordion-button:not(.collapsed){
    box-shadow: none!important;
}


.contact-page-section-first {
    align-items: flex-start;
}
.static-page .right-image-left-content .row.align-items-center {
    align-items: start !important;
}
.inner-services-page-image img {
    margin: 5px 0px;
}

.footer-form form.wpcf7-form {
    padding-top: 45px;
}

.about-page-second-last-section img{
    width: 100%;
    margin: 0px !important;
}
.about-page-last-section{
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.about-page-last-section .about-page-last-section-left {
    width: 48%;
}
.about-page-last-section .about-page-last-section-left .container img {
    margin: 0px;
    width: 100%;
}
.about-page-last-section .about-page-last-section-left .container {
    padding-right: 0px;
}
.about-page-last-section .about-page-last-section-right {
    width: 48%;
}
.about-page-last-section .about-page-last-section-right .container img {
    margin: 0px;
    width: 100%;
}
.about-page-last-section .about-page-last-section-right .container {
    padding-left: 0px;
}
.pa-right-img-blue-background .inner-content {
    padding-left: 83px !important;
}
.breadcrumb-sec {
    background-color: #F2F3F4;
    font-variant-numeric: lining-nums proportional-nums;
}

.card-text {
    font-size: 18px;
    line-height: 1.5;
}


/**new inner page **/
.practice-areas-listing {
    background-position: left top;
    background-repeat: no-repeat;
    padding-bottom: 80px;
    padding-top: 80px;
}
.practice-areas-wrapper {
    padding: 60px 0px 20px 0px;
     margin-left: -20px;
    margin-right: -20px;
}
.practice-areas-wrapper > div {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
}
.practice-box {
    background-color: #F2F3F4;
    padding: 30px;
    transition: all .4s ease-out;
    height: 100%;
}
.case-result-box{
    background-color: #F2F3F4;
    padding: 30px;
    transition: all .4s ease-out;
    height: 100%;
}

.practice-box-img {
    margin-bottom: 15px;
}

.read-more-style-list {
    display: inline-flex;
    gap: 20px;
    align-items: center;
}
.read-more-style-list-content {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
}
.practice-box-content p {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0%;
    margin-bottom: 30px;
}
.practice-box-title {
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 26px;
    color: #003164;
}
.practice-areas-hr-style {
    height: 9px !important;
    color: #0177B4;
    opacity: 1;
    width: 90%;
}

.case-result-hr-style {
    height: 13px !important;
    color: var(--yellow-color);
    opacity: 1;
    width: 90%;
    max-width: 150px;
}



.practice-box:hover {
    background-color: #003164;
    color: #ffffff;
}
.practice-box:hover .practice-box-title {
    color: #ffffff;
}
.practice-box:hover hr.practice-areas-hr-style {
    color: #FD8D1E;
}
.case-result-box:hover svg {
    transform: rotate(45deg);
    transition: all .4s ease-out;
}
.practice-box:hover svg {
    transform: rotate(45deg);
    transition: all .4s ease-out;
}
.practice-areas-listing .section-content {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-top: 40px;
}
.practice-area-detail-banner {
    position: relative;
    height: 37vw;
    overflow: hidden;
    max-height: 633px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
}
.practice-area-detail-banner .practice-area-banner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    z-index: -1;
}
.practice-area-detail-banner .custom-container {
    /* position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9; */
    color: #fff;
}
.practice-area-client-image {
    width: 100%;
    max-width: 485px;
    max-height: 600px;
    object-fit: cover;
    object-position: top;
}
.practice-area-detail-banner .banner-title {
    font-weight: 500;
    font-size: 70px;
    line-height: 85px;
}
.banner-content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 587px;
    margin: 60px 0px 50px 0px;
    gap: 15px 15px;
}

.page-template-template-practice-area-detail header#header {
    background: #ffff;
}
.practice-area-detail-banner-btn-wrapper {
    display: inline-flex;
    gap: 30px;
}
.practice-area-detail-banner ul li{
    padding-left: 25px;
    position: relative;
    width: 48%;
    text-align: left;
    font-weight: 500;
    line-height: 130%;
}
.practice-area-detail-banner-phone-number-wrapper .button-text {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 32px;
    line-height: 30.6px;
}
.practice-area-detail-banner-header-phone-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.practice-area-detail-banner ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    background: #FD8D1E;
    width: 10px;
    height: 14px;
    /* transform: translateY(-50%); */
}
span.banner-type {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.about-background-content {
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-page-section-content {
    font-family: Montserrat;
    font-weight: 400;
    /* font-size: 16px; */
    line-height: 30px;
    letter-spacing: 0%;
}
.left-image-right-content.highly-qualified-section {
    background-color: #F2F3F4;
}
.inner-video-thumbnail {
    position: relative;
}
.svg-style {
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.team_card_box:before {
    content: '';
    left: 0px;
    position: absolute;
    top: 0px;
    width: 10px;
    height: 57px;
    background-color: var(--yellow-color);
}
.team-list-sc .row a.team_card_box {
    position: relative;
    padding: 20px;
    box-shadow: 0px 8px 0px 0px rgba(223, 225, 227, 1);
    height: 100%;
    border: 0px;
}
.team_card_box .title:after {
    content: '';
    width: 277.5px;
    height: 6px;
    background-color: var(--yellow-color);
    position: absolute;
    left: -20px;
    bottom: 0px;
}
.team_card_box .title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.team-list-sc .category_name {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Playfair Display;
}
.h3_style{
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;  
  color: #000;
}
.h1_style{
  font-size: 86px;
  line-height: 1.2;
  font-weight: 400; 
  color: #000;
}
.team-inner-content h2 {
    font-size: 70px;
    text-wrap: balance;
    color: #000;
}
.team-inner-content h3 {
    color: #000;
}


/**24feb2026**/
  .left-image-right-content.highly-qualified-section {
    position: relative;
}

.left-image-right-content.highly-qualified-section:after {
    content: '';
    position: absolute;
    width: 160px;
    height: 80%;
    background: #fff;
    top: 0px;
    right: 0px;
}
.left-text-right-video.awards-and-recognition {
    background-repeat: no-repeat;
    background-color: #003164;
    position: relative;
}

.left-image-right-content.highly-qualified-section .about-image {
    width: 600px;
    height: 500px;
}

.left-text-right-video.awards-and-recognition .video-item {
    max-width: 900px;
    max-height: 500px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid #FFFFFF1F;
    overflow: hidden;
    border-right: 0px;
}
.author-social .list-inline-item a {
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;

}
.icon-Facebook {
    background-color: #1877F2;
}
.icon-LinkedIn {
    background-color: #0077B5;
}
.icon-YouTube {
    background-color: #FF0000;
}
.author-social .list-inline-item {
    width: 60px;
    height: 60px;
    margin: 0px;
    overflow: hidden;
}
.author-box-wrapper .list-inline {
    display: flex;
    align-items: center;
    gap: 20px;
}
.top-header-left-image-right-content .container a {
    color: #0177B4;
}
.author-social li.list-inline-item:hover {
    background-color: #3a4e60;
}
.author-box-wrapper {
    background-color: #001A33;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: -254px;
}
.author-social-content {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.about-author-box-section .author-social {
    display: flex;
    align-items: center;
    gap: 20px;
}
.author-social-hr-style {
    width: 30px;
    color: #0177B4;
    height: 1px;
}
.author-box-wrapper .author-content {
    margin-bottom: 10px;
}
.author-box-wrapper .list-inline {
    display: flex;
    align-items: center;
}
.about-author-name {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
.top-header-left-image-right-content {
    background-color: #F2F3F4;
    position: relative;
}
.top-header-left-image-right-content-image-wrapper {
    position: absolute;
    width: 100%;
    top: 0%;
}
.top-header-left-image-right-content .container {
    position: relative;
}
.top-header-left-image-right-content-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}
.left-image-right-content .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-page-section-heading {
    font-size: 42px;
}
.about-background-content .background-content-inner {
    max-width: 782px;
}

.case-results-listing-page {
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/common-page-bg.webp);
    background-repeat: no-repeat;
}
.client-reviews-listing-page {
    background-repeat: no-repeat;
}

.left-text-right-video-background-image {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.left-text-right-video-background-image img {
    mix-blend-mode: color-burn;
}
.inner-faq-page-sec {
    margin-top: 60px;
}
.inner-page-heading{
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 70px;
    line-height: 85px;
    letter-spacing: 0%;
    color: #001A33;
}
.inner-page-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin-bottom: 60px;
    margin-top: 40px;
}
.filter-style {
    max-width: 570px;
    margin: 0 auto;
    background-color: #F2F3F4;
    margin-top: 60px;
}
.page-template-template-case-results .case-results-wrapper {
    margin-top: 40px;
}
#video-container {
    margin-top: 36px;
}
#client-reviewa-container {
    margin-top: 36px;
}
.page-template-template-case-results .practice-box-title {
    font-weight: 400;
    line-height: 44px;
}
.page-template-template-case-results .practice-box-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.page-template-template-case-results .read-more-style-list-content{
font-size: 18px;
line-height: 18px;
}
.page-template-template-case-results .read-more-style-list-content:hover{
color: #ffffff;
}
.case_results-template-default .practice-areas-hr-style {
    height: 13px !important;
    color: #FD8D1E !important;
    max-width: 150px;
}
.case_results-template-default h1.heading {
    max-width: 946px;
    margin: 0px auto 60px auto;
    font-family: Playfair Display;
}
.case-result-disclaimer {
    padding: 60px 114px;
    background-color: #003164;
    color: #fff;
    border-radius: 12px;
    margin-bottom: 60px;
}
.case_results-template-default .the_content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0%;
}
.text-center.detail-team-page-heading-section {
    margin-bottom: 40px;
}
.client-reviews-read-more-style-list {
    display: inline-flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0%;
    text-decoration: underline;
    text-transform: capitalize;
}
.client-reviews-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.client-reviews-category {
    padding: 6px 14px;
    background-color: #0177B4;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
span.client-reviews-date {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #001A33;
}
.client-reviews-box {
    height: 100%;
    background-color: #F2F3F4;
    padding: 30px 25px;
}
.client-reviews-icon {
    margin-bottom: 30px;
}
.client-reviews-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.client-reviews-box-content {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.client-reviews-filter.client-reviews {
    margin: 30px auto 90px auto;
}
.client-reviews-box:hover path {
    fill: #0177B433;
    fill-opacity: 1;
}
.client-reviews-box:hover {
    background-color: #003164;
    box-shadow: 0px 4px 30px 0px #0C3B6C33;
    color: #ffffff;
}
.client-reviews-box:hover span.client-reviews-date {
    color: #fff;
}
.client-reviews-heading {
    max-width: 1320px;
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 70px;
    line-height: 85px;
    letter-spacing: 0%;
    text-align: center;
}
.client-reviews-box:hover a.read-more-style-list {
    color: #fff;
}
.faq-page-accordin.faq-listing-page .accordion-header .accordion-button {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    padding: 25px 40px;
    background-color: #fff;
    color: #1A426D;
    align-items: flex-start;
}
.faq-page-accordin.faq-listing-page .accordion .accordion-item .accordion-body {
    padding: 0px 40px 22px 40px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #001A33;
}
.videos-listing-page .video-thumb svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videos-listing-page .video-thumb {
    position: relative;
}
.videos-listing-page .video-thumb img {
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.videos-listing-page .video-title {
    padding: 40px 34px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #001A33;
}

.videos-row {
    margin-left: -25px;
    margin-right: -25px;
}

.videos-row > div {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px;
}
.video-box-listing-page:hover .video-thumb.html5lightbox img {
    opacity: .9;
}
.video-box-listing-page {
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
}
.inner-page-sub-heading {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 30px;
    margin-top: 60px;
}
.single-video .video-detail-section .video-box {
    margin-top: 60px;
}

.single-video .video-detail-section .video-box a {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
}
.single-video .video-detail-section .video-box a img {
    width: 100%;
    height: 100%;
    max-height: 450px;
    object-fit: cover;
    max-width: 800px;
}
.video-highlights ol, .video-highlights ul, .blog-content-area ul, .blog-content-area ol , .single-post_team .content ul, .single-post_team .content ol, .gray-background-section ul, .gray-background-section ol, .custom-list-style ul{
    padding-left: 1.5rem;
}

.video-highlights ul li, .blog-content-area ul li, .single-post_team .content ul li, .single-post_team .content ol li, .gray-background-section ol li, .gray-background-section ul li, .custom-list-style ul li{
    position: relative;
    line-height: 30px;
    margin-bottom: 15px;
}
.video-highlights ul li:before, .blog-content-area ul li:before, .single-post_team .content ul li:before, .single-post_team .content ol li:before, .gray-background-section ol li:before, .gray-background-section ul li:before, .custom-list-style ul li:before{
    content: '';
    top: 6px;
    left: -1.2rem;
    height: 14px;
    width: 10px;
    background: #FD8D1E;
    display: block;
    position: absolute;
    /* transform: translateY(-50%); */
}

.single-video-box-thumbnail-wrapper {
    position: relative;
}
.single-video-box-thumbnail-wrapper svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}
.blog-sidebar-categories ul.blog-categories {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.blog-sidebar-categorie-link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
}
.blog-sidebar-categories {
    background-color: #F2F3F4;
    padding: 60px 27px;
}
.our-article-listing-page .inner-page-heading {
    max-width: 1460px;
    margin: 0 auto;
}
.article-filter{
    margin-bottom: 40px;
    background-color: #F2F3F4;
}
.articles-wrapper .post-image a img {
   width: 100%;
    height: 100%;
    min-height: 270px;
    max-height: 270px;
        object-fit: cover;
}
.articles-wrapper .post-category {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    margin-top: 30px;
    color:#808c99;
}
.articles-wrapper .featured-file-img {
    border: 1px solid #dcdcdd;
    padding: 5px;
    object-fit: cover;
    object-position: center;
}

.articles-wrapper .listing-blog-btn {
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000000 !important;
}
.articles-wrapper .post-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    margin: 25px 0px 20px 0px;
}
.articles-wrapper .blog_desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

.listing-book-item-row {
    margin-left: -25px;
    margin-right: -25px;
}

.listing-book-item-row .book-item-wrapper {
    padding-left: 25px;
    padding-right: 25px;
    /* margin-bottom: 50px; */
}

.book-item-wrapper .book-item {
    padding: 40px;
    background-color: #F2F3F4;
    height: 100%;
    text-align: center;
}
.book-item-heading {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    margin: 60px auto 40px auto;
}
.book-item-wrapper .book-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 50px;
}
.book-item-wrapper .book-type {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 60px;
}
.book-item-wrapper .book-image {
    text-align: center;
}
.book-item-wrapper .book-image img {
    height: 360px;
}

.listing-book-item-row .book-item-wrapper .book-item{
transition: 0.5s;
}
.listing-book-item-row .book-item-wrapper .book-item:hover{
background-color: #0177B4 !important;
color: #fff;
transition: 0.5s;
}
.team-social-info {
    display: flex;
    gap: 20px;
    align-items: center;
    max-width: 498px;
    padding: 30px 40px;
    background-color: #F2F3F4;
    justify-content: space-around;
    position: absolute;
    left: -138px;
    bottom: -12px;
}
.team-inner-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* margin-bottom: 40px; */
    margin-top: 25px;
    max-width: 617px;
}
.practice_areas_wrap img {
    width: 100%;
}
.single-team-page .img-sc {
    text-align: end;
    max-height: 710px;
    overflow: hidden;
    max-width: 630px;
}
.single-team-page .img-sc img {
    width: 100%;
}
.profile-social-media-hr-style {
    width: 30px;
    color: #0177B4;
}
.team-social-info ul.social-list {
    display: flex;
    gap: 20px;
    margin: 0px;
    padding: 0px;
}
.team-social-info ul.social-list li {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
.team-social-info ul.social-list li:hover{
background-color: #003468;
}

.team-social-info ul.social-list .profile-FaceBook {
    background-color: #1877F2;
}
.team-social-info ul.social-list .profile-linkedin {
    background-color: #0077B5;
}
.team-social-info ul.social-list .profile-Youtube {
    background-color: #FF0000;
}
.team-social-info .profile-social-media {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.team-inner-content h2 {
    margin-bottom: 0px;
}
.criminal-defense-practice-areas-wrap .bg-image-style{
position: relative;
}
.criminal-defense-practice-areas-wrap .bg-image-style:after {
    content: '';
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 97.74%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.criminal-defense-practice-areas-wrap-container {
    margin-top: -345px;
    position: relative;
}
.content-box.list-content {
    background-color: #F2F3F4;
    padding: 36px 30px;
    height: 100%;
}
.content-box-heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 23px;
    color: #000000;
}
.criminal-defense-practice-areas-wrap-container .inner-page-heading {
    margin-bottom: 40px;
}
.professional-recognition-and-ratings {
    position: relative;
    overflow: hidden;
    max-width: 1925px;
    margin: 0 auto;
    background-color: #F2F3F4;
}

.professional-recognition-and-ratings-left-side-image {
    max-width: 1072px;
    max-width: 47.5vw;
    width: 100%;
    /* max-height: 726px; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
.professional-recognition-and-ratings-left-side-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.court-experience-and-geographic-coverage .inner-page-heading {
    margin-bottom: 40px;
}
.professional-memberships {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}
.specialized-areas-of-expertise-section .inner-page-heading {
    margin-bottom: 40px;
}
.specialized-areas-of-expertise-content-box {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.specialized-areas-of-expertise-content-box .specialized-areas-of-expertise-box-wrapper {
    /* display: none; */
    position: absolute;
    bottom: 0px;
    padding: 30px 22px 50px 22px;
}
.specialized-areas-of-expertise-box-image:after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 26, 51, 0) 0%, #001A33 100%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
}
.specialized-areas-of-expertise-content-box:hover .specialized-areas-of-expertise-box-image:after {
    opacity: 100%;
    background: linear-gradient(180deg, #001a3300 0%, #001A33 78%);
}
.specialized-areas-of-expertise-content-box .specialized-areas-of-expertise-box-wrapper .editor-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    transition: 0.5s;
    height: 0px;
    visibility: hidden;
    opacity: 0;
}
.specialized-areas-of-expertise-content-box:hover .editor-content {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
      transition: 0.5s;
}
.specialized-areas-of-expertise-box-heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 30px;
}
.cta-section .inner-page-heading {
    margin-bottom: 40px;
}
.cta-content {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 40px;
}
.team-social-info ul.social-list li:before{
    display:none;
}
.book-detail-row .the_content {
    padding-right: 120px;
}
.book-detail-image {
    max-width: 301px;
    max-height: 505px;
}
.book-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.book-detail-section .inner-page-heading {
    margin-bottom: 60px;
}
.gray-background-section {
    padding: 50px;
    background-color: #F2F3F4;
    margin: 60px 0px;
}
.gray-background-section .section-heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    margin-top: 0px;
}

.locations-listing-page-banner .nap-box {
    background-color: #000000;
    color: #fff;
    padding: 132px 30px 30px 30px;
    height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.locations-listing-page-banner .nap-address-wrapper{
height: auto;
}

.locations-listing-page-banner .nap-box:hover {
background-color: #0177B4;
}

.locations-listing-page-banner .nap-item:nth-child(even) .nap-box:hover .nap-business-name {
    border-bottom: 5px solid var(--yellow-color);
}
.locations-listing-page-banner .nap-box:hover svg rect {
    fill: var(--yellow-color);
    fill-opacity: 100%;
}


.locations-listing-page-banner .office-info-nap-direction-wrapper {
    justify-content: flex-start;
    gap: 12px;
}

.locations-listing-page-banner .nap-address-wrapper .nap-address {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}
.locations-listing-page-banner .nap-address-wrapper .nap-phone a{
font-weight: 400;
 font-size: 18px;
    line-height: 30px;

}
.locations-listing-page-banner .nap-office-hours {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.locations-listing-page-banner .nap-grid{
    margin-left:-20px;
    margin-right:-20px;
}

.locations-listing-page-banner .nap-grid > div{
    padding-left:20px;
    padding-right:20px;
    margin-bottom:40px;
}
.locations-listing-page-banner .nap-grid > div:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.locations-listing-page-banner .nap-item:nth-child(even) .nap-business-name {
    border-bottom: 5px solid #0177B4;
}

.locations-listing-page-banner .nap-item:nth-child(odd) .nap-business-name {
    border-bottom: 5px solid var(--yellow-color);
}

.locations-listing-page-banner .nap-business-name {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
}
.locations-listing-page-banner .inner-page-heading {
    margin-bottom: 60px;
}
.nap-phone a:hover {
    color: #fff;
}

.location-detail-page-nap-item iframe {
    width: 100%;
}
.location-detail-page-nap-item-card {
    display: inline-block;
    background-color: #F2F3F4;
    padding: 20px 15px;
}
.articles-wrapper .post-meta {
   text-align: right;
}
.footer-social li:before{
    display: none !important;
}
.inner-page-book-heading {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 30px;
}
.video-detail-section img:hover {
    filter: brightness(1.1);
}
.page-template-template-faq .inner-banner-heading {
    text-transform: none;
}
.sidebar-form .custom-btn input {
    padding: 0px;
}
.sidebar-form .custom-btn input:hover {
    border: 0px;
}
.sidebar-form .custom-btn:hover:after {
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/btn-icon.svg);
}
.content-area-style {
    padding-right: 40px;
}
.sidebar-area-style {
    padding-left: 20px;
}

.case-results-wrapper{
margin-left:-20px;
margin-right:-20px;
}

.case-results-wrapper > .col-lg-4,
.case-results-wrapper > .col-md-6{
}
.content-box.list-content ul > li:last-child{
 margin-bottom:0px;
}
.team-inner-sub-heading {
    margin: 40px 0px 23px 0px;
    font-weight: 500;
    font-size: 22px;
}
.criminal-defense-practice-areas-wrap .bg-image-style img {
    width: 100%;
}
.professional-recognition-and-ratings-bg {
    position: absolute;
    right: 0px;
    top: 0px;
    mix-blend-mode: darken;

}
.specialized-areas-of-expertise-content-box .specialized-areas-of-expertise-box-wrapper .editor-content a:hover {
    color: #fff;
    text-decoration: underline;
}
.left-image-right-content{
    margin-left:-25px;
    margin-right:-25px;
}

.left-image-right-content > div{
    padding-left:25px;
    padding-right:25px;
}

.left-image-right-content-dui-defense{
    margin-left:-30px;
    margin-right:-30px;
}

.left-image-right-content-dui-defense > div{
    padding-left:30px;
    padding-right:30px;
}
.left-image-right-content-dui-defense .about-image img {
    width: 100%;
}
.left-right-content .row{
    margin-left:-42px;
    margin-right:-42px;
    position: relative;
}

.left-right-content .row > div{
    padding-left:42px;
    padding-right:42px;
}

.left-right-content .row:after {
    width: 50px;
    content: '';
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/wp-content/themes/robert-david-malove-new/assets/img/pngegg-shadow.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.about-author-box-section {
    padding-bottom: 80px;
}
.single-post_team .content ul li:last-child{
margin-bottom: 0px;
}

.fullwidth-page-select-the-form {
    background-color: #e6ebf0;
    padding: 22px;
}
.page-template-template-contact-us .office-info-nap-direction-wrapper {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: unset;
}
.practice-area-detail-banner-btn-wrapper a.blu-btn:hover {
    color: #fff;
}

.practice-areas-listing .inner-page-content {
    margin-bottom: 0px;
}
.form-error-page-wrapper {
    padding: 22px;
    background-color: #e6ebf0;
}
.custom-form-style .form-control {
    margin-bottom: 22px;
    padding: 22px;
    border: 1px solid #a7a7a76b;
}
select.form-control {
    margin-bottom: 22px !important;
}
.newsletter-form-heading {
    font-size: 35px;
    margin: 40px 0px;
    text-align: center;
    font-family: Playfair Display;
    font-weight: 500;
}
.custom-list-style h2 {
    margin-top: 2rem;
}
.practice-area-detail ul {
    margin-bottom: 2rem;
}
.static-page h1.heading {
    font-family: Playfair Display;
}
.professional-recognition-and-ratings .content {
    margin: 40px 0px 23px 0px;
}
.gray-background-section .left-content {
    padding-right: 1rem;
}
.gray-background-section .right-content {
    padding-left: 1rem;
}