/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 13 2022 | 06:18:53 */
h1.entry-title {
  text-align: center;
  font-weight: bold;
}

.map_text {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
  .map_text {
    text-align: left;
  }
}

.map_box .map_title {
  font-size: 18px;
  background: #fff;
  border-radius: 100px;
  padding: 4px 20px;
  text-align: center;
  margin-bottom: 10px;
}

.map_box .map_img {
  display: block;
  margin: auto;
  width: 500px;
  height: auto;
  padding: 15px;
  border-radius: 20px;
  background: #ebedf4;
}

@media screen and (max-width: 479px) {
  .map_box .map_img {
    width: 100%;
  }
}

.map_box .map_img img {
  width: 100%;
  border: solid 1px #454545;
  border-radius: 10px;
  overflow: hidden;
}

.map_box .map_img a:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*# sourceMappingURL=ensenmap.css.map */