.page_bnr {
    background-image: url(../images/in-abt-bnr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 280px 0 80px 0;
    position: relative;
}
.page_bnr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffb5;
}
.page_title {
    position: relative;
    z-index: 1;
}
.page_title h1,
.page_title h2 {
    font-family: var(--headingFont);
    font-size: 70px;
    line-height: 1.1;
    color: #000;
    position: relative;
    margin: 0 0 10px 0;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.inrpg-breadcrumbs {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-size: 21px;
    line-height: 1.5;
    font-family: var(--bodyFont);
    text-align: center;
}
.inrpg-breadcrumbs span.breadcrumb_last {
    color: #000;
}
.page_default {
    padding: 130px 0 70px;
    position: relative;
    background-color: #faf9f5;
}
.page_content {
    display: flex;
    justify-content: space-between;
}
.genpg-rite {
    width: 63%;
}
.genpg-rite.full-width {
    width: 100%;
}
.genpg-lft {
    width: 34%;
    max-width: 500px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title {
    font-family: var(--bodyFont);
    line-height: 1;
    letter-spacing: 0;
    font-weight: normal;
    color: #000000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
}
h1,
h2,
.search-no-results article.post .entry-header h1.entry-title {
    font-size: 70px;
    font-weight: 600;
}
h3 {
    font-size: 45px;
}
h4 {
    font-size: 40px;
}
h5 {
    font-size: 30px;
}
h6 {
    font-size: 28px;
}
p,
li {
    font-family: "Quattrocento Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #2a3223;
    margin: 0 0 24px;
}
.page_default .genpg-rite a {
    color: #b8b8b5;
    text-decoration: none;
}
.page_default .genpg-rite li {
    padding-left: 35px;
    color: #000;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
}
.page_default .genpg-rite ul li:before {
    background: #2a3322;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    border-radius: 100%;
}
.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}
.page_default .genpg-rite li ul li {
    padding-left: 25px;
    position: relative;
}
.page_default .genpg-rite li ul li:before {
    background: #2a3322;
    width: 8px;
    height: 8px;
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    border-radius: 100%;
}
.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0;
    list-style-position: inside;
}
.page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 20px;
}
.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
.page_default .genpg-rite li a {
    text-decoration: none;
    color: #000;
}
.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #565953;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}
/*  SearchPage Styles */
.search-no-results article.post .entry-header {
    margin: 0;
}
.genpg-rite form.searchform input[type="search"] {
    width: 100%;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    padding: 20px;
}
/* Sidebar Styles / */
.blog-archives {
    padding: 0;
    position: relative;
    margin: 0 0 45px;
    display: flex;
    justify-content: center;
    gap: 45px;
}
.blog-archives .widget {
    margin: 0;
    background-color: transparent;
    position: relative;
    padding: 0;
    width: 100%;
}
.blog-archives .widget:last-child {
    margin: 0
}
.genpg-lft .widget.widget_archive .widget-title {
    color: #1a1e14 !important;
    text-align: left !important;
}
.genpg-lft .widget.widget_archive:before,
.genpg-lft .widget.widget_search::before {
    display: none !important;
}
.genpg-lft .widget.widget_archive,
.genpg-lft .widget.widget_search {
    background-color: transparent !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
}
.genpg-lft .widget.widget_archive .theme-select {
    display: none !important;
}
.blog-archives .widget input,
.blog-archives .widget select,
form.searchform input[type="search"],
.genpg-lft .widget.widget_archive select {
    font-family: var(--bodyFont);
    font-weight: 400;
    font-size: 23px !important;
    line-height: 1.2;
    letter-spacing: .6px;
    text-transform: capitalize;
    color: #555952;
    padding: 19px 28px !important;
    background-color: #fff;
    width: 100% !important;
    -webkit-appearance: none !important;
    appearance: none;
    outline: none;
    cursor: pointer;
    border: none;
    background-image: url(../images/dropdown-arrow.webp);
    background-repeat: no-repeat;
    background-size: 21px 11px;
    background-position: 92% 56%;
    height: auto !important;
    opacity: 1 !important;
    border: 0;
    position: relative !important;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}
