/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.vcex-list_item a:hover {
   color: #a8a8a8 !important;
}

.wpcf7-form-control {
   width: 100%;
}

textarea {
   margin-top:3px;
}