/*
 Theme Name:   The Kirlew Law Firm, PLLC
 Theme URI:    http://example.com/rmtheme-child
 Description:  Child theme for RMTheme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     rmtheme
 Version:      1.0.0
 Text Domain:  rmtheme-child
*/


:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #e8e6e0;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto !important;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, serif;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}

.page-wrap {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.18);
}

/*Header Sticky Menu*/



.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #c9a84c;
    z-index: 9999;
    border-bottom: 2px solid #ffffff;
}

.sicky-logo {

    width: 100%;

    max-width: 300px;

    padding: 0 15px;

}



.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: Georgia, serif;
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}

.header-sticky .sicky-cnt .stickyshowhide:before {

    background: url(images/header-sticky-menu.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-faq-wrap a:before {

    background: url(images/header-sticky-faqs.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-call-wrap a:before {

    background: url(images/header-sticky-call.png) no-repeat center;

}

.header-sticky .sicky-cnt.sticky-blog-wrap a:before {

    background: url(images/header-sticky-blog.png) no-repeat center;

}

#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #c9a84c;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    border-right: 2px solid #fff;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Asap', sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

    /* -webkit-transform: rotate(45deg);

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

    -webkit-transition: all 0.3s ease-in-out 0s;

    -moz-transition: all 0.3s ease-in-out 0s;

    -ms-transition: all 0.3s ease-in-out 0s;

    -o-transition: all 0.3s ease-in-out 0s;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {

    /*-webkit-transform: rotate(135deg);

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo{
    max-width:350px;
    text-align: center;
}



.sticky-wrap{
    display: none;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 28px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: Georgia, serif;
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 31px;
    font-family: Arial, Helvetica, sans-serif;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #c9a84c;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: Georgia, serif;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400;
    font-family: Georgia, serif;
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #0a0f1e;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}



.displayblock {
    display:block;
}
.body-content {
    width:100%;
    float: left;
    height: 2000px;
    overflow: hidden;
}
.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
}
.logo-rit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}
.hdr-call {
    line-height: 1;
}
.hdr-btn a{
    background: #c9a84c;
    color: #0a0f1e;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 4px;
    border: none;
    display: inline-block;
    line-height: 1;
}
.hdr-btn a:hover{color: #fff;}
#main-navigation ul{
    margin:0;
    font-size: 0;
    position: relative;
}
#main-navigation ul li{
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 13px;
}

#main-navigation ul li:first-child{
    margin-left:0;
}
#main-navigation ul li:last-child{
    margin-right:0;
}
#main-navigation ul li a {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #555;
    display: block;
    min-width: inherit;
}
#main-navigation ul li.hdr-btn a{color:#0a0f1e !important; }
#main-navigation ul li.hdr-btn a:hover, #main-navigation ul li.hdr-btn.current-menu-item a{color:#fff !important; }
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #c9a84c;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#c9a84c;
    padding:0px 0;
    z-index:999
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul {
    display: block;
    top: 0;
    left: auto;
    right: 100%;
}
#main-navigation .sub-menu li a {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: left;
    border-bottom: 1px solid #fff;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    color: #fff;
    background-color: #0a0f1e;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}

/*  Wide Menu  */




#main-navigation ul li.wide-menu {

    position: static

}
 
#main-navigation ul li.wide-menu ul.sub-menu {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    background-color: #c9a84c;
    padding: 10px;
    z-index: 999;
    display: none;
    right: 0;
    margin: auto;
}
 
#main-navigation ul li.wide-menu:hover ul {

    display: flex;
    flex-wrap: wrap;

}
 
#main-navigation ul li.wide-menu ul li {

    width: 32%;

    margin: 0;

    float: left;

    border: 0

}
 
#main-navigation ul li.wide-menu ul li a {

    font-size: 14px;

    padding: 10px 10px;

    width: 100%;

    float: left;

    border: 0;

    color: #fff;

    background-color: transparent;

    transition-duration: 0.5s

}
 
#main-navigation ul li.wide-menu ul li a:hover {

    color: #0a0f1e;
    background-color:transparent;

}
 
#main-navigation ul li.wide-menu ul li ul.sub-menu {

    position: inherit;

    top: inherit;

    left: inherit;

    padding: 0 0 0 10px;

    width: 100%

}
 
#main-navigation ul li.wide-menu ul li ul li {

    width: 100%;

    margin: 0 0;

    float: left;

    padding: 5px 0

}
 
