/*
 Theme Name:   MM Law, APC
 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
*/
@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 200;
  src: url('./fonts/josefin-sans-v34-latin-200.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/josefin-sans-v34-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/josefin-sans-v34-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/josefin-sans-v34-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/josefin-sans-v34-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/josefin-sans-v34-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/jost-v20-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/jost-v20-latin-regular.woff2') format('woff2');
}
: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: 'Josefin Sans';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a:focus {
    outline: none;
}
.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;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height:   auto;
}
a {
  font-family: 'Josefin Sans';
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Josefin Sans';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
  font-family: 'Josefin Sans';
    font-weight: normal;
    margin: 0 0 10px 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;
}
/*Header Sticky Menu*/
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #181411;
    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: 'Josefin Sans';
    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: #c0ab9a;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    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: 'Josefin Sans';
    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 33px;
    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: 'Josefin Sans';
}
.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
  font-family: 'Josefin Sans';
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #c0ab9a;
    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: 'Josefin Sans';
}
.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
  font-family: 'Josefin Sans';
    border: 0;
    margin: 0;
    text-decoration: none;
}
.mobinav a:hover, .mobinav .current-menu-item a {
    color: #181411;
}
.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: flex-start;
}
.site-branding {
    padding: 30px 0 0;
}
.header-top {
    display: flex;
    background-color: #c0ab9a;
    margin: 0 0 35px;
}
.hdr-cmn-top {
    padding: 14px 30px;
    border-right: 1px solid #171411;
    display: flex;
    align-items: center;
}
.hdr-cmn-top:first-child {
    padding-left: 50px;
}
.hdr-cmn-top:last-child {
    padding-right: 0px;
    border: 0;
}
.hdr-lagug.hdr-cmn-top ul {
    display: inline-block;
    font-size: 0;
}
.hdr-lagug.hdr-cmn-top ul li {
    display: inline-block;
    position: relative;
}
.hdr-lagug.hdr-cmn-top ul li a {
    display: inline-block;
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.36px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
}
.hdr-lagug.hdr-cmn-top ul li:last-child a {
    padding-right: 0px;
}
.hdr-lagug.hdr-cmn-top ul li a::before {
    position: absolute;
    content: "";
    width: 44px;
    height: 10px;
    background-image: url(images/hdr-lang-itm-aftr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: 0px;
    top: 2px;
    display: none;
    left: 0;
    margin: auto;
}
.gtranslate_wrapper {
    display: flex;
    gap: 65px;
    position: relative;
}
.hdr-lagug.hdr-cmn-top .gtranslate_wrapper a.gt-current-lang:before{display:block;background-image: url(images/hdr-lang-itm-aftr-img.webp);}
.hdr-lagug.hdr-cmn-top ul li a:last-child:before {
    display: none;
}
.hdr-soc-icns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.hdr-soc-icns a {
    font-size: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.hdr-soc-icns a.facebook {
    background-image: url(images/hdr-fb-img.webp);
}
.hdr-soc-icns a.facebook:hover {
    background-image: url(images/hdr-fb-hvr-img.webp);
}
.hdr-soc-icns a.twitter {
    background-image: url(images/hdr-twr-img.webp);
}
.hdr-soc-icns a.twitter:hover {
    background-image: url(images/hdr-twr-hvr-img.webp);
}
.hdr-soc-icns a.linkedin {
    background-image: url(images/hdr-ldin-img.webp);
}
.hdr-soc-icns a.linkedin:hover {
    background-image: url(images/hdr-ldin-hvr-img.webp);
}
.hdr-soc-icns a.instagram {
    background-image: url(images/hdr-insta-img.webp);
}
.hdr-soc-icns a.instagram:hover {
    background-image: url(images/hdr-insta-hvr-img.webp);
}
[lang="es"] #main-navigation ul li a {
    font-size: 15px;
}
[lang="es"] .hdr-phn-nbr a {
    font-size: 30px;
}
[lang="es"] .hdr-lagug.hdr-cmn-top ul li a {
    font-size: 15px;
}
[lang="es"] .site-header::after {
    height: 58px;
}
[lang="es"] .hdr-lagug.hdr-cmn-top ul li a::before {
    transform: rotate(180deg);
}
.hdr-schl-anr a {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #ffffff;
    display: inline-block;
    text-decoration: underline;
    margin: 0;
}
.hdr-phn-nbr {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.48px;
    color: #ffffff;
    margin: 0;
}
.hdr-phn-nbr a {
    font-weight: 500;
    font-size: 36px;
    letter-spacing: 0;
    margin-left: 20px;
    padding-left: 45px;
    position: relative;
}
.hdr-phn-nbr a:hover, .hdr-schl-anr a:hover,.hdr-lagug.hdr-cmn-top ul li a:hover {
    color: #181411;
}
.hdr-phn-nbr a::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 33px;
    background-image: url(images/hdr-rgt-phn-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#main-navigation ul{
    margin:0;
    font-size: 0;
}
#main-navigation ul li {
    display: inline-block;
    position: relative;
    margin: 0 24px;
}
#main-navigation ul li:first-child{
    margin-left: 0;
}
#main-navigation ul li:last-child{
    margin-right: 0;
}
#main-navigation ul li a {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.4px;
    line-height: 1;
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #c0ab9a;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#c0ab9a;
    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:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #ffffff;
    color: #c0ab9a;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #ffffff;
    color: #c0ab9a;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0 !important;
    padding:0 !important;
}
#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;
}
.site-header {
    transition: opacity 0.3s ease, visibility 0.3s ease;
    position: absolute;
    width: 100%;
    display: block;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
}
.site-header::after {
    position: absolute;
    content: "";
    width: 40%;
    height: 64px;
    background-color: #c0ab9a;
    right: 0;
    top: 0;
    z-index: -1;
}
.site-header.is-sticky::after {
    height: 56px;
}
[lang="es"] .site-header.is-sticky::after {
    height: 50px;
}
.site-header .container {
    max-width: 1630px;
}
.site-header.is-sticky .site-branding {
    width: 19%;
    padding: 10px 0 0;
}
.site-header.is-sticky .header-top {
    margin: 0 0 25px;
}
.site-header.is-sticky .hdr-cmn-top {
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#181411;
    border-bottom: 2px solid #ffffff;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding: 0 0 10px;
}
@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;
}

.text-heading {
    font-family: 'Josefin Sans';
    font-weight: 600;
    font-size: 68px;
    line-height: 1.02;
    letter-spacing: -2.72px;
    text-transform: uppercase;
    color: #2a1812;
    margin: 0 0 40px;
    text-align: center;
}
a.cmn-btn {
    font-family: 'Josefin Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.8px;
    color: #171411;
    padding: 25px 49px 20px;
    background-color: #c0ab9a;
    text-transform: uppercase;
    display: inline-block;
}
a.cmn-btn:hover {
    background-color: #ffffff;
}
/*Banner section*/
.hm-bann-sec {
    padding: 290px 0 200px;
    background-color: #181411;
    position: relative;
}
.hm-bann-blck {
    text-align: center;
}
.hm-bann-sec .container {
    max-width: 1280px;
}
.hm-bann-blck h1 {
    font-family: 'Josefin Sans';
    font-weight: 200;
    font-size: 80px;
    line-height: 1.12;
    letter-spacing: -1.6px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 30px;
}
[lang="es"] .hm-bann-blck h1 br {
    display: none;
}
.hm-bann-blck h1 small {
    font-weight: 300;
    font-size: 50px;
    letter-spacing: 0;
    color: #c0ab9a;
    text-transform: capitalize;
    display: block;
    margin: 0 0 20px;
}
.hm-bann-blck h1 strong {
    font-weight: 200;
    font-size: 150px;
    letter-spacing: -3px;
    color: #c0ab9a;
    line-height: 1;
    display: block;
}
 
