/*
Theme Name: Total Child Theme 
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-bullets-check ul li {
	background: url('images/check.png') left center no-repeat !importan;
}

#top-bar-social a {
    color: #9b8542;
    background: rgba(255,255,255,.3);
}

#top-bar-social a:hover {
    color: #9b8542;
    background: rgba(255,255,255,1);
}