#store-location {
	padding-top: 55px;
	/*background-color: #fff;*/
	text-align: left;
	background-image: url('https://simmons.it/img/map_def_white5.png');
	background-repeat: no-repeat;
	background-size: cover;
	width: 105%;
	background-position: center;
	/*height: 100%;*/
}

#search_div{
	width: 60%;
	text-align: left;
}

#address_label {
	/*
	position: absolute;
	left: 13px;
	bottom: 34px;
	*/
	color: #727272;
	font-family: avenir;
	font-weight: bold;
	letter-spacing: 1px;
}

#store-locator-autocomplete {
	border: none;
	border: solid 3px #6d6d6d;
	border-radius: 0px;
	text-align: left;
	width: 100%;
  box-sizing: border-box;
}

#search_btn {
	/*position: absolute;*/
	float: right;
	margin-bottom: 13px;
	border: none;

	border-radius: 0px;
	background-color: #fff;
	width: 150px;
	/*align: left;*/

	color: #6d6d6d;
	font-family: avenir;
	font-weight: bold;
	letter-spacing: 1px;
        border: none;
	border: solid 3px #6d6d6d;
	border-radius: 0px;
	background-color: #fff;
	width: 150px;
}

/*
BODY.theme-white #search_btn {
	color: #282828;
	background-color: #fff;
}
*/
#cta_store_locator {
	text-align: centerr;
	color: #727272;
	font-family: avenir_roman;
	font-weight: bold;
	letter-spacing: 2px;
}

/*
BODY.theme-white #cta_store_locator {
	color: #727272;
}
*/
