/* 
 Theme Name:     Fuse
 Author:         Webstract
 Author URI:     https://www.webstract.com/
 Template:       Divi
 Version:        4.4
*/

/* ----------- Formstack CSS Classes ------------------------------------------------------------------------ */
/* https://help.formstack.com/hc/en-us/articles/360019519891-Custom-Form-Themes-and-CSS --------------------- */
/* ---------------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------- 
    GENERAL
------------------------------------------------------------------------- */
:root {
    --yellow: #fccf14;
    --red: #bd2727;
}
a:hover {
    text-decoration: underline;
}
.et_pb_button:hover,
.et_pb_menu a:hover {
    text-decoration: none;
}

.et_pb_column {
    min-height: auto;
}

/* ------------------------------------------------------------------------- 
    TYPOGRAPHY
------------------------------------------------------------------------- */

/*

Target all page types, EXCEPT homepage
If Divi is ON we use Divi to style the pages
If Divi is OFF (as shown below) we need to provide basic styles

*/

.fuse-divi-off #main-content h2,
.fuse-divi-inactive #main-content h2 {
    font-size: 34px;
    line-height: 1.4;
    color: var(--red);
}
.fuse-divi-off #main-content h3,
.fuse-divi-inactive #main-content h3 {
    font-size: 26px;
    line-height: 1.4;
    color: #000;
}
.fuse-divi-off #main-content h4,
.fuse-divi-inactive #main-content h4 {
    font-size: 20px;
    line-height: 1.3;
}
.fuse-divi-off #main-content h5,
.fuse-divi-inactive #main-content h5 {
    font-size: 18px;
    line-height: 1.2;
}
.fuse-divi-off #main-content h6,
.fuse-divi-inactive #main-content h6 {
    font-size: 16px;
    line-height: 26px;
}
.fuse-divi-off #main-content h2,
.fuse-divi-off #main-content h3,
.fuse-divi-off #main-content h4,
.fuse-divi-off #main-content h5,
.fuse-divi-off #main-content h6,
.fuse-divi-inactive #main-content h2,
.fuse-divi-inactive #main-content h3,
.fuse-divi-inactive #main-content h4,
.fuse-divi-inactive #main-content h5,
.fuse-divi-inactive #main-content h6 {
    font-weight: bold;
    margin-top: 10px;
}

.fuse-divi-off #main-content p,
.fuse-divi-inactive #main-content p {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 20px;
}

.fuse-divi-off #main-content ul li,
.fuse-divi-inactive #main-conten ul li {
    font-size: 16px;
    color: #3e6489;
    padding: 5px 0;
}

.fuse-divi-inactive #main-conten ul,
.fuse-divi-off #main-content ul {
    margin-left: 10px !important;
}

/* setup the sidebar headings to be consistent for all pages */

#main-content h4.widgettitle {
    font-weight: bold;
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.4em;
}

/* inner pages menu */

.entry-content .et_pb_menu ul {
    list-style: none;
    padding-left: 0;
}

/* -------------------------------------------------------------------------
    BASIC PAGE / FUSE PAGE 
------------------------------------------------------------------------- */

.main-section {
    padding-top: 58px !important;
    padding-bottom: 0 !important;
}
.left-content h1 {
    margin-bottom: 20px;
}
.et_pb_sidebar_0 .et_pb_widget {
    margin-bottom: 30px !important;
    float: none;
}
#main-content .container:before {
    display: none;
}
.left-content {
    width: 77.25% !important;
    padding-right: 3%;
    margin-right: 0 !important;
}
.left-content .et_pb_row_inner:last-child {
    padding-bottom: 0;
}
#page-container #left-area,
#page-container .left-content {
    padding-bottom: 50px;
    margin-bottom: 0;
}
.right-content {
    width: 22.75% !important;
    padding-left: 30px;
    padding-bottom: 28px;
    padding-top: 0;
}
.right-content .et_pb_sidebar_0 {
    padding-right: 0;
    border-right: 0;
}
.single-post .entry-content {
    padding-top: 0;
}

/* ------------------------------------------------------------------------- 
    HEADER MENU
------------------------------------------------------------------------- */

/* HEADER DEFAULT */

#et-boc header.et-l .et_pb_menu .et_pb_menu__wrap {
    justify-content: flex-end;
    align-items: center;
}

/* FUSE MENU
   This sets the menu to be full-width and each menu item to fill the space accordingly utilizing the 'space-around' flex feature
   This means that if menu items are added or removed the menu will still be full-width and each menu item will fill the space accordingly
*/

