/* Form titles free pass */
 #tagmob.form-mob fieldset {padding:0;}
.tag_btn_b {width:100%;
           transition:all 0.3s ease-in-out;border-radius: 30px;}
.tag_btn_b:hover {cursor:pointer;}
.tagform {margin:5px}
.form_title1,
.form_title3  {
    text-align: center;
    font-size: 38px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing:0;
    color: #fff;
}
.form_title2 {
    text-align: center;
    font-family:var( --e-global-typography-d9afffc-font-family ), Sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing:0;
    color: #00BAFF;
    text-shadow: 3px 3px 0px #FFFFFF;
}
@media screen and (max-width: 1024px) {
    .form_title1,
    .form_title3  {
        font-size: 28px;
    }
    .form_title2 {
       font-size: 50px;
    }
}

/*Hours Table Display*/

.main_hours .table {width:100%;}

body .main_hours .table td, body .main_hours .table th {
    border-top: 1px solid rgba(222, 226, 230, 0.4) !important;
    color: #000;
    text-align: left;
   line-height: 1.6;
    padding: 2px 5px;
     font-size:18px; 
}
body .menu-item .main_hours .table td, body .menu-item .main_hours .table th {
     /* color: #fff; */
}

.main_hours .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(167 167 167 / 18%) !important;
}

/*End Hours Table Display*/

/* mobile menu custom css */
/* inset shadow on open sub-menus */
.elementor-element .elementor-widget-container .elementor-nav-menu__container .menu-item-has-children .sub-menu {
    padding: 15px;
    /*background: #303030;*/
    box-shadow: inset 0px 1px 8px 5px rgb(0 0 0 / 65%);
}
nav .main_hours .table {
    width:100%; max-width:650px;
    table-layout: auto;
}
nav .mobile-menu-hours {
     box-shadow: 0px -3px 4px rgb(0 0 0 / 37%);
     /* background: #f70015; */
 }
nav .mobile-menu-hours .main_hours .tag_hours_table.table .days.tag_table_cell {
  padding:5px 10px 5px 25px;
 }

 .mobile-menu-hours .sub-menu.elementor-nav-menu--dropdown a {
  padding:20px 30px 20px 0;
 }
nav .phone_mobile, nav .phone_mobile a.has-submenu{
    background:#be0a31 !important;
 }
 .phone_mobile a {
    fill:#fff !important;
    color :#fff !important;
 }
 .phone_mobile ul a {
    fill:unset !important;
    color :unset !important;
 }
nav.mobile-menu-social {
    padding: 0 0 5px 0px !important;
   /* background-image: linear-gradient(180deg, #0d217a 50%, #072a46 50%);*/
   /* background:#fff !important;*/
}
body nav .social_list .social_wrap a.social_link {
    text-align: center;
    width: 50px;
    height: 50px;
    padding: 10px !important;
    margin: 8px;
    /* color: #fff !important; */
    background: #d9d9d9;
    font-size: 25px;
}
/* END mobile menu custom css */

/* FORMIDABLE FORMS */
.frm_form_field.to-checkbox {line-height:1.5 !important; }


