

#gmap_canvas .gm-style img {
  max-width: none;
  pointer-events: none;
}
ul,
ol {
  list-style-position: outside;
  padding-left: 19px;
}
.pl30 {
  padding-left: 30px;
}
.pr20 {
  padding-right: 20px;
}
.kids-reader {
  background-position: center bottom !important;
}
.post_info {
  display: none !important;
}

.post_author {
  display: none !important;
}

.date.entry_date.updated {
  display: none !important;
}

.rmagic .buttonarea input[type="button"],
.rmagic .buttonarea input[type="submit"] {
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.5px;
  border-radius: 4px;
  border: 1px solid #457d9f;
  color: #fff;
  background-color: #457d9f;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  float: none;
  display: inline-block;
}

.lang-row {
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang-content {
  width: 50%;
  display: flex;
  justify-content: center;
}

.lang-choice {
  color: #175d87;
  border: 1px solid #175d87;
  padding: 10px 40px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 5px;
  flex-grow: 0;
}
.pointer-none {
  pointer-events: none;
}

.md-blue {
  color: #145d85;
}

@media (max-width: 768px) {
  #procedure .wpb_text_column.wpb_content_element {
    padding: 2rem !important;
  }
}