/* hm attorey section */
 
 .hm-attorney-sec { padding: 130px 0 150px; }
 .hm-atrny-lft-img img { width: 100%; display: block; }
 .hm-atrny-lft { width: 36.7%; }
 .hm-atrny-lft-img { background-image: url(images/hm-attorney-lft-img-bg.webp); background-repeat: no-repeat; background-size: cover; background-position: center; }
 .hm-atrny-rit { width: 63.4%; }
 .hm-attorney-lst { display: flex; justify-content: center; align-items: flex-end; }
 .hm-atrny-rit-top-lst { display: flex; justify-content: center; gap: 4.8%; margin: 0 0 68px; padding: 5px 31px 0 0px; align-items: center; }
 .hm-atrny-rit-call p a:hover, .hm-trust-call p a:hover{ color: #c0ab9a; }
 .hm-atrny-read-btn a.cmn-btn:hover, .hm-chose-btn a.cmn-btn:hover { background-color: #c0ab9a; color: #2a1812; }
 .hm-atrny-btn a.cmn-btn:hover { background-color: #171411; color: #ffffff; }
 .hm-atrny-rit-call p { font-family: 'Josefin Sans'; font-weight: 300; font-size: 25px; line-height: 1.4; letter-spacing: 0; color: #171411; margin: 0; }
 .hm-atrny-rit-call, .hm-atrny-rit-loc { padding: 0 0 0 94px; position: relative; }
 .hm-atrny-rit-call p a { font-family: 'Josefin Sans'; font-weight: 400; font-size: 40px; line-height: 0.8; letter-spacing: 0; color: #2a1812; display: block; }
 .hm-atrny-rit-call p a::before{ position: absolute; content: ""; width: 80px; height: 80px; left: 0; top: 0; bottom: 0; margin: auto; background-image: url(images/hm-atrny-call-icon.webp); background-repeat: no-repeat; background-size: contain; }
 .hm-atrny-rit-loc p { font-family: 'Josefin Sans'; font-weight: 400; font-size: 21px; line-height: 1.4; letter-spacing: -0.42px; color: #2a1812; margin: 0; }
 .hm-atrny-rit-loc::before{ position: absolute; content: ""; width: 80px; height: 80px; left: 0; top: 0; bottom: 0; margin: auto; background-image: url(images/hm-atrny-locl-icon.webp); background-repeat: no-repeat; background-size: contain; }
 .hm-atrny-rit-cnt { padding: 48px 70px 56px 57px; background-color: #f7f5f2; border-top: 10px solid #c0ab9a; margin: 0 0 0 -30px; }
 .hm-atrny-rit-cnt h3 { font-family: 'Josefin Sans'; font-weight: 500; font-size: 45px; line-height: 1.3; letter-spacing: -1.8px; color: #2a1812; text-transform: uppercase; margin: 0 0 3px; }
 .hm-atrny-rit-cnt h5 { font-family: 'Josefin Sans'; font-weight: 400; font-size: 22px; line-height: 1; letter-spacing: 0; color: #171411; background-color: #eae4de; display: inline-block; margin: 0 0 14px; padding: 11px 29px; }
 .hm-atrny-rit-cnt p { font-family: 'Josefin Sans'; font-weight: 400; font-size: 20px; line-height: 1.95; letter-spacing: -0.4px; color: #525252; margin: 0px 0 58px; }
 .hm-atrny-btn-lst { display: flex; justify-content: flex-start; gap: 30px; }
 
/* hm Trusted Section */
 
.hm-trusted-sec { padding: 90px 0; }
 .hm-trusted-sec h3 { font-family: 'Josefin Sans'; font-weight: 400; font-size: 50px; line-height: 1.2; text-align: center; letter-spacing: -2px; text-transform: uppercase; color: #2a1812; margin: 0 0 30px; }
 .hm-trusted-sec .text-heading { margin: 0; font-weight: 400; }
 .hm-trust-lft { width: 50.7%; }
 .hm-trust-rit { width: 44%; position: relative; }
 .hm-trust-lst { display: flex; justify-content: space-between; padding: 0 0 0 7.3%; }
 .hm-trust-lft p { font-family: 'Josefin Sans'; font-weight: 400; font-size: 20px; line-height: 1.75; letter-spacing: -0.4px; color: #525252; margin: 0 0 45px; }
 .hm-trust-lft h5 { font-family: 'Josefin Sans'; font-weight: 400; font-size: 35px; line-height: 1.1; letter-spacing: -1.4px; color: #2a1812; margin: 0 0 20px; }
 .hm-trust-btn-lst { display: flex; justify-content: flex-start; gap: 50px; }
 .hm-trust-call p { font-family: 'Josefin Sans'; font-weight: 300; font-size: 22px; line-height: 1.5; letter-spacing: 0; color: #171411; margin: 0 !important; }
 .hm-trust-call { padding: 0 0 0 60px; position: relative; }
 .hm-trust-call p a { font-family: 'Josefin Sans'; font-weight: 400; font-size: 42px; line-height: 0.8; letter-spacing: 0; color: #171411; display: block; }
 .hm-trust-call p a::before{ position: absolute; content: ""; width: 45px; height: 45px; left: 0; top: 0; bottom: 0; margin: auto; background-image: url(images/hm-trust-call-icon.webp); background-repeat: no-repeat; background-size: contain; }
 .hm-trust-btn a.cmn-btn:hover { color: #ffffff; background-color: #171411; }
 .hm-trust-rit-title h4 { font-family: 'Josefin Sans'; font-weight: 400; font-size: 30px; line-height: 2; letter-spacing: 18px; color: #2a1812; text-transform: uppercase; margin: 0; writing-mode: vertical-rl; transform: rotate(180deg); position: absolute; top: 0; width: auto; height: 100%; text-align: center; display: inline-block; background-color: #c0ab9a; }
 .hm-trust-rit-img { background-color: #171411; position: relative; }
 .hm-trusted-sec h3 { font-family: 'Josefin Sans'; font-weight: 400; font-size: 50px; line-height: 1.2; text-align: center; letter-spacing: -2px; text-transform: uppercase; color: #2a1812; margin: 0 0 30px; }
 .hm-trust-rit-img img { width: 100%; display: block; opacity: 80%; }
 .hm-trust-rit-cnt p { font-family: 'Josefin Sans'; font-weight: 400; font-size: 30px; line-height: 1; letter-spacing: -1.2px; color: #ffffff; margin: 0; }
 .hm-trust-rit-cnt { position: absolute; bottom: 32px; left: 38.6%; right: 0; width: 44.3%; border-top: 1px solid #ffffff; padding: 18px 0 0; }
 .hm-atrny-read-btn a.cmn-btn { background-color: #2a1812; color: #ffffff; }
 
 
/* hm choose section */
 
.hm-choose-cnt .container { max-width: 1710px; margin: 0 0 0 auto; }
.hm-choose-rit { width: 74.3%; position: relative; }
.hm-choose-rit::before { position: absolute; content: ""; width: 44.8%; height: 63.4%; left: 0; top: 0; bottom: 0; right: 0; margin: auto; background-image: url(images/hm-choose-sec-bg.webp); background-repeat: no-repeat; background-size: contain; opacity: 5%; }
.hm-chose-rit-lst { display: flex; flex-wrap: wrap; }
.hm-choose-sec { padding: 95px 0 0; }
.hm-choose-title-cnt p { font-family: 'Josefin Sans'; font-weight: 400; font-size: 25px; line-height: 1.4; letter-spacing: -0.5px; text-align: center; color: #2a1812; margin: 0 0 40px; }
.hm-choose-title-cnt .text-heading { margin: 0 0 10px; }
.hm-choose-cnt { background-color: #c0ab9a; }
.hm-choose-lst { display: flex; justify-content: center; align-items: self-end; }
.hm-chose-itm { width: 25%; min-height: 376px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 47px; text-align: center; }
.hm-chose-rit-lst .hm-chose-itm:nth-child(odd) { background-color: #efe8e2; border-top: 2px solid #181411; position: relative; }
.hm-chose-rit-lst .hm-chose-itm:nth-child(even) { background-color: transparent; border-top: 2px solid #efe8e2; }
.hm-chose-rit-lst .hm-chose-itm:nth-child(1), .hm-chose-rit-lst .hm-chose-itm:nth-child(2), .hm-chose-rit-lst .hm-chose-itm:nth-child(3), .hm-chose-rit-lst .hm-chose-itm:nth-child(4){ border-color: transparent; }
.hm-chose-itm-img img { width: 100%; display: block; }
.hm-chose-itm-img { width: 36.2%; padding-bottom: 24px; position: relative; margin: 0 0 15px; }
.hm-chose-itm-img::before{ position: absolute; content: ""; width: 61px; height: 3px; left: 0; right: 0; bottom: 0; margin: auto; background-color: #2a1812; }
.hm-chose-itm h4 { font-family: 'Josefin Sans'; font-weight: 600; font-size: 22px; line-height: 1.2; letter-spacing: -0.44px; text-transform: uppercase; color: #2a1812; margin: 0; }
.hm-choose-lft { width: 25.7%; background-color: #efe8e2; padding: 30px 50px 40px; box-shadow: 1px 0px 0px 0px rgba(59, 44, 31, 0.1); border-right: 1px solid #ddd5ce; }
.hm-choose-lft-img img { width: 100%; display: block; }
.hm-choose-lft-img{ margin: 0 auto 30px; }
.hm-choose-lft p { font-family: 'Josefin Sans'; font-weight: 400; font-size: 20px; line-height: 1.75; letter-spacing: -0.4px; text-align: center; margin: 0 0 50px; color: #525252; }
.hm-chose-btn a.cmn-btn { background-color: #181411; color: #fff; }
.hm-chose-btn { text-align: center; }
 /* practice Areas section */
 
.hm-practarea-sec { padding: 120px 0 90px; position: relative; }
.hm-practarea-sec::before { position: absolute; content: ""; width: 100%; height: 73%; left: 0; right: 0; top: 0; margin: auto; background-color: #c0ab9a; z-index: -1; }
.hm-practarea-sec .text-heading{ color: #171411; text-align: left; margin: 0; }
.hm-pract-top-lst { display: flex; justify-content: space-between; padding: 0 7.4%; margin: 0 0 60px; }
.hm-practice-list { display: flex; justify-content: center; gap: 30px; }
.hm-practice-item{ background-color: #181411; width: 24%; padding: 60px 33px 90px; height: 550px; border:2px solid #2a1812; text-align: center; position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: space-between; }
.hm-practice-item::before { content: " "; position: absolute; background-image: url(images/pract-itm-bgr-img.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 100%; height: 55.5%; top: 0; left: 0; z-index: -1; }
.hm-practice-item::after { content: " "; position: absolute; background-image: url(images/pract-itm-aftr-img.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 90%; height: 11%; bottom: 20px; left: 0; right: 0; margin: auto; z-index: 3; }
.hm-practice-item:hover::after{ background-image: url(images/pract-itm-aftr-hvr-img.webp); }
.hm-practice-item:hover:before{ display: none; }
.hm-practice-item:hover{ background-color: #c0ab9a; }
.hm-practice-itm-img, .hm-practice-itm-hvr-img { width: 52.7%; background-image: url(images/pract-itm-bg-img.webp); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; margin: 0 auto 35px; }
.hm-practice-itm-hvr-img { display: none; background-image: none; }
.hm-practice-item:hover .hm-practice-itm-img { display: none; }
.hm-practice-item:hover .hm-practice-itm-hvr-img { display: block; }
.hm-practice-itm-img img, .hm-practice-itm-hvr-img img { width: 100%; display: block; }
.hm-practice-name h4 { font-family: 'Josefin Sans';font-weight: 600; font-size: 32px; line-height: 1.25; letter-spacing: -1.28px; color: #c0ab9a; text-transform: uppercase; height: 115px; margin: 0 0 25px; }
.hm-practice-item:hover .hm-practice-name h4{ color:#ffffff; height: auto; }
.hm-practice-item:hover { justify-content: center; }
.hm-pract-btn a.cmn-btn { background-color: #181411; color: #ffffff; }
.hm-pract-btn a.cmn-btn:hover{ background-color: #ffffff; color: #171411; }
.hm-practice-button { display: none; }
.hm-practice-item:hover .hm-practice-button{ display: block; }
.hm-practice-button a.cmn-btn{ background-color: #181411; color: #ffffff; }
.hm-practice-item-link { position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; z-index: 9; width: 100%; height: 100%; }
.hm-practice-item-link a { font-size: 0; display: block; width: 100%; height: 100%; }
 
/*Home Testimonials Section*/
 
.hm-testimonials { padding: 60px 0 80px; background-image: url(images/hm-testi-bg-img.webp); background-repeat: no-repeat; background-size: cover; background-position: top center; }
.hm-testimonials .text-heading{ font-size: 65px; margin: 0 0 45px; letter-spacing: -1.3px; color: #181411; }
.hm-testimonials .hm-testi-list{ margin: 0 0 80px; padding: 0 38px; }
.hm-testimonials .hm-testi-blk{ position: relative; padding: 15px 20px 0 0; width: 100%; display: block; }
.hm-testimonials .hm-testi-blk::after { position: absolute; content: " "; border: 1px solid rgb(0, 0, 0,0.1); width: 97.4%; height: 89%; right: 0; top: 0; }
.hm-testimonials .testi-item { width: 100%; padding:40px 50px 90px 44px; position: relative; background-color: #f7f5f2; z-index: 1; height: 100%; }
.hm-testimonials .testi-item::before { position: absolute; content: " "; background-image: url(images/hm-testi-quote-img.webp); background-repeat: no-repeat; background-size: contain; width: 68px; height: 52px; right: 46px; bottom: 44px; }
.hm-testimonials .star-rat { background-image: url(images/star-img.webp); background-position: left center; background-size: contain; background-repeat: no-repeat; width: 145px; height: 25px; margin: 0 0 28px; }
.hm-testimonials .testi-item p { font-family: 'Josefin Sans'; font-weight: 300; font-size: 20px; line-height: 1.7; color: #171411; letter-spacing: 0; margin: 0 0 20px; }
.hm-testimonials .testi-item h5 { font-family: 'Josefin Sans'; font-weight: 600; font-size:19px; line-height: 1; color: #2a1812; text-transform: uppercase; margin: 0 0 5px; }
.hm-testimonials .testi-cont { position: absolute; bottom:45px; left:40px; }
.hm-testimonials .testi-item h6{ font-family: 'Jost'; font-weight: 300; font-style: italic; font-size:14px; line-height: 1; letter-spacing:0.8px; color: #171411; text-transform: uppercase; margin: 0; }
.hm-testi-list .owl-stage{ display: flex; }
.hm-testi-list .owl-item{ display: flex; }
.hmtesti-btn { text-align: center; }
.hmtesti-btn a.cmn-btn { background-color: #181411; color: #ffffff; letter-spacing: 0; }
.hmtesti-btn a.cmn-btn:hover{ background-color: #ffffff; color: #171411; }
/* membership section */
 
.hm-member-sec{ padding:150px 0px; }
.hm-member-sec .text-heading { text-align: left; color: #181411; margin: 0; }
.hm-member-list{ display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; }
.hm-member-list::before { content: " "; position: absolute; background-image: url(images/membership-bfr-img.webp); background-repeat: no-repeat; background-size: 100% 100%; width: 35.5%; height: calc(100% + 46px); top: -29px; left: 18%; z-index: -1; }
.hm-member-lft { width: 35%; }
.hm-member-rgt { width: 60.9% !important; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 17px; row-gap:20px; position: relative; z-index: 1; }
.hm-member-rgt::before { content: " "; position: absolute; border:4px solid #2a1812; width: 60px; height: 60px; top: 0px; left:0px; border-right: none; border-bottom: none; z-index:3; pointer-events: none; }
.hm-member-rgt::after{ content: " "; position: absolute; border:4px solid #2a1812; border-left: none; border-top: none; width:60px; height:60px; bottom: 0px; right: 0px; z-index:3; pointer-events: none; }
.hm-member-itm { width: 23.55%; padding: 30px 20px; background-color: #f7f5f2; box-shadow: 0px 0px 25px 0px rgba(123, 92, 75, 0.1); display: flex; align-items: center; justify-content: center; }
.hm-member-itm:hover{ background-color: #ffffff;box-shadow: none; }
.hm-meber-img { width: 86.8%; }
.hm-meber-img img{ width: 100%; display: block; }
.hm-pract-btn.mob { display: none; }
 
 
/* Home Serve Section */
.hm-serve-sec {
    padding: 150px 0 135px;
}
.hm-serve-sec .container {
    max-width: 1280px;
}
.hm-serve-blck {
    display: flex;
    justify-content: space-between;
}
.hm-serve-lft {
    width: 44.5%;
}
.hm-serve-lft img {
    width: 100%;
    display: block;
}
.hm-serve-rgt {
    width: 53.91%;
}
.hm-serve-rgt .text-heading {
    font-size: 65px;
    letter-spacing: -1.3px;
    text-align: left;
    margin: 0 0 25px;
    color: #181411;
}
.hm-serve-rgt p {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0;
    color: #171411;
    margin: 0 0 20px;
}
.hm-serve-btm {
    position: relative;
    padding-top: 40px;
}
.hm-serve-btm::before {
    position: absolute;
    content: "";
    width: calc(100% + 250px);
    height: 1px;
    background-color: #7b5c4b;
    right: 0;
    top: 0;
}
.hm-serve-btm h3 {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 4px;
    color: #2a1812;
    margin: 0 0 50px;
    text-transform: uppercase;
}
.hm-serve-btm ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 0;
}
.hm-serve-btm ul li {
    font-family: 'Josefin Sans';
    font-weight: 600;
    font-size: 23px;
    line-height: 1;
    letter-spacing: -0.46px;
    color: #171411;
    margin: 0;
    padding: 22px 25px 21px 60px;
    width: 330px;
    border: 1px solid rgb(0, 0, 0, 10%);
    position: relative;
}
.hm-serve-btm ul li:hover {
    background-color: #c0ab9a;
    border-color: #c0ab9a;
}
.hm-serve-btm ul li:hover::before {
    background-image: url(images/hm-serve-lst-bfr-hvr-img.webp);
}
.hm-serve-btm ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 27px;
    background-image: url(images/hm-serve-lst-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*Tabs Section*/
.tabs-section {
    padding: 120px 0;
    background-color: #f1e1e1;
}
.tab-btn.active {
    font-weight: bold;
    color: #333;
    display: inline;
}
.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease;
}
.tab-content.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 10px;
    border: 1px solid #000;
    background-color: #fff;
}
.tab-buttons {
    margin: 0 0 20px;
}
/*Faq Section*/
.accordion-section{
    padding: 120px 0;
    background-color: #eee;
}
.accordion-item h3 {
    background: #ddd;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
}
.accordion-item p {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    text-align: left;
}
.accordion-item h3.active {
    background: #ccc;
}
.accordion-item h3.active + .accordion-item p {
    max-height: 200px;
}
/*footer form*/
.hm-form .gfield label {
    display: none;
}
.hm-form-sec .container{
    width: 100%;
    max-width: 100%;
}
.bnr-rit-cnt.footer {
    text-align: left;
    position: absolute;
    transform: rotate(269deg);
    left: 5%;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 140px;
    pointer-events: none;
    right: auto;
    letter-spacing: 2.8px;
}
.hm-form-sec{
    position: relative;
}
.hm-form-sec .text-heading {
    color: #181411;
    margin: 0 0 15px;
}
.hm-form-sec p {
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 22px;
    color: #181411;
    line-height: 1;
    margin: 0 0 25px;
    letter-spacing: 0;
    text-align: center;
}
.hm-form .gform_required_legend{
    display: none;
}
.ftr-form-sctn {
    text-align: center;
    background-color: #c0ab9a;
    padding: 110px 0;
}
.ftr-form-sctn .container {
    max-width: 1280px;
}
.gchoice.gchoice_3_9_1 label {
    display: block;
}
fieldset#field_3_9 {
    width: 100%;
    border: none;
    padding: 0;
}
.hm-form input::placeholder {
    color: #171411;
}
.hm-form input:-ms-input-placeholder {
    color: #171411;
}
.hm-form input::-ms-input-placeholder {
    color: #171411;
}
.hm-form textarea::placeholder {
    color: #171411;
}
.hm-form textarea:-ms-input-placeholder {
    color: #171411;
}
.hm-form textarea::-ms-input-placeholder {
    color: #171411;
}
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #171411;
    outline: 0px;
    position: relative;
    border-radius: 0;
    font-family: 'Josefin Sans';
    font-weight: 400;
    background: #ffffff;
    line-height: 1.2 !important;
    letter-spacing: 0;
    font-size: 20px !important;
    padding: 19px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
}
.hm-form .gfield{
    position: relative !important ;
}
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email {
    width: 24.22% !important;
}
.hm-form .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 13px !important;
    justify-content: space-between;
    align-items:center;
}
.hm-form .gform_wrapper .top_label textarea {
    width: 100% !important;
    height: 124px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    min-block-size: 0px !important;
}
.hm-form .gfield.msg {
    width: 100%;
}
.hm-form-sec .gform_wrapper ul.gform_fields ul {
    margin: 0;
    padding: 0;
}
.hm-form-sec .gform_wrapper ul.gform_fields li {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    width: 100%;
}
.hm-form-sec .gform_wrapper .form-links, .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label {
    cursor: pointer;
    font-size: 22px;
    font-family: 'Josefin Sans';
    line-height: 1;
    font-weight: 300;
    color: #181411;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
}
.hm-form .gform_wrapper .form-links a:hover {
    color: #ffffff;
}
.hm-form-sec .gform_wrapper .form-links,
.hm-form-sec .gfield.gfield--type-html.popfield {
    position: relative;
    width: 100%;
    line-height: 1;
    text-align: left;
    margin: 15px 0 0 !important;
}
.hm-form-sec .gfield .ginput_container {
    margin: 0 !important;
}
.hm-form .gfield_description.instruction.validation_message {
    top: 3px;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    float: left;
    clear: both;
    margin: 0px 6px 0px 0 !important;
    padding: 0 !important;
}
.hm-form .gform_wrapper .gform_footer.top_label {
    padding: 0;
    text-align: center;
    margin: -70px 0 0 auto;
    position: relative;
    max-width: max-content;
}
.hm-form .gform_wrapper .top_label input[type="submit"], .hm-form .gform_wrapper .gform_footer.top_label button {
    display: inline-block !important;
    background-color: #181411 !important;
    outline: none !important;
    border: 0px none !important;
    border-radius: 0 !important;
    cursor: pointer;
    text-transform: uppercase !important;
    transition-duration: 0.5s;
    font-family: 'Josefin Sans';
    font-weight: 700;
    width: auto !important;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 23px 49px 22px !important;
    line-height: 1 !important;
    letter-spacing: -0.8px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.hm-form .gform_wrapper .top_label input[type="submit"]:hover, .hm-form .gform_wrapper .gform_footer.top_label button:hover {
    background-color: #ffffff !important;
    color: #181411 !important;
}
.hm-form .gform_validation_errors{
    display: none !important;
}
.popup {
    position: relative;
    display: inline-block;
    left: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.popup .popuptext {
    top: 15px;
    visibility: hidden;
    color: #000;
    position: relative !important;
    transition: transform 0.15s ease-out 0.15s;
    z-index: 1;
    width: 100%;
    top: 5px;
    left: 0;
    margin: 0px;
    text-align: center;
    font-family: 'Josefin Sans';
    font-weight: 400;
    padding: 15px;
    background: #ffffff;
    font-size: 17px;
    color: #181411;
    transition: transform 0.15s ease-out;
    display: inline-block;
    line-height: 1.7;
    z-index: 12;
}
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    position: inherit;
    pointer-events: auto;
}
div#popup-container {
    position: absolute;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}
.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;
}
/*ERRROR*/
.hm-form .gfield_description{
    margin: 0px !important
}
.hm-form .gfield_description.validation_message {
    position: absolute;
    bottom: 3px;
    right: 8px !important;
    text-align: right;
    font-size: 13px;
    font-family: 'Josefin Sans';
    color: #932008;
}
.hm-form .chk .gfield_description.validation_message{
    bottom: -17px !important;
}
/*Footer block*/
.ftr-block-sec {
    padding: 90px 0 45px;
    background-image: url(images/footer-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#footer-navigation ul {
    margin: 0 0 100px;
    font-size: 0;
    text-align: center;
    padding: 0 0 35px;
    border-bottom: 1px solid #c0ab9a;
}
#footer-navigation ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 24px;
}
#footer-navigation ul li:first-child {
    margin-left: 0;
}
#footer-navigation ul li:last-child {
    margin-right: 0;
}
#footer-navigation ul li a {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #fff;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
}
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a {
    color:#c0ab9a;
}
.ftr-block-list {
    display: flex ;
    justify-content: space-between;
    margin: 0 0 65px;
}
.ftr-itm.lft {
    width: 20.34%;
}
.ftr-itm-logo {
    margin: 0 0 60px;
}
.ftr-itm-logo a {
    display: inline-block;
}
.ftr-itm-logo a img {
    width: 100%;
    display: inline-block;
}
.ftr-itm h4 {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0;
    color: #c0ab9a;
    text-transform: uppercase;
    position: relative;
    padding: 20px 0 10px 22px;
    margin: 0 0 10px;
}
.ftr-itm h4::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-top: 2px solid #c0ab9a;
    border-left: 2px solid #c0ab9a;
    left: 0;
    top: 0;
}
.ftr-soc-icns {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding-left: 22px;
}
.ftr-soc-icns a {
    font-size: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #c0ab9a;
}
.ftr-soc-icns a:hover {
    background-color: #7b5c4b;
}
.ftr-soc-icns a.facebook {
    background-image: url(images/ftr-fb-icn.webp);
}
.ftr-soc-icns a.facebook:hover {
    background-image: url(images/ftr-fb-icn-hvr.webp);
}
.ftr-soc-icns a.twitter {
    background-image: url(images/ftr-twr-icn.webp);
}
.ftr-soc-icns a.twitter:hover {
    background-image: url(images/ftr-twr-icn-hvr.webp);
}
.ftr-soc-icns a.linkedin {
    background-image: url(images/ftr-ldin-icn.webp);
}
.ftr-soc-icns a.linkedin:hover {
    background-image: url(images/ftr-ldin-icn-hvr.webp);
}
.ftr-soc-icns a.instagram {
    background-image: url(images/ftr-insta-icn.webp);
}
.ftr-soc-icns a.instagram:hover {
    background-image: url(images/ftr-insta-icn-hvr.webp);
}
.ftr-itm.prct-menu {
    width: 36.7%;
}
.ftr-prct-menu ul {
    font-size: 0;
    display: inline-block;
    column-count: 2;
    gap: 45px;
}
.ftr-prct-menu {
    margin: 30px 0 0;
}
.ftr-prct-menu ul li {
    margin: 0 0 25px;
    position: relative;
    padding-left: 22px;
}
.ftr-prct-menu ul li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 14px;
    background-image: url(images/ftr-prct-list-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 4px;
}
.ftr-prct-menu ul li a {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.4px;
    color: #ffffff;
    margin: 0;
    display: inline-block;
}
.ftr-prct-menu ul li.current-menu-item > a, .ftr-prct-menu ul li:hover > a {
    color:#c0ab9a;
}
.ftr-itm.rgt {
    width: 23.3%;
}
.ftr-itm-lctn p {
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.48px;
    color: #ffffff;
    padding-left: 46px;
    position: relative;
    margin: 0 0 50px;
}
.ftr-itm-lctn p::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 35px;
    background-image: url(images/ftr-lctn-icn-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.ftr-itm-phn p {
    margin: 0;
}
.ftr-itm-phn p a {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-left: 50px;
}
.ftr-itm-phn p a:hover {
    color: #c0ab9a;
}
.ftr-itm-phn p a::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background-image: url(images/ftr-phn-icn-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*Copy Rights Section*/
.cpy-inr {
    text-align: center;
    padding-top: 50px;
    border-top: 1px solid rgb(239, 232, 226, 20%);
}
.cpy-inr p, .cpy-inr p a {
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 22px;
    line-height: 1.7;
    letter-spacing: -0.48px;
    color: #ffffff;
    margin: 0;
}
.cpy-inr p a {
    display: inline-block;
}
.cpy-inr p a:hover {
    color: #c0ab9a;
}
.cpy-inr p small {
    font-size: 20px;
    display: block;
}
.container{
    width:100%;
    max-width:1500px;
    margin:0 auto
}
.single-container{
    width:100%;
    max-width:1500px;
    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;
}
.page-container, .post-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
#main-heading {
    background-color: #181411;
    padding: 260px 0 140px;
    text-align: center;
}
#main-heading h1 {
    font-size: 65px;
    font-family: 'Josefin Sans';
    font-weight: 200;
    line-height: 1;
    letter-spacing: -1.5px;
    color: #c0ab9a;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
#main-heading .inrpg-breadcrumbs {
    font-size: 20px;
    font-family: 'Josefin Sans';
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #c0ab9a;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
#main-heading .inrpg-breadcrumbs span.current-item, #main-heading .inrpg-breadcrumbs span:hover {
    color: #fff;
}
#post-content, #page-content {
    padding: 100px 0;
}
.page-col-full, .single-col-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#single-column, #post-column, #page-column {
    width:64.9%;
}
.sidebar-page, .sidebar-single {
    width: 31.3%;
    max-width: 400px;
}
 
#page-column.full-width,
.full-width {
    width: 100%;
}
 
#page-column h1,
#page-column h2,
#page-column h3,
#page-column h4,
#page-column h5,
#page-column h6, #page-content .areaserved-item-list h2 {
  font-family:   'Josefin Sans';
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #181411;
    text-transform: uppercase;
}
 
#page-column h1,
#page-column h2, #page-content .areaserved-item-list h2 {
    font-size: 48px;
}
 
#page-column h3 {
    font-size: 38px;
}
 
#page-column h4 {
    font-size: 34px;
}
 
#page-column h5 {
    font-size: 26px;
}
 
#page-column h6 {
    font-size: 24px;
}
 
#page-column p, #page-column li {
    font-family: 'Josefin Sans';
    font-size: 20px;
    line-height: 1.7;
    color: #171411;
    letter-spacing: 0;
    margin: 0 0 25px 0;
    font-weight: 400;
}
 
#page-column li ul {
    padding: 15px 0 0 10px;
    margin: 0;
    position: relative;
}
 
#page-column ol,
#page-column ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}
 
#page-column ul li {
    list-style: none;
    padding-left: 18px;
    position: relative;
    margin: 0 0 15px;
}
 
#page-column ul li:before {
    background: #000;
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 10px;
    border-radius: 50%;
}
 
#post-content .posts-list .author-info a, #page-column a, #page-column li a {
    color: #c0ab9a;
    text-decoration: none !important;
}
 
#page-column a:hover,
#page-column li a:hover {
    color: #171411;
}
 
#page-column  ol {
    list-style-type: decimal;
    margin-left: 20px;
}
 
#page-column  ol li {
    list-style: decimal;
    padding-left: 0 !important;
}
 
#page-column  ul li > ul li {
    list-style-type: inherit;
}
 
#page-column  ul li > ul li > ol li {
    list-style-type: decimal;
}
 
#page-column  ul li > ul li:before {
    display: block;
}
 
#page-column  ul li > ol li {
    list-style-type: decimal;
}
 
#page-column  ul li > ol li:before {
    display: none;
}
 
#page-column  ul li > ol li > ul li {
    list-style-type: inherit;
}
#page-column  ul li > ul li { list-style-type: inherit; }
 
#page-column  ul li > ul li > ol li { list-style-type: decimal; }
 
#page-column  ul li > ul li:before { display: block; }
 
#page-column  ul li > ol li { list-style-type: decimal; }
 
#page-column  ul li > ol li:before { display: none; }
 
#page-column  ul li > ol li > ul li { list-style-type: inherit; }
 
#page-column ol li > ul li {
    list-style-type: none;
    padding-left: 17px !important;
}
 
.page-feature-img, .single-thumbnail {
    margin: 0 0 35px;
}
 
.page-feature-img img, .single-thumbnail img {
    width: 100%;
    display: block;
}
/*Sidebar Styles*/
.sidebar-page .sidebar-item {
    margin: 0 0 46px;
    background-color: #c0ab9a;
    position: relative;
    padding: 32px 10px;
}
.sidebar-page .sidebar-item h2, h4.widget-title {
    padding: 0 10px 20px;
    text-align: center;
    position: relative;
    font-size: 40px;
    line-height: 1;
    color: #171411;
    letter-spacing: -1.6px;
    margin: 0 0 10px;
    font-family: 'Josefin Sans';
    font-weight: 600;
    text-transform: uppercase;
}
.sidebar-page .sidebar-item h2:before {
    content: '';
    position: absolute;
    background-color: #000000;
    width: calc(100% + 20px);
    height: 2px;
    bottom: 0;
    left: -10px;
    right: 0;
    margin: auto;
}
 
.sidebar-page .sidebar-menu-pa {
    padding: 0px;
}
.sidebar-page .sidebar-menu-pa ul{
    margin:0;
    padding:0
}
.sidebar-page .sidebar-menu-pa ul li{
    display:block;
    padding: 0px;
    margin: 0 0 5px;
    position:relative
}
.sidebar-page .sidebar-menu-pa ul li a {
    font-size: 27px;
    color: #0c0f26;
    display: block;
    position: relative;
    font-family: 'Josefin Sans';
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    letter-spacing: -1.08px;
    padding: 15px 15px 15px 45px;
    background-color: transparent;
    text-transform: capitalize;
}
.sidebar-page .sidebar-menu-pa ul li a::before {
    content: "";
    position: absolute;
    background-color: #000;
    width: 10px;
    height: 10px;
    top: 22px;
    left: 19px;
    transition: 0.6s;
}
.sidebar-page .sidebar-menu-pa ul li:last-child a{
    margin: 0 0 0;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a, .sidebar-page .sidebar-menu-pa ul li:hover > a {
    background-color: #000000;
    color: #fdfbf3;
}
.sidebar-page .sidebar-menu-pa ul li.current-menu-item > a::before, .sidebar-page .sidebar-menu-pa ul li:hover > a::before{
background-color: #fdfbf3;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a {
    width: 100%;
    padding: 0px 20px 0px 35px;
    display: block;
    text-align: left;
    font-size: 19px;
    margin: 0;
}
.sidebar-page .sidebar-menu-pa ul.sub-menu  li a:hover, .sidebar-page .sidebar-menu-pa ul.sub-menu li.current-menu-item > a{
    background-color: transparent !important;
    color: #fdfbf3;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:before {
    width: 6px;
    height: 6px;
    top: 5px;
}
.sidebar-page .sidebar-menu-pa .sub-menu li a:hover:before{
    background-color: #fdfbf3 !important;
}
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open  {
    font-size: 0;
    position: absolute;
    right: 25px;
    top: 21px;
    width: 12px;
    height: 12px;
    background-color: transparent !important;
    background-image: url(images/plus_icn.webp);
    background-position: right 0 center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
.sidebar-page .sidebar-menu-pa ul li .drop.open {
    background-image: url(images/minus_icn.webp);
}
.sidebar-page .sidebar-menu-pa .sub-menu li {
    margin: 0 0 10px;
}
.sidebar-page .sidebar-menu-pa .sub-menu {
    overflow: hidden;
    transition: max-height 0.8s ease;
}
.sidebar-page .sidebar-menu-pa .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
    padding:10px 0 0 20px;
}
 
 
/*testimonials sidebar*/
.sidebar-page section.widget.testi { background-color: #f7f5f2; padding: 45px 30px 50px; text-align: center; margin: 0 0 50px; position: relative; }
.sidebar-page section.widget.testi::before{ position: absolute; content: ""; width: 68px; height: 52px; bottom: 40px; left: 0; right: 0; margin: auto; background-image: url(images/sidebar-testi-quatation.webp); background-repeat: no-repeat; background-size: contain; }
#page-content section.widget.testi .testi-item p { font-family: 'Josefin Sans'; font-weight: 400; font-size: 20px; color: #171411; line-height: 1.7; letter-spacing: 0px; margin-bottom: 20px; }
#page-content section.widget.testi .testi-item .star-rat { width: 145px; height: 25px; background-image: url(images/sdbr-start-img.webp); background-repeat: no-repeat;background-size: contain; background-position: center; margin: 0 auto 22px; }
#page-content section.widget.testi .testi-item h6 { position: inherit; font-family: 'Josefin Sans'; font-weight: 600; font-size: 19px; color: #2a1812; line-height: 1; text-transform: uppercase; letter-spacing: 0px; margin-bottom: 5px; bottom: inherit; }
.atny-desin { font-family: 'Jost'; font-weight: 300; font-style: italic; font-size: 14px; line-height: 1.2; letter-spacing: 0.84px; text-transform: uppercase; text-align: center; color: #171411; margin: 0; }
.sidebar-page section.widget.testi h4.widget-title { margin: 0 0 20px; padding: 0; }
.sidebar-page section.widget.testi h4.widget-title:before{ display: none; }
#page-content section.widget.testi .testi-item { width: 100%; background-color: transparent; border:0px; margin: 0; padding: 0; }
#page-column  section.widget.testi.hm { text-align: center; margin: 0; background-color: #c0ab9a; padding: 40px; }
#page-column section.widget.testi.hm p { color: #000; }
#page-content section.widget.testi .testi-item::after, #page-content section.widget.testi .testi-item::before{ display: none; }
#page-content section.widget.testi .testi-item { width: 100%; }
.sidebar-page ul.splide__pagination { display: none; }
.sidebar-page button.splide__arrow.splide__arrow--prev { left: 0; }
.sidebar-page button.splide__arrow.splide__arrow--next{ right: 0; }
.sidebar-page .splide__arrows { position: absolute; bottom: 30px; max-width: 100px; display: flex ; justify-content: center; width: 100%; left: 0; right: 0; margin: auto; }
.sidebar-page button.splide__arrow{ position: inherit; }
#page-column section.widget.widget_team_member.hm { margin: 0 0 30px; }
#page-column section.widget.csae-res.hm { background-color: #c0ab9a; padding: 30px; }
#page-column section.widget.csae-res.hm p{ color: #000; } section.widget.widget_team_member.hm { background-color: #fff4f4; color: #fff; padding: 30px; }
#page-column .single-accordion { margin: 20px 0; }
#page-column .accordion-profile h3 { background-color: #fff; padding: 16px 50px 15px 20px; cursor: pointer; width: 100%; border-radius: 0px; font-size: 26px; font-family: 'Josefin Sans'; font-weight: 400; letter-spacing: 0.52px; line-height: 1; color: #000000; margin: 0; border: 1px solid rgb(32, 32, 32, 0.25); background-image: url(images/down-arrow.webp); background-repeat: no-repeat; background-size: 21px; background-position: right 22px center; }
#page-column .accordion-profile .accordion-profile-content { overflow: hidden; transition: max-height 0.4s ease; padding: 20px 20px 0; display: none; }
#page-column .accordion-profile.active .accordion-profile-content { display: block; } ::-webkit-scrollbar-button { display: none; height: 0; width: 0; }
#page-column .accordion-profile { margin: 0 0 18px; max-height: max-content !important; }
#page-column .accordion-profile.active h3 { background-color: #c0ab9a; color: #ffffff; border-color: #c0ab9a; background-image: url(images/up-arrow.webp); }
/*single attoreny page*/
 
.single-profile-block { display: flex; justify-content: space-between; padding: 15px 20px 0px; border: 2px solid #525252; margin: 0 0 30px; background-color: #f7f5f2; align-items: flex-end; position: relative; }
.single-profile-block::before { position: absolute; content: ""; width: 40%; height: 65.9%; left: 0; top: 0; margin: auto; background-image: url(images/single-team-bg.webp); background-repeat: no-repeat; background-size: contain; background-position: center; opacity: 10%; z-index: 0; pointer-events: none; }
#page-column .sp-block h2 { font-size: 70px; line-height: 1; letter-spacing: -2.8px; color: #2a1812; margin: 0 0 10px; }
.single-profile-block .sp-block h5, .profile-address{ font-size: 20px; line-height: 1; margin: 0 0 15px; }
.single-profile-block  .profile-tel a, .profile-email{ font-size: 20px; line-height: 1; display: inline-block; margin: 0 0 15px; }
.single-profile-image { width: 36.1%; position: relative; }
.sp-block { width: 59.2%; padding: 30px 0 40px; }
#page-column .sp-block h5 { font-weight: 400; font-size: 22px; line-height: 1.2; letter-spacing: 0; color: #171411; text-transform: inherit; margin: 0 0 20px; }
#page-column .profile-tel p { font-size: 25px; line-height: 1; letter-spacing: 0; color: #181411; margin: 0 0 20px; }
#page-column .profile-tel p a { font-family: 'Josefin Sans'; font-weight: 400; font-size: 35px; display: block; line-height: 1; letter-spacing: 0; color: #181411; margin: 10px 0 0; }
.profile-tel { padding: 0 0 0 78px; position: relative; }
#page-column .profile-tel p a::before { position: absolute; content: ""; width: 65px; height: 65px; left: 0; top: 0; bottom: 0; margin: auto; background-image: url(images/hm-atrny-call-icon.webp); background-repeat: no-repeat; background-size: contain; }
#page-column .profile-tel p a:hover{ color: #c0ab9a; }
#page-column .single-profile-btn a.cmn-btn { color: #171411; }
#page-column .single-profile-btn a.cmn-btn:hover{ background-color: #171411; color: #fff; }

.single-profile-content {padding: 15px;background-color: #c0ab9a;}
.sngl-prof-image {margin: 0 0 50px;}
#page-column .head-border h3 {text-transform: inherit; }
.sngl-prof-image img{width: 100%;display: block;}


/*testimonials page*/
#reviews-main{
    column-count: 2;
    gap: 40px;
}
.inn-testi-blk {
    position: relative;
    padding: 15px 20px 0 0;
    width: 100%;
    display: block;
}
#reviews-main .inn-testi-blk::after {
    position: absolute;
    content: " ";
    border: 1px solid rgb(0, 0, 0,0.1);
    width: 97.4%;
    height: 89%;
    right: 0;
    top: 0;
    z-index: -1;
}
#page-content .review-item::before {
    position: absolute;
    content: " ";
    background-image: url(images/hm-testi-quote-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 48px;
    height: 37px;
    left: 46px;
    top: 18px;
    right: auto !important;
    bottom: auto !important;
}
#page-content .review-item{
    background-color: #f7f5f2;
    padding: 70px 50px 90px 44px;
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-bottom: 30px;
    border: 0;
    column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: auto;
    -moz-page-break-inside: avoid;
    -webkit-page-break-inside: auto;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;
}
#page-content .review-item .star-rat {
    background-image: url(images/star-img.webp);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 145px;
    height: 25px;
    margin: 0 0 13px !important;
}
#page-content .review-item p {
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7;
    color: #171411;
    letter-spacing: 0;
    margin: 0 0 20px;
}
#page-content .review-item .review-cont {
    position: absolute;
    bottom: 45px;
}
#page-content .review-item h5 {
    font-family: 'Josefin Sans';
    font-weight: 600;
    font-size: 19px;
    line-height: 1;
    color: #2a1812;
    text-transform: uppercase;
    margin: 0 0 5px;
}
#page-content .review-item h6 {
    font-family: 'Jost';
    font-weight: 300;
    font-style: italic;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #171411;
    text-transform: uppercase;
    margin: 0;
}
.page-container .full-width .case-slider .case-item{
    width: 100%;
    background-color: #000;
}
/*contact page*/
.contact-page .inn-frm-sec {
    padding: 45px 30px 60px;
    background-color: #c0ab9a;
    margin: 0 0 100px;
}
.contact-page .inn-frm-sec .hm-form .gform_fields {
    gap: 12px !important;
}
.contact-page .inn-frm-sec fieldset#field_3_9 {
    width: 24.6%;
}
.contact-page .inn-cnt-lst {
    display: flex;
    justify-content: space-between;
    margin: 0 0 115px;
}
.contact-page .inn-cnt-itm {
    padding: 145px 30px 35px;
    background-color: #181411;
    width: 32.04%;
    position: relative;
    text-align: center;
    z-index: 0;
}
.contact-page .inn-cnt-itm::before {
    position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    background-image: url(images/inn-cnt-itm-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    opacity: 5%;
    pointer-events: none;
}
.contact-page .inn-cnt-itm.phn::before {
    opacity: 10%;
}
.contact-page .inn-cnt-itm::after {
    position: absolute;
    content: "";
    width: 78px;
    height: 88px;
    background-image: url(images/inn-cnt-lct-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    top: 40px;
    right: 0;
    margin: auto;
}
.contact-page .inn-cnt-itm h4 {
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0;
    color: #c0ab9a;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0 9px 15px;
    width: max-content;
    margin: 0 auto 10px;
}
.contact-page .inn-cnt-itm h4::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-top: 2px solid #c0ab9a;
    border-left: 2px solid #c0ab9a;
    left: 0;
    top: 0;
    pointer-events: none;
}
.contact-page .inn-cnt-itm p {
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.48px;
    color: #ffffff;
    margin: 0;
}
.contact-page .inn-cnt-itm h5 {
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.48px;
    color: #ffffff;
    margin: 0;
}
.contact-page .inn-cnt-itm h5 a {
    font-weight: 400;
    font-size: 43px;
    letter-spacing: 0px;
    display: block;
    margin: 5px 0 0;
}
.contact-page .inn-cnt-itm h5 a:hover {
    color: #2a1812;
}
.contact-page .inn-cnt-soc-icns {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.contact-page .inn-cnt-soc-icns a {
    font-size: 0;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #c0ab9a;
}
.contact-page .inn-cnt-soc-icns a:hover {
    background-color: #7b5c4b;
}
.contact-page .inn-cnt-soc-icns a.facebook {
    background-image: url(images/ftr-fb-icn.webp);
}
.contact-page .inn-cnt-soc-icns a.twitter {
    background-image: url(images/ftr-twr-icn.webp);
}
.contact-page .inn-cnt-soc-icns a.linkedin {
    background-image: url(images/ftr-ldin-icn.webp);
}
.contact-page .inn-cnt-soc-icns a.instagram {
    background-image: url(images/ftr-insta-icn.webp);
}
.contact-page .inn-cnt-soc-icns a.facebook:hover {
    background-image: url(images/ftr-fb-icn-hvr.webp);
}
.contact-page .inn-cnt-soc-icns a.twitter:hover {
    background-image: url(images/ftr-twr-icn-hvr.webp);
}
.contact-page .inn-cnt-soc-icns a.linkedin:hover {
    background-image: url(images/ftr-ldin-icn-hvr.webp);
}
.contact-page .inn-cnt-soc-icns a.instagram:hover {
    background-image: url(images/ftr-insta-icn-hvr.webp);
}
.contact-page .inn-cnt-itm.phn {
    background-color: #c0ab9a;
}
.inn-cnt-itm.phn h4 {
    color: #2a1812;
}
.contact-page .inn-cnt-itm.phn h4::before {
    border-color: #2a1812;
}
.contact-page .inn-cnt-itm.phn::after {
    background-image: url(images/inn-cnt-phn-img.webp);
}
.contact-page .inn-cnt-itm.scl::after {
    background-image: url(images/inn-cnt-scl-img.webp);
}
.contact-page .inn-cnt-iframe {
    border-top: 2px solid #7B5C4C;
}
.contact-page .inn-cnt-iframe iframe {
    width: 100%;
    height: 455px;
}
.page-template-template-contact #page-content {
    padding-bottom: 0 !important;
}
/*Blog page*/
.posts-list {
    width: 30.7%;
    background-color: #181411;
    margin: 0 1.3% 2.5%;
    position: relative;
    border: 1px solid transparent;
    padding: 10px 10px 90px;
}
#post-content .posts-thumbnail a {
    display: block;
}
.post-top-img{margin: 0 0 20px;}
#post-content .posts-thumbnail a img, .post-top-img img {
    display: block;
    width: 100%;
    filter: grayscale(1);
}
#post-column-full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#post-content .posts-thumbnail img {
    width: 100%;
    display: block;
}
#post-content .posts-list .posts-block {
    padding: 25px 17px 0;
}
#post-content .posts-list .posts-block h3{
    margin: 0 0 25px;
    line-height: 1;
}
#post-content .posts-list .posts-block h3 a {
    display: inline-block;
    font-size: 23px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    line-height: 1.39;
    letter-spacing: -0.92px;
    color: #ffffff;
    text-transform: uppercase;
}
.posts-readmore {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
#post-content .posts-list .posts-block p {
  font-family:   'Josefin Sans';
    font-size: 17px;
    line-height: 1.6;
    color: #000000;
    letter-spacing: 0;
    margin: 0 0 15px;
    font-weight: 500;
}
#post-content .posts-list .posts-readmore a {
    font-size: 18px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    display: inline-block;
    color: #2a1812;
    padding: 15px 20px 13px;
    background-color: #c0ab9a;
}
#post-content .posts-list:hover {
    background-color: #c0ab9a;
    border-color: rgb(24, 20, 17, 68%);
}
#post-content .posts-list:hover .posts-block h3 a {
    color: #2a1812;
}
#post-content .posts-list:hover .posts-readmore a {
    background-color: #2a1812;
    color: #ffffff;
}
.single-author-box {
    padding: 15px;
    border: 1px solid #000;
    margin: 30px 0;
}
.single-author-avatar {
    width: 19%;
    margin: 0 2% 0.5% 0;
    float: left;
}
.single-author-avatar img {
    width: 100%;
    display: block;
    border-radius: 0 !important;
}
.single-author-description {
    font-size: 18px;
  font-family: 'Josefin Sans';
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
}
.single-pagination {
    margin: 30px 0 0;
}
.single-pagination .nav-links a {
    font-size: 20px;
    font-weight: 700;
    width: 180px;
    background-color: #c0ab9a;
    color: #2a1812 !important;
    padding: 21px 30px 18px;
    display: inline-block;
    text-align: center;
    font-family: 'Josefin Sans';
    text-transform: uppercase;
    letter-spacing: -0.8px;
    line-height: 1;
}
.single-pagination .nav-links a:hover {
    background-color: #2a1812;
    color: #ffffff !important;
}
.widget{
    margin: 0;
}
/*blog sidebar*/
.sidebar-blog.blog-sidebar-itm {
    display: block;
}
.sidebar-blog {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin: 0 0 40px;
}
.widget h2 {
    display: none;
}
.sidebar-blog-item {
    width:100%;
    margin: 0;
    position: relative;
}
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select {
    padding: 17px 70px 17px 25px;
    border-radius: 0;
    display: block;
    position: relative;
    border: 0;
    font-size: 20px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    color: #2a1812 !important;
    line-height: 130%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    width: 100%;
    max-width: 100%;
    appearance: none;
    outline: 0;
    background-color: #c0ab9a;
}
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select {
    background-image: url(images/sdbar-down-arrow-img.webp) !important;
    background-position: right 18px center;
    background-size: 25px 15px;
    background-repeat: no-repeat;
}
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    background-image: url(images/search-btn-img.webp) !important;
    background-repeat: no-repeat;
    border-radius: 0px !important;
    background-size: 23px 23px;
    background-position: center;
    width: 23px;
    height: 23px;
    border: none;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
    outline: 0;
    transform: inherit;
    margin: auto;
}
.sidebar-blog.blog-sidebar-itm input.search-submit {
    background-position: right 2px center;
}
.blog .sidebar-blog .sidebar-blog-item.blog_search {
    order: 3;
}
.blog .sidebar-blog .search-form {
    position: relative;
}
#post-column-full .post-pagination {
    width: 100%;
}
#post-column-full .nav-links {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0px 0;
}
#post-column-full .nav-links .page-numbers {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 5px;
    font-size: 42px;
    font-weight: 400;
    font-family: 'Josefin Sans';
    line-height: 1;
    letter-spacing: 0;
    border: 0;
    text-align: center;
    color: #2a1812;
    display: flex;
    justify-content: center;
    align-items: center;
}
#post-column-full .nav-links .page-numbers.current, #post-column-full .nav-links .page-numbers:hover {
    background-color: #c0ab9a;
}
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers {
    font-size: 0;
    background-image: url(images/blog-pg-prev-arw.webp);
    background-size: contain;
    display: inline-block;
    width: 43px;
    height: 32px;
    background-repeat: no-repeat;
    margin: 0 20px;
    border: none;
    padding: 0;
    background-color: transparent;
}
#post-column-full .nav-links a.next.page-numbers {
    background-image: url(images/blog-pg-next-arw.webp);
}
#post-column-full .nav-links a.next.page-numbers:hover {
    background-image: url(images/blog-pg-next-hvr-arw.webp);
}
#post-column-full .nav-links a.prev.page-numbers:hover {
    background-image: url(images/blog-pg-prev-hvr-arw.webp);
}
.sidebar-blog.blog-sidebar-itm input, .sidebar-blog.blog-sidebar-itm .widget select {
    color: #f7f5f2 !important;
    background-color: #2a1812 !important;
}
.sidebar-blog.blog-sidebar-itm .widget select {
    background-image: url(images/sngl-select-down-arrw-img.webp) !important;
}
.single-meta, .single-category {
    display: flex;
    flex-wrap: wrap;
}
/* #page-column .single-meta p, #page-column .single-category p {
    margin: 0;
} */
.sidebar-page .sidebar-blog button:hover {
    background-position: right 0 center ;
}
/*.sidebar-page .sidebar-blog.blog-sidebar-itm .widget select option {
    color: #000;
}*/
.sidebar-page .sidebar-blog.blog-sidebar-itm-search {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.sidebar-blog.blog-sidebar-itm {
    flex-direction: column;
    gap: 0;
    overflow: hidden;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm {
    background-color: #f7f5f2;
    padding: 40px 35px;
    margin: 0;
}
.sidebar-page .blog-sidebar-itm-search .sidebar-item::before, .sidebar-page .blog-sidebar-itm-search .sidebar-item::after {
    display: none;
}
.sidebar-page .sidebar-item.sidebar_archives{
    margin: 0 !important;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-blog-item.blog_search {
    width: 100%;
    margin: 0 0 30px;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 {
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align: left;
    margin: 0 0 17px;
    font-size: 40px;
    font-family: 'Josefin Sans';
    font-weight: 600;
    letter-spacing: -1.6px;
    line-height: 1;
    color: #171411;
}
.sidebar-item.sidebar_categories::before, .sidebar-item.sidebar_categories::after, .sidebar-item.sidebar_archives::before, .sidebar-item.sidebar_archives::after {
    display: none;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .widget.widget_archive {
    margin: 0 !important;
}
.sidebar-page .sidebar-item.sidebar_categories, .sidebar-page .sidebar-item.sidebar_archives, .sidebar-page .sidebar-item.sidebar_search {
    background-color: transparent;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2::before{
    display: none;
}
/*Area served page*/
#page-content .areaserved-item-list {
    background-color: #181411;
    border-radius: 30px;
    padding: 45px;
    margin-bottom: 20px;
}
#page-content .areaserved-item-list h2 {
    color: #fff;
    text-align: center;
}
#page-content .areaserved-list {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#page-content .areaserved-item {
    width: 32%;
    margin: 0px 0.6% 1%;
    padding: 0px;
}
#page-content .areaserved-item:before {
    display: none;
}
#page-content .areaserved-item a {
    font-family: 'Josefin Sans';
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 10px;
    background-color: #c0ab9a;
    color: #ffffff;
    display: flex;
    text-align: center;
    min-height: 70px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
#page-content .areaserved-item a:hover {
    background-color: #ffffff;
    color: #c0ab9a;
}
#page-content #areaserved-main {
    text-align: center;
}
/*Practice Areas Page*/
#page-column .practice-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
#page-column .inn-practice-item {
    width: 23.5%;
    height: 470px;
    border: 2px solid #2a1812;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #181411;
    padding: 50px 33px 70px;
}
#page-column .inn-practice-item::before {
    content: " ";
    position: absolute;
    background-image: url(images/pract-itm-bgr-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 53.9%;
    top: 0;
    left: 0;
    z-index: -1;
}
.inn-practice-itm-img, .inn-practice-itm-hvr-img {
    width: 52.7%;
    background-image: url(images/pract-itm-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin: 0 auto 30px;
}
.inn-practice-itm-img img, .inn-practice-itm-hvr-img img {
    width: 100%;
    display: block;
}
.inn-practice-itm-hvr-img {
    display: none;
    background-image: none;
}
#page-column .inn-practice-name h4 {
    font-weight: 600;
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #c0ab9a;
    text-transform: uppercase;
    height: 100px;
    margin: 0 0 20px;
}
.inn-practice-button {
    display: none;
}
#page-column  .inn-practice-button a.cmn-btn {
    background-color: #181411;
    color: #ffffff;
}
.inn-practice-item-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.inn-practice-item-link a {
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.inn-practice-item::after {
    content: " ";
    position: absolute;
    background-image: url(images/pract-itm-aftr-img.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 90%;
    height: 11%;
    bottom: 17px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}
#page-column .inn-practice-item:hover::after {
    background-image: url(images/pract-itm-aftr-hvr-img.webp);
}
#page-column .inn-practice-item:hover::before {
    display: none;
}
#page-column .inn-practice-item:hover {
    background-color: #c0ab9a;
    justify-content: center;
}
#page-column .inn-practice-item:hover .inn-practice-itm-img {
    display: none;
}
#page-column .inn-practice-item:hover .inn-practice-itm-hvr-img {
    display: block;
}
#page-column .inn-practice-item:hover .inn-practice-name h4 {
    color: #ffffff;
    height: auto;
}
#page-column .inn-practice-item:hover .inn-practice-button {
    display: block;
}
.related-insights-posts .posts-list {
    width: 100%;
    padding: 0 0 25px;
}
.related-insights-posts .posts-thumbnail {
    margin-bottom: 16px;
}
.related-insights-posts .posts-thumbnail img{
    width: 100%;
    display: block;
    height: 235px;
    object-fit:cover;
    object-position: center;
}
.related-insights-posts {
    display: flex;
}
.related-insights-posts .posts-block {
    padding: 0 15px;
}
 
