/*
* ATM Locations CSS
* Author: Azhar Khan
* Author URI: https://azhar.netlify.app/
*/


/*-- site fix --*/
.jupiterx-main-header{
  display: none !important;
}
.jupiterx-primary.col-lg-9{
  width: 100% !important;
}
.jupiterx-sidebar,
.jupiterx-secondary.col-lg-3{
  display: none !important;
}
.elementor-nav-menu a:empty{
  display: none !important;
}
.jupiterx-main-content > .container{
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.jupiterx-main-content > .container > .row{
  margin: 0;
}
.jupiterx-main-content > .container > .row > [class*=col-]{
  padding: 0;
}

address{
  line-height: 1.7;
}
.elementor-kit-4 h2{
  line-height: 1.5 !important;
}
.text-red{
  color: #F00;
}
a{
  text-decoration: none;
}
/*-- site fix end --*/

/*-- global css for location pages --*/

.location-banner{
  background: #0E81E7;
  position: relative;
}
.location-banner:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/wp-content/uploads/2024/03/banner_map_bg.png') no-repeat center;
  background-size: cover;
  z-index: 1;
  opacity: .3;
}
.location-banner > .container{
  position: relative;
  z-index: 9;
}
.main-location-banner h1{
  max-width: 607px;
}
.location-btns .use_my_location,
.location-btns .location_search{
  width: 100%;
  max-width: 360px;
  height: 50px;
  border: 2px solid #fff;
}
.location_search{
  background: #FFF;
}

.location-banner .search-input{
  border: 0;
  height: 46px;
  font-size: 16px;
}
.location-banner .search-input::-webkit-placeholder,
.location-banner .search-input::placeholder{
  color: #757575;
  font-size: 16px;
  font-weight: 400;
}
.location-banner .location_search .search_btn{
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border: 0;
  padding: 14px 30px;
  border-radius: 0 40px 40px 0;
}
/*
@media screen and (max-width: 600px){
 .location-banner .search_btn{
   border-radius: 40px;
   position: static;
   margin-top: 15px;
 }
}
*/

.page-bredcrumb ul{
  list-style: none;
}
.page-bredcrumb li,
.page-bredcrumb li a{
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
}
.page-bredcrumb li.current,
.page-bredcrumb li.current a{
/*   color: #F8B018; */
}


.container{
  max-width: 1170px;
}
.btn.btn-primary{
  background-color: #0E81E7;
  padding: 15px 30px;
  border-color: 2px solid #0E81E7;
  color: #FFF;
}

/* .page-bredcrumb ul li a:not(:hover){
  color: #000;
  text-decoration: none;
} */

a.location-name{
  display: block;
  max-width: 240px;
}
a.location-name,
.location-name h4{
  color: #9F9B9B;
  font-size: 17.6px;
  font-weight: 500;
  text-decoration: none;
}
a.location-name:hover,
.location-name:hover a,
.location-name:hover h4{
  color: #0e81e7;
}


.location_item {
  position: relative;
  padding: 15px;
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
  border-radius: 11px;
  font-size: 14px;
  transition: all ease-in .2s;
}
.location_item:not(:last-child){
  margin-bottom: 17px;		
}
	
.location_item:hover,
.location_item.l_highlighted{
  outline: 2px solid #0E81E7;
}
.l_l_marker{
  position: relative;
  width: 22px;
  margin-right: 11px;
}
.l_l_marker img{
  max-width: 100%;
}
.l_l_marker b{
  display: block;
  color: #FFF;
  position: absolute;
  left: 0;right:0;
  text-align:center;
  top: 3px;
  font-size: 12px;
  font-weight: 600;
}

.location_item h4{
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  margin: 0;
}
.location_item .distance{
  font-size: 12px;
  margin: 0;
  color: #212529;
  font-weight: 600;
}
.l-t-link{
  text-decoration: none;
}
.location_item 	p{
  margin-bottom: 5px;
  font-size: 14px;
}
.location_item i{
  display: inline-block;
  color: #0E81E7;
  width: 22px;
  text-align: center;
  margin-right: 11px;
}
.location_item .fa-map-marker{
  font-size: 16px;	
}
.location_item .fa-phone{
  font-size: 12px;	
}
.location_item .fa-clock{
  font-size: 14px;	
}

.location_item .btn.btn-primary,
.location_item .btn.btn-bordered{
  width: 100%;
  max-width: 136px;
  text-align: center;
  /* padding: 5px 15px; */
}
.open_status{
  display: inline-block;
  border-radius: 40px;
  background: #36B368;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 10px;		
}
.open_status.closed{
  background: #CC2424;	
}

.locations_in_city .location_item{
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
}
.locations_in_city .location_item .address_box_{
  min-height: 42px;
}
.btn.btn-bordered{
  background: transparent;
  color: #0E81E7;
  border: 2px solid #0E81E7;	
}
.btn-bordered:hover{
  background-color: #0E81E7;
  color: #FFF;
}
.gm-ui-hover-effect{
    top: 1px !important;
    right: 8px !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 100% !important;
    color: #101820 !important;
	line-height: 10px;
}
.gm-ui-hover-effect > span{
  margin: 0 !important;
  display: inline-block !important;
}
.popStyle{
    color: #232323;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 7px 10px 10px 7px;
}
.popStyle a.marker-location-name{
    color: #0E81E7;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-decoration: none;
}
.popStyle .street{
  margin-top: 10px;
}
.popStyle .open_status{
  margin: 10px 0;
  font-weight: 600;
}
/*-- global css for location pages end here*/

.location_search{
  position: relative;
}
.location_search input{
   height: 56px;
   background: #FFF;
   color: #000;
   padding: 10px 100px 10px 0;
   border: 2px solid #000;
}




.search_box,
.search_box *{
  transition: all ease-in .4s;   
}

.search_box{
  width: 100%;
  max-width: 300px;
}
.search_box .icon_box{
    width: 45px;
    text-align: center;
    padding: 12px;
}
.search_box input{
  height: 50px;
}
.clear_search{
   line-height: 52px;
   cursor: pointer;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 5px;
}
.clear_search i{
  line-height: 42px;
}
.search_box svg{
  width: 20px;
  height: 20px;
}
#suggestions-container{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%; 
    max-height: 200px;
    overflow: auto;
    background: #FFF;
    z-index: 99;
}
input:focus+#suggestions-container,
input:focus~#suggestions-container,
#suggestions-container:hover {
  display: block;
}

.suggestion{
  padding: 5px 10px;
  border: 1px solid #666;
  text-transform: capitalize;
  cursor: pointer;
}
.suggestion:hover,
address a:hover{
  color: #0E81E7;
}
address a{
    color: #000;
}

.card .card-title{
  font-size: 1rem;
}
.card .card-title {
  color: #0E81E7;
}

.btn.get_directions_btn{
  background-color: #0E81E7;
}

.single_location_info a{
	text-decoration: none;
}
.single_location_info h2.fs-4,
.single_location_info h4.fs-4{
  line-height: 1 !important;
}

.location-btns .btn{
   font-size: .9rem;
}
.location-btns .btn.more-info{
   background: #000;
   outline: 0;
   border: 0;
}



/*--- state page map ---*/
.sp_map_box{
  height: 480px;
  box-shadow: 0 0 4px rgba(0,0,0,.25);
}
.marker_icon text {
  font-size: 14px;
}

/*----   map loader  ----*/
.map_loader{
  background: rgba(255, 255, 255, .6);
  z-index: 999;
}
.map_loader__content i{
  font-size: 2rem;
  color: var(--primary);
}
.map_loader__content i{
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}










