/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.awmp-map {
  text-align: center;
  font-family: 'Poppins', 'serif';
  font-weight: 100;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 100%;
}

.awmp-map span,
.awmp-map a,
.awmp-map a:hover {
  cursor: pointer;
  text-decoration: underline;
  z-index: 100000;
}

.awmp-map span,
.awmp-map a,
.awmp-map h3,
.awmp-map p {
  color: rgb(44, 44, 44) !important;
}

.awmp_map_wrapper {
  vertical-align: middle;
  background-size: cover !important;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.awmp-icon {
  margin: 0 auto;
  width: 300px;
  height: 190px;
}
