.full-field label,
.slim-field-left label,
.slim-field-right label {
  width: 100%;
  display: inline-block;
}
.full-field input,
.slim-field-left input,
.slim-field-right input {
  width: 100%;
  display: inline-block;
}
.full-field {
  display: inline-block;
  width: 100%;
}
.slim-field-left {
  display: inline-block;
  width: 48%;
  float: left;
}
.slim-field-right {
  display: inline-block;
  width: 48%;
  float: right;
}
.gwaa_map {
  height: 300px;
  display: none;
}
.pac-container {
  z-index: 999999999999999 !important;
}

.gwaa-location-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.gwaa-current-location-btn {
  pointer-events: auto;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.gwaa-current-location-btn:hover {
  opacity: 1;
}

.wpcf7-gmautocomplete {
  padding-right: 40px !important;
}
.gwaa-current-location-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-88%) !important;
  cursor: pointer;
  z-index: 10;
  padding: 6px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  opacity: 0.75;
  transition: opacity 0.2s;
}