#page-container .fuse-menu .et_pb_menu__menu {
    display: block;
}
#page-container .fuse-menu .et_mobile_nav_menu {
    display: none;
}
/* #page-container .fuse-menu .et_pb_row--with-menu {
    padding-bottom: 0 !important;
} */
#page-container .fuse-menu .et_pb_menu {
    background: none;
}
#page-container .fuse-menu .et_pb_menu__menu {
    width: 100%;
}
#page-container .fuse-menu .et-menu-nav {
    width: 100%;
    display: block;
}
#page-container .fuse-menu .et-menu {
    display: flex;
    justify-content: space-around;
    margin: 0;
    /*background: #000;*/
}
#page-container .fuse-menu .et-menu > .menu-item {
    /*flex: 1;*/
    flex-basis: auto;
    display: block;
    text-align: center;
    margin: 0;
    padding: 0px 20px;
}
#page-container .fuse-menu .et-menu > .menu-item:last-child {
    border-right: 0;
}
#page-container .fuse-menu .et-menu > .menu-item > a {
    color: #fff;
    margin: 0;
    padding: 00px 0px 10px 0px !important;
    display: block;
}
#page-container .fuse-menu .et-menu > .menu-item.current-menu-item > a {
    border-bottom: 2px solid var(--yellow);
}
#page-container .fuse-menu .et-menu > .menu-item > a:hover {
    /*opacity: 1;
    background: #222;*/
    /*border-bottom: 2px solid var(--yellow);*/
}
#page-container .fuse-menu .et-menu > .menu-item > a:after {
    position: relative;
    content: "";
    font-family: "ETmodules";
    font-size: 16px;
    right: 0;
    top: 0;
}
#page-container .fuse-menu .et-menu > .menu-item.menu-item-has-children > a:after {
    content: "3";
}

/* sub menu */

#page-container .fuse-menu .et-menu .menu-item .sub-menu {
    padding: 0;
    top: calc(100% - 0px);
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item {
    width: 100%;
    padding: 0;
}
#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item a {
    margin: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    opacity: 1;
    color: #000;
}
/*#page-container .fuse-menu .et-menu .menu-item .sub-menu .menu-item a:hover {
    color: #222 !important;
}*/
#page-container .fuse-menu .et-menu .menu-item.menu-item-has-children .sub-menu a:after {
    content: "";
}

/* sub menu 2 */

#page-container .fuse-menu .et-menu .menu-item .sub-menu .sub-menu {
    top: -3px;
}
#page-container .fuse-menu .et-menu .menu-item:last-child a {
    border-right: 0;
}
#page-container .fuse-menu .et-menu-nav {
    position: relative;
}
#page-container .fuse-menu .et-menu.nav .menu-item {
    display: inline-block;
}

/* BORDER STYLE
   This adds a border between each menu item AND a hover/active border for the current menu item
*/

#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item {
    border-right: 3px solid #222;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item > a {
    border-bottom: 3px solid #000;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item.current-menu-item a {
    border-bottom: 3px solid #ccc;
}
#page-container .fuse-menu.fuse-menu-border .et-menu > .menu-item > a:hover {
    border-bottom: 3px solid #fff;
}

/* ------------------------------------------------------------------------- 
    HEADER (ON SCROLL)
------------------------------------------------------------------------- */

/* #et-boc header.et-l {
    background: #000;
} */
#et-boc header.et-l .et_pb_section_1_tb_header .et_pb_row,
#et-boc header.et-l .et_pb_section_1_tb_header .et_pb_menu__logo img {
    /*transition: all 0.5s ease;*/
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_1_tb_header .et_pb_row {
    padding: 10px 0 !important;
}
#et-boc header.et-l .has_et_pb_sticky .et_pb_section_1_tb_header .et_pb_menu__logo img {
    width: 140px;
    height: auto;
}

/* ------------------------------------------------------------------------- 
    DISPLAY MOBILE MENU
    Add class 'mobile-menu' to Menu module to show hamburger by default
------------------------------------------------------------------------- */

.et_pb_menu.mobile-menu .et_pb_menu__menu {
    display: none;
}
.et_pb_menu.mobile-menu .et_mobile_nav_menu {
    display: block;
}
.et_pb_menu.mobile-menu .et_pb_menu__wrap {
    margin: 0;
}

/* ------------------------------------------------------------------------- 
    MENU LIST (VERTICAL)
------------------------------------------------------------------------- */

.menu-list .et-menu li {
    display: block !important;
    width: 100%;
}
.menu-list .menu-item-has-children a:after,
.menu-list .menu-item-has-children .sub-menu {
    display: none;
}

/* ------------------------------------------------------------------------- 
    BLOCK LIST
------------------------------------------------------------------------- */

.menu-list.menu-block-list li {
    padding: 0 !important;
}
.menu-list.menu-block-list a {
    display: block;
    padding: 20px !important;
    background: #f9f9f9;
    border: 1px solid #ccc;
    font-size: 16px;
}
.menu-list.menu-block-list a:hover {
    background: #2ea3f2;
    border: 1px solid #2ea3f2;
    color: #fff;
    opacity: 1;
}
.menu-list.menu-block-list .et_pb_menu__menu,
.menu-list.menu-block-list .et-menu-nav,
.menu-list.menu-block-list .et-menu {
    width: 100%;
}

