.registry-new-post-widget .sidebar-title {
  color: #111D5E;
  text-align: center;
  padding: 10px;
  font-family: "SF Pro Display Medium", sans-serif;
  border-top: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
}
.registry-new-post-widget .registry-new-post-content {
  margin-top: 20px;
  margin-bottom: 40px;
}
.registry-new-post-widget .registry-new-post-content .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 5px !important;
}
.registry-new-post-widget .registry-new-post-content .wpcf7-list-item input[type=radio] {
  position: relative;
  width: 17px;
  height: 14px;
  margin-right: 5px;
}
.registry-new-post-widget .registry-new-post-content .wpcf7-list-item input[type=radio]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -3px;
  left: 0;
  position: absolute;
  background-color: #ffffff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid #ADADAD;
  cursor: pointer;
}
.registry-new-post-widget .registry-new-post-content .wpcf7-list-item input[type=radio]:checked:before {
  width: 16px;
  height: 16px;
  border-radius: 15px;
  top: -1px;
  left: 2px;
  position: absolute;
  background-color: transparent;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
  z-index: 1;
}
.registry-new-post-widget .registry-new-post-content .wpcf7-list-item input[type=radio]:checked:after {
  background-color: #111D5E;
  border: 2px solid #111D5E;
}
.registry-new-post-widget .registry-new-post-content .wpcf7-submit {
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  background-color: #111D5E;
  border-radius: 20px;
  text-align: center;
  border: none;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}
@media (max-width: 768px) {
  .registry-new-post-widget .registry-new-post-content .wpcf7-submit {
    margin-top: 15px;
  }
}
.registry-new-post-widget .registry-new-post-content .wpcf7-submit:hover {
  background: #E2007C;
  color: #fff;
  border-color: transparent;
}

/*# sourceMappingURL=style.css.map */
