.gmap_wrapper .search_form{
	height:50px;
	background:#00cccb;
	position: relative;
}

.gmap_wrapper .search_form label{
	margin-right: 20px;
	font-size:18px;
	line-height:50px;
	font-weight: 300;
	color:white;
}

.gmap_wrapper .search_form input#mylocation{
	background:#00cccb;
	border:1px solid white;
	height:35px;
	margin-top:7px;
	display:inline;
	max-width:50%;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	line-height:35px;
	font-size:18px;
	font-weight: 300;
}

.gmap_wrapper .search_form a.directions_link{
	width:auto;
	padding-left:60px;
	padding-right:60px;
	background:#1f9ba5;
	color:white;
	text-decoration: none;
	height:35px;
	display:inline-block;
	margin-top:7px;
}
.gmap_wrapper .search_form a.directions_link span{
	font-family:'roboto_condensedbold';
	font-size:18px;
	line-height:35px;
	height:100%;
	width:100%;
}

.gmaps_iframe{
	border-bottom:0px;
	display:block;
}


@media screen and (max-width: 600px){
	.search_form .col-xs-6{
		width:100%;
		text-align: center;
	}
	.gmap_wrapper .search_form{
		height:100px;
	}
}


