/*
 Theme Name:   The Schafer Law Office
 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:  mikeschaferlaw
*/


: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: 'Inter Tight';
    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: 'Inter Tight';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Inter Tight';
    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;
}
a:focus{outline: none;}
p:empty {display: none;}

.container{width: 100%;max-width: 1500px;margin: auto;}
body{position: relative;}
body:before{position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;background-image: url(./images/body-patrn-img.webp);width: 100%;height: 100%;mix-blend-mode: luminosity;opacity: 7%;content: "";pointer-events: none;}
 

/*Header Sticky Menu*/
.header-sticky.fixed-header {position: fixed; top: 0; width: 100%; padding: 10px 2%; background-color: #101010; z-index: 9999; border-bottom: 2px solid #da3722; }
.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: 'Inter Tight'; 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: #1f1f1f; 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: 'Inter Tight'; 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 27px; 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: 'Inter Tight'; }
 .showhide b.txtr {position: absolute; top: 0; bottom: 0; left: 0; margin: auto; text-align: left; font-size: 34px; line-height: 18px;}
.mobinav {display: none; width: 100%; color: #fff; box-sizing: border-box; z-index: 99999995; float: left; background: #1f1f1f; 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: 'Inter Tight'; }
.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: 'Inter Tight'; border: 0; margin: 0; text-decoration: none; }
 .mobinav a:hover {color: #e2312c; }
 .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; }

.site-branding {width: 22.2%; }
.site-branding img{width: 100%;display: block;}
.logo-section {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.header-number {display: flex; justify-content: end; gap: 10px; align-items: center;margin: 0 0 20px;}
.header-number  p {margin: 0; color: #919191; font-size: 17px; font-family: 'Inter Tight'; font-weight: 500; letter-spacing: 6.66px; line-height: 1.2; text-transform: uppercase; }
 .header-number .phn-num {padding:0 0 0 60px; position: relative; }
.header-number  .phn-num a {font-size: 42px; font-family: 'Gilda Display'; font-weight: 400; line-height: 1; letter-spacing: -1.68px; color: #fff; display: inline-block; }
.header-number a:hover {color: #df3030;}
.header-number .phn-num a:before {position: absolute; content: ""; background-image: url(images/sprites.webp); background-color: #df3030; border-radius: 50%; background-repeat: no-repeat; background-position: -20px -23px; width: 50px; height: 50px; top: -6px; left: 0; margin: auto; }
#main-navigation ul{margin:0 }
#main-navigation ul li{display: inline-block; padding: 0 0px 0; position: relative; margin: 0 24px; }
#main-navigation ul li.practiceareas-menu{position:static;}
#main-navigation ul li.practiceareas-menu > ul.sub-menu{width:100%;column-count:4;column-gap:30px;}
#main-navigation ul li.practiceareas-menu ul.sub-menu li .sub-menu {display: block;padding-left: 20px;position: unset;}
#main-navigation ul li.practiceareas-menu > ul.sub-menu > li > a{text-decoration: underline;font-size: 19px;letter-spacing: 1px; text-underline-offset: 7px;}


#main-navigation ul li:first-child{margin-left:0 }
#main-navigation ul li:last-child{margin-right:0 }
#main-navigation ul li a{font-size: 20px; font-family: 'Inter Tight'; font-weight: 500; letter-spacing: 0.4px; line-height: 1; color: #ffffff; padding:0 13px 19px; display: block; min-width: inherit; background:none;}
#main-navigation ul > li.current-menu-item > a:before, #main-navigation ul > li > a:hover:before,#main-navigation ul > li.current-menu-item > a:after, #main-navigation ul > li > a:hover:after{content: "";position: absolute;bottom: -1px;left: 0;right: 0;margin: auto;width: 100%;height: 100%;border-bottom: 1px solid #da3722;z-index: -1;}
#main-navigation ul > li.current-menu-item > a:after, #main-navigation ul > li > a:hover:after{width: 11px;height:11px ;background-color: #da3722;bottom: -5px;}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li a:hover{color: #e13030; background-image: -webkit-linear-gradient( 90deg, rgba(218,55,34,40%) 0%, rgba(218,55,34,0) 100%); }
#main-navigation ul li ul.sub-menu{display:none; width:220px; position:absolute; color:#fff; top:100%; left:0; right:auto; background-color:#df3030; 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: #f5f1e9; color: #a7211f; }
#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.4px; border-bottom: 0; font-size: 17px; line-height:1.2;}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu li a:hover, #main-navigation .sub-menu .current-menu-item > a {background-color: #161415; color: #fff; }
#main-navigation .sub-menu li:after{display:none; }
#main-navigation .sub-menu li{width:100%; margin:0; padding:0 }
#main-navigation .sub-menu li a:after{display:none }
#main-navigation ul li ul.sub-menu li .sub-menu {display:none; width:100%; position:absolute; color:#fff; top:0; left:100%; padding:0px 0; z-index:999; }
.site-header {background-color: transparent; transition: opacity 0.3s ease, visibility 0.3s ease; width: 100%; padding: 20px 0 0px; border-bottom: 1px solid #464646; position: absolute;z-index: 2;}
.site-header .container{max-width: 1680px;}
.site-header.is-sticky {top: 0; right: 0; left: 0; z-index: 999; position: fixed; background:#101010; animation: slideDown 0.35s ease-out; visibility: visible; }


.gtranslate_wrapper  a {font-size: 19px; font-family: 'Inter Tight'; font-weight: 500 !important; line-height: 1; letter-spacing: 0.19px; color: #fff; }
.gtranslate_wrapper a.glink.gt-current-lang{color: #e13030;}
.gtranslate_wrapper {display: flex; gap: 60px; align-items: center; justify-content: center; position: relative; padding: 10px 20px; border: 1px solid #464646; margin-right: 15px; }
.gtranslate_wrapper:before {position: absolute; top: 0; left: 0; right: 0; width: 30px; height: 1px; content: ""; margin: auto; background-color: #e13030; bottom: 0; }
.gtranslate_wrapper a.active:before {position: absolute;top: 13px;left: 90px;width: 12px;height: 12px;background-color: #e13030;content: "";border-radius: 2px;}
.gtranslate_wrapper a.active{color:#e13030;}
.gtranslate_wrapper a.spanish.active:before{left:inherit;right:93px;}

 



@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; }


#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-size: 68px; text-transform: uppercase; margin: 0 0 40px; text-align: center; font-family: 'Gilda Display'; color: #181818; letter-spacing: 0; line-height: 1; font-weight: 400;}
.text-heading strong{font-weight: 400;font-family: 'Meow Script';font-size: 89px;color: #e13030;text-transform: none;letter-spacing: 0;}
a.cmn-btn {display: inline-block; padding: 24px 50px; color: #fff; line-height: 1; font-family: 'Inter Tight'; font-weight: 700; font-size: 19px; letter-spacing: 1.52px; text-transform: uppercase; background: -webkit-radial-gradient( 50% 50%, circle , rgba(225,48,48,10%) 40%, rgba(225,48,48,45%) 100%),#161415; position: relative;transition-duration: inherit;}
a.cmn-btn:hover{background:-webkit-radial-gradient(50% 50%, circle, rgb(22 20 21 / 20%) 0%, rgb(22 20 21 ) 100%), #e32f33; }
a.cmn-btn:before,a.cmn-btn:after{position: absolute;top: -3px;left: 0;width: 100%;height: 1px; background-image: -webkit-linear-gradient( 0deg, rgb(225,48,48) 0%, rgba(225,48,48,0) 100%);background-repeat: no-repeat;content: "";}
a.cmn-btn:after{top: inherit;left: inherit;bottom: -3px;right: 0;background-image: -webkit-linear-gradient( 180deg, rgb(225,48,48) 0%, rgba(225,48,48,0) 100%);}




 


 
/*footer form*/
 
.ftr-combined-sec{ background-image: url(images/footer-bg.webp); background-position: center; background-repeat: no-repeat; background-size: cover; }
.form-map-blk { display: flex; justify-content: start; gap: 48px; }
.hm-form-sec { padding: 55px 50px; position: relative; width: 44%; clip-path: polygon(90% 0, 100% 8%, 100% 99%, 0 99%, 0 0); background: #e23031; margin: -110px 0 0; }
.map-cont-itm { position: relative; }
.map-cont-itm a:hover{ border: 1px solid #e13030;transition:0.5s; }
.map-cont-itm a { display: block; padding: 20px 47px 16px 74px; border: 1px solid #464646; font-size: 24px; font-family: 'Inter Tight'; font-weight: 500; line-height: 1; letter-spacing: 0.8px; color: #fff; margin: 0; position: relative; text-align: start;}
.ftr-frm-logo { text-align: start; margin-bottom: 25px; }
.map-blk { width: 45.5%; padding: 40px 0 0; }
.map-sec { margin-bottom: 48px; }
.map-sec iframe {width: 100%;height: 313px;}
.map-cont-itm a:before { content: ''; position: absolute; width: 27px; height: 36px; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -25px -252px; left: 35px; top: 0; bottom: 0; margin: auto; }
.map-content { display: flex; gap:20px; }
.map-content.top{ justify-content: start; margin-bottom:14px; }
.map-content.btm{ justify-content: end; }
.hm-form-sec .text-heading { font-family: 'Gilda Display'; font-size: 58px; letter-spacing: -0.22px; color: #fff; margin: 0 0 12px; font-weight: 400; }
.hm-form-sec p { font-family: 'Inter Tight'; font-size: 20px; color: #fff; line-height: 1; margin: 0 0 30px; letter-spacing: 0.4px; text-align: center; font-weight: 400; }
.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 .gform_required_legend{ display: none; }
.ftr-form-sctn{ text-align: center; }
.gchoice.gchoice_3_9_1 label { display: block; } fieldset#field_3_9 { width: 22%; border: none; }
.hm-form input::placeholder { color: #000; }
.hm-form input:-ms-input-placeholder { color: #000; }
.hm-form input::-ms-input-placeholder { color: #000; }
.hm-form textarea::placeholder { color: #000; }
.hm-form textarea:-ms-input-placeholder { color: #000; }
.hm-form textarea::-ms-input-placeholder { color: #000; }
.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: #1b2026; outline: 0px; position: relative; border-radius: 0; font-family: 'Inter Tight'; background: #fff; line-height: 1.3 !important; font-size: 18px !important; padding: 16px 30px !important; transition: all 0.5s; display: block; text-align: left; height: auto !important; letter-spacing: 0.4px;appearance:none; }
.hm-form .gform_wrapper select{background-image: url("images/form-down-arr.webp");background-repeat: no-repeat;background-size: 15px auto;background-position: right 30px center;}
.hm-form .gfield{ position: relative !important ;width: 100%;}
.hm-form .gfield.gfield--type-text, .hm-form .gfield.gfield--type-phone, .hm-form .emil.gfield_contains_required { width: 48.6% !important; }
.gfield.gfield--type-select.gfield--input-type-select.gfield--width-full.field_sublabel_below.gfield--no-description.field_description_below.field_validation_below.gfield_visibility_visible { width: 100%; }
.hm-form .gform_fields { display: flex !important; flex-wrap: wrap; gap: 10px !important; justify-content: space-between; align-items:center; }
.hm-form .gform_wrapper .top_label textarea { width: 100% !important; height: 170px !important; resize: none; margin: 0; padding-top: 20px !important; margin: 0px; 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 .gform_wrapper .form-links a, .hm-form .gfield--type-checkbox .gchoice label { cursor: pointer; font-size: 18px; font-family: 'Poppins-Regular'; line-height: 1; font-weight: 400; color: #fff; letter-spacing: -0.36px; margin: 0; text-align:left; }
.hm-form .gform_wrapper .form-links a:hover { color: #000; }
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { position: relative; width: 100%; color: #fff; line-height: 1; text-align: left; margin: 0 0 0px !important; }
.hm-form-sec .gfield .ginput_container { margin: 0 !important; }
.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: 40px auto 0; position: relative; max-width: max-content; }
.hm-form .gform_wrapper .gform_footer.top_label::before, .hm-form .gform_wrapper .gform_footer.top_label::after {position: absolute; top: -3px; left: 0; width: 100%; height: 1px; background-image: -webkit-linear-gradient( 0deg, rgb(24,20,21) 0%, rgba(24,20,21,0) 100%); background-repeat: no-repeat; content: ""; }}
 
.hm-form .gform_wrapper .gform_footer.top_label::before { top: -6px; left: -6px;  }
 
.hm-form .gform_wrapper .gform_footer.top_label::after {bottom: -3px; right: 0; top: inherit; left: inherit; background-image: -webkit-linear-gradient(180deg, rgb(24, 20, 21) 0%, rgba(24, 20, 21, 0) 100%); }
 
.hm-form .gform_wrapper .top_label input[type="submit"] { display: inline-block !important; outline: none !important; border: 0px none !important; border-radius: 0 !important; cursor: pointer; text-transform: uppercase !important; transition-duration: 0.5s; font-family: 'Inter Tight' !important; width: auto !important; color: #ffffff !important; font-size: 19px !important; padding: 25px 85px !important; line-height: 1 !important; letter-spacing: 1.7px; margin: 0; position: relative; z-index: 1; background: -webkit-radial-gradient( 50% 50%, circle , rgba(225,48,48,10%) 25%, rgba(225,48,48,55%) 100%),#161415; font-weight: 700; }
.hm-form .gform_wrapper .top_label input[type="submit"]:hover {background: #fff;color: #e23031 !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: 'Poppins-Regular'; padding: 15px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 14px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 2; 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; top: 5px; right: 8px !important; text-align: right; font-size: 13px; font-family: 'Inter Tight'; letter-spacing: 0.5px; color: #932008; margin: 0; }
.hm-form .gfield_description.instruction.validation_message {top: inherit;bottom: 4px;}
.hm-form .chk .gfield_description.validation_message{ bottom: -17px !important; }

 
/*Footer block*/

.ftr-block-sec { padding: 53px 0; color: #fff; }
#footer-navigation ul li:first-child { margin-left: 0; }
#footer-navigation ul li:last-child { margin-right: 0; }
#footer-navigation ul { margin: 0 0 40px; font-size: 0; text-align: center; padding: 0 0 30px; border-bottom: 1px solid rgb(255 255 255 / 20%); }
#footer-navigation ul li { display: inline-block; padding: 0; position: relative; margin: 0 54px; }
#footer-navigation ul li a { font-size: 20px; letter-spacing: 0.2px; color: #fff; padding: 0; min-width: inherit; font-family: 'Inter Tight'; font-weight: 500; border: 0; line-height: 1; display: inline-block; text-transform: capitalize; }
#footer-navigation ul li.current-menu-item > a, #footer-navigation ul li:hover > a { color:#e13030; }
.ftr-block-list { display: flex; justify-content: space-between; width: 85.34%; margin: auto; }
.ftr-itm { width: 30.4%; text-align:center; }
.ftr-itm.follow { border-left: 1px solid #514242; border-right: 1px solid #514242; width: 34.8%; }
.ftr-itm h4 { font-size: 37px; font-family: 'Gilda Display'; font-weight: 400; line-height: 1; letter-spacing: 0.4px; color: #fff; margin: 0 0 8px; padding: 58px 0 12px; position: relative; }
.ftr-itm h4:before { content: ''; position: absolute; width: 35px; height: 45px; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -74px -251px; left: 0; top: 0; right: 0; margin: auto; }
.ftr-itm h4::after { content: ''; position: absolute; width: 100px; height: 10px; background-image: url(images/ftr-bar.webp); background-repeat: no-repeat; background-size: contain; background-position: bottom center; left: 0; bottom: 0; right: 0; margin: auto; }
.ftr-itm.cnct h4:before { background-position: -186px -248px; width: 45px; }
.ftr-itm.follow h4:before { background-position: -128px -251px; width: 40px; }
.ftr-itm p { font-size: 21px; font-family: 'Inter Tight'; font-weight: 400; line-height: 1.4; letter-spacing: 0.5px; color: #fff; margin: 0 0 7px; }
.ftr-btn a:hover{color: #fff;}
.ftr-btn a { font-family: 'Inter Tight'; font-weight: 500; font-size: 17px; text-transform: uppercase; line-height: 1; color: #e13030; letter-spacing: 2.7px; display: inline-block; text-decoration: underline; }
.ftr-itm.cnct p a {font-family: 'Gilda Display';color: #fff;font-size: 50px;font-weight: 400;margin: 0;letter-spacing: -0.8px;line-height: 1;display: inline-block;}
.ftr-itm.cnct p a:hover{ color: #e13030; }
 .ftr-itm p.directions a:hover {color: #fff;}
.ftr-itm p.directions a { color: #e13030; text-transform: uppercase; margin: 6px 0 0; display: inline-block; }
.ftr-itm.ftr-logo img { margin: 0 0 20px; }
.ftr-soc-icons { display: flex; justify-content: center; gap: 15px; padding-top: 14px; }
.ftr-soc-icons a { font-size: 0; width: 30px; height: 30px; background-image: url(images/sprites.webp); background-repeat: no-repeat; background-position: -17px -312px; display: inline-block; }
.ftr-soc-icons a:hover { background-position: -18px -366px; }
.ftr-soc-icons a.twitter{ background-position: -109px -310px; }
.ftr-soc-icons a:hover.twitter { background-position: -108px -362px; }
.ftr-soc-icons a.linkedin { background-position: -60px -312px; }
.ftr-soc-icons a:hover.linkedin{ background-position: -62px -367px; }
 
/*Copy Rights Section*/ 

.ftr-copyrights-sec { background-color: #e13030; padding: 20px 0px; text-align: center; }
.ftr-copyrights-sec p a, .ftr-copyrights-sec p { font-family: 'Inter Tight'; font-weight: 400; color: #fff; font-size: 20px; letter-spacing: 0; line-height: 1.7; }
.ftr-copyrights-sec p a:hover{ color: #000; }
.ftr-copyrights-sec p.copy-para { margin: 0 0 10px; }
.ftr-copyrights-sec p.copy-para-subtext {font-size: 16px; letter-spacing: 0.5px; }
 
.screen-reader-text {display: none !important;}
.search-modal {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.6); display: none;align-items: center;justify-content: center;z-index: 9999; /* important */}
.search-modal.active {display: flex;}
.search-modal-content {background: #fff;padding: 30px;width: 100%;max-width: 600px;border-radius: 6px;position: relative;}
.close-search {position: absolute;top: 10px; right: 15px;cursor: pointer;font-size: 22px;}
.top-search a {background-image: url(images/search-icon.webp);background-repeat: no-repeat;width: 32px;height: 32px;font-size: 0;display:block;background-size: 100% 100%;filter: invert(1);}
.menu-search-blk {display: flex;justify-content: space-between;align-items: self-end;gap:30px;}
.top-search {background-color: #df3030;padding: 8px;}

.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;}