.g5plus-directions {
  position: absolute;
  top: 10px;
  left: 125px;
  z-index: 1;
  font-size: 13px;
}
input#directions-input,
#selectBox {
  background-color: #fff;
  height: 31px;
}
#get-direction {
  display: inline-block;
  padding: 0 10px;
  margin-left: 5px;
  line-height: 31px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
@media screen and (max-width: 639px) {
  .g5plus-directions {
    display: none;
  }
}
