.single_post_content_wrap-rightSidebar .wpcf7 form {
  position: relative;
}

.single_post_content_wrap-rightSidebar .wpcf7 form textarea {
  height: 150px;
}

.single_post_content_wrap-rightSidebar .wpcf7 form.submitting input,
.single_post_content_wrap-rightSidebar .wpcf7 form.submitting textarea,
.single_post_content_wrap-rightSidebar .wpcf7 form.submitting select,
.single_post_content_wrap-rightSidebar .wpcf7 form.submitting button,
.single_post_content_wrap-rightSidebar .wpcf7 form.submitting .button,
.single_post_content_wrap-rightSidebar .wpcf7 form.submitting .file_upload_name {
  pointer-events: none;
  opacity: 0.3;
}

.single_post_content_wrap-rightSidebar .wpcf7 form.submitting:before {
  opacity: 1;
  visibility: visible;
}

.single_post_content_wrap-rightSidebar .wpcf7 form:before {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMwMDAwMDAiPg0KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iIzAwMCI+DQogICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEgMSkiIHN0cm9rZS13aWR0aD0iMiI+DQogICAgICAgICAgICA8Y2lyY2xlIHN0cm9rZS1vcGFjaXR5PSIuNSIgY3g9IjE4IiBjeT0iMTgiIHI9IjE4Ii8+DQogICAgICAgICAgICA8cGF0aCBkPSJNMzYgMThjMC05Ljk0LTguMDYtMTgtMTgtMTgiPg0KICAgICAgICAgICAgICAgIDxhbmltYXRlVHJhbnNmb3JtDQogICAgICAgICAgICAgICAgICAgICAgICBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iDQogICAgICAgICAgICAgICAgICAgICAgICB0eXBlPSJyb3RhdGUiDQogICAgICAgICAgICAgICAgICAgICAgICBmcm9tPSIwIDE4IDE4Ig0KICAgICAgICAgICAgICAgICAgICAgICAgdG89IjM2MCAxOCAxOCINCiAgICAgICAgICAgICAgICAgICAgICAgIGR1cj0iMXMiDQogICAgICAgICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPg0KICAgICAgICAgICAgPC9wYXRoPg0KICAgICAgICA8L2c+DQogICAgPC9nPg0KPC9zdmc+");
  background-position: center center;
  background-repeat: no-repeat;
}

.single_post_content_wrap-rightSidebar .wpcf7 form .wpcf7-spinner {
  display: none !important;
}

.single_post_content_wrap-rightSidebar .wpcf7 form .wpcf7-response-output {
  margin: 25px 0 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.single_post_content_wrap-rightSidebar .form_thankyou {
  display: none;
}

.single_post_content_wrap-rightSidebar .form_thankyou span {
  font-weight: bold;
}

.single_post_content_wrap-rightSidebar .form_thankyou.show {
  display: block;
}

@media (max-width: 767px) {
  .single_post_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .single_post_content_wrap-right {
    display: block;
    width: 100%;
    margin: 0 0 40px;
  }
}