/* ------------------------------------------------------------------------- 
    PAGE TITLE BANNER
------------------------------------------------------------------------- */

.header-img {
    text-align: center;
    padding: 80px 0;
    position: relative;
    background-position: center;
    background-size: 100%;
    background-size: cover;
}
.header-img .main_title {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 45px;
    line-height: 55px;
    width: 40%;
    margin: 0 auto;
}
.header-img .meta {
    text-align: center;
}

.header-img .subtitle {
    display: none;
}

/* ------------------------------------------------------------------------- 
    FORMS
------------------------------------------------------------------------- */

/* FORM DEFAULT */

.fsBody form.fsForm .fsPage {
    padding: 0;
}
.fsBody form.fsForm .fsLabel {
    display: none;
}
.fsBody form.fsForm .fsFieldRow {
    width: 100%;
}
.fsBody form.fsForm .fsFieldRow .fsFieldCell {
    padding: 5px !important;
}
.fsBody form.fsForm .fsFieldRow .fsField {
    width: 100%;
    border-color: #ccc !important;
}
.fsBody form.fsForm .fsFieldRow .fsField:focus {
    border-color: #000 !important;
}
.fsBody form.fsForm .fsSubmit {
    margin-top: 0 !important;
}
.fsBody form.fsForm .fsSubmit .fsSubmitButton {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background: #777 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px !important;
    cursor: pointer;
}
.fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background: #000 !important;
}

/* FORM ONE: Name = 100%, Email and Phone = %50, Message = 100% */

.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(2),
.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(3) {
    width: 50%;
    float: left;
}
.fuse-form-100-50-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) {
    clear: both;
}

/* FORM TWO: Name, Email, Phone = %33.33, Message = 100% */

.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(1),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(2),
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(3) {
    width: 33.33%;
    float: left;
}
.fuse-form-33-100 .fsBody form.fsForm .fsFieldRow:nth-child(4) {
    clear: both;
}

/* This is a graphic that appears under a form (we do not need it) */

.stacklock {
    display: none;
}

/* ------------------------------------------------------------------------- 
    SIDEBAR
------------------------------------------------------------------------- */

/* KEEP CONTENT POSITIONED CORRECTLY, DESPITE STICKY SIDEBAR */

.has_et_pb_sticky .et_pb_column {
    z-index: 0;
}

/* GENERAL */

#sidebar,
.sidebar {
    border-right: 0;
}
#sidebar ul li a,
.sidebar ul li a {
    display: block;
}
#sidebar ul li a:hover,
.sidebar ul li a:hover {
    color: #000;
}
#sidebar .widget_nav_menu ul li .sub-menu,
.sidebar .widget_nav_menu ul li .sub-menu {
    display: none;
}

/* SIDEBAR TWO */

.fuse-sidebar-two .widgettitle {
    padding: 10px 15px;
    background: #ffcf36;
    color: #000;
}
.fuse-sidebar-two ul li {
    border: 1px solid #ccc;
    border-bottom: 0;
    display: block;
    margin: 0;
}
.fuse-sidebar-two ul li:first-child {
    border-top: 0;
}
.fuse-sidebar-two ul li:last-child {
    border-bottom: 1px solid #ccc;
}
.fuse-sidebar-two ul li a {
    color: #000;
    margin: 0;
}

/* Sidebar Form */

.fuse-sidebar-two .fuse-form {
    background: #000;
    padding: 10px;
}

.fuse-sidebar-two .fsBody form.fsForm .fsFieldRow .fsField {
    width: 100%;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px !important;
    border: none !important;
}

.fuse-sidebar-two .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    background-color: var(--red) !important;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px !important;
    text-transform: uppercase;
}

.fuse-sidebar-two .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background-color: var(--yellow) !important;
}

/* Sidebar Menu */

.fuse-sidebar-two .widget_nav_menu ul li a {
    padding: 10px;
    background: #f9f9f9;
}
.fuse-sidebar-two .widget_nav_menu ul li.current-menu-item a,
.fuse-sidebar-two .widget_nav_menu ul li.current-menu-item a:hover {
    background: #2ea3f2;
    color: #fff;
}
.fuse-sidebar-two .widget_nav_menu ul li a:hover {
    background: #eee;
    text-decoration: none;
}

/* Sidebar Recent Posts */

.fuse-sidebar-two .widget_recent_entries li {
    padding: 10px;
    background: #f9f9f9;
}

/* SIDEBAR THREE */

