/* Store Locator */

.elementor-search-form__container {
	border-radius: 36px; 
	font-size: 28px; 
	max-width: 450px;
}

.elementor-search-form__icon {
	padding-left: calc(53px / 3);
}

.filters {
position: relative;
}
.filterDiv {
    float: left;
    width: 50%;
    height: 100%;
}

.StoreLocatorH3 {
    color: #494440;
}

.search-wrapper .checkbox {
    background-color: white;
    border: 1px solid #a0a0a0;
    display: block;
    height: 1.25rem;
    margin: 0.25rem 0 0.25rem 4.25rem;
    position: relative;
    width: 1.25rem;
}
.search-wrapper span.filterTitle {
    color: #666666;
    font-size: 1.125rem;
    font-style: italic;
    margin: 0.875rem 0;
    width: 100%;
}
.search-wrapper .filters .icon {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    height: 3rem;
    line-height: 3rem;
    margin: 0 0.625rem 0 0;
    width: 3rem;
}
.search-wrapper .filters {

}

.locator-heading-title {
    color: #494440;
    font-size: 35px;
    font-weight: 600;
    padding-top: 5px;
}
.title {
   font-size: 25px;
   color: D81A1D;
}

.fa, .fas {
    float: left;
    padding-right: 5px;
}

.store-wrapper .store .index-number {
    background-color: #D81A1D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: white;
    display: block;
    font-size: 0.875rem;
    height: 1.625rem;
    left: 0.4375rem;
    line-height: 1.625rem;
    position: absolute;
    text-align: center;
    top: 1.125rem;
    width: 1.625rem;
}
.store-wrapper .store > .left {
    width: 100%;
}

.store-wrapper .store .address {
    color: #000000;
}

.store-wrapper .store .miles {
    padding-left: 15px;
	font-size: 15px;
	float: right;
}

.store-wrapper .store {
    border-radius: 8px;
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin: 0 0 0.1875rem;
    padding: 0.875rem 1.5rem 0.875rem 2.625rem;
    position: relative;
    width: 100%;
}

.active {
    background-color: #f5f5f5 !important; 
}


.storeName {
   margin: 0;
}
.mapAddress {
   padding-top: 15px;
}

.mapPhone {
   padding-top: 15px;
}

.mapHours {
   padding-top: 15px;
}

.mapButtons {
   padding-top: 25px;
}

#storeButton button {
  background-color: #D81A1D;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
  border: none;
  color: white;
  font-family: 'Varela Round', sans-serif;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.footer .red {
	background-color: #D81A1D !important;
	margin-right: 15px;
}

.footer .white {
	fill: #D81A1D; 
	color: #D81A1D; 
	background-color: #ffffff !important; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}

/*
.footer .red:focus {
   background-color: #9E1113; 
}

.footer .white:visited {
	color: #D81A1D; 
}
.footer a:hover white {
	color: #D81A1D; 
}
*/

a.white:focus,
 a.white:hover {
    fill: #D81A1D !important; 
	color: #FFFFFF !important;
	background-color: #D81A1D !important;
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
	border-color: #D81A1D !important;
}

 a.red:focus, 
 a.red:hover {
	background-color: #9E1113 !important;
}

.footer .white:visited {
	fill: #D81A1D; 
	color: #D81A1D; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}

/*
.footer .elementor-button-link a .red {
	background-color: #D81A1D !important;
	padding-right: 15px;
}

.footer .elementor-button-link a .white {
	fill: #D81A1D; 
	color: #D81A1D; 
	background-color: #ffffff !important; 
	border-style: solid; 
	border-width: 1px 1px 1px 1px; 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
}*/

@media all and (-ms-high-contrast:none)
     {
     .elementor-search-form__input { padding-top: 20px; padding-left: 20px; } /* IE10 */
		 *::-ms-backdrop, .elementor-search-form__input { padding-top: 15px; padding-left: 15px; } 
		 .elementor-search-form__icon { padding-top: 15px; } /* IE11 */
     }

@media only screen and (max-width: 850px) {
  #bodyContent .mapHours .footer {
    display: none;
  }
}