.cmn-box {
    text-align: center;
    padding: 45px 50px 50px;
    margin: 30px 0;
    position: relative;
}
.cmn-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
background-image: url(images/cta-box-bg.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
pointer-events: none;
}
#page-column .cmn-box h2 {
    font-weight: 400;
    padding: 0 0 40px;
    position: relative;
    margin: 0 0 34px;
}
#page-column .cmn-box h2::before {
    position: absolute;
    content: "";
    width: 91.6%;
    height: 18%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/cta-box-title-defor.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
#page-column .cmn-box h2 strong{
    font-weight: 600;
    font-size: 77px;
    display: block;
    line-height: 1.1;
    letter-spacing: -3.08px;
    color: #c0ab9a;
        margin: 10px 0 0;
}
.cmn-box-cnslt-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
        align-items: center;
}
#page-column .cmn-box .cnslt-call p {
    font-size: 25px;
    line-height: 1;
    color: #f7f5f2;
    text-align: left;
    margin: 0;
}
#page-column .cmn-box .cnslt-call p a {
    display: block;
    margin: 10px 0 0;
    font-family: 'Josefin Sans';
    font-weight: 400;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
}
.cnslt-call {
    padding: 0 0 0 80px;
    position: relative;
}
#page-column .cmn-box .cnslt-call p a::before {
    position: absolute;
    content: "";
    width: 65px;
    height: 65px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/hm-atrny-call-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.cmn-box-cnslt-btn a.cmn-btn, .inn-cmn-blk.scnd_cmnblk a.cmn-btn, .single-profile-btn a.cmn-btn {
    font-size: 17px;
    letter-spacing: -0.68px;
    padding: 25px 24px 23px;
}
.cmn-box-cnslt-btn a.cmn-btn:hover {
    background-color: #fff !important;
}
#page-column .cmn-box .cnslt-call p a:hover{
    color: #c0ab9a !important;
}
 
