/*
 Theme Name:   Michigan Bankruptcy and Divorce Lawyer
 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:  michigan-bankruptcy-and-divorce-lawyer
*/



: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: 'RobotoRegular';font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.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: inherit;font-size: inherit;color: inherit;text-decoration: none;transition: 0.5s;}
h1, h2, h3, h4, h5, h6 {font-family: 'RobotoRegular';margin: 0 0 20px 0;padding: 0;font-weight: normal;}
p, li, ul, ol, blockquote {font-family: 'RobotoRegular';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;}
a:focus{outline: none;}
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;}


.site-header {position: absolute;z-index: 2; width: 100%;left: 0;right: 0;top: 0;margin: auto;padding: 20px 0 0;}

.displayblock { display:block;}
.body-content { width:100%; float: left; height: 2000px; overflow: hidden;}
.logo-section {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.site-header .container {max-width: 1500px; }
.logo-top-rit {border-bottom: 1px solid rgb(0, 0, 0, 0.149);; }
.top-menu ul{margin:0;text-align: end;}
.top-menu ul li a {font-family: 'Inter Tight'; font-weight: 400; font-size: 20px; line-height: 1; letter-spacing: 1.2px; color: #000; text-align: center; text-transform: uppercase; display: inline-block; padding-bottom: 25px; border-bottom:2px solid transparent; }
.top-menu ul li {float: left; position: relative; margin: 0px 32px; }
.top-menu ul li:first-child {margin-left: 0px; }
.top-menu ul li:last-child {margin-right: 0px; }
.top-menu ul li.current-menu-item > a,.top-menu ul > li a:hover{color:#b3993e; border-bottom: 2px solid #b3993e;}

.top-menu ul li ul.sub-menu{display:none;width:230px;position:absolute;color:#fff;top:100%;left:0;right:auto;background-color:#000;padding:0px 0;z-index:999}
.top-menu ul li:hover ul.sub-menu{display:block}
.top-menu ul li:hover ul.sub-menu li{position:relative}
.top-menu ul li:hover ul.sub-menu li:hover > ul{display:block;top:0;left:100%}
.top-menu .sub-menu li a {font-size: 17px;width: 100%;padding: 10px 10px 8px;color: #ffffff;display: block;text-align: left;text-transform: capitalize;font-weight: 500;letter-spacing: 0.6px;border-color: transparent;}
.top-menu .sub-menu li a:hover,
.top-menu .sub-menu li.current-menu-item a{background-color: #b3993e;color: #fff;}
.top-menu .sub-menu li:after{display:none;}
.top-menu .sub-menu li{width:100%;margin:0;padding:0;border-bottom: 1px solid rgb(255 255 255 / 50%);}
.top-menu .sub-menu li a:after{display:none}
.top-menu 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-logo{width: 17.4%; } 
.site-logo img{display: block; width: 100%; } 
.top-cont {display: flex; justify-content: flex-end; gap: 25px; align-items: center; margin-bottom: 43px; } 
.top-cont p{font-family: 'Inter Tight'; font-weight: 400; font-size: 16px; letter-spacing: 0.96px; line-height: 1; color: #000; margin: 0; } 
.top-cont .top-call p {text-transform: uppercase;letter-spacing: 1.92px;color: #000;display: flex;align-items: center;}
.top-cont .top-call p a{color: #a39041; font-size: 30px; font-family: 'Frank Ruhl Libre'; font-weight: 500; line-height: 1; letter-spacing: 0px; margin: 0; }
.top-cont .top-call p a:hover{color: #000;}


.top-cont .book-now-btn a {font-size: 18px;padding: 20px 35px 18px;}

.site-header.is-sticky {top: 0;right: 0;left: 0;z-index: 999;position: fixed;background:#f3efdd;animation: slideDown 0.35s ease-out;visibility: visible;padding: 15px 0;}
.site-header.is-sticky .logo-top-rit {padding: 0 !important;}
.site-header.is-sticky .top-menu ul li a {font-size: 18px;}
.site-header.is-sticky .top-cont {margin-bottom: 30px;}

.is-fading-out {opacity: 0;visibility: hidden;}
@keyframes slideDown {from {transform: translateY(-100%);}to {transform: translateY(0);}}


.mobilenav {width:400px;height: 100vh; background-color: #b1994a;color: white;position: fixed;top: 0;left: -400px;transition: left 0.4s ease;z-index: 999;}
.mobilenav.show {left: 0;}
#mobilenav-toggle { display:none;}
.mobilenav-toggle {border: none; font-size: 0; line-height: 0px; width: 30px; height: 30px; 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: #000; background-image: url(images/close-mobilenav.webp); background-position: center center; background-repeat: no-repeat; width:36px; height: 36px;}
.showhide b.menu{ font-size: 22px;color: #fff;font-family: 'Inter Tight';line-height: 1;}
.mobile-nav-menu {display: none;}


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

#mobile-navigation { overflow-y:auto; 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; color: #000; padding: 6px 10px; display: block; min-width: inherit; font-weight: 600; letter-spacing: 0.6px; font-family: 'Inter Tight'; }
#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: 6px; 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;}



/*Header Sticky Menu*/

.header-sticky.fixed-header {display: none; position: fixed; top: 0; width: 100%; padding: 14px 2%; background-color: #938956; z-index: 9;border-bottom: 3px solid #d8c967; }
.sicky-logo {width: 100%; max-width: 300px; padding: 0 15px; }
.header-sticky {width: 100%; float: left; background: #c4c9b2; padding: 10px; display: none;animation: slideDown 0.35s ease-out; }
.header-sticky .sticky-cnt {width: 25%; float: left; text-align: center; font-size: 15px; color: #c4c9b2; padding: 0 8px; }
.header-sticky .mobile-nav-menu, .header-sticky .showhide {display: block; }
.header-sticky .mobile-nav-menu {background: transparent; }
.header-sticky .stickyshowhide .txt {width: 40px; height: 40px; text-align: center; float: none; padding: 0; position: relative; font-weight: 600; font-family: 'Inter Tight'; letter-spacing: 1px; }
.header-sticky .sticky-cnt>a {font-size: 17px; color: #fff; line-height: 1; text-transform: uppercase; position: relative; padding-top: 50px; display: inline-block; text-align: center; width: max-content; cursor: pointer; font-weight: 600; font-family: 'Inter Tight'; }
.header-sticky .sticky-cnt a: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 .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: 100%; 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: 14px; }
.sticky-mobinav ul li a.drop.open:after {background-position: -28px 0px; }
.header-sticky .sticky-cnt .stickyshowhide:before {background-image: url(images/header-sticky-menu.png); background-repeat: no-repeat;background-position: center;}
.header-sticky .sticky-cnt.sticky-faq-wrap a:before {background: url(images/header-sticky-faqs.png) no-repeat center; }
.header-sticky .sticky-cnt.sticky-call-wrap a:before {background-image: url(images/header-sticky-call.png);background-repeat: no-repeat;background-position: center; }
.header-sticky .sticky-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: #7794b0; 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: 40px; line-height: 1; font-weight: 700; display: block; clear: both; color: #fff; }
a#cloaseFloatingMenu2 {flex-grow: 1; width: calc(100% - 280px); height: 100%; font-size: 0px !important; }
.floatingMenuInner li {position: relative; }
.floatingMenuInner a {color: #fff; letter-spacing: 0.4px; font-family: 'Asap', sans-serif; font-weight: 500; padding: 4px 0; font-size: 18px; display: block; line-height: 1; border-bottom: 1px solid #222222; }
.floatingMenuInner .sub-menu {display: none; }
.floatingMenuInner .menu-item-has-children>a:after {content: ''; width: 10px; height: 2px; background-color: #fff; /* -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);*/ position: absolute; top: 15px; right: 6px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.floatingMenuInner .menu-item-has-children>a:before {content: ''; width: 2px; height: 10px; position: absolute; top: 11px; right: 10px; display: block; opacity: 1; background-color: #fff; }
.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {/*-webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg);*/ opacity: 0; }
.header-sticky.fixed-header .container {display: flex; padding: 0; align-items: center; justify-content: space-between; }
.sicky-logo{ max-width:210px;text-align: center;}
.sticky-wrap{display: none;}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



/* Common Button And Text Heading */

.fw{width: 100%;float: left;}
.container{width: 100%;max-width: 1300px;margin: auto;}
.text-heading{font-size: 85px;  font-family: 'Frank Ruhl Libre';font-weight: 400; line-height: 1; letter-spacing: -0.85px; color: #000; margin: 0 0 25px; text-transform: capitalize;}
.text-heading strong{color: #938956; font-weight: 400;}
a.cmn-btn {font-family: 'Inter Tight'; font-weight: 700; font-size: 20px; letter-spacing: 0.2px; line-height: 1; display: inline-block; background-image: linear-gradient(170deg,rgba(177, 153, 74, 1) 10%, rgba(216, 201, 103, 1) 45%, rgba(177, 153, 74, 1) 100%); color: #000; padding: 29px 65px; text-transform: uppercase; position: relative; transition: 0.5s; border-radius: 50px; }
a.cmn-btn:hover {background-image: linear-gradient(12deg,rgba(177, 153, 74, 1) 10%, rgba(216, 201, 103, 1) 45%, rgba(177, 153, 74, 1) 100%);}




/* Form Starts */
 
.hm-form-sec{padding-bottom: 70px;}
.hm-form-sec::before, .hm-form-sec:after {position: absolute; content: ""; width: 1300px; height: 1px; background-image: -webkit-linear-gradient(180deg, rgb(147, 137, 86) 0%, rgba(147, 137, 86, 0) 40%, rgba(147, 137, 86, 0) 57%, rgb(147, 137, 86) 100%); background-repeat: no-repeat; left: 0px; top: 0; margin: auto; right: 0; }
.hm-form-sec:after {background-image: url(images/icon-shape.webp); background-repeat: no-repeat; width: 60px; height: 65px; left: 0; margin: auto; right: 0; top: -31px;}
.hm-form-sec h2{text-transform: capitalize; text-align: center; letter-spacing: -1.275px;  margin: 0 0 37px;}
.hm-form-blck {background-image: -webkit-linear-gradient(-45deg, #bca662 21%, #d2bc76 100%); border-radius: 30px; padding: 45px 120px 28px ;}
.hm-form-blck p{font-family: 'Inter Tight'; font-weight: 300; font-size: 18px; letter-spacing: 0.36px; line-height: 1; color: #fff; text-align: center; text-transform: capitalize; margin: 0 0 38px;}
.ftr-frm-footer{background-color: #f3efdd; position: relative; z-index: 0;padding: 82px 0 0;}
.ftr-frm-footer::before,.ftr-frm-footer::after{position: absolute; content: ""; background-image: url(images/footer-left-layer.webp); height: 69.6%; width: 56.07%; background-repeat: no-repeat; background-size: 100% 100%; background-position: left; opacity: 18%; bottom: 16px; left: 0; z-index: -1;}
.ftr-frm-footer::after{background-image: url(images/footer-right-layer.webp); height: 95.8%; width: 50.72%; bottom: 0; right: 0; left: inherit;}

.hm-form-blck .gfield--type-name {width: 100%;border: none;padding: 0px !important;}
.hm-form-blck .gform_wrapper select,
.hm-form-blck .gform_wrapper .top_label input, .hm-form-blck .gform_wrapper select, .hm-form-blck .gform_wrapper .top_label textarea ,.hm-form-blck .form-links a,.hm-form-blck .form-links,.hm-form-blck .gfield_checkbox .gform-field-label{font-family: 'Inter Tight'; font-weight: 400 !important; font-size: 18px !important; line-height: 1 !important; letter-spacing: 0.36px !important; color: rgba(255, 255, 255, 0.7) !important; padding: 25px 38px 22px !important; margin: 0px !important; transition: all 0.5s; position: relative !important; background: transparent !important;  border: 1px solid rgb(255 255 255 / 40%) !important; border-radius: 10px !important; box-shadow: none !important; width: 100% !important; text-align: left !important; outline: none !important;}
.hm-form-blck .gform_wrapper .top_label textarea { height: 167px !important; resize: none; line-height: 1 !important;}
.hm-form-blck .form-links a,.hm-form-blck .form-links,.hm-form-blck .gfield_checkbox .gform-field-label{border: none !important; padding: 0 !important; display: inline; color: #fff !important;}
.hm-form-blck .gfield--type-textarea{position: relative;}
.hm-form-blck .form-links a:hover{color: #000 !important;}
.hm-form-blck .gform_heading {display: none;}
.hm-form-blck input::placeholder { color: rgba(255, 255, 255, 0.7); }
.hm-form-blck input:focus::placeholder { color: rgba(255, 255, 255); }
.hm-form-blck input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); }
.hm-form-blck input::-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); }
.hm-form-blck textarea::placeholder { color: rgba(255, 255, 255, 0.7); }
.hm-form-blck textarea:-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); }
.hm-form-blck textarea::-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); }
.hm-form-blck .gfield_label {display: none;}
.hm-form-blck .gform_fields {margin: 0 !important; display: flex;justify-content: space-between;flex-wrap: wrap; gap: 27px;}
.hm-form-blck .gfield{position: relative !important; padding: 0px;border: none;width: 48.12% !important; }
.hm-ftr-frm-rth-itm .gform_wrapper .top_label input[type="checkbox"] { width: 15px !important; height: 15px !important; float: left; clear: both; margin: 3px 10px 0px 0 !important; padding: 0 !important; }
.hm-form-blck .ginput_container_checkbox {margin: -61px 0 0;float: right;text-align: right;}
.hm-form-blck .gfield.gfield--type-checkbox { width: 100% !important; display: inline-block !important; }
.gfield--type-honeypot{display: none;}
.hm-form-blck .gform_wrapper .gfield-choice-input[type="checkbox"]{width: max-content !important;}
.hm-form-blck .gform_wrapper select:focus, .hm-form-blck .gform_wrapper .top_label input:focus, .hm-form-blck .gform_wrapper select:focus, .hm-form-blck .gform_wrapper .top_label textarea:focus{color: #fff !important; border-color: #fff !important;}
.hm-form-blck .gform_footer.top_label::before{ position: absolute; content: ""; width: 100%; top: 0; bottom: 0; height:100%; margin: auto; left: 0; right: 0;z-index: 1;pointer-events: none; background-color: #000; z-index: -1; border-radius: 50px; background-image: url(images/btn-pattern.webp); background-repeat: repeat; background-size: auto;}
.hm-form-blck .gform_wrapper .top_label input[type="submit"] { font-family: 'Inter Tight';  font-weight: 600 !important; font-size: 20px !important; line-height: 1 !important; letter-spacing: 0.8px !important; text-align: center !important; text-transform: uppercase !important; color: #ffffff !important; background-color: #000000 !important; padding: 27px 70px !important; width: inherit !important; height: initial !important; position: relative !important; border: none !important;     cursor: pointer; border-radius: 50px !important; background-image: linear-gradient(144deg,rgba(177, 153, 74, 1) 0%, rgba(211, 195, 100, 1) 50%, rgba(177, 153, 74, 1) 100%) !important;  -webkit-background-clip: text !important;  -webkit-text-fill-color: transparent;}
.hm-form-blck .gform_wrapper .top_label input[type="submit"]:hover {background-color: #fff !important;background-image: none !important;-webkit-background-clip: inherit !important;color: #cdb772 !important;-webkit-text-fill-color: #cfb973;}
.hm-form-blck div#popup-container {position: absolute; }
.popup { position: relative; display: inline-block; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.popup .popuptext {visibility: hidden; color: #000; position: absolute; transition: transform 0.15s ease-out 0.15s; z-index: 5; margin: 0 0 15px; text-align: center; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 17px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.8; font-family: 'Inter Tight'; font-weight: 400; letter-spacing: 0.5px; width: 700px; }
.popup .show { visibility: visible; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; position: inherit;}
.hm-form-blck .gform_wrapper .gfield_checkbox input[type="checkbox"] {appearance: none;  -webkit-appearance: none; -moz-appearance: none; width: 14px !important; height: 14px; border: 1px solid #fff !important; border-radius: 0 !important; cursor: pointer; position: relative; padding: 0 !important;margin: 0 6px -1px 0 !important;}
.hm-form-blck .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked::after {content: "✔"; color: #fff; font-size: 16px; position: absolute; left: 1px; top: 5px;}
.hm-form-blck .gfield.gfield--input-type-html{width: 100% !important;margin-top: -35px;}
.hm-form-blck .gform_footer.top_label{text-align: center; position: relative; width: max-content;margin: -45px auto 0; z-index: 0;}
.hm-form-blck .gfield.gfield--type-email {margin-top: -105px;}

.gform_submission_error.hide_summary{display: none;}
.hm-form-blck .gform_wrapper .field_description_below .gfield_description ,
.hm-form-blck .gform_wrapper .field_description_below .instruction{padding: 0;width: max-content;background-color: transparent;border: none;margin: 0px;position: absolute;right:10px;top: 7px;color: #c61010;line-height: 1;pointer-events: none;font-family: 'Poppins';}
.hm-form-blck .gform_wrapper .field_description_below .instruction{bottom: 113px;top: inherit;}
.hm-form-blck .gform_wrapper .gfield--type-checkbox .gfield_description{top: inherit;bottom: 0;}
.hm-form-blck .gform_wrapper select option{color:#000;}

.hm-form-blck .gform_wrapper select {-webkit-appearance: none;background-image: url(images/sdb-close-arr.webp) !important;background-repeat: no-repeat !important;background-position: right 20px center !important;background-size: 19px 11px !important;}

 

.site-footer::before{position: absolute; content: ""; background-image: url(images/footer-bg.webp); height: 100%; width: 100%; top: 0; left: 0; background-repeat: no-repeat; background-position: center; background-size: 100% 100%; mix-blend-mode: luminosity; opacity: 10%; z-index: -1;pointer-events: none;}
.site-footer .ftr-logo .ftr-logo-image img{width: 100%; display: block;}
.site-footer .ftr-logo-image {width: 26.62%; margin: 0 auto 54px;}
.ftmenu ul{text-align: center; margin:0 0 19px 10px;}
.ftmenu ul li{display: inline-block;  line-height: 1.2; border-right: 2px solid #4c4845; padding: 0 42px;}
.ftmenu ul li:first-child{padding-left: 0;}
.ftmenu ul li:last-child{border: none; padding-right: 0;}
.ftmenu ul li a{font-size: 22px; font-family: 'Inter Tight'; font-weight: 400;color: #231f20;  text-transform: uppercase; letter-spacing: 0; display: inline-block; }
.ftmenu ul li a:hover ,.ftmenu ul li.current-menu-item a{color: #bb8525;}
.ftr-blocks{border-top: 1px solid #7a7a7a; border-bottom: 1px solid #7a7a7a; display: flex;width: calc(100% - 20px); padding: 50px 0 89px;}
.ftr-itm{width: 26.5%; text-align: center; border-right: 1px solid rgb(0, 0, 0,0.3); padding: 20px 10px 8px;}
.ftr-itm h4{font-size: 35px; font-family: 'Frank Ruhl Libre'; font-weight: 400; letter-spacing: 0; line-height: 1; color: #1d1d1d; padding-top: 73px; margin: 0 0 10px; position: relative;}
.ftr-itm h4 a {color: #231f20;font-size: 38px;font-family: 'Inter Tight';font-weight: 400;display: block;width: max-content;margin: 11px auto 0;}
.ftr-itm.cnct h4 a:hover{color: #bb8525;}
.ftr-itm p{font-size: 20px; font-family: 'Inter Tight'; font-weight: 400; color: #000000; letter-spacing: 0; line-height: 1.5; margin: 0;}
.ftr-itm.hrs p{font-size: 22px; line-height: 1.26;margin:0 0 10px;}
.ftr-itm.hrs p.appointment-text {color: #a39041;letter-spacing: 0.6px;}
.ftr-itm.hrs p strong {font-family: 'Poppins';margin: 0;display: block;font-weight: 400;margin-top: 15px;line-height: 1;}
.ftr-itm:first-child,.ftr-itm:last-child{width: 23.5%;padding-right: 39px; }
.ftr-itm:last-child{border: 0;padding-left: 39px; padding-right: 0;}
.ftr-itm.cnct h4,.ftr-itm.fax h4{margin: 0;}
.ftr-itm h4::before,.ftr-itm h4 a::before{position: absolute; content: ""; background-image: url(images/sprites.webp); height:60px ; width: 40px; background-position:-12px -412px ; left: 0; right: 0; top: 0; margin: auto;}
.ftr-itm.hrs h4::before{background-position:-158px -412px ; width: 60px;}
.ftr-itm.fax h4::before,.ftr-itm.cnct h4::before{display: none;}
.ftr-itm.fax h4 a::before{background-position:-241px -412px ; width: 60px; height: 51px;}
.ftr-itm.cnct h4 a::before{background-position:-75px -412px ; width: 60px;}
.copyrights {padding: 29px 0px 50px;text-align: center; }
.copyrights p{margin: 0; font-size: 20px; font-family: 'Inter Tight'; font-weight: 400;line-height: 1.7; color: #000000; }
.copyrights p a:hover{color: #bb8525;}
.ftr-itm.hrs p.appointment-text {font-size: 16px;padding: 0 19px;}



.widget.widget_fact_checked .fact_checked_inner {
    display: flex;
    justify-content: space-between;
    min-height: 45px;
    align-items: center;
}
.widget.widget_fact_checked .fact_checked_inner .checked_by {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
}
/* .widget.widget_fact_checked p { margin-bottom: 0px;  display: flex; align-items: center;} */
.widget.widget_fact_checked p {
    margin-bottom: 0px;color: #fff;    font-family: 'Frank Ruhl Libre';
}
.widget.widget_fact_checked p.mod_date span {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names {
    margin-left: 10px;
    color: #fff;
    font-family: 'Frank Ruhl Libre';
}
.widget.widget_fact_checked p.widget-names a {
    text-decoration: underline !important;
}

.widget.widget_team_bios .member_bios {
    padding: 20px 20px 0;
    text-align: center;
    margin-bottom:0px;
    color: #000;
}
.widget.widget_team_bios .member_bios .bio_pic {
    margin-bottom: 15px;
}
.widget.widget_team_bios .member_bios .bio_name p a{
    font-size: 20px;
    text-decoration: underline;
    font-weight: bold;
}
.checked-left img{filter: invert(1) sepia(0) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);}

.widget-description {
    font-family: 'Inter Tight';
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
}
.widget-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s 
ease;
    margin: 0;
}

.widget-description.active {
    max-height: 500px; /* adjust as needed */
    margin-top: 10px;
}
.widget-names {
    cursor: pointer;
    font-weight: bold;
}
.fact-checked-sec {
    background-image: -webkit-linear-gradient(-45deg, #bca662 21%, #d2bc76 100%);
    padding: 30px 0px;
}
.checked_by{
    font-size: 20px;
    line-height: 1.2;
}
p.mod_date {
    font-size: 20px;
    width: 24%;
}
.checked-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.checked-left p.widget-names::before{
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(images/drop-down-arrow.webp);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;    filter: invert(1) sepia(0) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.checked-left p.widget-names.nameactive::before{
    transform: rotate(180deg);
}
.checked-right {
    width: 100%;
}
.page_default .genpg-rite section.no-results.not-found form.search-form, .page_default .genpg-rite section.no-results.not-found h1, p.gform_required_legend {display: none;}



