/*
 Theme Name:   Mountain & Valley Law Firm 
 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:  valleylawmt
*/

@font-face {
    font-family: 'Halant';
    src: url('./fonts/Halant-Regular.woff2') format('woff2'),
        url('./fonts/Halant-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halant';
    src: url('./fonts/Halant-Medium.woff2') format('woff2'),
        url('./fonts/Halant-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Halant';
    src: url('./fonts/Halant-Light.woff2') format('woff2'),
        url('./fonts/Halant-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('./fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('./fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('./fonts/InterTight-Medium.woff2') format('woff2'),
        url('./fonts/InterTight-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('./fonts/InterTight-Regular.woff2') format('woff2'),
        url('./fonts/InterTight-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}




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

/*Header Sticky Menu*/


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

.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: #662937;
    font-family: 'Inter Tight';
    font-weight: 400;
    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 #662937;
}
.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: #662937;
    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: 'Asap', sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

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

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;

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

       -moz-transform: rotate(45deg);

       -ms-transform: rotate(45deg);

       -o-transform: rotate(45deg);

       transform: rotate(45deg);*/

    position: absolute;

    top: 15px;

    right: 6px;

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

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

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

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

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

}

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

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

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

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

      -moz-transform: rotate(135deg);

      -ms-transform: rotate(135deg);

      -o-transform: rotate(135deg);

      transform: rotate(135deg);*/

    opacity: 0;

}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



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



.sticky-wrap{
    display: none;
}


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

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 29px;
    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: 1px;
    font-family: 'Inter Tight';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 35px;
    line-height: 20px;
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    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: "Poppins", sans-serif;
}

.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: #b5a377;
}

.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-header {transition: opacity 0.3s ease, visibility 0.3s ease; width: 100%; padding: 25px 0 0px; position: absolute; }
.logo-section {display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: start; gap: 148px; }
.site-branding {width: 14.3%;margin: 0 0 0 -8px; }
.site-branding img {width: 100%; display: block; }
.header-number {color: #fff; padding:0 0 0 80px; position: relative; }
.header-rit {display: flex; padding: 18px 0 0; gap: 85px; }
.site-header .menu-main-menu-container {padding: 15px 0 0; }
.header-number p {font-size: 17px; font-family: 'Inter Tight'; font-weight: 500; line-height: 1; letter-spacing: 1.02px; text-transform: uppercase; color: #000; margin: 0; }
.header-number a {font-size: 45px; font-family: 'Halant'; font-weight: 500; line-height: 1; letter-spacing: -1.35px; color: #742e3e; margin: 3px 0 0; display: block; }
.header-number a:hover {color: #000;}
.header-number a:before {position: absolute; content: ""; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -11px -10px; width: 57px; height: 58px; top: 0; left: 0; }
.site-header ul{margin:0;display: flex;gap: 60px; }
.site-header ul li{display: inline-block; padding: 0px; position: relative; }
.site-header ul li:first-child{margin-left:0 }
.site-header ul li:last-child{padding-right:0; margin-right: 0; }
.site-header ul li a {font-size: 22px; font-weight: 400; font-family: 'Inter Tight'; letter-spacing: 0.44px; line-height: 1; color: #000; display: block; text-transform: capitalize; }
.site-header ul > li.current-menu-item > a, .site-header ul > li > a:hover{color: #742e3e;}
.site-header ul li ul.sub-menu{display:none; width:220px; position:absolute; color:#fff; top:100%; left:0; right:auto; background-color:#662937; padding:0px 0; z-index:999 }
.site-header ul li:hover ul.sub-menu{display:block }
.site-header ul li:hover ul.sub-menu li{position:relative }
.site-header ul li:hover ul.sub-menu li:hover > ul{display:block; top:0; left:100% }
.site-header .sub-menu li.current-menu-item > a{background-color: #f5f1e9; color: #a7211f; }
.site-header .sub-menu li a{width: 100%; padding: 9px 10px; color: #ffffff; display: block; text-align: left; text-transform: capitalize; font-weight: 500; letter-spacing: 0; border-bottom: 0; font-size: 16px; }
.site-header .sub-menu li a:hover,
.site-header .sub-menu li a:hover, .site-header .sub-menu .current-menu-item > a {background-color: #b5a277; color: #fff; }
.site-header .sub-menu li:after{display:none; }
.site-header .sub-menu li{width:100%; margin:0; padding:0 }
.site-header .sub-menu li a:after{display:none }
.site-header 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.is-sticky {top: 0; right: 0; left: 0; z-index: 999; position: fixed; animation: slideDown 0.35s ease-out; visibility: visible; background-color: #dfdfdf;padding: 10px 0;}
.site-header.is-sticky .logo-section{align-items: center; justify-content: space-between;}
.site-header.is-sticky .site-branding {width:6%; }
.site-header.is-sticky .header-rit{width: 75%;}

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



/* home cmn styles starts */

.text-heading{ color: #ffffff; font-size:85px ; font-family: 'Halant'; text-transform: uppercase; font-weight:400 ; line-height: 1; letter-spacing:-1.7px ; text-align: center; margin-bottom: 50px; }
.text-heading strong { color: #662937; font-weight: 400; }
a.cmn-btn{ color: #ffffff; font-size:18px ; font-family: 'Inter 18pt'; font-weight:700 ; line-height: 1; letter-spacing:0.36px; text-align: center; text-transform:uppercase ; text-decoration: none; background-color: #662937; border: 2px solid transparent; padding: 24px 28px; display: inline-block; }
a.cmn-btn:hover{background-color: #fff; color: #662937;}


/* home footer form section starts */

.hm-form .gfield label { display: none; } 
.hm-form-blk .container, .site-footer .container{ max-width: 1300px; } 
.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-blk { padding: 1px 0 62px; } 
.hm-form-sec { padding: 64px 148px; position: relative;  background-color: #742e3e; }
body.home .hm-form-sec{margin: -94px 10px 0;}
.hm-form-sec .text-heading{ color: #fff; margin: 0 0 10px; } 
.hm-form-sec p { font-family: 'Inter Tight'; font-size: 21px; color: #fff; line-height: 1; margin: 0 0 31px; font-weight: 400;letter-spacing: 0.3px;} 
.hm-form .gform_required_legend{ display: none; } 
.ftr-form-sctn{ text-align: center; background-color: #1c1b1a; position: relative;} 
.ftr-form-sctn:before {position: absolute; top: 0; left: 0; margin: auto; background-image: url(./images/footer-bg-layer.webp); background-repeat: no-repeat; width: 83.7%; height: 100%; content: ""; mix-blend-mode: color-burn; pointer-events: none;}
.gchoice.gchoice_3_9_1 label { display: block; } 
.hm-form-sec .gfield.chk{ width: 100%; border: none; padding: 0; margin: -5px 0 0; } 
.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.2 !important; font-size: 18px !important; padding: 23px 29px !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 { width: 49.09%; } 
.hm-form .gfield.gfield--type-email{ width: 100% !important } 
.hm-form .gform_fields { display: flex !important; flex-wrap: wrap; gap: 21px 17px !important; justify-content: space-between; align-items:center; } 
.hm-form .gform_wrapper .top_label textarea { width: 100% !important; height: 176px !important; resize: none; padding-top: 28px !important; margin: 0 0 10px; 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: 20px; font-family: 'Inter Tight'; line-height: 1; font-weight: 400; color: #fff; margin: 0; text-align: left; } 
.hm-form .gform_wrapper .form-links a:hover { color: #c8b284; } 
.hm-form-sec .gform_wrapper .form-links, .hm-form-sec .gfield.gfield--type-html.popfield { position: relative; width: 60%; color: #fff; line-height: 1; text-align: left;} 
.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: 3px 11px 0px 0 !important; padding: 0 !important; } 
.hm-form .gform_wrapper .gform_footer.top_label {padding: 0;text-align: center;margin: -55px 0 0;position: relative;float: right;}
.hm-form .gform_wrapper .top_label input[type="submit"] { display: inline-block !important; background-color: #b5a277!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 18pt'; font-weight: 700; width: auto !important; font-size: 18px !important; color: #ffffff !important; padding: 26px 41px !important; line-height: 1 !important; letter-spacing: 0.36px; margin: 0; position: relative; z-index: 1; } 
.hm-form .gform_wrapper .top_label input[type="submit"]:hover{ background-color: #fff!important; color: #b5a277 !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: 650px; top: 5px; left: 0; margin: 0px; font-family: 'Inter Tight'; text-align: center; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.2); background: #fff; font-size: 15px; color: black; transition: transform 0.15s ease-out; display: inline-block; line-height: 1.9;letter-spacing: 0.6px;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: 10px; right: 8px !important; text-align: right; font-size: 14px; font-family: 'Inter Tight'; font-weight: 500; color: #ff2c00; margin: 0;pointer-events:none; } 
.hm-form .chk .gfield_description.validation_message {top: 25px;left: 0; right: auto !important; }
.hm-form .gfield_description.instruction.validation_message {bottom: 4px;top: inherit;}


/* home footer block section starts */


.site-footer {padding: 100px 0 0;}
.site-footer .ftr-block-sec { padding: 0px; color: #fff; } 
.ftr-menu ul {margin: 0 0 52px; font-size: 0; text-align: center; }
.ftr-menu ul li { display: inline-block; position: relative; padding: 0 64px; } 
.ftr-menu ul li::before { position: absolute; content: ""; background-color: #fff; width: 2px; height: 100%; top: 0; bottom: 0; right: 0; rotate: 16deg; }
.ftr-menu ul li:first-child{padding-left: 0;} 
.ftr-menu ul li:last-child{padding-right: 0;} 
.ftr-menu ul li:last-child::before{display: none;}
.ftr-menu ul li a { font-size: 23px; letter-spacing: 1.38px; color: #fff; padding: 0; min-width: inherit; font-family: 'Inter Tight'; text-transform: uppercase; font-weight: 400; border: 0; line-height: 1; display: inline-block; } 
.ftr-menu ul li.current-menu-item > a, .ftr-menu ul li > a:hover { color:#c8b284; } 
.ftr-block-sec {padding: 37px 0 51px; border-bottom: 1px solid #4c4c4b; border-top: 1px solid rgba(255, 255, 255, 0.22); }
.ftr-block-list { display: flex ; justify-content: space-between; align-items: center;padding: 50px 0; } 
.site-footer .fttr-itm { width: 31.3%; text-align: left; padding-left: 153px; position: relative; } 
.site-footer .fttr-itm h4 { font-size: 45px; font-family: 'Halant'; font-weight: 400; text-transform: uppercase; line-height: 1; letter-spacing: -1.8px; color: #fff; margin: 0 0 10px; } 
.site-footer .fttr-itm.lg { padding: 0; width: 31.3%; border-left: 1px solid #383736; border-right: 1px solid #383736; } 
.site-footer .fttr-itm.cntct h4::before { display: none; } 
.site-footer .fttr-lg { width: 100%; max-width: 260px; margin: auto; } 
.site-footer .fttr-itm h4::after , .fttr-itm.cntct .fttr-cl p a::after {  background-image: url(images/fttr-blk-itm-bfor.webp); content: ''; position: absolute; width: 115px; height: 93px; background-repeat: no-repeat; margin: auto; background-size: 100% 100%; left: 0; top: 0; pointer-events: none; } 
.site-footer .fttr-itm h4:before , .fttr-itm.cntct .fttr-cl p a::before { content: ''; position: absolute; width: 49px; height: 58px; background-image: url(images/hm-sprites.webp); background-repeat: no-repeat; background-position: -169px -231px; left: 35px; top: 17px; margin: auto; } 
.site-footer .fttr-itm.cntct .fttr-cl p a::before { background-position: -299px -228px;} 
.site-footer .fttr-lg img { width: 100%; display: block; } 
.site-footer .fttr-itm p{ font-size: 19px; font-weight: 400; line-height: 1.6; letter-spacing: 0.38px; color: #fff; font-family: 'Inter Tight'; margin: 0; } 
.site-footer .fttr-itm.lctn p a { display: block; font-size: 16px; text-transform: uppercase; letter-spacing: 1.6px; color: #b5a277;margin-top: 3px;text-decoration: underline;text-underline-offset: 4px;} 
.site-footer .fttr-itm.cntct .fttr-cl p a { display: block; font-family: 'Halant'; font-size: 44px; letter-spacing: -1.38px; color: #c8b284; margin: 9px 0 0; } 
.site-footer .fttr-itm.cntct .fttr-cl p { text-transform: uppercase; line-height: 1; } 
.site-footer .fttr-itm.cnct p a { font-size: 40px; font-family: 'Instrument Sans'; font-weight: 700; line-height: 1; letter-spacing: 0; color: #931917; margin: 0; display: inline-block; } 
.site-footer .fttr-itm.lctn p a:hover, .fttr-itm.cntct .fttr-cl p a:hover{color: #fff;} 
.site-footer .fttr-itm p.directions a { color: #931917; text-transform: uppercase; margin: 6px 0 0; display: inline-block; } 
.site-footer .fttr-itm.ftr-logo img { margin: 0 0 20px; } 
.social-icns { display: flex ; justify-content: center; gap: 10px; }
.site-footer .fttr-itm.cntct h4:after{display: none;}

.request-btn {margin-bottom: 50px;}

/* home Copy Rights Section*/ 

.ftr-copyrights-sec { padding: 44px 0px; text-align: center; }
.ftr-copyrights-sec p { font-family: 'Inter Tight'; color: #fff; font-weight: 400; text-transform: capitalize; font-size: 18px; line-height: 1; margin: 0; letter-spacing: 0.72px; }
.ftr-copyrights-sec p a:hover{color: #c8b284;}




/*inner page styles*/

.single-container, .container, .footer-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;
}

/*.sidebar_posts, .sidebar_search, .sidebar_categories, .sidebar_archives, .sidebar_reviews { margin-bottom: 30px;}*/
.blocks {
    padding:80px 0;
}
.footer-col {
    width:32%
}
.map-col {
    width:48%
}
.copyright {
    text-align: center;
}
.screen-reader-text {
    display: none !important;
}

.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 {
    margin: 0;
}
.widget.widget_fact_checked p {
    margin-bottom: 0px;
    line-height: 1.6;
    font-family: 'Inter Tight';
    font-weight: 400;
    font-size: 20px;
}
.widget.widget_fact_checked p.mod_date span {
    margin-left: 10px;
}
.widget.widget_fact_checked p.widget-names {
    margin-left: 10px;
}
.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;
}

.widget-description {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 0; /* remove extra spacing */
}

.widget-description.active {
    max-height: 500px; /* adjust as needed */
    margin-top: 10px;
}
.widget-names {
    cursor: pointer;
    font-weight: bold;
}
.fact-checked-sec {
    background-color: #f7f7f9;
    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;
}
.checked-left p.widget-names.nameactive::before{
    transform: rotate(180deg);
}
.checked-right {
    width: 100%;
}
section.widget.csae-res {
    background-color: #931917;
    padding: 20px 28px 30px;
    margin-bottom: 20px;
    text-align: center;
}
section.widget.csae-res .sdbr-case-item h4 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 20px;
    color: #ffff;
}
section.widget.csae-res .sdbr-case-item p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    color: #fff;
}

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 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 20px 0 0;
}
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 {
    width: 17px;
    height: 29px;
    background-color:transparent;
    font-size: 0;
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-prev, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-prev, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-prev {
   background-image: url(images/sdbr-prev-arw.webp);
}
section.widget.testi .testi-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-sdbr-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.widget_team_bios .team-sdbar-list.owl-carousel .owl-nav button.owl-next, 
section.widget.testi .testi-inner-blk.owl-carousel .owl-nav button.owl-next, 
section.widget.csae-res .case-inner-blk.owl-carousel .owl-nav button.owl-next {
   background-image: url(images/sdbr-next-arw.webp);
}
section.widget.widget_recent_entries {
    background-color: #b7b2b2;
    padding: 20px;
    margin-bottom: 20px;
}
.readMorebtn a{
    display: inline-block;
    padding: 16px 50px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
}
.widget_recent_entries ul li{
    margin-bottom: 10px;
}

section.widget.widget_team_bios{
    background-color: #fff4f4;
    padding:20px 20px 30px;
    margin-bottom: 20px;
    text-align: center;
}
#page-column section.widget.csae-res, 
#page-column section.widget.widget_team_bios, 
#page-column  section.widget.testi, 
#page-column section.widget.widget_recent_entries {
    margin: 35px 0;
}
#page-column section.widget.widget_recent_entries {
    padding-bottom: 30px;
}
#page-column section.widget.widget_recent_entries h4.widget-title {
    text-align: center;
}
#page-column section.widget.widget_recent_entries ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}
#page-column section.widget.widget_recent_entries ul li {
    width: 48%;
    position: relative;
    background-color: #ffffff80;
    padding: 18px 15px 58px;
    margin: 0;
}
#page-column section.widget.widget_recent_entries ul li a {
    font-size: 22px;
    margin: 0 0 15px;
    display: inline-block;
    line-height: 1.1;
}
#page-column section.widget.widget_recent_entries ul li p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 15px;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn {
    position: absolute;
    bottom: 18px;
}
#page-column section.widget.widget_recent_entries ul li .readMorebtn a.cmbtn {
    margin: 0;
    font-size: 15px;
    padding: 14px 20px 12px;
    line-height: 1;
}
.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;}