/* Google map
* @subsection Google Map
* @description Describes style declarations for RD Google Map extension
* @version     1.0.0
*/
.google-map-markers {
  display: none;
}

.google-map-container {
  width: 100%;
}

.google-map {
  height: 200px;
  width: 100%;
}

@media (min-width: 480px) {
  .google-map {
    height: 400px;
  }
}

@media (min-width: 992px) {
  .google-map {
    height: 500px;
  }
}

.gm-style-iw > div > div {
  padding-right: 10px;
  font-size: 13px;
  color: #777;
}

.map_locations {
  display: none;
}
