//
// Google Map Fields
//

.gmap-wrapper {
  height: 450px;
  width:  100%;

  .controls {
    margin-top:      10px;
    border:          1px solid transparent;
    border-radius:   2px 0 0 2px;
    box-sizing:      border-box;
    -moz-box-sizing: border-box;
    height:          32px;
    box-shadow:      0 2px 6px rgba(0, 0, 0, 0.3);

    &:focus {
      @extend %focus-outline;
    }
  }
}