/*
 Theme Name:   Consultix Child
 Theme URI:    http://radiantthemes.com/consultix/
 Description:  Consultix Child Theme
 Author:       RadiantThemes.com
 Author URI:   http://radiantthemes.com/
 Template:     consultix
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  consultix-child
*/

/* WP Forms Edit*/
.wpforms-form-653 .wpforms-container {
  background-color: #ffffff !important;
}
/* wp-form text area width hidding code starts here*/
.wpforms-field textarea {
    width: 100% !important; 
    height: 80px;
}
/* wp-form text area width hidding code ends here*/