/*.zilla-likes {
	background: url(../images/heart.png) no-repeat 0 49%;
	border: 0 !important;
	display: inline-block;
	margin-bottom: 10px;
	min-height: 14px;
	padding-left: 18px;
	text-decoration: none;
}
.zilla-likes:hover,
.zilla-likes.active {
	background: url(../images/heart_active.png) no-repeat 0 49%;
	border: 0 !important;
	margin: 0 0 10px 0 !important;
	padding-left: 18px !important;
	text-decoration: none;
}*/

.zilla-likes:before {
	content:"\f08a";
	padding: 5px;
	font-family: 'FontAwesome';
}
.zilla-likes:hover:before {
	content:"\f004";
	font-family: 'FontAwesome';
}
.zilla-likes.active:before {
	content:"\f004";
	font-family: 'FontAwesome';
}
.zilla-likes {
	font-size: 16px;
	color: #777;

	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
.zilla-likes:hover {
	color: #454545;
}

.zilla-blog-widget .zilla-likes,
.tz_recentwork_widget .zilla-likes,
.tz_blog_widget .zilla-likes,
.home div#the_body #slider .excerpt .zilla-likes,
.archive div#the_body #slider .excerpt .zilla-likes { display: none; } /* Hide Zilla Share in custom post widget and sliders in themes */