/* second cta box */
 
 
.inn-cmn-blk.scnd_cmnblk {
    background-color: #c0ab9a;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-left: 0;
    align-items: flex-end;
    margin: 40px 0 30px;
}
.inn-cmn-blk.scnd_cmnblk::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 100%;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/scnd-cmnblk-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 8%;
}
#page-column .inn-cmn-blk.scnd_cmnblk h2 strong {
    display: block;
    font-weight: 600;
    font-size: 62px;
    letter-spacing: -2.48px;
}
#page-column .inn-cmn-blk.scnd_cmnblk h2 {
    margin: 0 0 20px;
}
.inn-cmn-blk.scnd_cmnblk a.cmn-btn:hover{
    background-color: #171411 !important;
    color: #f7f5f2 !important;
}
.inn-cmn-lftblk {
    width: 38.5%;
    margin: -50px 0 0 -150px;
    background-color: #c0ab9a;
    background-image: url(images/cmnblk-attrny-img-bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.inn-cmn-riteblk {
    width: 67.7%;
    position: relative;
    padding: 45px 0px 45px 0px;
    margin: auto;
    text-align: center;
}
.cmn-img {
    margin: 0 0 35px;
}
.cmn-img img {
    width: 100%;
    display: block;
}
.single-profile-block.sngl-post .ftr-soc-icns {
    padding: 0;
    margin: 0 0 20px;
}
#page-column .single-profile-block.sngl-post h6 {
    font-size: 18px;
    margin: 0 0 7px;
    line-height: 1;
}
#page-column .single-profile-block.sngl-post h4 {
    font-size: 30px;
}
#page-column .single-profile-block.sngl-post p {
    font-size: 16px;
    line-height: 1.5;
}
.single-profile-block.sngl-post .ftr-soc-icns {
    padding: 0px;
    margin: 0px 0px 20px;
}
#page-column .single-profile-block.sngl-post .ftr-soc-icns a {
    width: 40px;
    height: 40px;
}
#page-column .single-profile-block.sngl-post .single-profile-btn a.cmn-btn {
    padding: 15px 20px 13px;
}
.single-profile-block.sngl-post {
    align-items: flex-start;
    padding-top: 30px;
}
#page-column .single-profile-block.sngl-post .single-profile-image {
    width: 36.1%;
    position: relative;
    border: 2px solid #000;
    background-color: #c0ab9a;
}
#page-column .single-profile-block.sngl-post .sp-block {
    padding-top: 0;
}
.single-meta .author-avatar{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    vertical-align: middle;
    background-color: #c0ab9a;
    overflow: hidden;
}
#main-heading .author-avatar{
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0px auto 20px;
    background-color: #c0ab9a;
    padding: 10px 0px 0px;
}
.author #main-heading{padding: 220px 0 50px;}


[lang="es"] .hm-practice-name h4 {font-size: 30px;}
[lang="es"] .hm-practice-itm-img, .hm-practice-itm-hvr-img {margin: 0 auto 23px; }
[lang="es"] .hm-trusted-sec h3 br {display: none;}
[lang="es"] .hm-trust-rit-cnt p {font-size: 29px}
[lang="es"] .hm-chose-itm {padding: 30px; }
[lang="es"] .hm-serve-rgt .text-heading {font-size: 55px; }
[lang="es"] .hm-serve-btm h3 {font-size: 34px; letter-spacing: 2px; }
[lang="es"] .hm-serve-btm ul li {font-size: 19px; }
[lang="es"] .ftr-prct-menu ul li a {font-size: 19px; }
[lang="es"] .ftr-itm h4 {font-size: 26px; }

[lang="es"] .sidebar-page .sidebar-item h2, [lang="es"] h4.widget-title {font-size: 37px; }
[lang="es"] #page-column .cmn-box h2 strong {font-size: 65px; }
[lang="es"] .inn-cmn-riteblk {width: 77.7%; }

[lang="es"] #page-column .inn-practice-item .inn-practice-name h4 {font-size: 24px; }
[lang="es"] #page-column .inn-practice-item:hover .inn-practice-itm-hvr-img {margin: 0 auto 15px; }
[lang="es"] #page-column .inn-practice-item {padding: 40px 20px 60px; }

[lang="es"] .contact-page .inn-frm-sec fieldset#field_3_9 {width: 100%;max-width:100%; }
[lang="es"] .contact-page .inn-cnt-itm h4 {font-size: 27px; }
[lang="es"] .contact-page .inn-cnt-itm h4::before {width: 45px; height: 45px; }

#page-column a.cmn-btn {color: #fff; }
#page-column a.cmn-btn:hover {background-color: #181411; }



