a.geo-location {
	color:#ffffff;
	border:1px solid #ffffff;
}
.node-type-locator .content, .node-type-locator .#page
{
	height:auto !important;
}

.node-type-locator .footer
{
	position:inherit;
}

#locator {
	margin: 10% auto 20% auto;
	padding-left:3%;

}
#productlocator-form p {
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.9);
}
.btn-locator{
	  width: auto;
		font-family: 'Montserrat', sans-serif;
	  font-size: 16px;
	  line-height: 17px;
	  text-align: left;
	  color: #fff;
	  text-decoration: none;
	  margin-bottom: 15px;
	  display: block;
	  background-color: #a7321f;
		padding: 8px 30px;
	  outline: none;
	border-radius: 0;
}
.btn-locator:focus, .btn-locator:hover{
	color: #fff;
	outline: none;
}
#edit-location.form-control{
	border-radius: 0;
	width: 60%;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
}
@media (max-width: 1190px) {
	#edit-location.form-control{
		width: 100%;
	}
}
#edit-location::-webkit-input-placeholder{
	color: #989898;
	text-transform: uppercase;
}
#edit-location::-moz-placeholder{
	color: #989898;
	text-transform: uppercase;
}
#edit-location:-ms-input-placeholder {
	color: #989898;
	text-transform: uppercase;
}
#map-canvas {
  padding-top: 0px;
  height: 600px;
}
.locator-map
{
	color:#000000;
}
.locator-result {
	border-bottom: solid 2px #fff;
  	text-align: center;
}
.locator-result a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
  	font-style: normal;
  	color: #ffffff;
}
#locator-results {
	height: 396px;
  	overflow-y: auto;
}
#locator-results > div {
    background: rgba(10,12,12,.3);
}
.locator-result {
    padding: 10px 0;
}
#locator-pagination {
	text-align: center;
}
.pagination > li > a, .pagination > li > span {
	color: #ffffff;
	background: rgba(10,12,12,.3);
	padding: 6px 10px;
}

.pagination > .disabled > span {
	color: #ffffff;
	background: rgba(10,12,12,.3);
	cursor: pointer;
}

.node-type-locator .footer {
	float: left;
	margin-top: 20px;
}
@media (min-width: 768px) {
	.locator-map {
		width: 64%;
	}
}

/*media queries specific for locator view on mobile devices*/
@media (max-height: 480px){
	#locator-results
	{
		height:167px;
	}
}
@media (min-height: 481px) and (max-height:667px){
		#locator-results
	{
		height:250px;
	}
}
/*end locator specific media queries*/


@media (min-width: 320px) { 

	#productlocator-form p {
		font-size: 48px;
	}

}
@media (min-width: 992px) { 

	#productlocator-form p {
		font-size: 60px;
		line-height:1em;
	}
}

