/* Form titles free pass */
 #tagmob.form-mob fieldset {padding:0;}
.tag_btn_b {width:100%;padding:15px;
           transition:all 0.3s ease-in-out;border-radius:8px;}
.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: #FF9000;
    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 */




/* map mobile */
@media screen and (max-width: 1024px) {
.img-wrap {
  display:none;
}
.address-phone-wrap {
    width: 100%;
    padding: 5px 0;
}
}


@media screen and (max-width: 768px) {
body .links-wrap {
padding:7px;
}
#wpsl-stores li, .tagmultisite-store #wpsl-result-list #wpsl-stores li.active, .tagmultisite-store #wpsl-result-list #wpsl-stores li:hover {
border-radius:12px;
}
.link-out, .wpsl-direction-wrap {
flex-direction:column;
}
.tagmultisite-store #wpsl-result-list #wpsl-stores li .lct_storewp .wpsl-store-location a, .tagmultisite-store #wpsl-result-list #wpsl-stores li .lct_storewp .wpsl-store-location .wpsl-direction-wrap span {
        margin: 8px 0;
    }
.link-out, .wpsl-direction-wrap {
padding:0;
}

.tagmultisite-store, #wpsl-gmap {
    padding-top: 0px;
}
.elementor-shortcode .tagmultisite-store #wpsl-stores {
    padding: 0px 10px;
}
.tagmultisite-store #wpsl-result-list #wpsl-stores li, .tagmultisite-store #wpsl-result-list #wpsl-stores li.active, .tagmultisite-store #wpsl-result-list #wpsl-stores li:hover {
    padding: 0 15px;
  }
#wpsl-stores, #wpsl-direction-details, #wpsl-gmap {
    height: 475px !important;
}
    #wpsl-gmap {margin: 0px 0px;}
    .tag-location__filter {
       flex-direction: column;
    }
    .form__input-group, .custom-filter-wrap {
        margin-bottom:15px;
    }
   body .elementor-shortcode .tagmultisite-store #wpsl-stores {
height:550px !important;
}
}

@media screen and (max-width: 599px) {
   body .elementor-shortcode .tagmultisite-store #wpsl-stores {
height:100% !important;
}
body #wpsl-gmap {
    height: 400px !important;
}
.link-out, .wpsl-direction-wrap {
        flex-direction: row; 
    }
}