#main-navigation ul li.wide-menu ul li ul li:last-child {

    border-bottom: 0

}
 
#main-navigation ul li.wide-menu ul li ul li a {

    width: 100%;

    font-weight: 400

}

#main-navigation ul li.wide-menu ul li.dvrc-menu .sub-menu{

}


.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
}
.hdr-top {
    background: #0a0f1e;
    padding: 10px 0;
}
.hdr-top-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.hdr-top-blk p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
}
.hdr-rgt {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: flex-end;
}
.hdr-call a{
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    color: #c9a84c;
    font-size: 15px;
}
.hdr-call a:hover{color: #fff;}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #fff;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    margin: auto;
    border-bottom: 2px solid #0a0f1e;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}


a.cmn-btn {
    background: #c9a84c;
    color: #0a0f1e;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    border: 1px solid #c9a84c;
}
a.cmn-btn:hover{
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
 

/*Banner section*/

.hm-bnr-sec {
    background: #0a0f1e;
}
.hm-bnr-lft {
    width: 53%;
}
.hm-bnr-rgt {
    position: relative;
    width: 32%;
}
.hm-bnr-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bnr-lft-top {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.bnr-lft-top br{display: none;}
.badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.badge-gold {
    background: rgba(201,168,76,0.15);
    border: 1px solid rgba(201,168,76,0.4);
    color: #c9a84c;
}
.badge-cert {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.8);
}
.hm-bnr-sec h1 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
    font-family: Georgia, serif;
}
.hm-bnr-sec h1 strong {
    line-height: 1;
    color: #c9a84c;
    font-weight: 400;
}
.hm-bnr-sec p, .hm-bnr-form-sec p {
    font-size: 19px;
    color: rgba(255,255,255,0.62);
    line-height: 1.8;
    margin-bottom: 24px;
}
.hm-bnr-form-sec p{
    margin-bottom: 0px !important;
    text-align: center;
}
.bnr-btns {
    display: flex;
    gap: 10px;
    margin-bottom: 27px;
    flex-wrap: wrap;
}
.trust-row {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.trust-row br{display: none;}

.trust-item {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.trust-stars {
    color: #c9a84c;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 8px;
}

.trust-val {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin: 0 0 8px;
}

.trust-lbl {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1;
    margin: 0;
}

.trust-div {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.12);
}

.btn-view a.cmn-btn {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.3);
}
.btn-view a.cmn-btn:hover{
    border-color: #c9a84c;
    background: #c9a84c;
    color: #0a0f1e;
}

.hm-bnr-rgt img {
    width: 100%;
    display: block;
}

.bnr-rgt-cnt {
    background: rgba(10, 15, 30, 0.82);
    padding: 20px;
    border-top: 1px solid #c9a84c;
}

.bnr-atrny-name {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    font-family: Georgia, serif;
    line-height: 1;
    margin: 0 0 10px;
}

.bnr-atrny-title {
    font-size: 16px;
    color: #c9a84c;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
    line-height: 1;
}

.cert-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(201, 168, 76, 0.18);
    border: 1px solid rgba(201, 168, 76, 0.35);
    border-radius: 20px;
    padding: 5px 9px 4px;
    font-size: 14px;
    color: #c9a84c;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
}

 
/* Common Styles */
.hm-cmn-sec { padding: 56px 0; background: #fff; }
.text-sub-heading { font-size: 18px; font-weight: 700; color: #c9a84c; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 6px; }
.text-heading { font-size: 44px; font-weight: 400; color: #0a0f1e; margin-bottom: 10px; font-family: Georgia, serif; line-height: 1;}
.text-heading-light { font-size: 26px; font-weight: 400; color: #fff; margin-bottom: 8px; font-family: Georgia, serif; }
.text-content {font-size: 24px; color: #666; line-height: 1.7; width: 68%; margin-bottom: 32px; }
 
/* Banner Form Section */
.hm-bnr-form-sec { border-top: 1px solid rgba(255,255,255,0.08); padding: 20px 0 20px;  background-color: rgb(22 27 41);}
.hmbnr-form-note { width: 100%; font-size: 15px; color: rgba(255,255,255,0.3); padding-top: 10px; }
.hm-form.hm-bnr-form {display: flex; justify-content: space-between; align-items: center; gap: 25px;; }
.hm-form.hm-bnr-form p { text-align: left; font-size: 24px; font-style: italic;color: #c9a84c; font-family: Georgia, serif; }
.hm-bnr-form-cnt {width: 67%; }
 
/* Stars Section */
.hm-star-sec { background: #111d33; border-top: 3px solid #c9a84c; padding: 24px 0 22px; }
.hm-star-blk{display: flex; align-items: center; gap: 18px; }
.hm-star-icon {width: 56px; height: 56px; border-radius: 50%; background: #c9a84c; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 26px; color: #0a0f1e; font-weight: 700; }
.hm-star-blk-title { font-size: 16px; font-weight: 700; color: #fff; line-height: 1; margin: 0 0 10px;}
.hm-star-blk-sub { font-size: 16px; color: rgba(255,255,255,0.52); margin: 0px; line-height: 1.6; }
 
/* Points Section */
.hm-points-sec { background: #c9a84c; padding: 20px 0; }
.hm-points-blk{ display: flex;justify-content: center; flex-wrap: wrap;}
.hm-points-item { text-align: center; border-right: 1px solid rgba(10,15,30,0.18); padding: 10px; width: 25%; }
.hm-points-item:last-child { border-right: none; }
.hm-points-item-num { font-size: 30px; font-weight: 700; color: #0a0f1e; line-height: 1;}
.hm-points-item-cont { font-size: 15px; color: rgba(10,15,30,0.6); text-transform: uppercase; letter-spacing: 0.3px; margin-top: 1px; }
 
/* Practice Areas */
.hm-practice-blk { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hm-pract-item { border: 1px solid #e8e6e0; border-radius: 8px; padding: 30px; background: #fff; }
.hm-pract-item-accent { height: 3px; width: 50px; margin-bottom: 15px; }
.hm-pract-item h3 { font-size: 24px; font-weight: 500; color: #0a0f1e; margin-bottom: 8px; font-family: Georgia, serif; line-height: 1; }
.hm-pract-item p { font-size: 17px; color: #666; line-height: 1.6; margin-bottom: 20px; }
.hm-pract-tags { display: flex; flex-wrap: wrap; gap: 7px 5px; margin-bottom: 20px; font-size: 0; }
.hm-pract-tag {font-size: 14px; color: #666; background: #f0ede6; border: 1px solid #e0ddd5; border-radius: 20px; padding: 5px 15px; line-height: 1; display: inline-block; }
.hm-pract-tag:hover{color: #c9a84c;}
.hm-pract-link a{ font-size: 16px; font-weight: 700; color: #c9a84c;line-height: 1; display: inline-block; }
.hm-pract-link a:hover{color: #0a0f1e;}
 
/* Action Section */
 
.hm-cont-img { width: 100%; height: 380px; object-fit: cover; object-position: center 56%; display: block; }
.hm-img-cont-main-blk{ background: #111d33; padding: 18px 0;}
.hm-img-cont-blk { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.hm-img-cont-text { font-size: 18px; color: rgba(255,255,255,0.65); font-style: italic; font-family: Georgia, serif; }
 
 
/* Charged Section */
.hm-charged-sec { padding: 56px 0; background: #0a0f1e; }
 
.hm-charged-blk { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.hm-charged-sub-title { font-size: 10px; font-weight: 700; color: #c9a84c; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 6px; }
.hm-charged-title { color: #fff; margin-bottom: 14px; line-height: 1.3; }
.hm-charged-cont { font-size: 18px; color: rgba(255,255,255,0.58); line-height: 1.8; margin-bottom: 18px; }
.hm-charged-lft-list { list-style: none; margin-bottom: 24px; }
.hm-charged-list{ font-size: 18px; color: rgba(255,255,255,0.65); padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.07); display: flex; gap: 10px; align-items: center; margin: 0;}
.hm-charged-list:last-child { border-bottom: none; }
.hm-charged-list-dot { width: 15px; height: 15px; border-radius: 50%; background: rgba(201,168,76,0.15); border: 1px solid #c9a84c; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hm-charged-list-cont { width: 5px; height: 5px; border-radius: 50%; background: #c9a84c; }
.hm-charged-rite { display: flex; flex-direction: column; gap: 10px; }
.hm-charged-item { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09); border-radius: 8px; padding: 25px 20px; display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
.hm-charged-item-title { font-size: 18px; font-weight: 700; color: #fff; margin-bottom: 15px; line-height: 1; }
.hm-charged-item-sub { font-size: 15px; color: rgba(255,255,255,0.42); line-height: 1.5; }
.hm-charged-item-tag { font-size: 14px; background: rgba(201,168,76,0.12); color: #c9a84c; border: 1px solid rgba(201,168,76,0.28); border-radius: 20px; padding: 2px 8px; white-space: nowrap; flex-shrink: 0; font-weight: 700; }
 
 
/* Testimonials */
 
.hm-testi-sec{padding: 56px 0;background: #f7f6f2;}
.hm-testi-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 35px; flex-wrap: wrap; gap: 12px; }
.hm-testi-top-rating { display: flex; align-items: center; gap: 12px; }
.hm-testi-rating-nm { font-size: 44px; font-weight: 700; color: #0a0f1e; line-height: 1;}
.hm-testi-top-stars {font-size: 25px; color: #c9a84c; line-height: 1; margin: 0 0 8px; }
.hm-testi-top-ttl-reviews { font-size: 18px; color: #888; line-height: 1;}
.hm-testi-blk { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hm-testi-item {background: #fff; border: 1px solid #e8e6e0; border-radius: 10px; padding: 30px 20px; }
.hm-testi-item-stars {color: #c9a84c; font-size: 20px; margin-bottom: 10px; line-height: 1; }
.hm-testi-item-txt p {font-size: 19px; color: #555; line-height: 1.7; margin-bottom: 25px; font-style: italic; font-family: Georgia, serif; }
.hm-testi-item-name { font-size: 20px; font-weight: 700; color: #0a0f1e;line-height: 1; margin: 0 0 10px;}
.hm-testi-item-case {font-size: 15px; color: #888; line-height: 1; }
.testi-btn {text-align: center; margin: 40px 0 0; }
.testi-btn a.cmn-btn:hover {background-color: #c9a84c; }
 
/* Team Section */
.hm-team-group-img {width: 100%; height: 380px; object-fit: cover; object-position: top; border-radius: 8px; display: block; margin-bottom: 15px; }
.hm-team-caption { font-size: 16px; color: #888; text-align: center; margin-bottom: 28px; line-height: 1;}
.hm-team-blk { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.hm-team-item { border: 1px solid #e8e6e0; border-radius: 8px; overflow: hidden; background: #fff; position: relative;}
.hm-team-item-img {height: 320px;overflow: hidden;position: relative;padding: 15px 0 0;background-color: #f3f5f7;}
.hm-team-item-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.hm-team-item-cert {position: absolute; top: 12px; left: 12px; background: #c9a84c; color: #0a0f1e; font-size: 12px; font-weight: 700; padding: 8px 12px 6px; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1; }
.hm-team-item-info { padding: 20px 18px; }
.hm-team-item-name { font-size: 22px; font-weight: 500; color: #0a0f1e; font-family: Georgia, serif; line-height: 1; margin: 0 0 10px;}
.hm-team-item-role {font-size: 15px; color: #888; margin-bottom: 10px; line-height: 1; }
.hm-team-item-focus {font-size: 14px; color: #c9a84c; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; line-height: 1; }
.hm-team-hvr a{font-size: 0; position: absolute; inset: 0; width: 100%;z-index: 2;}
 
 
/* Family Law Section */
.hm-family-blk { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.hm-family-image { width: 100%; border-radius: 8px; display: block; }
 .hm-family-btn a.cmn-btn:hover{background-color: #c9a84c;}
 .hm-family-blk p{ font-size: 19px; color: #666; line-height: 1.8; margin-bottom: 22px; }
/* FAQs Section */
.hm-faq-sec{padding: 56px 0;background: #f7f6f2;}
.hm-faq-blk { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.hm-faq-item { border-bottom: 1px solid #e0ddd5; padding: 14px 0; }
.hm-faq-title { font-size: 14px; font-weight: 700; color: #0a0f1e; display: flex; justify-content: space-between; gap: 12px; }
.hm-faq-plus { color: #c9a84c; font-size: 18px; flex-shrink: 0; }
.hm-faq-cont { font-size: 13px; color: #666; line-height: 1.7; margin-top: 8px; }
.faq-cta-box { background: #0a0f1e; border-radius: 8px; padding: 35px; }
.faq-cta-title { font-size: 32px; font-weight: 400; color: #fff; margin-bottom: 8px; font-family: Georgia, serif; line-height: 1;}
.faq-cta-sub { font-size: 18px; color: rgba(255,255,255,0.52); margin-bottom: 18px; line-height: 1.7; }
.cta-fnote { font-size: 14px; color: rgba(255,255,255,0.3); text-align: center; margin-top: 15px; line-height: 1.5; }
 
 
.hm-faq-accordion .accordion-section { max-height: max-content !important; border-bottom: 1px solid #e0ddd5; padding: 16px 0; }
.hm-faq-accordion .accordion-section:last-child { border-bottom: none; }
.hm-faq-accordion .accordion-section .accordion-title{ margin: 0 0 5px; }
.hm-faq-accordion .accordion-section-title::before { content: '+'; font-size: 25px; line-height: 1; color: #c9a84c; position: absolute; top: 2px; right: 0; margin: auto; height: fit-content; }
.hm-faq-accordion .accordion-section-title.active::before{ content: '-'; }
.hm-faq-accordion .accordion-section-title { font-size: 19px; font-weight: 700; color: #0a0f1e; display: block; padding-right: 20px; position: relative; line-height: 1.4; }
.hm-faq-accordion .accordion-section-content{ font-size: 16px; color: #666; line-height: 1.7; margin-top: 10px; display: none; }
.hm-faq-accordion .accordion-section-content p {margin: 0; }
.hm-faq-accordion .accordion-section-content.open{ display: block; }
 
 
/*footer form*/
 
.hm-form .gform_required_legend{
    display: none;
}
.hm-form{
    width: 100%;
}
#gform_5 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
    align-items: end;
}
 
.hm-form .gform-body.gform_body {
    width: 74.5%;
}
 
.hm-form .gfield .gfield_label{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    margin: 0 0 4px;
}
.hm-form .gfield .gfield_required{
    display: none;
}
.hm-form input::placeholder {
    color: rgba(255,255,255,0.3);
}
.hm-form input:-ms-input-placeholder {
    color: rgba(255,255,255,0.3);
}
.hm-form input::-ms-input-placeholder {
    color: rgba(255,255,255,0.3);
}
.hm-form textarea::placeholder {
    color: rgba(255,255,255,0.3);
}
.hm-form textarea:-ms-input-placeholder {
    color: rgba(255,255,255,0.3);
}
.hm-form textarea::-ms-input-placeholder {
    color: rgba(255,255,255,0.3);
}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 15px;
    color: #fff;
    font-family: Arial, sans-serif;
    line-height: 1.2;
    display: block !important;
    position: relative;
}
.hm-form .gfield{
    position: relative !important ;
    min-width: 150px;
    display: block;
    width: 100%;
}
.hm-form .gform_fields {
    display: flex !important;
    gap: 15px !important;
    justify-content: space-between;
    align-items: end;
}
 
 
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .top_label input[type="submit"] {
    background: #c9a84c;
    color: #0a0f1e;
    font-size: 16px !important;
    font-weight: 700;
    padding: 13px 24px !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    white-space: pre-wrap;
    flex-shrink: 0;
    display: inline-block;
    line-height: 1.2;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{
    color: #fff;
}
 
.hm-form .gform_validation_errors{
    display: none !important;
}
.hm-form-sec .gform_wrapper.gravity-theme .gfield {
    position: relative;
    text-align: left;
}
.gform_button.disabled {
    pointer-events: none;
}
.hm-form-sec .gform_fields .ginput_container, .hm-form-sec .gform_field {
    margin: 0;
}
.gfield--type-honeypot {
    display: none;
}
 
.hm-form.hm-cta-form .gfield--type-honeypot{
    display: none;
}
.hm-form.hm-cta-form .gform_fields {
    flex-wrap: wrap;
}
.hm-form.hm-cta-form  .gform-body.gform_body {
    width: 100%;
}
.hm-form.hm-cta-form .gfield .gfield_label{
    display: none;
}
 
.hm-form.hm-cta-form .gform_wrapper .gform_footer.top_label {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 15px 0 0;
}
 
.hm-form .gform_wrapper  option {
  color: #0a0f1e;
}
 
 
/*ERRROR*/
 
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 2px;
    right: 6px !important;
    text-align: right;
    font-size: 11px;
    color: #ff0000;
    margin: 0;
    pointer-events: none;
}
.hm-form .gfield_description.validation_message.instruction {
    bottom: 17px ;
}
 


/*Footer block*/

.ftr-block-sec {
    background: #060c18;
    padding: 44px 0 32px;
}
.ftr-logo-list {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
    margin: 0 0 30px;
}
.ftr-lft p {
    font-size: 17px;
    color: rgba(255,255,255,0.4);
    line-height: 1.7;
    margin-bottom: 12px;
}
.ftr-logo-img {
    width: 68.9%;
    margin: 0 0 12px;
}
.ftr-logo-img img{
    width: 100%;
    display: block;
}
.ftr-num a{
    font-size: 21px;
    font-weight: 700;
    color: #c9a84c;
    line-height: 1;
    display: inline-block;
}
.ftr-num a:hover{
    color: rgba(255,255,255);
}
.ftr-menu h5{
    font-size: 14px;
    font-weight: 700;
    color: rgba(255,255,255,0.35);
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
    line-height: 1;
}

#footer-navigation ul {
    font-size: 0;
}
#footer-navigation ul li {
    display: block;
    padding: 0;
    position: relative;
    margin-bottom: 10px;
}
#footer-navigation ul li:last-child{margin-bottom: 0;}
#footer-navigation ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.45);
    line-height: 1.1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color: #c9a84c;
}

.ftr-btm-list {
    display: flex;
    justify-content: space-between;
    padding: 32px 0 0;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.ftr-itm {
    width: 31%;
}
.map iframe {
    width: 100%;
    display: block;
    height: 210px;
}
.map {
    margin: 0 0 20px;
}
.social-icns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social-icns a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #c9a84c;
    transition: 0.5s;
    font-size: 0;
}

.social-icns a.fb {
    background-image: url(images/fb-icon.webp);
}

.social-icns a.linkedin {
    background-image: url(images/linkedin-icon.webp);
}

.social-icns a.insta {
    background-image: url(images/insta-icon.webp);
}

.social-icns a.you-tube {
    background-image: url(images/utube-icon.webp);
}

.social-icns a:hover {
    background-color: #fff;
}

.ftr-itm h4 {
    font-size: 19px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    margin-bottom: 20px;
    line-height: 1;
}
.ftr-itm-cnt {
    padding: 0 0 0 60px;
    position: relative;
    margin: 0 0 30px;
}
.ftr-itm-cnt:last-child{margin: 0;}
.ftr-itm-cnt:before{
    content: '';
    position: absolute;
    background-image: url(images/loc-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 38px;
    height: 38px;
    left: 0;
    top: 0;
}
.ftr-itm-cnt.call:before{background-image: url(images/call-icon.webp);}
.ftr-itm-cnt.fax:before{background-image: url(images/fax-icon.webp);}
.ftr-itm-cnt.call:before, .ftr-itm-cnt.fax:before{bottom: 0; margin: auto;}
.ftr-itm.mdl {
    padding: 0 50px;
    border-left: 1px solid rgba(255,255,255,0.07);
    border-right: 1px solid rgba(255,255,255,0.07);
}
.ftr-itm-cnt p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.5;
}
.ftr-itm-cnt a{
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0;
    color: rgba(255, 255, 255, 0.45);
}
.ftr-itm-cnt.call a:hover{color: #c9a84c;}



/*Copy Rights Section*/

.ftr-copyrights-sec {
    background-color: #060c18;
    padding: 14px 0px 18px;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.ftr-copyrights-sec p{
    margin: 0;
}
.cpy-inr p a{
    line-height: 1;
    display: inline-block;
}
.cpy-inr p a:hover{
    color: #c9a84c;
}
.cpy-inr {
    display: flex;
    justify-content: space-between;
    align-items: center;    
}
.cpy-inr p{
    font-size: 15px;
    color: rgba(255,255,255,0.2);
}
.cpy-inr img{
    width: 60px;
}



.single-container, .container, .footer-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.disclaimer-trigger {
    cursor:pointer
}
#disclaimer-container {
    display: none;
    position: relative;
    margin-top: 10px;
}
#disclaimer-container.show {
    display: block;
}
.disclaimer-content {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 4px;
}

.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}

#page-column .sdbr-case-item p {
    color: #fff;
}
#ez-toc-container ul{margin-bottom: 0px !important;}
#ez-toc-container ul li{padding: 0px !important;}
#ez-toc-container ul li:before{
	display:none !important;
}


