/***********************************************************
					Stores Page Styles
************************************************************/
#stores .l-wrapper{
	max-width: 92%;
}
#stores .store_map {
  width: 100%;
  height: 500px;
  margin-bottom: 26px; }
#stores input#addressInput {
  display: inline-block;
  width: 100%;
  /*width: 269px;*/ }
#stores .address-input {
  float: left;
  margin-right: 19px; }
  @media (max-width: 767px) {
    #stores .address-input {
      width: 100%;
      margin: 0 0 20px 0; } }
  #stores .address-input label {
    margin-right: 5px; }
#stores .radius-input {
  float: left;
  line-height: 23px;
  margin-right: 20px; }
  #stores .radius-input label,
  #stores .radius-input .selector {
    float: left; }
  #stores .radius-input label {
    margin-right: 10px; }
  #stores .radius-input #radiusSelect {
    width: 78px; }
#stores .store-content {
  padding-bottom: 30px; }
#stores .store-content-select .selector {
  visibility: hidden;
  display: none; }
#stores .store-content-select.active {
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #d6d4d4; }
  #stores .store-content-select.active .selector {
    visibility: visible;
    display: block; }
#stores .store-title {
  margin-bottom: 15px; 
  margin-top: 15px;
  font-family: 'GalanoGrotesque-Bold';
  font-size: 20px;
  color: #00a5e4;
  font-weight: 400;
  text-decoration: none solid rgb(35, 35, 35);
}
#stores label {
  font-weight: normal;
  color: #777; }
#stores #stores_loader {
  display: none;
  margin-left: 5px; }
#stores #locationSelect {
  max-width: 356px;
  visibility: hidden; }
#stores #stores-table {
  display: none; }
  #stores #stores-table tbody td {
    padding: 20px; }
    #stores #stores-table tbody td.num {
      background: #fbfbfb;
      width: 46px; }
    #stores #stores-table tbody td.name span {
      padding-left: 15px; }
    @media (max-width: 767px) {
      #stores #stores-table tbody td.name img {
        display: none; } }

.store-image img {
  width: 100%;
  min-width: 100px; }

/*# sourceMappingURL=stores.css.map */
/*~~~~~~~~~ PS 1.7 Stylings ~~~~~~~~~*/
#fmeStorePage { width: 100%; padding-bottom: 10px}
#fmeStorePage p { display: inline-block;vertical-align: middle; margin-right: 3%}
#fmeStorePage p label,
#fmeStorePage p select {display: inline-block; vertical-align: middle; width: auto}
.clear_me { width: 100%; clear: both;}
#fmeStorePage p label { padding-right: 3px}

#fmeStorePage p.clearfix { margin-right: 0px; text-align: right; width: 100%}

#fmeStorePage p .form-control { display: inline-block; width:auto}

/*------- New Split Theme Styles --------*/
#fmmsl_split_list { width: 100%; max-height: auto; overflow-y: hidden;  /*margin: 5%;*/}
#fmmsl_split_list ul { padding: 0; margin: 0;}
#fmmsl_split_list ul li { list-style: none; padding: 4% 1%; margin: 0; display: block; clear: both; color: #555555;
border-bottom: 1px solid #cccccc;}
#fmmsl_split_list ul li a { display: block; clear: both;}
#fmmsl_split_list ul p { margin: 0; padding: 5px 0}
.fmmsl_storeview { 
  display: inline-block !important; 
  width: 132px;
  height: 40px;
  padding: 6px 10px;
  border: 1px solid #00a5e4;
  /*border-radius: 5px;*/
  background-size: cover;
  font-family: 'GalanoGrotesque-Bold';
  font-size: 16px;
  color: #00a5e4;
  font-weight: 400;
  text-decoration: none solid rgb(0, 165, 228);
  text-align: center;
  background: none;
  text-transform: uppercase;
  /*position: absolute;
  bottom: 16px;
  left: 18px;*/
}

.fmmsl_storeview:hover {
  color: #fff;
  border: 1px solid #00a5e4;
  background: #00a5e4;
  text-decoration: none solid rgb(0, 165, 228);
} 


@media (min-width: 200px) and (max-width: 500px) {
#stores #stores-table tbody td { padding: 3px}
}
@media (min-width: 200px) and (max-width: 410px) {
#stores #stores-table { font-size: 11px}
#stores #stores-table tbody td { width: auto !important; vertical-align: middle}
#stores #stores-table tbody tr td:first-child, #stores #stores-table tbody tr td:last-child { text-align: center}
#stores #stores-table th { padding: 3px !important;}
}

#stores .store_card{
  width: 45%;
  min-width: 450px;
  min-height: 256px;
  /*border-radius: 10px;*/
  background-color: rgba(0,165,228,0.1);
  background-size: cover;
  margin-right: 2%;
  margin-bottom: 45px;
  margin-left: 2%;
  padding-bottom: 15px;
}

