/*=========================*/
/* Map */
/*=========================*/
.webgatha_map_wrapper .webgatha-map {
  height: 200px;
}

/* Witout API key Map Design */
.vc_row-o-equal-height .default-map .wpb_wrapper,
.vc_row-o-equal-height .default-map .wpb_wrapper .webgatha_map_wrapper,
.vc_row-o-equal-height .default-map .wpb_wrapper .webgatha_map_wrapper .webgatha-map-inner,
.vc_row-o-equal-height .default-map .wpb_wrapper .webgatha_map_wrapper .webgatha-map-inner iframe {
  height: 100%;
}

.webgatha-map-inner {
  position: relative;
  z-index: 1;
}

.webgatha-map-inner .webgatha-map-notice {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
  font-size: 22px;
  font-weight: 600;
  color: #323232;
  z-index: 2;
}

.webgatha-map-inner iframe {
  width: 100%;
  min-height: 400px;
}