.fuse-sidebar-three .fuse-form {
    border: 1px solid #ccc;
    padding: 10px;
}
.fuse-sidebar-three ul li {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.fuse-sidebar-three ul li:hover {
    background: #f9f9f9;
}
.fuse-sidebar-three .widget_nav_menu ul li a:hover {
    text-decoration: none;
}

/* SIDEBAR FOUR */

.fuse-sidebar-four .widgettitle {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #000;
}
.fuse-sidebar-four ul li {
    padding: 10px;
    border-left: 3px solid #fff;
    margin-bottom: 0;
}
.fuse-sidebar-four ul li:hover {
    border-left: 3px solid #ccc;
    background: #f9f9f9;
}
.fuse-sidebar-four .widget_nav_menu ul li a:hover {
    text-decoration: none;
}

/* ------------------------------------------------------------------------- 
    BREADCRUMBS
------------------------------------------------------------------------- */

.home .breadcrumbs {
    border: 0;
    /*clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);*/
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* ------------------------------------------------------------------------- 
    FOOTER
------------------------------------------------------------------------- */

.footer .social-media-icons a {
    color: #fff;
}

/* ------------------------------------------------------------------------- 
    OVERLAYS
------------------------------------------------------------------------- */

/* Default */

.overlay-container,
.overlay-container .overlay,
.overlay-container .overlay #et-boc,
.overlay-container .overlay #et-boc > div,
.overlay-container .overlay .et_builder_inner_content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
    width: 100%;
    overflow: hidden;
}
.overlay-container .et_pb_section {
    display: block;
    height: auto;
    min-height: auto;
}

/* -------------------------------------------------------------------------
    INLINE CONTENT
    If we add .inline-row to the row, the modules will align themselves
------------------------------------------------------------------------- */

.inline-row .et_pb_button_module_wrapper,
.inline-row .et_pb_image,
.inline-row .et_pb_code,
.inline-row .et_pb_text {
    display: inline-block;
    margin: 0 5px;
}
.inline-row {
    text-align: center;
}
.inline-row.align-center {
    text-align: center !important;
}
.inline-row.align-left {
    text-align: left !important;
}
.inline-row.align-right {
    text-align: right !important;
}

/* ------------------------------------------------------------------------- 
    QUIRKY FIXES
    Odd fixes for misc things
------------------------------------------------------------------------- */

/* .flex-row.et-last-child:last-child {
    padding-bottom: 27px !important;
} */

.flex-row {
    display: flex;
    align-items: center;
}

/* ------------------------------------------------------------------------- 
    HOMEPAGE
------------------------------------------------------------------------- */
.top-header-info {
    /*     display: flex;
    justify-content: center;
    gap: 60px; */
    text-align: center;
}
.header-points {
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400;
    color: #000;
    position: relative;
    display: inline-block;
    padding-right: 27px;
}

.bullets-before:before {
    content: "\2022";
    position: absolute;
    left: -21px;
    font-size: 20px;
    top: -2px;
    color: rgba(0, 0, 0, 0.25);
}

.header-btn-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 35px;
    align-items: center;
    align-content: center;
}

.phno .fuse-phone {
    /* color: var(--red); */
    color: #000;
    font-size: 26px;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    line-height: 38px;
}

.red-button {
    background-color: var(--yellow);
    color: #000;
    font-size: 18px;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 28px;
    padding: 0.6em 1.3em;
    border-radius: 50px;
}

.red-button:hover {
    background-color: var(--red);
    color: #fff;
    text-decoration: none;
}

#ppc-header .phno .fuse-phone {
    font-size: 30px;
    line-height: 40px;
}

#ppc-header .red-button {
    font-size: 25px;
    line-height: 32px;
    padding: 12px 50px;
}

ul#menu-main-menu > .menu-item:after,
ul#menu-main-menu-phonix-page > .menu-item:after {
    content: "";
    border-right: 1px solid #dddddd;
    width: 2px;
    height: 23px;
    position: absolute;
    top: 5px;
    right: -5px;
}

#page-container #menu-main-menu-phonix-page {
    justify-content: flex-end;
}

#menu-main-menu li ul {
    width: 300px;
}

#menu-main-menu li ul li ul {
    width: 370px;
}

#menu-main-menu li li a {
    width: 260px;
}

#menu-main-menu li li ul {
    left: 300px;
}

.et_pb_menu_0_tb_header.et_pb_menu #menu-main-menu li ul.sub-menu a:hover {
    color: #ffcf36 !important;
    opacity: 1 !important;
}

/*.fuse-scroll .header-btn-phone{
    display: none;    
}*/

.contact-form .fsBody form.fsForm .fsFieldRow .fsField {
    width: 100%;
    border-color: rgba(0, 0, 0, 0.07) !important;
    background-color: #f9f9f9;
    color: #888888;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
}

.contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton,
.do-you-have-case-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    background-color: var(--yellow) !important;
    color: #000 !important;
    padding: 25px 35px !important;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 300ms ease 0ms;
    width: 100%;
}

.contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    float: left;
    margin-left: 5px;
}