form.searchform input[type="search"] {
    background-image: url(../images/search-icon.webp);
    background-size: 20px 20px;
}
.genpg-rite.full-width .blog-archives .widget-title {
    display: none;
}
.blog-archives .theme-select {
    display: none !important
}
.blog-archives .widget .search-field {
    cursor: text;
    background-image: none
}
.blog-archives .widget select option {
    color: #000
}
.blog-archives .widget h4.widget-title {
    letter-spacing: 0;
    background-color: transparent;
    text-align: left;
    padding: 0;
    margin-bottom: 10px
}
section.widget.widget_search input {
    background-image: url(/wp-content/themes/hbklawyers/images/blog-archives-search.webp);
    padding: 17px 28px !important;
    cursor: auto
}
/* / Table Content / */
.genpg-lft .widget .lwptoc_header {
    font-family: var(--bodyFont);
    font-size: 40px;
    color: #000 !important;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
    position: relative;
    text-align: center;
    margin: 0 0 25px 0;
}
.genpg-lft .widget .lwptoc_header b {
    text-align: center;
    color: #fff;
    font-family: 'Radley';
    font-weight: 400;
    font-size: 49px;
    line-height: 1;
    margin: 0 0 25px;
    border: none;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.genpg-lft .widget .lwptoc_item {
    margin-bottom: 20px;
}
.genpg-lft .widget .lwptoc_item a {
    font-family: var(--bodyFont);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    color: #fff;
}
.genpg-lft .widget .lwptoc-notInherit .lwptoc_i DIV A:hover {
    border-bottom: 0 !important;
    color: #b8b8b5 !important;
}
.genpg-lft .widget .lwptoc_itemWrap .lwptoc_itemWrap {
    margin: 15px 0 0 15px;
}
.genpg-lft .widget .lwptoc-light .lwptoc_i {
    background: transparent;
    width: 100%;
    padding: 0;
}
.genpg-lft .widget .lwptoc_item:last-child {
    margin: 0;
}
.genpg-lft .widget .lwptoc:first-child {
    margin: 0;
}
/* side bar case results  */
.genpg-lft .sdr-case-results .widget {
    background-image: url(../images/case-resul-bg.webp);
    position: relative;
    border-bottom: 0;
}
.page-template-single-attorney .genpg-lft .sdr-case-results .widget {
    margin: 0;
}
.genpg-lft .sdr-case-results .widget::before {
    bottom: -15px;
}
.inn-sdr-case-results::before,
.sdr-case-location .widget.widget_wysiwyg_widgets_widget::before {
    display: none;
}
.cs-res img {
    width: 100%;
    max-width: 75px;
}
.inn-sdr-case-results:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-position: -174px -443px;
    height: 40px;
    width: 150px;
    margin: auto;
    bottom: -11px;
}
.cs-res h5 {
    font-family: "Quattrocento Sans", serif;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -2px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 30px;
    position: relative;
}
.cs-res h5:before,
.our-loc-img:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.cs-res h5:after,
.our-loc-img:after {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 20%;
    width: 209px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cs-res h6 {
    font-family: "Radley", serif;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
/* side bar location  */
.sdr-case-location .widget.widget_wysiwyg_widgets_widget {
    background-color: transparent;
    border-bottom: 0;
    margin: 0;
}
.sdr-case-location {
    background: linear-gradient(180deg, #eceee5 0%, rgba(250, 249, 245, 0) 100%);
    padding: 0;
    position: relative;
    border-top: 1px solid #555952;
}
.our-loc:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #555952;
    height: 4px;
    width: 35%;
}
.our-loc h4 {
    color: #000;
    margin: 0 0 40px;
}
.our-loc-img {
    position: relative;
    padding: 10px 10px 30px;
    background: linear-gradient(180deg, #b3b7ac 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    width: 96%;
    display: block;
    margin: 0 auto 20px;
}
.our-loc-img:before,
.our-loc-img:after {
    background-color: #000;
}
.our-loc p {
    font-family: "Quattrocento Sans";
    font-size: 20px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
}
.our-loc p a {
    font-weight: 700;
    color: #000 !important;
}
/* // Sidebar Styles / */
.genpg-lft .widget.widget_nav_menu,
.genpg-lft .widget.widget_recent_entries,
.genpg-lft .widget.widget_categories,
.genpg-lft .widget.widget_lpwtoc_widget {
    background-image: url(../images/sdb-pattern-layer.webp);
    background-repeat: repeat;
    position: relative;
}
.genpg-lft .widget.widget_recent_entries .widget-title,
.genpg-lft .widget.widget_categories .widget-title,
.genpg-lft .widget.widget_nav_menu .widget-title {
    position: relative;
    margin: 0 0 15px;
    padding: 0 0 15px;
}
.genpg-lft .widget.widget_recent_entries .widget-title::before,
.genpg-lft .widget.widget_categories .widget-title::before,
.genpg-lft .widget.widget_nav_menu .widget-title::before {
    position: absolute;
    content: "";
    background-color: #596055;
    width: 60%;
    height: 1px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.genpg-lft .widget {
    border-bottom: 8px solid #555952;
    position: relative;
    padding: 37px 40px 45px;
    margin: 0 0 40px 0;
}
.genpg-lft .widget.widget_nav_menu {
    padding: 37px 10px;
}
.genpg-lft .widget::before {
    position: absolute;
    content: '';
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -178px -121px;
    width: 146px;
    height: 40px;
    left: 0;
    right: 0;
    bottom: -23px;
    margin: auto;
}
.sdr-case-location .widget-title {
    color: #000 !important;
}
.genpg-lft .widget .widget-title {
    text-align: center;
    color: #fff;
    font-family: 'Radley';
    font-weight: 400;
    font-size: 49px;
    line-height: 1;
    margin: 0 0 25px;
    border: none;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}
.genpg-lft .widget ul {
    margin: 0;
}
.genpg-lft .widget ul li a {
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 31px;
    line-height: 1;
    color: #fff;
    position: relative;
    display: block;
    text-transform: capitalize;
    background-color: transparent;
    padding: 10px 10px 10px 60px;
}
.genpg-lft .widget ul li a:hover {
    color: #55634a;
}
.genpg-lft .widget ul li {
    margin: 0 0 10px;
    position: relative;
    border: 0;
}
.genpg-lft .widget ul li a:hover {
    background-color: #fff;
}
.genpg-lft .widget ul li a::before {
    background: #ffffff;
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    left: 27px;
    top: 20px;
    border-radius: 100%;
}
.genpg-lft .widget ul li a:hover::before {
    background-color: #55634a;
}
.genpg-lft .widget ul li:last-child {
    margin: 0;
}
/* / SideBar testimonials / */
.genpg-lft .widget.sd-testi {
    background: linear-gradient(to bottom, rgba(235, 237, 228, 0.6) 0%, rgba(238, 239, 231, 0.6) 33%, rgba(249, 248, 244, 0.6) 100%);
    padding: 40px 35px 110px 35px;
    border-top: 1px solid #2d3626;
    position: relative;
    border-bottom: 0;
}
/* section.widget.sd-testi::before{display: none;} */
.genpg-lft .widget.sd-testi::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background-color: #555952;
    height: 4px;
    width: 35%;
    bottom: inherit;
    background-position: center;
}
.genpg-lft .widget.sd-testi .widget-title {
    color: #000;
}
.sidebar-testi.owl-carousel {
    text-align: center;
}
.genpg-lft .widget.sd-testi .star-rat {
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -281px -81px;
    width: 156px;
    height: 26px;
    margin: 0 auto 20px;
}
.genpg-lft .widget.sd-testi::after {
    position: absolute;
    content: '';
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -104px -256px;
    width: 70px;
    height: 60px;
    right: 0;
    left: 0;
    bottom: 50px;
    margin: auto;
}
.sidebar-testi .testi-item .auth-name {
    font-family: 'Radley';
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    display: block;
    font-size: 30px;
}
.sidebar-testi h3 {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
    margin: 0;
}
.sidebar-testi h4.author {
    color: #000;
    font-size: 22px;
    margin: 0;
}
.sidebar-testi.owl-carousel .owl-nav {
    position: relative;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next,
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-prev {
    width: 43px;
    height: 16px;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -379px -201px;
    transition: .5s;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: -50px;
    left: 40px;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-prev:hover {
    background-position: -379px -227px;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next {
    background-position: -438px -201px;
    left: inherit;
    right: 40px;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -440px -227px;
}
.genpg-lft .sidebar-testi.owl-carousel .owl-nav button span {
    font-size: 0;
}
/*  Testimonials Page */
.testimonials-page .in-testi-blk {
    column-count: 2;
    gap: 30px;
}
.testimonials-page .in-testi-item p {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
}
.testimonials-page .in-testi-item h3 {
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
}
.testimonials-page .in-testi-item h4.author {
    color: #000;
    font-size: 22px;
}
/* / / Blog Page / / */
.blg-cntblk {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: start;
}
.blg-cntblk .post-item {
    width: 31%;
    background: linear-gradient(180deg, #ebede4 0%, #00000000 100%);
    padding: 23px 22px 15px;
    text-align: center;
    border-bottom: 8px solid #faf9f5;
    position: relative;
}
.blg-cntblk .post-item::before {
    content: "";
    background-color: #ffffff;
    width: 38%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}
.blg-cntblk .post-item:hover:before {
    display: block;
}
.blg-cntblk .post-item:hover {
    border-bottom: 8px solid #555952;
    background-image: url(../images/sdb-pattern-layer.webp);
    background-repeat: repeat;
}
.blg-cntblk .post-item .blog-post-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.blg-cntblk .post-cnt {
    padding: 10px 15px;
}
.post-dt {
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.9px;
    color: #12140e;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.blog-post-img {
    -webkit-mask-image: url(../images/pst-img-bg.webp);
    mask-image: url(../images/pst-img-bg.webp);
    mask-size: 100%;
    mask-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
}
.blog-post-img img {
    width: 100%;
    display: block;
}
.blg-cntblk .post-item:hover .post-dt {
    color: #fff;
}
.blg-cntblk .post-cnt h5 a {
    color: #000;
}
.blg-cntblk .post-item:hover .post-cnt h5 a {
    color: #fff;
}
.blg-cntblk .post-cnt h5 {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 30PX;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 18px;
    transition: none;
}
.blg-cntblk .post-item:hover .post-cnt h5 {
    color: #fff;
}
.blg-cntblk .post-item .post-btn a {
    display: inline-block;
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 4.8px;
    color: #5c7149;
    text-transform: uppercase;
    margin: 0;
}
.blg-cntblk .post-item .post-btn a:hover {
    background-color: transparent;
    color: #5c7149;
}
/* / / pagination / / */
.page_default.blog_pg .oceanwp-pagination {
    width: 100%;
}
.fa-angle-left,
.fa-angle-right {
    display: none;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers::before,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before {
    content: "";
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -139px -196px;
    width: 28px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    margin: auto;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers:hover:before {
    background-position: -188px -196px;
    transform: rotate(180deg);
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers:hover:before {
    background-position: -188px -196px;
    transform: rotate(0deg);
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers::before {
    transform: rotate(180deg);
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li {
    padding: 0 !important;
    margin: 0 !important;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li::before {
    display: none;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-family: 'Quattrocento Sans';
    font-weight: 700;
    font-size: 50px !important;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(180deg, #d4d6cb 0%, #f4f3ee 100%);
    color: #5c7149;
    margin: 0;
    box-shadow: none;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.prev.page-numbers:hover,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a.next.page-numbers:hover {
    background: transparent;
    color: #000;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current,
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a:hover {
    background: linear-gradient(180deg, #d4d6cb 0%, #f4f3ee 100%);
    color: #5c7149;
}
.page_default.blog_pg .pagination a.next.page-numbers,
.page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0;
    position: relative;
    border: none;
}
/* Single Blog Page */
.blog-post-img {
    margin-bottom: 20px;
}
.blog-post-img img {
    width: 100%;
    display: block;
}
.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
}
.page_default.single-blog_pg .page-navi a {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}
.page_default.single-blog_pg .page-navi a:hover {
    background-color: #000;
    color: #fff;
}
/* Contact Page */
.page_default.contact_pg .container{
    width: 1400px;
}
.page_default.contact_pg .title {
    font-family: "Radley";
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    letter-spacing: -1.4px;
    line-height: 1.1;
    margin: 0 0 75px;
    color: #555952;
}
.page_default.contact_pg .title small {
    font-size: inherit;
    color: #000;
}
.in-cnt-map-sec {
    display: flex;
    justify-content: space-between;
}
.in-cnt-map-sec .hm-lftfrm-sec .img-btm-txt{
    margin: 0 0 10px;
}
.in-cnt-map-sec .hm-lftfrm-sec {
    width: 70%;
    padding: 0px;
    position: relative;
}
.in-cnt-map-sec .hm-lftfrm-sec iframe {
    min-height: 570px;
}
.cont-list {
    display: flex;
    gap: 30px;
    padding: 0 0 20px;
    flex-direction: column;
    width: 25%;
}
.cont-item {
    background-color: #1a1e14;
    width: 100%;
    padding: 20px 20px 30px;
    text-align: center;
    position: relative;
    min-height: 200px;
}
.cont-item-title {
    position: relative;
    padding: 63px 0 0;
}
.cont-item-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 62px;
    height: 65px;
    margin: auto;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-position: -30px -17px;
    transform: scale(0.6);
}
.cont-list .soc-icons-main a {
    width: 42px;
    height: 42px;
}
.cont-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-position: -174px -443px;
    height: 40px;
    width: 150px;
    margin: auto;
    bottom: -11px;
    transform: scale(0.8);
}
.cont-item:hover {
    background-color: #2a3322;
}
.cont-item:hover:after {
    background-position: -7px -443px;
}
.cont-item.num .cont-item-title:before {
    background-position: -110px -17px;
}
.cont-item.fu .cont-item-title:before {
    background-position: -200px -17px;
}
.cont-item h6 {
    font-family: "Radley";
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    padding: 0 0 13px;
    font-size: 20px;
    margin: 0 0 5px;
}
.cont-item h6:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.cont-item h6:after {
    content: "";
    position: absolute;
    background-color: #404839;
    width: 130px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.cont-item p {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 !important;
}
.cont-item.loc p a {
    color: #fff !important;
    font-weight: 700;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    margin: 0 !important;
}
.cont-item.num a {
    font-family: "Quattrocento Sans";
    color: #fff !important;
    font-size: 28px;
    letter-spacing: 0;
    font-weight: 700;
}
.hm-lftfrm-sec .img-btm-txt a {
    color: #000;
}
.cont-item.num a:hover{
    color: #b8b8b5 !important;
}
.cont-item.loc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont-item .soc-icons-main a:before {
    background-position: -284px -445px;
}
.cont-item .soc-icons-main a.inst:before {
    background-position: -323px -443px;
}
.page-template-contact-page .hm-frm-sec, .ftr-main-blocks .block {
    display: none;
}
.page_default.contact_pg .hm-rgtfrm-sec {
    width: 75%;
    padding: 40px 45px 50px;
    margin: 0 auto 80px;
}
.page_default.contact_pg .hm-form-sec .text-heading {
    font-size: 55px;
}
.page-template-contact-page .hm-form-sec .gfield textarea.large {
    height: 135px !important;
    min-height: auto;
}
.page-template-contact-page .hm-form-sec .gfield input.large, .hm-form-sec .gfield textarea.large {
    padding: 15px 28px !important;
}
.page-template-contact-page .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 1.5%;
    grid-row-gap: 10px;
}
.hm-form-sec h6 {
    margin: 0 0 20px 0;
}
/* practice areas */
.genpg-rite .inn-pract-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.genpg-rite .inn-pract-list .hmpract-item {
    width: 24%;
}
/* single attorney */
.page_default.single_attrny .sdr-case-location {
    display: none;
}
.page_default.single_attrny .page_content {
    flex-direction: row-reverse;
}
.inr-alan-blk {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 60px;
    margin-bottom: 50px;
}
.inr-alan-lft {
    width: 43.3%;
}
.aln-img-blk {
    background-image: url(../images/patten-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 10px 0;
}
.inr-alan-rit {
    width: 52.8%;
}
.inr-alan-rit h2 {
    font-family: 'Radley';
    color: #000000;
    text-transform: uppercase;
}
.inr-alan-rit h4 {
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 29px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
}
.adr-blk {
    display: flex;
    flex-direction: column;
    gap: 38px;
    margin-bottom: 76px;
}
.ph-blk,
.loc-blk {
    padding-left: 120px;
    position: relative;
}
.ph-blk::before,
.loc-blk::before {
    content: "";
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -188px -240px;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 17px;
    top: 9px;
    border: 1px solid #696967;
    border-radius: 50%;
}
.loc-blk::before {
    background-position: -262px -240px;
}
.ph-blk h3,
.loc-blk h3 {
    font-family: 'Radley';
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 13px;
}
.ph-blk p,
.loc-blk p {
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    margin-bottom: 0;
}
.ph-blk p a {
    display: inline-block;
    font-family: 'Quattrocento Sans';
    font-weight: 400;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #2c3525;
    text-transform: uppercase;
    margin-bottom: 0;
}
.ph-blk p a:hover,
.loc-blk p a:hover {
    color: #565953 !important;
}
.loc-blk p {
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.loc-blk p a {
    display: inline-block;
    line-height: 1;
    text-decoration: underline !important;
    padding-top: 17px;
}
.aln-btn a.cmn-btn:hover {
    background-color: #555952;
    color: #fff;
}
.aln-btn a.cmn-btn:hover::before {
    background-image: url(../images/cmn-btn-bfr-2.webp);
}
.page_default.single_attrny {
    background-image: url(../images/single-attorney-bg.webp);
    background-position: top right;
    background-repeat: no-repeat;
}
.page_default.single_attrny .accordion-section.accordien-active .accordion-section-content {
    padding: 10px 10px 0;
}
.genpg-rite .accordion {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    counter-reset: none;
    padding-top: 0;
    width: 100%;
}
.genpg-rite .accordion-section {
    padding: 0;
    border: none;
    counter-reset: none;
    margin-bottom: 0;
}
.genpg-rite .accordion-section h4 {
    padding: 17px 50px 17px 35px;
    border: 1px solid #706f6e;
    counter-reset: none;
    margin-bottom: 20px;
    font-family: "Radley";
    font-weight: 400;
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0;
    color: #30382a;
    text-transform: capitalize;
}
.genpg-rite .accordion-section .accordion-heading:after {
    display: none;
}
.genpg-rite .accordion-section.accordien-active {
    background: none;
}
.genpg-rite .accordion-section.accordien-active h4 {
    background-color: #30382a;
    color: #fff;
}
.genpg-rite .accordion-section-content p {
    font-size: 20px;
    margin-bottom: 20px;
}
.genpg-rite .accordion-section .accordion-heading:before {
    content: "";
    position: absolute;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-repeat: no-repeat;
    background-position: -350px -286px;
    width: 25px;
    height: 14px;
    top: 27px;
    right: 30px;
    margin: 0;
}
.genpg-rite .accordion .accordion-section.accordien-active .accordion-heading:before {
    background-position: -350px -256px;
    transform: rotate(0deg);
}
/* case results */
.case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px 0;
    padding: 0;
}
.case-list img.hvr {
    display: none;
}
.circle-img br {
    display: none;
}
.cmbnd-mill-blk:hover .circle-img img.nrml {
    display: none;
}
.cmbnd-mill-blk:hover .circle-img img.hvr {
    display: block;
}
.case-list .cmbnd-mill-blk {
    position: relative;
    text-align: center;
    width: 31%;
}
.case-list .mill-img {
    width: 35%;
    margin: 0 auto 15px;
}
.case-list .mill-cnt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
    width: max-content;
    height: max-content;
    z-index: 1;
}
.case-list .mill-cnt h3 {
    color: #fff;
    font-size: 65px;
    font-family: "Quattrocento Sans", serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2.6px;
    margin: 0 0 15px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 10px;
}
.case-list .mill-cnt h3:before {
    content: "";
    position: absolute;
    background-color: #ffffff;
    width: 29px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.case-list .mill-cnt h3:after {
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 20%;
    width: 137px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.case-list .mill-cnt h5 {
    color: #fff;
    font-size: 32px;
    font-family: "Radley", serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 20px;
    text-transform: uppercase;
}
/* testimonials */
.testimonials-page .in-testi-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 114px 99px;
}
.testimonials-page .in-testi-item {
    padding: 40px 30px;
    border-bottom: 1px solid #2a3322;
    position: relative;
    border-top: 1px solid #2a3322;
    width: 100%;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0; */
}
.testimonials-page .in-testi-item::before {
    content: "";
    position: absolute;
    background-color: #2a3322;
    width: 25%;
    height: 4px;
    top: -5px;
    left: 0;
    margin: auto;
}
.testimonials-page .in-testi-item::after {
    content: "";
    position: absolute;
    background-image: url(../images/hm-spirites.webp);
    background-repeat: no-repeat;
    background-position: -476px -30px;
    width: 70px;
    height: 60px;
    bottom: 20px;
    right: 51px;
    margin: auto;
}
.testimonials-page .in-testi-item .star-rat {
    background-image: url(../images/hm-spirites.webp);
    background-repeat: no-repeat;
    background-position: -159px -34px;
    width: 214px;
    height: 35px;
    margin: 0 0 24px;
}
.testimonials-page .in-testi-item h6 {
    font-family: "Radley";
    font-style: normal;
    font-weight: 400;
    color: #000000;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}
.testimonials-page .in-testi-item h4.author {
    color: #000;
    font-size: 22px;
}
/* team page - CSS Grid: row of 3, then centered row of 2, then 4 per row */
.in-ourstf-items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2% 2%;
    position: relative;
}
/* First 5: same size — row 1 has 3, row 2 has 2 centered */
.in-ourstf-items .oustf-itm:nth-child(1) {
    grid-column: 1 / span 4;
    position: relative;
}
.in-ourstf-items .oustf-itm:nth-child(2) {
    grid-column: 5 / span 4;
    position: relative;
}
.in-ourstf-items .oustf-itm:nth-child(3) {
    grid-column: 9 / span 4;
    position: relative;
}
.in-ourstf-items .oustf-itm:nth-child(4) {
    grid-column: 3 / span 4;
    position: relative;
}
.in-ourstf-items .oustf-itm:nth-child(5) {
    grid-column: 7 / span 4;
    position: relative;
}
/* 6th onward: smaller, 4 per row (own rows) */
.in-ourstf-items .oustf-itm:nth-child(n+6) {
    grid-column: span 3;
    position: relative;
}
.in-ourstf-items .oustf-itm {
    position: relative;
}
.atrny-img {
    position: relative;
    margin: 0 0 15px;
}
.in-ourstf-items .oustf-itm .oustfitm-img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 10px;
    width: 95%;
    height: auto;
    margin: auto;
}
.in-ourstf-items .oustf-itm .oustfitm-img img {
    width: 100%;
    display: block;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt {
    text-align: center;
}
.oustfitm-img-bg img {
    width: 100%;
    display: block;
}
.oustfitm-img-bg-hvr img {
    width: 100%;
    display: block;
}
.in-ourstf-items .oustf-itm:hover .oustfitm-img-bg-hvr {
    display: block;
}
.in-ourstf-items .oustf-itm:hover .oustfitm-img-bg {
    display: none;
}
.oustfitm-img-bg-hvr {
    display: none;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt h5 {
    font-size: 20px;
    line-height: 1;
    font-family: 'Radley';
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding: 0 0 17px;
    margin: 0 0 9px;
    position: relative;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt h5::before {
    content: "";
    position: absolute;
    background-color: #bdc0b2;
    width: 149px;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.in-ourstf-items .oustf-itm:hover .oustfitm-cnt h5::after {
    background-color: #555952;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt h5::after {
    content: "";
    position: absolute;
    background-color: #1a1e14;
    width: 45px;
    height: 2px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.in-ourstf-items .oustf-itm:hover .oustfitm-cnt h3 {
    color: #555952;
}
.in-ourstf-items .oustf-itm .oustfitm-cnt h3 {
    font-size: 40px;
    line-height: 1;
    font-family: 'Radley';
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
}
/* Section 2 (6th+): smaller type and image */
.in-ourstf-items .oustf-itm:nth-child(n+6) .oustfitm-cnt h3 {
    font-size: 26px;
}
.in-ourstf-items .oustf-itm:nth-child(n+6) .oustfitm-cnt h5 {
    font-size: 14px;
    padding: 0 0 12px;
    margin: 0 0 6px;
}
.in-ourstf-items .oustf-itm:nth-child(n+6) .oustfitm-cnt h5::before {
    width: 80px;
}
.in-ourstf-items .oustf-itm:nth-child(n+6) .oustfitm-cnt h5::after {
    width: 28px;
}
.in-ourstf-items .oustf-itm:nth-child(n+6) .oustfitm-img {
    width: 90%;
    left: 5px;
}
.in-ourstf-items .oustf-itm:nth-child(n+6) .atrny-img {
    margin: 0 0 10px;
}
/* Spacing between top 5 block and smaller team block */
.in-ourstf-items .oustf-itm:nth-child(6) {
    margin-top: 20px;
}
/* Extra space beneath last row of team members (team page) */
.page-our-team .in-ourstf-items {
    margin-bottom: 60px;
}
.hover a {
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    outline: none !important;
}
/* SHORTCODE */
.innerpage-common-block {
    background-image: url(../images/inner-cmn-sec.webp);
    padding: 40px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 40px 0;
}
.innerpage-common-block h2 {
    font-family: "Radley", serif;
    font-size: 86px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.72px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin: 0 0 20px;
}
.innerpage-common-block h2 strong {
    font-weight: inherit;
}
.sub-txt h4 {
    font-family: "Quattrocento Sans", serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 6px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
}
.cntct-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.innerpage-common-block .cntct-btn a.cmn-btn {
    color: #fff !important;
    background-color: #555952;
}
.innerpage-common-block .cntct-btn a.cmn-btn:hover {
    color: #d7d8d2 !important;
}
.innerpage-common-block .cntct-btn a.cmn-btn:before {
    background-image: url(../images/cmn-btn-bfr-2.webp);
}
.sub-txt {
    width: max-content;
    margin: auto;
    padding: 0 90px;
    position: relative;
}
.sub-txt:before,
.sub-txt:after {
    position: absolute;
    content: "";
    left: 0;
    height: 50px;
    width: 35px;
    background-image: url(../images/in-ram-rock-law-sprites.webp);
    background-position: -38px 65px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.sub-txt:after {
    right: 0;
    left: unset;
}
.hminjury-top-sec.inn {
    background-image: none;
    background-color: #faf9f5;
    padding: 0 0 110px;
}
.hminjury-top-sec.inn .injury-tp-itm-list {
    text-align: center;
}
.hminjury-top-sec.inn .injury-tp-itm h3::before,
.hminjury-top-sec.inn .injury-tp-itm h3::after {
    right: 0;
    margin: auto;
}
.hm-case-sec.inn .case-sgr-rslt {
    display: none;
}
.hm-case-sec.inn {
    background-image: url(../images/case-rslts-bg.webp);
    background-position: 0 87px;
    background-size: 100% 97%;
    background-color: #faf8f4;
}
.inn-case-bg-img {
    display: none;
}
.aln-img-blk img {
    margin: auto;
}
.cmn-img {
    margin-bottom: 40px;
}
.cmn-img img {
    width: 100%;
    display: block;
}
/*  */
h3.faq {
    font-family: 'Radley';
    padding-top: 40px;
    text-align: center;
}
.faq-btn {
    padding-top: 50px;
}