@media screen and (max-width:1900px) {
}
@media screen and (max-width:1800px) {
.hm-choose-cnt .container {max-width: 1600px; }
.hm-choose-sec { padding: 85px 0 0; }
.hm-choose-lft p { font-size: 19px; letter-spacing: -0.3px; margin: 0 0 45px; }
.hm-choose-lft { padding: 27px 45px 36px; }
.hm-chose-itm h4 { font-size: 20px; letter-spacing: -0.4px; }
.hm-chose-itm { min-height: 365px; padding: 43px; }
.hm-chose-itm-img { padding-bottom: 22px; margin: 0 0 13px; }
.hm-chose-itm-img::before { width: 57px; }
.hm-choose-lft-img { margin: 0 auto 26px; }
}
@media screen and (max-width:1700px) {
.container { max-width: 1400px; }
.site-header .container{max-width: 1500px;}
.text-heading { font-size: 64px; letter-spacing: -2.52px; margin: 0 0 38px; }
.site-branding { padding: 25px 0 0; width: 22%; }
.hdr-lagug.hdr-cmn-top ul li a { font-size: 17px; letter-spacing: -0.36px; }
.site-header.is-sticky::after { height: 52px; }
.hdr-cmn-top:first-child { padding-left: 40px; }
.hdr-cmn-top { padding: 14px 25px; }
.hdr-schl-anr a { font-size: 19px; letter-spacing: -0.4px; }
.hdr-phn-nbr { font-size: 22px; letter-spacing: -0.48px; }
.hdr-phn-nbr a { font-size: 32px; margin-left: 16px; padding-left: 40px; }
.hdr-phn-nbr a::before { width: 30px; height: 30px; }
#main-navigation ul li { margin: 0 20px; }
#main-navigation ul li a { font-size: 19px; letter-spacing: -0.4px; }
.site-header::after { height: 60px; }
.hm-bann-sec { padding: 260px 0 190px; }
.hm-bann-blck h1 { font-size: 75px; letter-spacing: -0.8px; margin: 0 0 30px; }
.hm-bann-blck h1 small { font-size: 47px; margin: 0 0 20px; }
.hm-bann-blck h1 strong { font-size: 140px; letter-spacing: -3px; }
.hm-serve-sec { padding: 130px 0 120px; }
.hm-serve-btm::before { width: calc(100% + 230px); }
.ftr-form-sctn { padding: 100px 0; }
.ftr-block-sec { padding: 85px 0 45px; }
#footer-navigation ul li { margin: 0 22px; }
#footer-navigation ul { margin: 0 0 90px; padding: 0 0 35px; }
.ftr-itm-logo { margin: 0 0 55px; }
.ftr-itm h4 { font-size: 28px; padding: 20px 0 10px 22px; margin: 0 0 10px; }
.ftr-itm h4::before { width: 55px; height: 55px; }
.ftr-soc-icns a { width: 55px; height: 55px; }
.ftr-prct-menu ul li { margin: 0 0 25px; padding-left: 20px; }
.ftr-prct-menu ul li a { font-size: 18px; letter-spacing: -0.4px; }
.hm-choose-cnt .container { max-width: 1500px; }
.hm-attorney-sec { padding: 115px 0 135px; }
.text-heading { font-size: 64px; letter-spacing: -2.52px; margin: 0 0 38px; }
.hm-atrny-rit-call p a { font-size: 36px; }
.hm-atrny-rit-loc p { font-size: 19px; letter-spacing: -0.22px; }
.hm-atrny-rit-call p a::before, .hm-atrny-rit-loc::before { width: 75px; height: 75px; }
.hm-atrny-rit-top-lst { margin: 0 0 62px; padding: 5px 25px 0 0px; }
.hm-atrny-rit-cnt h3 { font-size: 42px; letter-spacing: -1.6px; }
.hm-atrny-rit-cnt h5 { font-size: 21px; margin: 0 0 12px; padding: 10px 26px; }
.hm-atrny-rit-cnt p { font-size: 19px; letter-spacing: -0.3px; margin: 0px 0 53px; }
.hm-atrny-rit-cnt { padding: 40px 60px 54px 53px; margin: 0 0 0 -29px; }
a.cmn-btn { font-size: 19px; padding: 22px 47px 17px; }
.hm-trusted-sec { padding: 80px 0; }
.hm-trusted-sec h3 { font-size: 47px; letter-spacing: -1.8px; margin: 0 0 27px; }
.hm-trust-lft p { font-size: 18px; letter-spacing: -0.3px; margin: 0 0 40px; }
.hm-trust-lft h5 { font-size: 32px; letter-spacing: -1.2px; margin: 0 0 18px; }
.hm-trust-btn-lst { gap: 45px; }
.hm-trust-call p a::before { width: 40px; height: 40px; }
.hm-trust-call p { font-size: 20px; }
.hm-trust-call p a { font-size: 38px; }
.hm-trust-call { padding: 0 0 0 55px; }
.hm-trust-rit-title h4 { font-size: 27px; letter-spacing: 17px; }
.hm-trust-rit-cnt p { font-size: 27px; letter-spacing: -1px; }
.hm-trust-rit-cnt { bottom: 28px; padding: 16px 0 0; }
.hm-practarea-sec { padding: 105px 0 80px; }
.hm-pract-top-lst { margin: 0 0 55px; }
.hm-practice-list { gap: 27px; }
.hm-practice-itm-img, .hm-practice-itm-hvr-img { margin: 0 auto 30px; }
.hm-practice-item { padding: 55px 30px 85px; height: 540px; }
.hm-practice-name h4 { font-size: 30px; letter-spacing: -1.08px; height: 105px; margin: 0 0 22px; }
.hm-practice-item::after { bottom: 17px; }
.hm-choose-sec { padding: 80px 0 0; }
.hm-choose-title-cnt p { font-size: 23px; letter-spacing: -0.4px; margin: 0 0 35px; }
.hm-choose-lft { padding: 27px 40px 34px; }
.hm-choose-lft p { font-size: 18px; letter-spacing: -0.2px; margin: 0 0 40px; }
.hm-choose-lft-img { margin: 0 auto 23px; }
.hm-chose-itm { min-height: 345px; padding: 39px; }
.hm-chose-itm h4 { font-size: 19px; letter-spacing: -0.3px; }
.hm-chose-itm-img { padding-bottom: 20px; margin: 0px 0 12px; }
.hm-chose-itm-img::before { width: 53px; }
.hm-member-sec { padding: 135px 0px; }
.hm-member-rgt { gap: 16px; row-gap: 18px; }
.hm-member-rgt::before, .hm-member-rgt::after { width: 55px; height: 55px; }
.hm-member-list::before { height: calc(100% + 35px); top: -20px; }
.hm-member-itm { padding: 26px 18px; }
.hm-testimonials { padding: 55px 0 70px; }
.hm-testimonials .text-heading { font-size: 60px; margin: 0 0 40px; letter-spacing: -1px; }
.hm-testimonials .testi-item { padding: 35px 45px 85px 40px; }
.hm-testimonials .hm-testi-blk { padding: 13px 17px 0 0; }
.hm-testimonials .star-rat { width: 140px; height: 23px; margin: 0 0 23px; }
.hm-testimonials .testi-item p { font-size: 19px; margin: 0 0 17px; }
.hm-testimonials .testi-item h5 { font-size: 17px; }
.hm-testimonials .testi-item::before { width: 60px; height: 45px; right: 42px; bottom: 40px; }
.hm-testimonials .hm-testi-list { margin: 0 0 70px; padding: 0 32px; }

[lang="es"] .hm-practice-name h4 {font-size: 28px; }
[lang="es"] .hm-trust-rit-cnt p {font-size: 27px; }
[lang="es"] .ftr-prct-menu ul li a {font-size: 17px; }
[lang="es"] .ftr-itm h4 {font-size: 24px; }

}
@media screen and (max-width:1600px) {
.container { max-width: 1300px; }
.site-header .container{max-width: 1400px;}
.text-heading { font-size: 60px; letter-spacing: -2.12px; margin: 0 0 32px; }
.site-branding { padding: 20px 0 0; width: 22%; }
.header-top { margin: 0 0 30px; }
.hdr-cmn-top:first-child { padding-left: 30px; }
.hdr-cmn-top { padding: 10px 20px; }
#main-navigation ul li a { font-size: 18px; letter-spacing: -0.4px; }
.site-header::after { height: 52px; }
.hm-bann-sec { padding: 250px 0 170px; }
.hm-bann-blck h1 { font-size: 70px; letter-spacing: 0; margin: 0 0 30px; }
.hm-bann-blck h1 small { font-size: 45px; margin: 0 0 20px; }
.hm-bann-blck h1 strong { font-size: 130px; letter-spacing: -1.5px; }
.hm-serve-sec { padding: 110px 0 100px; }
.hm-serve-rgt .text-heading { font-size: 60px; letter-spacing: -1px; margin: 0 0 22px; }
.hm-serve-btm h3 { font-size: 37px; letter-spacing: 3px; margin: 0 0 45px; }
.hm-serve-btm { padding-top: 36px; }
.hm-serve-btm ul li { font-size: 22px; letter-spacing: -0.46px; padding: 20px 22px 20px 56px; width: 320px; }
.hm-serve-btm::before { width: calc(100% + 200px); }
.ftr-form-sctn { padding: 95px 0; }
.hm-form-sec .text-heading { margin: 0 0 12px; }
.hm-form-sec .gform_wrapper .form-links, .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 20px; }
.hm-form .gform_wrapper .top_label input[type="submit"], .hm-form .gform_wrapper .gform_footer.top_label button { font-size: 20px !important; padding: 20px 40px 20px !important; letter-spacing: -0.8px; }
.ftr-block-sec { padding: 80px 0 45px; }
#footer-navigation ul { margin: 0 0 85px; padding: 0 0 35px; }
#footer-navigation ul li a { font-size: 19px; letter-spacing: -0.4px; }
.ftr-itm-logo { margin: 0 0 50px; }
.ftr-itm h4::before { width: 50px; height: 50px; }
.ftr-soc-icns a { width: 50px; height: 50px; }
.ftr-prct-menu ul li::before { width: 10px; height: 12px; top: 5px; }
.ftr-prct-menu ul li a { font-size: 17px; letter-spacing: -0.4px; }
.ftr-prct-menu { margin: 25px 0 0; }
.ftr-itm h4 { font-size: 26px; padding: 16px 0 7px 19px; margin: 0 0 10px; }
.ftr-itm-lctn p { font-size: 22px; letter-spacing: -0.48px; padding-left: 46px; margin: 0 0 50px; }
.ftr-itm-lctn p::before { width: 26px; height: 31px; }
.ftr-itm-phn p a { font-size: 39px; padding-left: 50px; }
.ftr-itm-phn p a::before { width: 30px; height: 30px; }
.cpy-inr { padding-top: 45px; }
.cpy-inr p, .cpy-inr p a { font-size: 20px; line-height: 1.7; letter-spacing: -0.48px; }
.cpy-inr p small { font-size: 19px; }
.hm-choose-cnt .container { max-width: 1400px; }
.hm-attorney-sec { padding: 100px 0 120px; }
.text-heading { font-size: 60px; letter-spacing: -2.12px; margin: 0 0 32px; }
.hm-atrny-rit-call p { font-size: 22px; }
.hm-atrny-rit-call p a { font-size: 33px; }
.hm-atrny-rit-loc p { font-size: 18px; letter-spacing: -0.12px; }
.hm-atrny-rit-call p a::before, .hm-atrny-rit-loc::before { width: 65px; height: 65px; }
.hm-atrny-rit-call, .hm-atrny-rit-loc { padding: 0 0 0 80px; }
.hm-atrny-rit-top-lst { margin: 0 0 60px; }
.hm-atrny-rit-cnt { padding: 40px 48px 53px 49px; margin: 0 0 0 -25px; border-top-width: 8px; }
.hm-atrny-rit-cnt h3 { font-size: 38px; letter-spacing: -1.3px; }
.hm-atrny-rit-cnt h5 { font-size: 19px; padding: 10px 22px; }
.hm-atrny-rit-cnt p { font-size: 17px; letter-spacing: -0.3px; margin: 0px 0 50px; }
a.cmn-btn { font-size: 18px; padding: 20px 45px 15px; }
.hm-atrny-btn-lst { gap: 27px; }
.hm-trusted-sec { padding: 70px 0; }
.hm-trusted-sec h3 { font-size: 44px; letter-spacing: -1.5px; margin: 0 0 24px; }
.hm-trust-lft p { font-size: 17px; letter-spacing: -0.2px; margin: 0 0 35px; }
.hm-trust-lft h5 { font-size: 29px; letter-spacing: -0.8px; margin: 0 0 15px; }
.hm-trust-btn-lst { gap: 38px; }
.hm-trust-call p a::before { width: 35px; height: 35px; }
.hm-trust-call p { font-size: 18px; }
.hm-trust-call p a { font-size: 34px; }
.hm-trust-call { padding: 0 0 0 48px; }
.hm-trust-rit-title h4 { font-size: 24px; letter-spacing: 16px; }
.hm-trust-rit-cnt p { font-size: 25px; letter-spacing: -0.8px; }
.hm-trust-rit-cnt { bottom: 25px; padding: 15px 0 0; }
.hm-practarea-sec { padding: 95px 0 70px; }
.hm-pract-top-lst { margin: 0 0 48px; }
.hm-practice-list { gap: 24px; }
.hm-practice-item { padding: 50px 27px 80px; height: 510px; }
.hm-practice-itm-img, .hm-practice-itm-hvr-img { margin: 0 auto 26px; }
.hm-practice-name h4 { font-size: 28px; letter-spacing: -0.88px; height: 100px; margin: 0 0 20px; }
.hm-practice-item::after { bottom: 15px; }
.hm-choose-sec { padding: 70px 0 0; }
.hm-choose-title-cnt p { font-size: 21px; letter-spacing: -0.3px; margin: 0 0 30px; }
.hm-choose-lft { padding: 27px 36px 30px; }
.hm-choose-lft-img { margin: 0 auto 20px; }
.hm-choose-lft p { font-size: 17px; letter-spacing: -0.2px; margin: 0 0 35px; }
.hm-chose-itm { min-height: 315px; padding: 36px; }
.hm-chose-itm h4 { font-size: 18px; letter-spacing: -0.2px; }
.hm-chose-itm-img { padding-bottom: 18px; margin: 0px 0 10px; }
.hm-chose-itm-img::before { width: 50px; }
.hm-member-sec { padding: 120px 0px; }
.hm-member-list::before { height: calc(100% + 30px); top: -15px; }
.hm-member-rgt { gap: 14px; row-gap: 15px; }
.hm-member-rgt::before, .hm-member-rgt::after { width: 50px; height: 50px; border-width: 3px; }
.hm-member-itm { padding: 24px 16px; }
.hm-testimonials { padding: 50px 0 60px; }
.hm-testimonials .text-heading { font-size: 52px; margin: 0 0 35px; letter-spacing: -0.7px; }
.hm-testimonials .testi-item { padding: 32px 40px 75px 37px; }
.hm-testimonials .testi-item h5 { font-size: 16px; }
.hm-testimonials .testi-cont { bottom: 40px; left: 36px; }
.hm-testimonials .testi-item p { font-size: 18px; margin: 0 0 14px; }
.hm-testimonials .testi-item::before { width: 53px; height: 40px; right: 38px; bottom: 38px; }
.hm-testimonials .hm-testi-blk { padding: 12px 12px 0 0; }
.hm-testimonials .star-rat { width: 130px; height: 22px; margin: 0 0 16px; }
.hm-testimonials .hm-testi-list { margin: 0 0 60px; padding: 0 27px; }
[lang="es"] #main-navigation ul li a {font-size: 14px;}
[lang="es"] .site-header::after {height: 50px;}
.author #main-heading {padding: 180px 0 50px;}


#main-heading h1 {font-size: 60px;}

