/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  A child theme for GeneratePress. Add your custom CSS below.
 Author:       Your Name
 Author URI:   https://yoursite.com
 Template:     generatepress
 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:  generatepress-child
*/

/* ==========================================================================
   Add your custom styles below
   ========================================================================== */
.wpcf7-form p {
   margin-bottom: 0;
}

.wpcf7-form p input {
   width: 100%;
}