#stores .float-right{
  border-left: 1px dotted;
}

#stores .address_button{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: inherit;
}

#stores .address_left_column{
  display: flex;
  align-items: stretch;
}

#stores .more_info{
  /*
  position: absolute;
  bottom: 0px;
  left: 0px;
  */
}

#stores .page-content--stores h1{
  display: none;
}

#stores .page-content.page-content--stores{
  padding-top: 0px;
}

#stores .store-address1,
#stores .store-phone,
#stores .st_email{
  font-family: 'GalanoGrotesque-Medium';
  font-size: 14px;
  color: #232323;
  font-weight: 400;
  text-decoration: none solid rgb(35, 35, 35);
  line-height: 16px;
	padding: 0px 0px 20px;
}
#stores .store-email{
  text-decoration: underline solid rgb(35, 35, 35);
}
#stores .openhours_head{
  font-family: 'GalanoGrotesque-Bold';
  font-size: 14px;
  color: #232323;
  font-weight: 400;
  text-decoration: none solid rgb(35, 35, 35);
  line-height: 16px;
  margin-bottom: 9px
}

#stores .store-hours td:nth-child(1) {  
  font-family: 'GalanoGrotesque-Bold';
  font-size: 12px;
  color: #232323;
  font-weight: 400;
  text-decoration: none solid rgb(35, 35, 35);
  line-height: 20px;
  padding-right: 20px;
}
#stores .store-hours td:nth-child(2) {  
  font-family: 'Lato-Regular';
  font-size: 12px;
  color: #232323;
  text-decoration: none solid rgb(35, 35, 35);
  line-height: 20px;
  white-space:pre;
}

#stores .page-wrapper--stores{
  border:none;
}

#stores a[href^="mailto:"]{
  color: #232323;
  text-decoration: underline solid rgb(35, 35, 35);
}

#stores .address_text a[href^="tel:"]{
  color: #232323;
}
#stores .pin_img{
  padding-left: 15px;
}
#stores .pin_info{
  min-width: 230px;
}
#stores .pin_info .store-title {
  margin-bottom: 0px;
  margin-top: 0px;
}

#stores .pin_info .pin_more_info {
  padding-left: 33%;
  font-family: 'GalanoGrotesque-Bold';
  font-size: 16px;
  color: #00a5e4;
}

#stores .pin_info td:nth-child(1) {
  font-family: 'GalanoGrotesque-Bold';
  font-size: 12px;
  color: #232323;
  font-weight: 400;
  text-decoration: none solid rgb(35, 35, 35);
  line-height: 20px;
  padding-right: 20px;
}
#stores .pin_info td:nth-child(2) {
  font-family: 'Lato-Regular';
  font-size: 12px;
  color: #232323;
  text-decoration: none solid rgb(35, 35, 35);
  line-height: 20px;
  white-space: pre;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #stores .cont_store_cards {
    margin: auto;
  }
  #stores .store_card{
    min-width: 400px;
  }
  #stores .store-hours td{  
    font-size: 10px;
  }
  #stores .store-address1,
  #stores .store-phone,
  #stores .st_email{
    font-size: 12px;
  }
  #stores .store-hours td:nth-child(1) {
    padding-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #stores .store_card{
    min-width: 95%;
  }
  #stores .store-hours td:nth-child(1) {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #stores .l-wrapper{
  	max-width: 100%;
  }
  #stores .pin_img {
    padding-left: 0px;
  }

  #stores .store-hours td{  
    font-size: 12px;
  }
  #stores .store-address1,
  #stores .store-phone,
  #stores .st_email{
    font-size: 14px;
  }
  #stores .store_card{
    width: auto;
    min-width: 100%;
    border-radius: 0px;
    margin-left: 0px;
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
  #stores #fmmsl_split_list {
     margin: 0%;
  }
  #stores .store_map {
    height: 100vw;
  }
  #stores .fmmsl_storeview {
     border:none;
     box-shadow: none;
     width: auto;
     position: relative;
     margin-bottom: 0px;
     margin-top: 0px;
     padding-left: 0px;
     text-transform: lowercase;
  }
  #stores .address_left_column{
    padding-left: 0px;
  }
  #stores .address_button{
    padding-left: 0px;
  }
  #stores .store-title {
    font-size: 14px;
    margin-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 0px;
  }
  #stores .pin_info .pin_more_info {
    padding-left: 25%;
  }
  
  #stores .pin_info td:nth-child(1) {
    padding-right: 0px;
  }
  #stores .pin_info td:nth-child(2) {
    font-size: 11px;
  }
}