[lang="es"] .hm-practice-itm-img, .hm-practice-itm-hvr-img {margin: 0 auto 17px; }
[lang="es"] .hm-practice-name h4 {font-size: 26px; }
[lang="es"] .hm-trust-rit-cnt p {font-size: 25px; }
[lang="es"] .hm-chose-itm {padding: 20px; }
[lang="es"] .ftr-prct-menu ul li a {font-size: 16px; }
[lang="es"] .ftr-itm h4 {font-size: 23px; }


}
@media screen and (max-width:1500px) {
}
@media screen and (max-width:1440px) {
.container, .hm-bann-sec .container, .hm-serve-sec .container, .ftr-form-sctn .container, .site-header .container, .hm-choose-cnt .container { max-width: 1200px; }
.page-container, .post-container { max-width: 1200px; }
.text-heading { font-size: 50px; letter-spacing: -1.92px; margin: 0 0 28px; }
#page-column .case-results-cta .case-item h4 { font-size: 33px; }
#page-column .case-results-cta .case-item p { font-size: 22px; }
#page-column section.widget.widget_team_member .team_member_name p { font-size: 24px; }
#page-column .widget.widget_related_insights ul li { font-size: 23px; }
#page-column .widget.widget_related_insights ul li:before { top: 18px; }
p.mod_date { font-size: 18px; }
.widget-description.active { font-size: 18px; }
.header-top { margin: 0 0 25px; }
.hdr-cmn-top:first-child { padding-left: 25px; }
.hdr-cmn-top { padding: 8px 15px; }
.hdr-lagug.hdr-cmn-top ul li.current-item { padding-right: 60px; }
.hdr-lagug.hdr-cmn-top ul li.current-item::after { width: 40px; height: 10px; right: 10px; top: 1px; }
.hdr-lagug.hdr-cmn-top ul li a { font-size: 16px; letter-spacing: -0.36px; }
.hdr-soc-icns { gap: 10px; }
.hdr-soc-icns a { width: 20px; height: 20px; }
.hdr-schl-anr a { font-size: 18px; letter-spacing: -0.4px; }
.hdr-phn-nbr { font-size: 18px; letter-spacing: -0.48px; }
.hdr-phn-nbr a { font-size: 22px; margin-left: 13px; padding-left: 35px; }
.hdr-phn-nbr a::before { width: 25px; height: 25px; }
#main-navigation ul li { margin: 0 17px; }
#main-navigation ul li a { font-size: 15px; letter-spacing: -0.4px; }
.site-header::after { height: 38px; }
.site-branding { padding: 15px 0 0; width: 21%; }
.site-header.is-sticky::after { height: 48px; }
.hm-bann-sec { padding: 230px 0 140px; }
.hm-bann-blck h1 small { font-size: 40px; margin: 0 0 17px; }
.hm-bann-blck h1 strong { font-size: 110px; letter-spacing: -1px; }
.hm-bann-blck h1 { font-size: 60px; letter-spacing: 0; margin: 0 0 26px; }
.hm-serve-sec { padding: 100px 0 90px; }
.hm-serve-rgt .text-heading { font-size: 55px; letter-spacing: -0.5px; margin: 0 0 19px; }
.hm-serve-rgt p { font-size: 19px; line-height: 1.8; margin: 0 0 18px; }
.hm-serve-btm h3 { font-size: 34px; letter-spacing: 2px; margin: 0 0 40px; }
.hm-serve-btm { padding-top: 32px; }
.hm-serve-btm::before { width: calc(100% + 130px); }
.hm-serve-btm ul li { font-size: 19px; letter-spacing: 0px; padding: 18px 20px 18px 50px; width: 300px; }
.hm-serve-btm ul li::before { width: 17px; height: 24px; left: 18px; }
.ftr-form-sctn { padding: 90px 0; }
.hm-form-sec p { font-size: 20px; margin: 0 0 20px; }
.hm-form .gform_fields { gap: 12px !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 19px !important; padding: 19px 20px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 110px !important; padding-top: 20px !important; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { margin: 10px 0 0 !important; }
.hm-form-sec .gform_wrapper .form-links, .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 19px; }
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] { width: 14px !important; height: 14px !important; margin: 0px 6px 0px 0 !important; }
.hm-form .gform_wrapper .top_label input[type="submit"], .hm-form .gform_wrapper .gform_footer.top_label button { font-size: 18px !important; padding: 18px 30px 18px !important; letter-spacing: -0.8px; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: -65px 0 0 auto; }
.ftr-block-sec { padding: 75px 0 40px; }
#footer-navigation ul { margin: 0 0 75px; padding: 0 0 30px; }
#footer-navigation ul li a { font-size: 18px; letter-spacing: -0.4px; }
#footer-navigation ul li { margin: 0 20px; }
.ftr-itm-logo { margin: 0 0 45px; }
.ftr-itm h4 { font-size: 23px; padding: 15px 0 7px 19px; margin: 0 0 10px; }
.ftr-itm h4::before { width: 45px; height: 45px; }
.ftr-soc-icns a { width: 45px; height: 45px; }
.ftr-soc-icns { gap: 8px; padding-left: 20px; }
.ftr-itm-lctn p { font-size: 20px; letter-spacing: -0.48px; padding-left: 40px; margin: 0 0 45px; }
.ftr-itm-lctn p::before { width: 22px; height: 27px; }
.ftr-itm-phn p a { font-size: 34px; padding-left: 44px; }
.ftr-itm-phn p a::before { width: 25px; height: 25px; }
.ftr-itm.prct-menu { width: 38.7%; }
.ftr-prct-menu ul { gap: 35px; }
.ftr-block-list { margin: 0 0 55px; }
.cpy-inr { padding-top: 40px; }
.cpy-inr p, .cpy-inr p a { font-size: 18px; line-height: 1.7; letter-spacing: -0.48px; }
.cpy-inr p small { font-size: 18px; }
.hm-attorney-sec { padding: 80px 0 100px; }
.text-heading { font-size: 50px; letter-spacing: -1.92px; margin: 0 0 28px; }
.hm-atrny-rit-call p { font-size: 20px; }
.hm-atrny-rit-call p a { font-size: 30px; }
.hm-atrny-rit-loc p { font-size: 17px; letter-spacing: -0.02px; }
.hm-atrny-rit-call p a::before, .hm-atrny-rit-loc::before { width: 60px; height: 60px; }
.hm-atrny-rit-call, .hm-atrny-rit-loc { padding: 0 0 0 73px; }
.hm-atrny-rit-top-lst { margin: 0 0 53px; }
.hm-atrny-rit-cnt { padding: 37px 43px 49px 44px; margin: 0 0 0 -22px; border-top-width: 6px; }
.hm-atrny-rit-cnt h3 { font-size: 34px; letter-spacing: -1px; }
.hm-atrny-rit-cnt h5 { font-size: 18px; padding: 9px 19px; }
.hm-atrny-rit-cnt p { font-size: 16px; letter-spacing: -0.2px; margin: 0px 0 45px; }
a.cmn-btn { font-size: 17px; padding: 19px 40px 14px; }
.hm-atrny-btn-lst { gap: 25px; }
.hm-trusted-sec { padding: 60px 0; }
.hm-trusted-sec h3 { font-size: 38px; letter-spacing: -1.3px; margin: 0 0 22px; }
.hm-trust-lft p { font-size: 16px; margin: 0 0 30px; }
.hm-trust-lft h5 { font-size: 27px; letter-spacing: -0.6px; }
.hm-trust-btn-lst { gap: 34px; }
.hm-trust-call p a::before { width: 32px; height: 32px; }
.hm-trust-call p { font-size: 16px; letter-spacing: 0; }
.hm-trust-call p a { font-size: 32px; }
.hm-trust-call { padding: 0 0 0 44px; }
.hm-trust-lst { padding: 0 0 0 6%; }
.hm-trust-rit-title h4 { font-size: 22px; letter-spacing: 14px; }
.hm-trust-rit-cnt p { font-size: 23px; letter-spacing: -0.6px; }
.hm-trust-rit-cnt { bottom: 22px; padding: 13px 0 0; }
.hm-practice-list { gap: 20px; }
.hm-practice-item { padding: 46px 23px 70px; height: 460px; }
.hm-practice-itm-img, .hm-practice-itm-hvr-img { margin: 0 auto 22px; }
.hm-practice-name h4 { font-size: 26px; letter-spacing: -0.68px; height: 90px; margin: 0px 0 16px; }
.hm-practice-item::after { bottom: 13px; }
.hm-practarea-sec { padding: 85px 0 60px; }
.hm-choose-sec { padding: 60px 0 0; }
.hm-choose-title-cnt p { font-size: 19px; letter-spacing: -0.2px; margin: 0 0 25px; }
.hm-choose-lft { padding: 25px 25px 25px; }
.hm-choose-lft-img { margin: 0 auto 15px; }
.hm-choose-lft p { font-size: 16px; margin: 0 0 28px; line-height: 1.55; }
.hm-chose-itm { min-height: 290px; padding: 29px; }
.hm-chose-itm h4 { font-size: 16px; letter-spacing: -0.2px; }
.hm-chose-itm-img { padding-bottom: 17px; }
.hm-member-sec { padding: 100px 0px; }
.hm-member-rgt { gap: 13px; row-gap: 13px; }
.hm-member-rgt::before, .hm-member-rgt::after { width: 45px; height: 45px; }
.hm-member-list::before { height: calc(100% + 25px); top: -10px; }
.hm-member-itm { padding: 22px 15px; }
.hm-testimonials { padding: 45px 0 55px; }
.hm-testimonials .text-heading { font-size: 45px; margin: 0 0 30px; letter-spacing: -0.5px; }
.hm-testimonials .testi-item { padding: 28px 35px 70px 35px; }
.hm-testimonials .star-rat { width: 120px; height: 20px; margin: 0 0 14px; }
.hm-testimonials .testi-item p { font-size: 17px; }
.hm-testimonials .testi-item h5 { font-size: 15px; }
.hm-testimonials .testi-item::before { width: 46px; height: 35px; right: 35px; bottom: 35px; }
.hm-testimonials .hm-testi-list { margin: 0 0 50px; padding: 0 22px; }
#main-heading {padding: 230px 0 120px; }
#main-heading h1 {font-size: 56px; letter-spacing: -1px; }
#main-heading .inrpg-breadcrumbs {font-size: 18px; letter-spacing: -0.2px; }
#post-content, #page-content {padding: 80px 0; }
#page-column .sp-block h2 {font-size: 63px; letter-spacing: -2.4px; }
#page-column .sp-block h5 {font-size: 20px; margin: 0 0 18px; }
#page-column .profile-tel p {font-size: 23px; }
#page-column .profile-tel p a {font-size: 30px; }
#page-column .profile-tel p a::before {width: 58px; height: 58px; }
.profile-tel {padding: 0 0 0 72px; }
.cmn-box-cnslt-btn a.cmn-btn, .inn-cmn-blk.scnd_cmnblk a.cmn-btn, .single-profile-btn a.cmn-btn {font-size: 16px; letter-spacing: -0.48px; padding: 22px 22px 20px; }
.sp-block {padding: 28px 0 38px; }
.single-profile-block {padding: 13px 18px 0px; margin: 0 0 27px; }
#page-column .accordion-profile h3 {padding: 14px 47px 13px 18px; font-size: 23px; letter-spacing: 0.32px; background-size: 19px; background-position: right 20px center; }
#page-column .accordion-profile .accordion-profile-content {padding: 18px 18px 0; }
#page-column p, #page-column li {font-size: 18px; margin: 0 0 20px 0; }
.sidebar-page .sidebar-item {margin: 0 0 42px; padding: 30px 10px; }
.sidebar-page .sidebar-item h2, h4.widget-title {padding: 0 0 17px; font-size: 35px; letter-spacing: -1.3px; }
.sidebar-page .sidebar-menu-pa ul li a {font-size: 24px; letter-spacing: -0.88px; padding: 14px 35px 14px 42px; }
.sidebar-page .sidebar-menu-pa ul li a::before {width: 9px; height: 9px; top: 20px; left: 17px; }
.sidebar-page .sidebar-item::before {width: 50px; height: 50px; bottom: 18px; left: 18px; }
.sidebar-page .sidebar-item::after {width: 50px; height: 50px; bottom: 18px; right: 18px; }
.sidebar-page .sidebar-menu-pa .sub-menu li a {width: 100%; padding: 0px 18px 0px 31px; font-size: 18px; }
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 17px; }
#page-content section.widget.testi .testi-item .star-rat {width: 130px; height: 22px; margin: 0 auto 20px; }
#page-content section.widget.testi .testi-item p {font-size: 18px; line-height: 1.6; margin-bottom: 18px; }
#page-content section.widget.testi .testi-item h6 {font-size: 18px; }
.atny-desin {font-size: 13px; letter-spacing: 0.74px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav, section.widget .hm-insights.owl-carousel .owl-nav {gap: 26px !important; width: 220px !important; margin: 43px auto 0 !important; }
.sidebar-page section.widget.testi::before {width: 63px; height: 48px; bottom: 37px; }
.sidebar-page section.widget.testi {padding: 45px 25px 45px; margin: 0 0 40px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button, section.widget .hm-insights.owl-carousel .owl-nav button {transform: scale(0.9); }
.page-feature-img, .single-thumbnail {margin: 0 0 30px; }
.cmn-box {padding: 40px 45px 45px; }
#page-column .cmn-box h2 {padding: 0 0 36px; margin: 0 0 30px; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 42px; }
#page-column .cmn-box h2 strong {font-size: 69px; letter-spacing: -2.78px; }
#page-column .cmn-box .cnslt-call p {font-size: 23px; }
#page-column .cmn-box .cnslt-call p a {font-size: 32px; }
#page-column .cmn-box .cnslt-call p a::before {width: 60px; height: 60px; }
.cnslt-call {padding: 0 0 0 72px; }
#page-column h3 {font-size: 34px; }
#page-column h4 {font-size: 28px; }
#page-column h5 {font-size: 24px; }
#page-column h6 {font-size: 22px; }
#page-column ul li:before {width: 8px; height: 8px; top: 9px; }
.inn-cmn-blk.scnd_cmnblk {padding-left: 0;margin: 30px 0 24px;}
#page-column .inn-cmn-blk.scnd_cmnblk h2 strong {font-size: 55px; letter-spacing: -2.18px; }
.inn-cmn-lftblk {margin: -40px 0 0 -110px; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {letter-spacing: -1.2px; margin: 0px 0 12px; }
#page-column ol, #page-column ul {margin: 0 0 18px 0px; }
#page-column ol {margin-left: 20px; }
#page-column .practice-list { gap: 24px; }
#page-column .inn-practice-item { width: 23.5%; height: 440px; padding: 45px 30px 60px; }
#page-column .inn-practice-name h4 { font-size: 25px; height: 90px; margin: 0 0 17px; }
#page-content .review-item { padding: 60px 40px 80px 40px; margin-bottom: 30px; }
#page-content .review-item::before {width: 40px; height: 40px; right: 40px; bottom: 40px; left: 40px; top: 15px; }
#page-content .review-item .star-rat { width: 140px; height: 24px; margin: 0 0 25px; }
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select { padding: 17px 70px 17px 25px; font-size: 18px; letter-spacing: -0.8px; }
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select { background-position: right 18px center; background-size: 22px 13px; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit { right: 20px; background-size: 20px 20px; width: 20px; height: 20px; }
#post-content .posts-list .posts-block h3 a { font-size: 21px; letter-spacing: -0.92px; }
#post-content .posts-list .posts-readmore a { font-size: 17px; padding: 13px 15px 11px; }
#post-column-full .nav-links .page-numbers { width: 55px; height: 55px; font-size: 36px; }
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers { width: 35px; height: 25px; margin: 0 15px; }
.contact-page .inn-frm-sec .hm-form .gform_fields { gap: 11px !important; }
.contact-page .inn-frm-sec { padding: 45px 30px 60px; margin: 0 0 80px; }
.contact-page .inn-cnt-itm { padding: 130px 25px 30px; }
.contact-page .inn-cnt-itm h4 { font-size: 35px; padding: 15px 0 9px 15px; margin: 0 auto 10px; }
.contact-page .inn-cnt-itm::after { width: 70px; height: 84px; top: 30px; }
.contact-page .inn-cnt-itm h4::before { width: 56px; height: 56px; }
.contact-page .inn-cnt-itm h5 a { font-size: 40px; margin: 5px 0 0; }
.contact-page .inn-cnt-soc-icns a { width: 55px; height: 55px; }
.contact-page .inn-cnt-lst { margin: 0 0 90px; }
.contact-page .inn-cnt-iframe iframe { height: 430px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm { padding: 35px 30px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 { margin: 0 0 14px; font-size: 35px; }
.single-pagination .nav-links a { font-size: 19px; width: 160px; padding: 18px 30px 17px; letter-spacing: -0.8px; }
[lang="es"] #main-navigation ul li {margin: 0 10px; }
[lang="es"] .gtranslate_wrapper {gap: 55px; }
[lang="es"] .hdr-lagug.hdr-cmn-top ul li a::before {width: 33px; height: 8px; }
[lang="es"] .hdr-phn-nbr a {font-size: 25px; }
[lang="es"] .site-header::after {height: 41px; }
[lang="es"] .site-header.is-sticky::after {height: 45px; }
#page-column .single-profile-block.sngl-post h6 {font-size: 17px; }
#page-column .single-profile-block.sngl-post h4 {font-size: 25px; }
#page-column .single-profile-block.sngl-post p {font-size: 15px; line-height: 1.5; }
.author #main-heading{padding: 145px 0 40px;}

[lang="es"] .hm-practice-name h4 {font-size: 24px; }
[lang="es"] .hm-trust-rit-cnt p {font-size: 23px; }
[lang="es"] .hm-chose-itm {padding: 15px; }
[lang="es"] .hm-serve-rgt .text-heading {font-size: 45px; }
[lang="es"] .hm-serve-btm h3 {font-size: 30px; letter-spacing: 2px; }
[lang="es"] .hm-serve-btm ul li {font-size: 17px; }
[lang="es"] .ftr-itm h4 {font-size: 21px; }

[lang="es"] .sidebar-page .sidebar-item h2, [lang="es"] h4.widget-title {font-size: 34px; }
[lang="es"] #page-column .inn-practice-item {padding: 40px 15px 50px; }
[lang="es"] #page-column .inn-practice-item .inn-practice-name h4 {font-size: 23px; }

[lang="es"] .contact-page .inn-cnt-itm h4 {font-size: 25px; }
[lang="es"] .contact-page .inn-cnt-itm h4::before {width: 40px; height: 40px; }

}
@media screen and (max-width:1366px) {
#page-column .areaserved-item a { font-size: 17px; padding: 13px 10px 8px; min-height: 65px; }
#page-content .areaserved-item-list { padding: 40px; }
}
@media screen and (max-width:1280px) {
}
@media screen and (max-width:1240px) {
.container, .hm-bann-sec .container, .site-header .container, .hm-serve-sec .container, .ftr-form-sctn .container, .hm-choose-cnt .container { max-width: 990px; padding: 0 10px; }
.page-container, .post-container { max-width: 990px; padding: 0 10px; }
.text-heading { font-size: 45px; letter-spacing: -1.52px; margin: 0 0 25px; }
#page-content .areaserved-item a { min-height: 60px; font-size: 16px; }
#page-content .areaserved-item-list { padding: 35px; }
.fact-checked-sec { padding: 20px 0px; }
p.mod_date { font-size: 16px; }
#page-column .testimonial-cta-block .star-rating { width: 105px; }
#page-column .testimonial-cta-block .testi-content p { color: #931917; font-size: 18px; line-height: 1.7; margin: 0 0 20px; }
.widget-description.active { font-size: 17px; }
#page-column .case-results-cta .case-slider { gap: 15px; }
#page-column .case-results-cta .case-item h4 { font-size: 28px; margin: 0 0 15px; padding: 12px 10px 27px; }
#page-column .case-results-cta .case-item p { font-size: 19px; }
#page-column .case-results-cta .case-item { padding: 4px 4px 20px !important; width: 48.7%; }
#page-column .case-results-cta .case-item h4:before { bottom: 15px; }
#page-column .case-results-cta { margin-bottom: 25px; }
#page-column section.widget.widget_team_member .team-inner-list { gap: 20px; }
#page-column section.widget.widget_team_member .team_member_name p { font-size: 21px; margin: 0 0 12px; }
#page-column section.widget.widget_team_member .team_member_summary p { font-size: 16px; }
#page-column section.widget.widget_team_member .team_member_pic { width: 76%; }
#page-column section.widget.widget_team_member .team_member_item { padding-bottom: 15px; }
#page-column .widget.widget_related_insights ul li { font-size: 20px; }
#page-column .widget.widget_related_insights ul li:before { top: 15px; }
.site-branding { padding: 10px 0 0; width: 20%; }
.header-top { margin: 0 0 20px; }
.hdr-cmn-top:first-child { padding-left: 20px; }
.hdr-lagug.hdr-cmn-top ul li.current-item { padding-right: 60px; }
.hdr-lagug.hdr-cmn-top ul li.current-item::after { width: 35px; height: 10px; right: 12px; top: 1px; }
.hdr-soc-icns { gap: 8px; }
.hdr-cmn-top { padding: 7px 10px; }
.hdr-soc-icns a { width: 18px; height: 18px; }
.hdr-schl-anr a { font-size: 15px; letter-spacing: 0px; }
.hdr-phn-nbr { font-size: 17px; letter-spacing: -0.48px; }
.hdr-phn-nbr a { font-size: 20px; margin-left: 10px; padding-left: 26px; }
.hdr-phn-nbr a::before { width: 20px; height: 20px; }
#main-navigation ul li { margin: 0 11px; }
#main-navigation ul li a { font-size: 14px; letter-spacing: -0.4px; }
.site-header::after { height: 34px; } 
.site-header.is-sticky::after { height: 40px; }
.site-header.is-sticky .header-top { margin: 0 0 20px; }
.hdr-lagug.hdr-cmn-top ul li a { font-size: 14px; letter-spacing: -0.36px; }
.hm-bann-blck h1 small { font-size: 37px; margin: 0 0 15px; }
.hm-bann-blck h1 strong { font-size: 85px; letter-spacing: 0px; }
.hm-bann-blck h1 { font-size: 46px; letter-spacing: 0; margin: 0 0 23px; }
.hm-bann-sec { padding: 200px 0 110px; }
#main-navigation .sub-menu li a { font-size: 15px; }
.hm-serve-sec { padding: 80px 0 80px; }
.hm-serve-rgt .text-heading { font-size: 50px; letter-spacing: 0; margin: 0 0 15px; }
.hm-serve-rgt p { font-size: 16px; line-height: 1.6; margin: 0 0 15px; }
.hm-serve-btm h3 { font-size: 30px; letter-spacing: 1px; margin: 0 0 30px; }
.hm-serve-btm { padding-top: 28px; }
.hm-serve-btm::before { width: calc(100% + 100px); }
.hm-serve-btm ul li { font-size: 18px; padding: 16px 15px 16px 40px; width: 251px; }
.hm-serve-btm ul li::before { width: 14px; height: 19px; left: 15px; }
.hm-serve-btm ul { gap: 13px; font-size: 0; }
.ftr-form-sctn { padding: 80px 0; }
.hm-form-sec .text-heading { margin: 0 0 10px; }
.hm-form .gform_fields { gap: 9px !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 18px !important; padding: 18px 20px !important; }
.hm-form .gform_wrapper .top_label textarea { height: 100px !important; padding-top: 20px !important; }
.hm-form-sec .gform_wrapper .form-links, .hm-form .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { font-size: 17px; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { margin: 6px 0 0 !important; }
fieldset#field_3_9 { width: 25.4%; }
.hm-form .gform_wrapper .top_label input[type="submit"], .hm-form .gform_wrapper .gform_footer.top_label button { font-size: 17px !important; padding: 16px 25px 15px !important; letter-spacing: -0.8px; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: -50px 0 0 auto; }
.ftr-block-sec { padding: 65px 0 35px; }
#footer-navigation ul { margin: 0 0 60px; padding: 0 0 25px; }
#footer-navigation ul li { margin: 0 15px; }
#footer-navigation ul li a { font-size: 16px; letter-spacing: -0.4px; }
.ftr-itm-logo { margin: 0 0 40px; }
.ftr-itm h4 { font-size: 20px; padding: 15px 0 7px 19px; margin: 0 0 10px; }
.ftr-itm h4::before { width: 40px; height: 40px; }
.ftr-soc-icns a { width: 40px; height: 40px; }
.ftr-prct-menu { margin: 20px 0 0; }
.ftr-itm.prct-menu { width: 41.7%; }
.ftr-prct-menu ul li { margin: 0 0 20px; padding-left: 15px; }
.ftr-prct-menu ul li a { font-size: 15px; letter-spacing: -0.1px; }
.ftr-prct-menu ul { gap: 20px; }
.ftr-itm-lctn p { font-size: 18px; letter-spacing: -0.48px; padding-left: 30px; margin: 0 0 35px; }
.ftr-itm-lctn p::before { width: 18px; height: 22px; }
.ftr-itm-phn p a { font-size: 30px; padding-left: 35px; }
.ftr-itm-phn p a::before { width: 22px; height: 22px; }
.ftr-block-list { margin: 0 0 45px; }
.cpy-inr { padding-top: 30px; }
.ftr-prct-menu ul li::before { width: 9px; height: 11px; top: 2px; }
.hm-attorney-sec { padding: 70px 0 80px; }
.text-heading { font-size: 45px; letter-spacing: -1.52px; margin: 0 0 25px; }
.hm-atrny-rit-call p { font-size: 18px; }
.hm-atrny-rit-call p a { font-size: 27px; }
.hm-atrny-rit-loc p { font-size: 16px; letter-spacing: 0; }
.hm-atrny-rit-call p a::before, .hm-atrny-rit-loc::before { width: 55px; height: 55px; }
.hm-atrny-rit-call, .hm-atrny-rit-loc { padding: 0 0 0 68px; }
.hm-atrny-rit-top-lst { margin: 0 0 40px; padding: 3px 0 0; }
.hm-atrny-rit-cnt { padding: 30px 20px 39px 23px; margin: 0 0 0 -19px; border-top-width: 5px; }
.hm-atrny-rit-cnt h3 { font-size: 30px; letter-spacing: -0.6px; }
.hm-atrny-rit-cnt h5 { font-size: 17px; padding: 8px 16px; }
.hm-atrny-rit-cnt p { font-size: 14px; margin: 0px 0 30px; line-height: 1.65; }
a.cmn-btn { font-size: 15px; padding: 16px 25px 11px; }
.hm-atrny-btn-lst { gap: 22px; }
.hm-trusted-sec { padding: 50px 0; }
.hm-trusted-sec h3 { font-size: 33px; letter-spacing: -1px; margin: 0 0 20px; }
.hm-trust-lft p { font-size: 15px; margin: 0 0 15px; line-height: 1.5; }
.hm-trust-lft h5 { font-size: 22px; letter-spacing: -0.4px; margin: 0 0 11px; }
.hm-trust-lst { padding: 0 0 0 3%; }
.hm-trust-rit-title h4 { font-size: 19px; letter-spacing: 11px; }
.hm-trust-rit-cnt p { font-size: 19px; letter-spacing: -0.4px; }
.hm-trust-rit-cnt { left: 34.6%; }
.hm-trust-call p a { font-size: 29px; }
.hm-trust-call p a::before { width: 28px; height: 28px; }
.hm-trust-call { padding: 0 0 0 40px; }
.hm-trust-btn-lst { gap: 30px; }
.hm-practarea-sec { padding: 70px 0 50px; }
.hm-pract-top-lst { margin: 0 0 40px; }
.hm-practice-list { gap: 17px; }
.hm-practice-item { padding: 40px 20px 60px; height: 400px; }
.hm-practice-itm-img, .hm-practice-itm-hvr-img { margin: 0 auto 20px; }
.hm-practice-name h4 { font-size: 21px; letter-spacing: -0.38px; height: 75px; }
.hm-practice-item::after { bottom: 10px; }
.hm-choose-sec { padding: 50px 0 0; }
.hm-choose-title-cnt p { font-size: 17px; letter-spacing: 0px; margin: 0 0 20px; }
.hm-choose-title-cnt .text-heading { margin: 0 0 6px; }
.hm-choose-lft { padding: 25px 20px 20px; }
.hm-choose-lft p { font-size: 14px; margin: 0 0 20px; }
.hm-chose-itm { min-height: 250px; padding: 17px; }
.hm-chose-itm h4 { font-size: 14px; }
.hm-chose-itm-img { padding-bottom: 15px; }
.hm-chose-itm-img::before { width: 45px; height: 2px; }
.hm-member-sec { padding: 80px 0px; }
.hm-member-lft { width: 36%; }
.hm-member-rgt { gap: 11px; row-gap: 11px; }
.hm-member-rgt::before, .hm-member-rgt::after { width: 40px; height: 40px; }
.hm-member-list::before { height: calc(100% + 20px); top: -7px; }
.hm-testimonials .text-heading { font-size: 35px; margin: 0 0 25px; letter-spacing: -0.3px; }
.hm-testimonials .testi-item { padding: 25px 30px 60px 30px; }
.hm-testimonials .star-rat { width: 110px; height: 18px; margin: 0 0 12px; }
.hm-testimonials .testi-item p { font-size: 15px; }
.hm-testimonials .testi-item h5 { font-size: 14px; }
.hm-testimonials .testi-cont { bottom: 30px; left: 28px; }
.hm-testimonials .testi-item::before { width: 40px; height: 30px; right: 30px; bottom: 30px; }
.hm-testimonials .hm-testi-list { margin: 0 0 40px; padding: 0 18px; }
.hm-testimonials .hm-testi-blk { padding: 10px 10px 0 0; }
#main-heading {padding: 190px 0 90px; }
#main-heading h1 {font-size: 50px; letter-spacing: -0.7px; }
#main-heading .inrpg-breadcrumbs {font-size: 16px; letter-spacing: 0; }
#post-content, #page-content {padding: 70px 0; }
.single-profile-block {margin: 0 0 24px; }
#page-column .sp-block h2 {font-size: 50px; letter-spacing: -2.2px; }
#page-column .sp-block h5 {font-size: 18px; margin: 0 0 16px; }
#page-column .profile-tel p {font-size: 20px; }
#page-column .profile-tel p a {font-size: 26px; margin: 7px 0 0; }
#page-column .profile-tel p a::before {width: 52px; height: 52px; }
.profile-tel {padding: 0 0 0px 65px; }
.cmn-box-cnslt-btn a.cmn-btn, .inn-cmn-blk.scnd_cmnblk a.cmn-btn, .single-profile-btn a.cmn-btn {font-size: 15px; letter-spacing: -0.28px; padding: 20px 20px 18px; }
.sp-block {padding: 22px 0 30px; }
#page-column .accordion-profile h3 {padding: 13px 43px 12px 16px; font-size: 21px; letter-spacing: 0.22px; background-size: 17px; background-position: right 18px center; }
#page-column .accordion-profile .accordion-profile-content {padding: 16px 16px 0; }
#page-column p, #page-column li {font-size: 16px; margin: 0 0 17px 0; line-height: 1.6; }
.sidebar-page .sidebar-item {margin: 0 0 37px; padding: 27px 10px; }
.sidebar-page .sidebar-item h2, h4.widget-title {padding: 0 0 14px; font-size: 30px; letter-spacing: -1px; }
.sidebar-page .sidebar-menu-pa ul li a {font-size: 20px; letter-spacing: -0.68px; padding: 13px 31px 13px 38px; }
.sidebar-page .sidebar-menu-pa ul li a::before {width: 8px; height: 8px; top: 18px; left: 16px; }
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {right: 21px; top: 19px; width: 11px; height: 11px; }
.sidebar-page .sidebar-item::before {width: 45px; height: 45px; bottom: 16px; left: 16px; }
.sidebar-page .sidebar-item::after {width: 45px; height: 45px; bottom: 16px; right: 16px; }
.sidebar-page section.widget.testi h4.widget-title {margin: 0 0 13px; }
.sidebar-page section.widget.testi {padding: 35px 20px 40px; margin: 0 0 30px; }
#page-content section.widget.testi .testi-item .star-rat {width: 125px; height: 20px; margin: 0 auto 16px; }
#page-content section.widget.testi .testi-item p {font-size: 17px; line-height: 1.5; margin-bottom: 16px; }
#page-content section.widget.testi .testi-item h6 {font-size: 17px; }
.atny-desin {letter-spacing: 0.54px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav, section.widget .hm-insights.owl-carousel .owl-nav {gap: 25px !important; width: 200px !important; margin: 37px auto 0 !important; }
.sidebar-page section.widget.testi::before {width: 55px; height: 41px; bottom: 30px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button, section.widget .hm-insights.owl-carousel  .owl-nav button {transform: scale(0.8); }
.page-feature-img, .single-thumbnail {margin: 0 0 25px; }
.cmn-img {margin: 0 0 25px; }
.cmn-box {padding: 36px 35px 40px; }
#page-column .cmn-box h2 {padding: 0 0 32px; margin: 0 0 25px; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 38px; }
#page-column .cmn-box h2 strong {font-size: 58px; letter-spacing: -2.48px; }
#page-column .cmn-box .cnslt-call p {font-size: 21px; }
#page-column .cmn-box .cnslt-call p a {font-size: 26px; }
#page-column .cmn-box .cnslt-call p a::before {width: 53px; height: 53px; }
.cnslt-call {padding: 0 0 0 66px; }
.cmn-box-cnslt-btn {gap: 17px; }
#page-column h3 {font-size: 32px; }
#page-column h4 {font-size: 26px; }
#page-column h5 {font-size: 22px; }
#page-column h6 {font-size: 20px; }
#page-column ul li {padding-left: 14px; margin: 0 0 12px; }
#page-column ul li:before {width: 7px; height: 7px; top: 7px; }
.inn-cmn-blk.scnd_cmnblk {padding-left: 0;margin: 25px 0;}
.inn-cmn-riteblk {padding: 38px 0px 36px 0px; }
#page-column .inn-cmn-blk.scnd_cmnblk h2 {margin: 0 0 16px; }
#page-column .inn-cmn-blk.scnd_cmnblk h2 strong {font-size: 46px; letter-spacing: -1.88px; }
.inn-cmn-lftblk {margin: -40px 0 0 -90px; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {letter-spacing: -1px; }
#page-column .practice-list { gap: 19px; }
#page-column .inn-practice-name h4 { font-size: 20px; height: 70px; margin: 0 0 15px; }
#page-column .inn-practice-item { width: 23.5%; height: 360px; padding: 40px 25px 50px; }
.inn-testi-blk { padding: 15px 15px 0 0; }
#page-content .review-item { padding: 55px 35px 100px 35px; margin-bottom: 25px; }
#page-content .review-item .star-rat { width: 125px; height: 22px; margin: 0 0 20px; }
#page-content .review-item p { font-size: 18px; line-height: 1.6; margin: 0 0 20px; }
#page-content .review-item .review-cont { bottom: 35px; }
#page-content .review-item h5 { font-size: 18px; margin: 0 0 5px; }
#page-content .review-item::before {width: 35px; height: 28px; left: 34px; }
.posts-list { padding: 10px 10px 72px; }
.sidebar-blog { gap: 20px; margin: 0 0 30px; }
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select { padding: 15px 50px 15px 20px; font-size: 17px; letter-spacing: 0; }
.sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm .widget select { background-position: right 15px center; background-size: 18px 10px; }
.sidebar-blog input.search-submit, .sidebar-blog.blog-sidebar-itm input.search-submit { right: 15px; background-size: 17px 17px; width: 17px; height: 17px; }
#post-content .posts-list .posts-block { padding: 22px 13px 0; }
#post-content .posts-list .posts-block h3 a { font-size: 20px; letter-spacing: -0.92px; }
#post-content .posts-list .posts-readmore a { font-size: 15px; padding: 11px 13px 9px; }
.posts-readmore { left: 23px; bottom: 30px; }
#post-content .posts-list .posts-block h3 { margin: 0 0 20px; }
#post-column-full .nav-links .page-numbers { width: 50px; height: 50px; font-size: 30px; }
#post-column-full .nav-links a.prev.page-numbers, #post-column-full .nav-links a.next.page-numbers { width: 30px; height: 22px; margin: 0 12px; }
.contact-page .inn-frm-sec { padding: 40px 25px 50px; margin: 0 0 60px; }
.contact-page .inn-frm-sec .hm-form .gform_fields { gap: 9px !important; }
.contact-page .inn-frm-sec fieldset#field_3_9 { width: 26%; }
.contact-page .inn-cnt-itm::after { width: 60px; height: 69px; top: 25px; }
.contact-page .inn-cnt-itm h4 { font-size: 30px; padding: 10px 0 9px 13px; margin: 0 auto 10px; }
.contact-page .inn-cnt-itm h4::before { width: 47px; height: 47px; }
.contact-page .inn-cnt-itm p { font-size: 19px; letter-spacing: 0; }
.contact-page .inn-cnt-itm h5 { font-size: 20px; letter-spacing: 0; }
.contact-page .inn-cnt-itm h5 a { font-size: 35px; margin: 5px 0 0; }
.contact-page .inn-cnt-itm { padding: 115px 20px 25px; }
.contact-page .inn-cnt-soc-icns a { width: 50px; height: 50px; }
.contact-page .inn-cnt-lst { margin: 0 0 70px; }
.contact-page .inn-cnt-iframe iframe { height: 400px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 { margin: 0 0 10px; font-size: 30px; }
.single-pagination .nav-links a { font-size: 16px; width: 145px; padding: 16px 20px 16px; letter-spacing: 0; }
[lang="es"] #main-navigation ul li a {font-size: 12px; }
[lang="es"] #main-navigation ul li {margin: 0 6px; }
[lang="es"] .hdr-lagug.hdr-cmn-top ul li a {font-size: 14px; }
.hdr-soc-icns a {width: 15px; height: 15px; }
[lang="es"] .gtranslate_wrapper {gap: 50px; }
.hdr-phn-nbr {font-size: 15px; letter-spacing: -0.48px; }
[lang="es"] .hdr-phn-nbr a {font-size: 20px; }
[lang="es"] .site-header::after {height: 34px; }
[lang="es"] .site-header.is-sticky::after {height: 40px; }
#page-column .single-profile-block.sngl-post .single-profile-btn a.cmn-btn {padding: 12px 13px 8px; }
#page-column .single-profile-block.sngl-post .ftr-soc-icns a {width: 30px; height: 30px; }
.single-profile-block.sngl-post .ftr-soc-icns {margin: 0px 0px 15px; }
#page-column .single-profile-block.sngl-post p {font-size: 14px; line-height: 1.5; margin: 0 0 15px; }
#page-column .single-profile-block.sngl-post h6 {font-size: 15px; }
#page-column .single-profile-block.sngl-post h4 {font-size: 20px; }
#page-column .single-profile-block.sngl-post .sp-block {width: 61%; }
.sngl-prof-image {margin: 0 0 40px; }

[lang="es"] .hm-practice-name h4 {font-size: 19px; }
[lang="es"] .hm-trust-rit-cnt p {font-size: 19px; }
[lang="es"] .hm-serve-rgt .text-heading {font-size: 40px; }
[lang="es"] .hm-serve-btm h3 {font-size: 26px; letter-spacing: 1px; }
[lang="es"] .ftr-itm h4 {font-size: 17px;padding: 15px 0 7px 16px; }

[lang="es"] .sidebar-page .sidebar-item h2, [lang="es"] h4.widget-title {font-size: 25px; }
[lang="es"] #page-column .cmn-box h2 strong {font-size: 55px; }
[lang="es"] .inn-cmn-riteblk {width: 84%; }
[lang="es"] #page-column .cmn-box h2 {font-size: 35px; }
[lang="es"] #page-column .inn-practice-item {padding: 30px 15px 40px; }
[lang="es"] #page-column .inn-practice-item .inn-practice-name h4 {font-size: 18px; }

[lang="es"] .contact-page .inn-cnt-itm h4 {font-size: 20px; }
[lang="es"] .contact-page .inn-cnt-itm h4::before {width: 35px; height: 35px; }
[lang="es"] fieldset#field_3_9 {width: 100%;max-width: 100%;}

}
@media screen and (max-width:1140px) {
}
@media screen and (max-width:1040px) {
}
@media screen and (max-width:991px) {
.container, .hm-bann-sec .container, .site-header .container, .hm-serve-sec .container, .ftr-form-sctn .container, .hm-choose-cnt .container { max-width: 720px; padding:0px; }
.hm-choose-cnt .container {margin: auto;}
.head-sec { padding: 20px 0; }
.showhide { display: block; }
.mobinav ul { display: block; }
.hdr-src { display: block; }
.mobile_src_nav { display: block; }
.top-menu { display: none; }
.logo-menu { display: inline-block; text-align: center; }
.topmenu { width: 100%; display: none; }
.showhide b.txtl, .showhide b.txtr { color: #fff; }
.logo { width: max-content; }
.logo img { max-width: 200px; }
.top-rit { max-width: 100%; position: inherit; display: inline-block; margin: 0; float: none; }
.mobinav ul { padding: 10px 10px; text-align: left; display: block; }
.mobinav { top: 44px; display: block; }
.mobile_src_nav { display: block; padding: 8px 0; background-color: #c0ab9a; }
.logo-rit { max-width: 100%; text-align: center; background-color: transparent; border: 0; padding: 0; }
.sticky-wrap { display: block; }
.header-sticky.fixed-header { display: block; }
header#site-header { border: none; background-color: transparent; }
nav#main-navigation { display: none; }
header.site-header.is-sticky{ display: none; }
.logo-section{ position: relative; padding: 15px 0 !important; align-items: center; }
.site-branding { width: 100%; max-width: 200px; padding: 0; }
.header-number a { font-size: 18px; padding: 16px 15px 16px 30px; }
.sicky-cnt.sticky-mobile-logo { width: 100%; max-width: 150px; }
.page-container, .post-container { max-width: 720px; padding:0px; }
#page-content .areaserved-item { width: 48%; }
.page-col-full, .single-col-full { justify-content: space-between; flex-direction: column; align-items: center; }
#single-column, #post-column, #page-column { width: 100%; }
.sidebar-page, .sidebar-single { width: 100%; }
#page-column .testimonial-cta-block .testi-content p { font-size: 17px; }
#page-column .case-results-cta .case-item { width: 100%; max-width: 350px; }
#page-column section.widget.widget_team_member .team_member_item { width: 100%; max-width: 200px; }
#page-column .testimonial-cta-block .testi-item h6 { font-size: 23px; }
#page-column section.widget.widget_team_member .team_member_name p { font-size: 19px; }
.related-insights-posts .posts-list { width: 100%; max-width: 300px; }
.related-insights-posts { justify-content: center; flex-wrap: wrap; }
.text-heading { font-size: 35px; letter-spacing: -1.12px; margin: 0 0 20px; }
.site-header::after{display: none;}
.logo-section { padding: 15px 0 !important; align-items: center; flex-direction: column; gap: 15px; }
.hdr-cmn-top { padding: 7px 10px !important; }
.header-top { margin: 0; flex-wrap: wrap; }
.header-top { margin: 0; flex-wrap: wrap; flex-direction: column; align-items: center; }
.hdr-cmn-top { border-bottom: 1px solid #171411; align-items: center; width: 100%;border-right: 0; }
.hdr-cmn-top { justify-content: center; }
.site-header { position: static; background-color: #181411; }
.hm-bann-sec { padding: 80px 0 65px; }
.hm-bann-blck h1 small { font-size: 30px; margin: 0 0 15px; }
.hm-bann-blck h1 strong { font-size: 50px; }
.hm-bann-blck h1 { font-size: 36px; letter-spacing: 0; margin: 0 0 23px; }
.hm-serve-sec { padding: 60px 0; } 
.hm-serve-blck { flex-direction: column; align-items: center; gap: 25px; }
.hm-serve-lft { width: 100%; max-width: 220px; }
.hm-serve-rgt { width: 100%; text-align: center; }
.hm-serve-rgt .text-heading { font-size: 35px; margin: 0 0 15px; text-align: center; }
.hm-serve-rgt p { font-size: 16px; line-height: 1.6; margin: 0 0 12px; }
.hm-serve-btm::before { width: 100%; }
.hm-serve-btm h3 { font-size: 26px; letter-spacing: 0.5px; margin: 0px 0 25px; }
.hm-serve-btm ul { gap: 17px; font-size: 0; flex-wrap: wrap; align-items: center; justify-content: center; text-align: left; }
.ftr-form-sctn { padding: 60px 0; }
.hm-form-sec p { font-size: 18px; margin: 0 0 20px; }
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .gfield.gfield--type-email { width: 100% !important; }
fieldset#field_3_9 {width: 100%; max-width: 240px; }
.hm-form .gform_wrapper .gform_footer.top_label { margin: 20px 0 0 0; }
.hm-form .chk .gfield_description.validation_message { bottom: -17px !important; right: auto !important; }
.hm-form .gform_wrapper .top_label input, .hm-form .gform_wrapper select, .hm-form .gform_wrapper .top_label textarea { font-size: 17px !important; padding: 17px 20px !important; }
.ftr-block-sec { padding: 50px 0 30px; }
#footer-navigation ul { margin: 0 0 40px; padding: 0 0 20px; }
#footer-navigation ul li a { font-size: 15px; letter-spacing: 0; line-height: 1.6; }
#footer-navigation ul li { margin: 0 10px; }
.ftr-block-list { margin: 0 0 25px; flex-direction: column; align-items: center; gap: 25px; }
.ftr-scl-lst { width: 100%; max-width: 280px; margin: 0 auto 15px; padding: 30px 20px; border: 2px solid #c0ab9a; text-align: center; }
.ftr-itm-logo { margin: 0 auto 30px; width: 100%; max-width: 260px; }
.ftr-itm.lft { width: 100%; }
.ftr-itm h4::before {display: none;}
.ftr-itm h4 { font-size: 20px; padding: 0; margin: 0 0 15px; }
.ftr-soc-icns { gap: 8px; padding-left: 0; justify-content: center; }
.ftr-itm.prct-menu { width: 100%; max-width: 320px; }
.ftr-prct-menu ul { gap: 0px; column-count: 1; }
.ftr-itm-lctn { width: 100%; max-width: 280px; padding: 30px 20px; border: 2px solid #c0ab9a; margin: 0 auto 20px; }
.ftr-itm-phn { width: 100%; max-width: 280px; padding: 30px 20px; border: 2px solid #c0ab9a; margin: auto; }
.ftr-itm.rgt {width: 100%;}
.ftr-itm-lctn p {margin: 0;}
.cpy-inr { padding-top: 25px; }
.cpy-inr p, .cpy-inr p a { font-size: 17px; line-height: 1.6; letter-spacing: 0; }
.cpy-inr p small { font-size: 17px; }
.page-container, .post-container { max-width: 720px; padding:0px; } #page-content .areaserved-item { width: 48%; }
.page-col-full, .single-col-full { justify-content: space-between; flex-direction: column; align-items: center; } #single-column, #post-column, #page-column { width: 100%; }
.sidebar-page, .sidebar-single { width: 100%; } #page-column .testimonial-cta-block .testi-content p { font-size: 17px; } #page-column .case-results-cta .case-item { width: 100%; max-width: 350px; } #page-column section.widget.widget_team_member .team_member_item { width: 100%; max-width: 200px; } #page-column .testimonial-cta-block .testi-item h6 { font-size: 23px; } #page-column section.widget.widget_team_member .team_member_name p { font-size: 19px; }
.related-insights-posts .posts-list { width: 100%; max-width: 300px; }
.related-insights-posts { justify-content: center; flex-wrap: wrap; }
.hm-attorney-sec { padding: 50px 0; }
.text-heading { font-size: 35px; letter-spacing: -1.12px; margin: 0 0 20px; }
.hm-attorney-lst { flex-direction: column; align-items: center; gap: 20px; }
.hm-atrny-lft { width: 100%; max-width: 320px; }
.hm-atrny-rit { width: 100%; }
.hm-atrny-rit-top-lst { margin: 0 0 20px; gap: 20px; flex-wrap: wrap; }
.hm-atrny-rit-call p { font-size: 16px; }
.hm-atrny-rit-call p a { font-size: 25px; }
.hm-atrny-rit-loc p { font-size: 15px; }
.hm-atrny-rit-call p a::before, .hm-atrny-rit-loc::before { width: 50px; height: 50px; }
.hm-atrny-rit-call, .hm-atrny-rit-loc { padding: 0 0 0 60px; }
.hm-atrny-rit-cnt { padding: 20px; margin: 0; border-top-width: 4px; text-align: center; }
.hm-atrny-rit-cnt h3 { font-size: 25px; letter-spacing: -0.2px; }
.hm-atrny-rit-cnt h5 { font-size: 16px; }
.hm-atrny-rit-cnt p { font-size: 15px; margin: 0px 0 20px; }
.hm-atrny-btn-lst { gap: 20px; justify-content: center; flex-wrap: wrap; }
a.cmn-btn { padding: 16px 30px 12px; }
.hm-trusted-sec { padding: 50px 0 25px; }
.hm-trusted-sec h3 { font-size: 27px; letter-spacing: -0.6px; margin: 0 0 15px; }
.hm-trust-lst { padding: 0; flex-direction: column-reverse; gap: 20px; }
.hm-trust-rit { width: 100%; max-width: 320px; margin: 0 auto; }
.hm-trust-lft { width: 100%; text-align: center; }
.hm-trust-btn-lst { gap: 15px; justify-content: center; flex-wrap: wrap; align-items: center; }
.hm-trust-call p { font-size: 15px; text-align: left; }
.hm-trust-rit-title h4 { font-size: 16px; letter-spacing: 8px; }
.hm-trust-rit-cnt { left: 0; right: 0; margin: auto; width: 100%; max-width: 180px; bottom: 20px; padding: 10px 0 0; }
.hm-trusted-sec h3 br{ display: none; }
.hm-trust-call p a { font-size: 26px; }
.hm-practarea-sec { padding: 50px 0; }
.hm-pract-top-lst .hm-pract-btn { display: none; }
.hm-pract-top-lst { margin: 0 0 20px; justify-content: center; padding: 0; }
.hm-practice-item { padding: 40px 20px 60px; height: 400px; width: 100%; max-width: 320px; margin: auto; }
.hm-practice-itm-img, .hm-practice-itm-hvr-img { width: 100%; max-width: 110px; }
.hm-practice-list.owl-carousel .owl-dots, .hm-chose-rit-lst.owl-carousel .owl-dots, .hm-member-rgt.owl-carousel .owl-dots { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 20px auto 0 }
.hm-practice-list.owl-carousel .owl-dots button.owl-dot, .hm-chose-rit-lst.owl-carousel .owl-dots button.owl-dot, .hm-member-rgt.owl-carousel .owl-dots button.owl-dot { width: 10px; height: 10px; background-color: #181411; border-radius: 50% }
.hm-practice-list.owl-carousel .owl-dots button.owl-dot.active, .hm-chose-rit-lst.owl-carousel .owl-dots button.owl-dot.active, .hm-member-rgt.owl-carousel .owl-dots button.owl-dot.active { background-color: #fff; outline: 2px solid #181411; }
.hm-practarea-sec::before{ height: 100%; }
.hm-practice-name h4 { font-size: 23px; }
.hm-pract-btn.mob { text-align: center; display: block; margin: 20px 0 0; }
.hm-choose-title-cnt p { font-size: 15px; letter-spacing: 0px; margin: 0px 0 15px; }
.hm-choose-lst { justify-content: center; flex-direction: column-reverse; align-items: center; gap: 20px; }
.hm-choose-lft { padding: 25px; width: 100%; }
.hm-choose-rit { width: 100%; }
.hm-chose-itm { min-height: 250px; padding: 20px; width: 100%; max-width: 250px; margin: 0 auto; }
.hm-chose-itm h4 { font-size: 17px; letter-spacing: 0; }
.hm-chose-itm h4 br { display: none; }
.hm-choose-cnt { padding: 30px 0; }
.hm-choose-rit::before{ display: none; }
.hm-choose-lft-img { margin: 0 auto 10px; width: 100%; max-width: 250px; }
.hm-choose-lft p { font-size: 15px; margin: 0 0 15px; }
.hm-chose-rit-lst .hm-chose-itm:nth-child(odd),
.hm-chose-rit-lst .hm-chose-itm:nth-child(even){ border: 0 !important; }
.hm-chose-itm-img { margin: 0px 0 15px; width: 100%; max-width: 80px; }
.hm-choose-sec { padding: 25px 0 0; }
.hm-member-list { flex-direction: column; gap: 20px; }
.hm-member-lft { width: 100%; }
.hm-member-sec .text-heading { text-align: center; }
.hm-member-itm { padding: 22px 15px; width: 100%; max-width: 200px; margin: auto; }
.hm-member-rgt::before, .hm-member-rgt::after{ display: none; }
.hm-member-itm { padding: 10px 0; width: 100%; max-width: 200px; margin: auto; border: 1px solid #c0ab9a; }
.hm-member-list::before { height: 100%; top: 0; left: 0; right: 0; margin: auto; }
.hm-member-sec { padding: 50px 0px; }
.hm-testimonials { padding: 50px 0; }
.hm-testimonials .text-heading { font-size: 35px; margin: 0 0 20px; letter-spacing: 0; }
.hm-testimonials .text-heading br{ display: none; }
.hm-testimonials .hm-testi-list { margin: 0 0 20px; padding: 0; }
.hm-testimonials .hm-testi-blk{ padding: 0; }
.hm-testimonials .hm-testi-blk::after{ display: none; }
.hm-testimonials .testi-item h5 { font-size: 15px; }
.hm-testimonials .testi-cont { bottom: 24px; left: 25px; }
.hm-testimonials .testi-item::before { width: 35px; height: 25px; right: 20px; bottom: 20px; }
.hm-testimonials .testi-item { padding: 25px 25px 55px; }
#main-heading {padding: 140px 0 70px; }
#main-heading h1 {font-size: 40px; letter-spacing: -0.4px; margin: 0 0 5px; }
#main-heading .inrpg-breadcrumbs {font-size: 15px; }
#post-content, #page-content {padding: 50px 0; }
.page-feature-img, .single-thumbnail {margin: 0 0 20px; }
.cmn-img {margin: 0 0 20px; }
.page-col-full, .single-col-full {gap: 15px; }
#page-column .practice-list { gap: 15px; }
#page-column .inn-practice-item { width: 100%; height: 360px; max-width: 260px; padding: 40px 25px 50px; }
#reviews-main { column-count: 1; gap: 0; }
.posts-list { width: 100%; max-width: 280px; padding: 10px 10px 66px; }
.sidebar-blog { gap: 15px; margin: 0 auto 25px; flex-wrap: wrap; max-width: 100%; }
.sidebar-blog input.search-field, .sidebar-blog .widget select, .sidebar-blog.blog-sidebar-itm input.search-field, .sidebar-blog.blog-sidebar-itm .widget select { padding: 15px 40px 15px 20px; font-size: 15px; letter-spacing: 0; }
#post-content .posts-list .posts-block { padding: 20px 0px 0; }
#post-content .posts-list .posts-block h3 a { font-size: 17px; letter-spacing: 0; }
.posts-readmore { left: 10px; bottom: 30px; }
#post-content .posts-list .posts-readmore a { font-size: 14px; padding: 10px 12px 9px; }
#post-column-full .nav-links { margin: 10px 0px 0; }
#post-column-full .nav-links .page-numbers { width: 45px; height: 45px; font-size: 25px; }
.contact-page .inn-frm-sec { padding: 30px 15px 30px; margin: 0 0 40px; }
.contact-page .inn-frm-sec fieldset#field_3_9 { width: 100%; }
.contact-page .inn-cnt-lst { margin: 0 0 40px;flex-wrap: wrap;justify-content: center;gap: 15px; }
.contact-page .inn-cnt-itm { padding: 100px 15px 20px; width: 100%; max-width: 280px; }
.contact-page .inn-cnt-itm h4 { font-size: 25px; padding: 8px 0 6px 13px; margin: 0 auto 10px; }
.contact-page .inn-cnt-itm h4::before { width: 37px; height: 37px; }
.contact-page .inn-cnt-itm p { font-size: 17px; }
.contact-page .inn-cnt-itm h5 a { font-size: 30px; margin: 5px 0 0; }
.contact-page .inn-cnt-itm::after { width: 50px; height: 58px; top: 20px; }
.contact-page .inn-cnt-iframe iframe { height: 300px; }
.hm-member-rgt{width: 100% !important;}
.single-profile-block.sngl-post {padding-top: 30px; flex-direction: column; align-items: center; gap: 20px; text-align: center; max-width: 420px; margin: auto; }
#page-column .single-profile-block.sngl-post .single-profile-image {width: 100%; }
#page-column .single-profile-block.sngl-post .sp-block {width: 100%; }
.author #main-heading {padding: 40px 0 30px;}
.sngl-prof-image {margin: 0 0 30px;}

[lang="es"] .hm-trust-rit-cnt p {font-size: 18px; }
[lang="es"] .hm-serve-rgt .text-heading {font-size: 35px; }
[lang="es"] .hm-serve-btm h3 {font-size: 23px; letter-spacing: 0; }
[lang="es"] .hm-serve-btm ul li {font-size: 16px; width: 280px; }
[lang="es"] .ftr-itm h4 {font-size: 17px; padding: 0; }
[lang="es"] .contact-page .inn-cnt-itm h4 {font-size: 19px; }
[lang="es"] .contact-page .inn-cnt-itm h4::before {width: 30px; height: 30px; }


}
@media screen and (max-width:767px) {
.container, .hm-bann-sec .container, .site-header .container, .hm-serve-sec .container, .ftr-form-sctn .container, .hm-choose-cnt .container { max-width: 100%; padding: 0 15px; }
.page-container, .post-container { max-width:100%; padding: 0 15px; }
.hm-bann-sec { padding: 40px 0; }
.hm-bann-blck h1 small { font-size: 23px; margin: 0 0 10px; }
.hm-bann-blck h1 { font-size: 24px; letter-spacing: 0; margin: 0 0 15px; }
a.cmn-btn { padding: 16px 20px 12px; }
.hm-bann-blck h1 strong { font-size: 30px; }
.hm-serve-sec { padding: 40px 0; }
.hm-serve-rgt .text-heading { font-size: 30px; margin: 0 0 12px; text-align: center; }
.hm-serve-rgt p { font-size: 15px; line-height: 1.5; margin: 0 0 10px; }
.hm-serve-btm { padding-top: 20px; }
.hm-serve-btm h3 { font-size: 20px; letter-spacing: 0; margin: 0px 0 15px; }
.hm-serve-btm ul { gap: 10px; }
.ftr-form-sctn { padding: 40px 0; }
.hm-form-sec p { font-size: 18px; margin: 0 0 15px; }
.hm-form .gform_wrapper .top_label textarea { height: 90px !important; }
.popup .popuptext { top: 15px; padding: 12px; font-size: 16px; line-height: 1.5; }
.ftr-block-sec { padding: 30px 0 25px; }
#footer-navigation ul { margin: 0 0 25px; padding: 0 0 15px; }
.ftr-itm-logo { margin: 0 auto 20px; }
.ftr-block-list { gap: 20px; }
.cpy-inr { padding-top: 20px; }
.cpy-inr p, .cpy-inr p a { font-size: 16px; line-height: 1.6; letter-spacing: 0; }
.cpy-inr p small { font-size: 15px; line-height: 1.5; }
.ftr-prct-menu ul li { margin: 0 0 15px; padding-left: 15px; }
.text-heading { font-size: 30px; letter-spacing: -0.72px; }
.hm-atrny-rit-call, .hm-atrny-rit-loc { width: 100%; max-width: max-content; }
.hm-atrny-btn-lst { gap: 15px; }
.hm-attorney-sec { padding: 40px 0; }
.hm-trusted-sec h3 { font-size: 20px; letter-spacing: -0.4px; }
.hm-trusted-sec { padding: 40px 0 20px; }
.hm-practarea-sec { padding: 40px 0; }
.hm-choose-sec { padding: 20px 0 0; }
.hm-member-sec { padding: 40px 0px; }
.hm-testimonials { padding: 40px 0; }
.hm-testimonials .text-heading { font-size: 30px; margin: 0 0 15px; }
.single-profile-block {margin: 0 0 24px; flex-direction: column; align-items: center; gap: 20px; padding: 30px 20px; }
.single-profile-image {width: 100%; max-width: 320px; border-bottom: 2px solid #000; }
.sp-block {padding: 0; width: 100%; text-align: center; }
.profile-tel {width: 100%; max-width: 250px; text-align: left; margin: auto; }
#page-column .sp-block h2 {font-size: 34px; letter-spacing: -1.8px; }
.single-profile-block::before {height: 25.9%; }
#page-column .accordion-profile h3 {font-size: 19px; }
#main-heading {padding: 100px 0 50px; }
#main-heading h1 {font-size: 35px; letter-spacing: -0.2px; }
#main-heading .inrpg-breadcrumbs {font-size: 14px; }
.cmn-box {padding: 30px; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 32px; }
#page-column .cmn-box h2 strong {font-size: 39px; letter-spacing: -1.98px; }
#page-column .cmn-box h2 {padding: 0 0 22px; margin: 0 0 20px; }
.cmn-box-cnslt-btn {flex-direction: column-reverse !important; }
#page-column h3 {font-size: 28px; }
#page-column h4 {font-size: 25px; }
#page-column h5 {font-size: 22px; }
#page-column h6 {font-size: 19px; }
#page-column h1, #page-column h2, #page-column h3, #page-column h4, #page-column h5, #page-column h6, #page-content .areaserved-item-list h2 {letter-spacing: -0.8px; margin: 0px 0 10px; }
#page-column .cmn-box .cnslt-call p a::before {width: 50px; height: 50px; }
.inn-cmn-blk.scnd_cmnblk {flex-direction: column; align-items: center; gap: 15px; padding: 30px 20px; margin: 25px 0; }
.inn-cmn-lftblk {margin: 0; width: 100%; max-width: 320px; border: 2px solid #000; }
.inn-cmn-riteblk {padding: 0; width: 100%; text-align: center; }
#page-column .inn-cmn-blk.scnd_cmnblk h2 strong {font-size: 40px; letter-spacing: -1.38px; }
#page-column .inn-cmn-blk.scnd_cmnblk h2 {margin: 0 0 13px; }
#page-content .review-item { padding: 55px 20px 75px 20px; margin-bottom: 20px; }
.inn-testi-blk { padding: 10px 10px 0 0; }
#page-content .review-item .star-rat { width: 110px; height: 19px; margin: 0px 0 17px; }
#page-content .review-item p { font-size: 16px; line-height: 1.4; margin: 0 0 15px; }
#page-content .review-item .review-cont { bottom: 25px; }
#page-content .review-item::before { width: 30px; height: 24px; left: 22px; }
.contact-page .inn-frm-sec { padding: 30px 15px 30px; margin: 0 0 30px; }
.contact-page .inn-cnt-lst { margin: 0 0 30px; }
.contact-page .inn-cnt-iframe iframe { height: 250px; }
.single-pagination .nav-links a { font-size: 15px; width: 130px; padding: 12px 20px 12px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm { padding: 25px 15px; }
.sidebar-page .sidebar-blog.blog-sidebar-itm .sidebar-item h2 { margin: 0 0 10px; font-size: 25px; letter-spacing: 0; }
.sngl-prof-image {margin: 0 0 20px; }

[lang="es"] .hm-serve-rgt .text-heading {font-size: 22px; }
[lang="es"] .hm-serve-btm h3 {font-size: 22px; letter-spacing: 0; }

[lang="es"] #page-column .cmn-box h2 {font-size: 24px; }
[lang="es"] #page-column .cmn-box h2 strong {font-size: 26px; }
[lang="es"] .inn-cmn-riteblk {width: 100%; }
[lang="es"] #page-column .inn-cmn-blk.scnd_cmnblk h2 strong {font-size: 25px; letter-spacing: -1.08px; }

}
@media screen and (max-width:680px) {
}
@media screen and (max-width:640px) {
#page-content .areaserved-item { width: 100%; }
#page-content .areaserved-item-list { padding: 30px 15px; }
.hm-atrny-rit-top-lst {margin: 0 auto 20px; gap: 20px; flex-wrap: wrap; width: 100%; max-width: 320px; justify-content: flex-start; }
}
@media screen and (max-width:540px) {
}
@media screen and (max-width:480px) {
#page-column .testimonial-cta-block .star-rating { width: 100px; }
#page-column .testimonial-cta-block .testi-item h6 { font-size: 21px; }
#page-column .case-results-cta .case-item p { font-size: 18px; }
#page-column .widget.widget_related_insights ul li { font-size: 18px; }
#page-column .widget.widget_related_insights ul li:before { top: 14px; width: 8px; height: 8px; }
.text-heading { font-size: 24px; letter-spacing: -0.32px; }
.hm-atrny-rit-cnt h3 { font-size: 20px; }
.hm-atrny-rit-cnt h5 { font-size: 15px; padding: 8px 13px; }
.hm-atrny-rit-cnt { padding: 20px 15px; border-top-width: 3px; }
.hm-trusted-sec h3 { font-size: 18px; letter-spacing: 0px; }
.hm-trust-rit-title h4 { font-size: 15px; letter-spacing: 6px; }
.hm-trust-rit-cnt p { font-size: 18px; letter-spacing: -0.2px; }
.hm-trust-btn-lst { flex-direction: column-reverse; }
.hm-testimonials .text-heading { font-size: 24px; }
#main-heading {padding: 80px 0 40px; }
#main-heading h1 {font-size: 30px; letter-spacing: 0px; }
#post-content, #page-content {padding: 40px 0; }
#page-column .sp-block h2 {font-size: 28px; letter-spacing: -1.4px; }
#page-column .sp-block h5 {font-size: 16px; margin: 0 0 15px; }
.cmn-box-cnslt-btn a.cmn-btn, .inn-cmn-blk.scnd_cmnblk a.cmn-btn, .single-profile-btn a.cmn-btn {font-size: 12px; letter-spacing: -0.28px; padding: 18px 13px 15px; }
.single-profile-block {padding: 30px 13px; }
#page-column .accordion-profile h3 {font-size: 17px; }
#page-column .accordion-profile .accordion-profile-content {padding: 14px 14px 0; }
.sidebar-page .sidebar-item h2, h4.widget-title {padding: 0 0 11px; font-size: 26px; letter-spacing: -0.7px; }
.sidebar-page .sidebar-menu-pa ul li a {font-size: 17px; letter-spacing: -0.68px; padding: 13px 28px 13px 35px; }
.sidebar-page .sidebar-menu-pa ul li .drop.close, .sidebar-page .sidebar-menu-pa ul li .drop.open {right: 16px; top: 17px; }
.sidebar-page .sidebar-menu-pa ul li a::before {width: 7px; height: 7px; top: 16px; left: 15px; }
.sidebar-page .sidebar-item::before {width: 40px; height: 40px; bottom: 14px; left: 14px; }
.sidebar-page .sidebar-item::after {width: 40px; height: 40px; bottom: 14px; right: 14px; }
.sidebar-page .sidebar-item {margin: 0 0 27px; padding: 24px 10px; }
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav, section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav, section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav, section.widget.testi .testi-inner-blk.owl-carousel .owl-nav, section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav, section.widget .hm-insights.owl-carousel .owl-nav {gap: 22px !important; width: 180px !important; margin: 30px auto 0 !important; }
.sidebar-page section.widget.testi::before {width: 45px; height: 35px; bottom: 30px; }
.cmn-box {padding: 30px 15px; }
#page-column h1, #page-column h2, #page-content .areaserved-item-list h2 {font-size: 27px; }
#page-column .cmn-box h2 strong {font-size: 33px; letter-spacing: -1.58px; }
#page-column h3 {font-size: 25px; }
#page-column h4 {font-size: 23px; }
#page-column h5 {font-size: 21px; }
#page-column h6 {font-size: 18px; }
#page-column .inn-cmn-blk.scnd_cmnblk h2 strong {font-size: 32px; letter-spacing: -1.08px; }
.single-profile-block.sngl-post {padding-top: 20px; }

[lang="es"] .hm-form-sec .text-heading {font-size: 22px; letter-spacing: -0.32px; }

}
@media screen and (max-width:400px) {
}
@media screen and (max-width:375px) {
}
@media screen and (max-width:320px) {
}
