/*
Theme Name: DataProphet WP Theme
Theme URI: https://bacancy.com
Author: Bacancy
Author URI: https://bacancy.com
Description: A custom site theme using Tailwind CSS.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: data-prophet
*/

.footer-form input{
width: 32%;
margin-right: 15px;
}
.footer-form .wpcf7-not-valid-tip{
width: 32%;
margin-right: 15px;
}
.footer-form textarea{width:99%;}
.footer-form .btn {
 width: auto !important;
}
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output{
  color: white;
}

/* Change placeholder text color in Contact Form 7 */
.footer-form .wpcf7 input::placeholder,
.footer-form .wpcf7 textarea::placeholder {
    color: #888; /* Change this to your desired color */
    opacity: 1; /* Makes sure color shows up in all browsers */
}
.footer-form .wpcf7 input,
.footer-form .wpcf7 textarea {
    color: #fff; /* Change this to your desired color */
}