.contact-form .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover,
.do-you-have-case-form .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background-color: #090809 !important;
    color: var(--yellow) !important;
}

.do-you-have-case-form .fsBody form.fsForm .fsFieldRow .fsField {
    width: 100%;
    border: none;
    border-bottom: 3px solid #333333 !important;
    background-color: #e7e7e7;
    color: #666666;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
}

.social-links {
    display: flex;
    gap: 20px;
    font-size: 25px;
    justify-content: flex-start;
    align-items: center;
}

.social-links a {
    color: #fff;
}

.social-links a:hover {
    color: var(--red);
    transform: translateY(-4px);
    transition: all 300ms ease 0ms;
}

.footer-menu .et-menu {
    /* padding: 0!important;
    display: flex;
    flex-direction: column;
    align-content: flex-start;*/
}

.footer-menu .et-menu li {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.footer-menu .et-menu li a {
    padding-bottom: 15px !important;
}

.yellow {
    color: var(--yellow);
}

.menu-column {
    width: 35% !important;
}

.contact-column {
    width: 19% !important;
}

.sticky-row {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

#page-container .fuse-menu .et-menu > .menu-item:last-child:after {
    border: none !important;
}

#page-container .fuse-scroll .fuse-menu .et-menu > .menu-item > a {
    padding: 0px 0px 0px 0px !important;
}

.badge-imges {
    display: flex;
    align-items: center;
    gap: 40px;
}

.badge-imges .et_pb_image {
    margin-bottom: 0 !important;
}

.team-blurb .et_pb_blurb_container {
    background-color: #000;
    padding: 15px 10px;
    width: 99%;
    margin: auto;
    margin-top: -12px;
}

.team-blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
}

#sidebar img {
    width: 100%;
    height: auto;
}

.practice-area-subpages ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 30px;
    list-style: none;
    padding: 0;
}

.practice-area-subpages ul li a {
    color: #000;
    background: #fff;
    text-align: center;
    padding: 10px;
    display: block;
}

.practice-area-subpages ul li a:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

/*.practice-area-subpages ul li{
    position: relative;
}
.practice-area-subpages ul li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: -30px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.056em;
    background-color: #ffcf36;
    box-shadow: inset 0 0 0 2px #000;
}

.practice-area-subpages ul li::marker {
    content: "";
}*/

.page-id-844 .header-img,
.page-id-849 .header-img,
.page-id-854 .header-img,
.page-id-862 .header-img,
.page-id-867 .header-img {
    display: none;
}

.header-img:before {
    content: "";
    /* background-image: url('/wp-content/uploads/2022/09/client-header-photo.png') ; */
    background-image: url("/wp-content/uploads/2022/10/Larry-Banner-image-opt-v181022.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    height: 85%;
    position: absolute;
    left: 4vw;
    bottom: 0;
}

.free-consultation-shortcode {
    background-color: #101b42;
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    padding: 30px 40px;
    text-align: center;
    box-shadow: 8px 8px 0px 3px #3552bd;
    margin: 30px 0;
}

#internal-page-form .fsBody form.fsForm .fsFieldRow .fsField {
    width: 100%;
    border-color: #ccc !important;
    padding: 13px !important;
    font-size: 18px;
}

#internal-page-form .fsBody form.fsForm .fsSubmit .fsSubmitButton {
    background-color: var(--yellow) !important;
    color: #000 !important;
    padding: 25px 35px !important;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 300ms ease 0ms;
    width: 100%;
}

#internal-page-form .fsBody form.fsForm .fsSubmit .fsSubmitButton:hover {
    background-color: #090809 !important;
    color: var(--yellow) !important;
}

.page-id-1358 #innepage-testimonial-section,
.page-id-1358 .header-img,
.page-id-1358 .breadcrumb-section,
.page-id-1395 #innepage-testimonial-section,
.page-id-1395 .header-img,
.page-id-1395 .breadcrumb-section,
.page-id-31525 #innepage-testimonial-section,
.page-id-31525 .header-img,
.page-id-31525 .breadcrumb-section,
.page-id-31541 #innepage-testimonial-section,
.page-id-31541 .header-img,
.page-id-31541 .breadcrumb-section,
.page-id-121 #innepage-testimonial-section,
.page-id-878 #innepage-testimonial-section,
.page-id-878 .header-img,
.page-id-121 .header-img,
.page-id-123 .header-img,
.page-id-32549 #innepage-testimonial-section,
.page-id-32549 .header-img,
.page-id-32549 .breadcrumb-section {
    display: none !important;
}

.sidebar-btn {
    background-color: var(--yellow);
    color: #000 !important;
    display: block;
    text-align: center;
    padding: 20px 10px;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
}

.sidebar-btn:hover {
    text-decoration: none;
    transform: translateY(-4px);
    transition: all 300ms ease 0ms;
    background-color: var(--red);
    color: #fff !important;
}

.video-desc {
    text-align: center;
}

