/*
 Theme Name:   salient Child
 Description:  salient Child Theme
 Template:     salient
*/


.wpcf7-list-item {
    display: block !important; 
}

.wpcf7-list-item-label {
    color: #676767 !important;
}

@media only screen and (max-width: 767px) {

    .fieldset-cf7mls input, .wpcf7-form .fieldset-cf7mls textarea {
        width: auto;
    }

}