/*
Theme Name:     Omega Child Theme
Description:    Child theme for the Omega WP Theme
Author:         Oxygenna
Author URI:     http://themeforest.net/user/oxygenna
Template:       omega
Version:        1.0
*/

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    background-color: #ffffff;
    color: #000000;
    width: 100%;
}
.wpcf7 input[type=”text”],
.wpcf7 input[type=”email”]::-webkit-input-placeholder {
  color: #f3f3f3;
}
span.wpcf7-list-item-label {
    display: none;
}

.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  width: 100%;
}



