body,
body .tag_site_main  {
overflow-x:hidden;
}
.high-zindex {
z-index:2147483660; /*to be behind mobile menu and over videos and userway widget */
}
/*Hours Table Display*/

.main_hours .table {width:100%; table-layout: fixed;}

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;
    /* font-family:'Bebas Neue', 'myriad-pro-condensed'; */
    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 0 15px 20px;
    /*background: #303030;*/
    box-shadow: inset 0px 1px 12px 5px rgb(0 0 0 / 65%);
}
nav .main_hours .table {
    width:100%; max-width:650px;
    table-layout: fixed;
}
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 */

/* mobile menu  hide above 1280 */
@media screen and (min-width: 1281px) {
    .visible_below1280 {display:none !important;}
}

@media only screen and (max-width: 400px) {
    .video-wrap.minimized,
    .sticky-video.minimized {
    width:150px !important;
}
.minimized .atlas-203k-video::after {
    width: 30px;
    height: 30px;
}
 
}
@media only screen and (max-width: 419px) {

.with_frm_style .frm_radio label, .with_frm_style .frm_checkbox label {
    font-size:16px;
}
 
}