.video-desc .red-color {
    color: var(--red);
}

.dog-bite-box .dnext-3d-transform-flpb-flip-box-back {
    background-position: top center !important;
}

.review-source {
    position: absolute;
    right: 0;
    bottom: -40px;
}

.page-id-2 #innepage-testimonial-section {
    display: none;
}

/* START: Collapse Divi Menu Module Submenus and Keep Parent Items Clickable on Mobile */
/* Parent menu item */
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable,
.et_pb_module .et_mobile_menu .menu-item-has-children > a {
    position: relative;
}
/* Parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after,
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon:after {
    font-family: "ETmodules";
    text-align: center;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}
/* Disabled parent menu item icon positioning */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after {
    position: absolute;
    top: 13px;
    right: 10px;
}
/* Clickable parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-items: center;
    position: absolute;
    width: 46px;
    height: 46px;
    background: rgba(0, 0, 0, 0);
    border-left: 1px solid #dcdcdc;
    right: 0;
    top: 0;
    z-index: 9;
}
/* Collapsed submenu parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable) > a:after,
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable > span.parent_icon:after {
    content: "\33";
}
/* Expanded submenu parent menu item icon */
.et_pb_module .et_mobile_menu .menu-item-has-children:not(.clickable).visible > a:after,
.et_pb_module .et_mobile_menu .menu-item-has-children.clickable.visible > span.parent_icon:after {
    content: "\32";
}
/* Hide submenu by default */
.et_pb_module .et_mobile_menu ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu > ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
}
/* Show submenu */
.et_pb_module .et_mobile_menu .visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu .visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu .visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}
/* END: Collapse Divi Menu Module Submenus and Keep Parent Items Clickable on Mobile */

.sup-txt {
    font-size: 25px;
}

.nobody-sub {
    font-size: 30px;
}

/*Text image revel effect*/
/* ------------------------------------------------------------------------- 
    FEATURE - TEXT REVEAL
------------------------------------------------------------------------- */

.fuse-text-reveal .et_pb_module {
    display: table;
    width: 100%;
}
.fuse-text-reveal .et_pb_module .et_pb_text_inner {
    display: table-cell;
    vertical-align: middle;
}
.fuse-text-reveal .et_pb_module .et_pb_text_inner .reveal {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    max-height: 0;
    margin-top: 0;
    padding: 0;
    opacity: 0;
}

/* REQUIRED: Adjust "max-height" (and spacing as needed) */

.fuse-text-reveal .et_pb_module:hover .et_pb_text_inner .reveal {
    max-height: 2em;
    margin-top: 0.25em;
    opacity: 1;
}

/* Background Colors
   You can adjust the background colors here */

.fuse-text-reveal .et_pb_column {
    /* background-color: #000;*/
}
.fuse-text-reveal .et_pb_column:hover {
    background-color: #0c71c3;
}

/* Column Image
   If using a background image (on each Column), we need to remove the background color */

.fuse-text-reveal.fuse-image-column .et_pb_column {
    background-color: transparent;
}
.fuse-text-reveal.fuse-image-column .et_pb_column:hover .et_pb_module {
    background-color: rgb(12 113 195 / 50%);
}

.revel-text-box:hover {
    background-color: rgb(12 113 195 / 50%);
}

/* Row Image 
   If using a background image (on the Row), you can adjust the background colors here */

.fuse-text-reveal.fuse-image-row .et_pb_column {
    background-color: transparent;
}
.fuse-text-reveal.fuse-image-row .et_pb_column:hover {
    background-color: rgb(12 113 195 / 50%);
}

/*phoenix page*/
.page-id-854 .et_pb_menu_page_id-271 > a,
.page-id-867 .et_pb_menu_page_id-271 > a {
    pointer-events: none;
}

.page-id-854 .et_pb_menu_page_id-751,
.page-id-854 .et_pb_menu_page_id-773,
.page-id-854 .et_pb_menu_page_id-795,
.page-id-867 .et_pb_menu_page_id-773,
.page-id-854 #menu-practice-area .menu-item-981 {
    display: none !important;
}

.page-id-867 #menu-practice-area .menu-item-981 {
    order: 10;
}

#ppc-practice-area-list ul li a {
    pointer-events: none;
}

#ppc-practice-area-list ul li a:hover {
    background-color: #fff;
    color: #000;
}

.blog #left-area article {
    box-shadow: 0px 0px 18px 3px rgb(0 0 0 / 30%);
    padding: 20px 30px;
    border-radius: 5px;
}

.et_pb_section_1_tb_header .et_pb_row_0_tb_header .et_pb_menu_0_tb_header.et_pb_menu {
    height: auto !important;
    overflow: visible;
    margin-top: 10px !important;
}

#ppc-header .et_pb_row {
    padding: 20px 0 !important;
}

