/**
Theme Name: Astra Child
Author: Shubham Rana
Author URI: http://wpastra.com/about/
Description: Custom theme by Shubham.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*
 * Contact Form 7 (event membership form) - Prevent multiple submissions
 *
 * Added by George Shank
 */
.wpcf7-form.submitting .wpcf7-submit,
.wpcf7-form.sent       .wpcf7-submit,
.wpcf7-form.resetting  .wpcf7-submit {
    pointer-events: none;
    opacity: 0.6;
}