/* ------------------------------------------------------------------------- 
    RESPONSIVE
------------------------------------------------------------------------- */

@media only screen and (min-width: 769px) and (max-width: 1400px) {
    /* Fuse Menu */

    #page-container .fuse-menu .et_pb_row {
        width: 95% !important;
    }

    /* Fuse Menu (Without Logo) */

    #page-container .fuse-menu .et_pb_menu--without-logo {
        width: 100% !important;
    }

    #page-container .et_pb_row_sticky .fuse-menu .et_pb_menu--without-logo {
        display: inline;
    }

    #page-container .et_pb_row_sticky .header-btn-phone {
        margin-bottom: 10px !important;
    }
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu_inner_container,
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu__wrap,
    #page-container .fuse-menu .et_pb_menu--without-logo .et_pb_menu__logo-wrap,
    #page-container .fuse-menu .et_pb_menu--without-logo .et-menu-nav,
    #page-container .fuse-menu .et_pb_menu--without-logo .et-menu {
        display: flex !important;
        justify-content: flex-end;
    }

    /* Fuse Menu (With Logo) */

    #page-container .fuse-menu .et_pb_menu--with-logo .et_pb_menu__wrap,
    #page-container .fuse-menu .et_pb_menu--with-logo .et_pb_menu__menu,
    #page-container .fuse-menu .et_pb_menu--with-logo .et-menu-nav,
    #page-container .fuse-menu .et_pb_menu--with-logo .et-menu {
        width: 100% !important;
        display: flex !important;
    }
}

@media only screen and (min-width: 2500px) and (max-width: 2048px) {
    .header-img:before {
        width: 23%;
        left: 12vw;
    }

    .header-img .main_title {
        width: 28%;
    }
}

@media only screen and (min-width: 1920px) {
    .header-img:before {
        width: 18%;
        left: 20vw;
    }

    .header-img .main_title {
        width: 22%;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .header-img:before {
        width: 20%;
        /* height: 135px;
        background-size: contain; */
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    ul#menu-main-menu > .menu-item:after,
    ul#menu-main-menu-phonix-page > .menu-item:after {
        right: 0px !important;
    }

    .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-size: 18px !important;
    }

    .header-img .main_title {
        font-size: 35px;
        line-height: 40px;
        width: 32%;
    }

    .header-img:before {
        width: 30%;
        /* height: 170px; */
        /* background-size: contain; */
    }

    #page-container {
        overflow: auto;
        overflow-y: unset !important;
    }

    #ppc-header .et_pb_code_0_tb_header {
        margin-bottom: 0px !important;
    }
}
@media only screen and (max-width: 1200px) {
    /* Header Menu
       The 2 snippets below hide the desktop menu and show the mobile menu
       Feel free to adjust this media query to customize when we want the mobile menu to show
    */

    #page-container .header-main .et_pb_menu__menu,
    .hide-br-on-mobile br {
        display: none;
    }
    #page-container .header-main .et_mobile_nav_menu {
        display: block;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    #main-banner-row .no-margin-on-mobile {
        margin-top: 0 !important;
    }

    #main-banner-row h1 {
        font-size: 50px !important;
    }

    #page-container .fuse-menu .et_pb_row {
        width: 95% !important;
        padding-bottom: 15px !important;
    }

    .et_pb_menu_0_tb_header.et_pb_menu ul li a {
        font-size: 16px !important;
    }

    #ppc-header .red-button {
        padding: 12px 30px !important;
        font-size: 18px !important;
    }

    ul#menu-main-menu > .menu-item:after,
    ul#menu-main-menu-phonix-page > .menu-item:after {
        display: none;
    }

    #page-container .fuse-menu .et-menu > .menu-item {
        padding: 0px 15px !important;
    }

    .header-img:before {
        /* background-size: contain;
        background-position: bottom; */
        width: 20%;
        /* height: 145px; */
    }

    .header-img .main_title {
        font-size: 30px;
    }

    .header-img {
        padding: 45px 0;
    }

    /*.et_pb_sticky .et_pb_menu_0_tb_header.et_pb_menu{
        height: auto !important;
        width: 100% !important;
        overflow: hidden;
    }*/
}

@media only screen and (max-width: 980px) {
    .flex-row.et_pb_row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row .order-1 {
        order: 1;
    }
    .flex-row .order-2 {
        order: 2;
    }
    .left-content,
    .right-content {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        padding-right: 0;
        padding-left: 0;
    }
    #page-container .et_mobile_menu {
        padding: 0;
        top: 66px;
        height: 300px;
        overflow: scroll;
    }
    #page-container .et_mobile_menu li li {
        padding-left: 20px;
    }
    .menu-list .et_mobile_nav_menu {
        display: none !important;
    }
    .menu-list .et_pb_menu__menu {
        display: block !important;
    }
    .form-barebones .fsFieldRow:nth-child(2),
    .form-barebones .fsFieldRow:nth-child(3) {
        width: 100%;
    }

    .flex-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .flex-reverse .et_pb_column_0 {
        margin-bottom: 0;
    }

    .team-row {
        display: flex;
        justify-content: space-evenly;
        column-gap: 15px;
    }

    .team-blurb .et_pb_blurb_container {
        width: 100%;
    }

    .ul-style-grid ul {
        display: grid;
        align-items: center;
        justify-items: stretch;
        justify-content: center;
    }

    .social-links {
        justify-content: center;
    }

    .footer-menu .et_mobile_nav_menu {
        display: none;
    }

    .footer-menu .et_pb_menu__menu {
        display: block;
    }

    .footer-menu .et_pb_menu__wrap {
        justify-content: flex-start;
    }

    .menu-column,
    .contact-column {
        width: 100% !important;
    }

    .footer-menu .et-menu li {
        width: 33%;
    }

    .header-img:before {
        display: none;
    }

    .header-img .main_title {
        width: 90%;
    }
}
@media only screen and (max-width: 768px) {
    .inline-row .et_pb_button_module_wrapper,
    .inline-row .et_pb_button_module_wrapper .et_pb_button,
    .inline-row .et_pb_image,
    .inline-row .et_pb_code {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 576px) {
    .team-row {
        flex-direction: column;
    }

    .team-blurb .et_pb_main_blurb_image,
    .team-blurb .et_pb_main_blurb_image img {
        width: 100%;
    }

    .badge-imges {
        display: flex;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-menu .et-menu li {
        width: 50%;
    }

    #page-container .et_mobile_menu {
        top: 52px;
    }

    #team-section .team-blurb {
        padding-bottom: 0 !important;
    }

    .practice-area-subpages ul {
        grid-template-columns: 1fr;
    }

    .sup-txt,
    .nobody-sub {
        font-size: 22px !important;
    }

    .reverse-column-on-mobile {
        display: flex;
        flex-direction: column-reverse;
    }

    .reverse-column-on-mobile .et_pb_image {
        margin-bottom: 30px !important;
    }

    .hide-br-on-mobile br {
        display: none;
    }
}

/**** Hotweazel - custom CSS ******/
.text-center {
    text-align: center;
}
.form-container {
    display: grid;
    gap: 16px;
}
.form-container p {
    padding-bottom: 0;
}
.form-container .form-group {
    display: grid;
    gap: 16px;
}
.form-container .form-header {
    margin-bottom: 30px;
}
.form-container .form-header .form-title {
    font-size: 2.5em;
}
.form-container .form-group.grid-cols-2 {
    grid-template-columns: 1fr 1fr; /*repeat(auto-fill, minmax(160px, 1fr));*/
}
.form-container .form-control {
    width: 100%;
    max-height: 140px;
    border: none;
    border-bottom: 3px solid #333333 !important;
    background-color: #e7e7e7;
    color: #666666;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 12px;
}
.btn {
    background-color: var(--yellow) !important;
    color: #000 !important;
    padding: 25px 35px !important;
    border: 0 none;
    font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 300ms ease 0ms;
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
}
.btn:hover {
    background-color: #090809 !important;
    color: var(--yellow) !important;
}
.form-group-columns-2 {
    display: grid;
    gap: 16px;
}
.common-footer-form .form-group-columns-2 {
    grid-template-columns: 1fr 1fr;
}
.common-footer-form .form-container .form-control {
    background-color: #ffffff;
    color: #000000;
    width: 100%;
    border-color: #ccc !important;
    padding: 13px !important;
    font-size: 18px;
}
.wpcf7 form.sent .wpcf7-response-output{
    background: #effaf0;    
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background: #ff0000;
    margin: 1rem 0 0;
}
/**/
#page-container .et_mobile_menu .menu-item-has-children>a {
    font-weight: 500!important;
}
#page-container .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item a {
    color: #ffffff!important;
}
#page-container .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li.current-menu-item > a {
    color: #BD2727!important;
}
/*on Mobile*/
#page-container .et_pb_menu_1_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #000000!important;
}
#page-container .et_pb_menu_1_tb_header.et_pb_menu ul li.current-menu-item > a {
    color: #BD2727!important;
}
.grecaptcha-badge {z-index: 1; display: none;}
@media only screen and (max-width: 769px) {
    .grecaptcha-badge {z-index: -1;}
}
/* do not put anything below the media queries */


/* ------------------------------------------------------------------------- 
Click to call button
------------------------------------------------------------------------- */
.fuse-click-to-call-button {
	display: none;
}
.fuse-click-to-call-button a {
	color: #fff;
	background-color: #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	display: block;
	z-index: 10000;
	height: 60px;
	font-size: 20px;
	line-height: 60px;
	text-decoration: none !important;
}
@media (max-width: 736px) {
	.fuse-click-to-call-button {
		display: block;
	}
}
