/* @override http://siiimple.com/base/wp-content/plugins/wizylike/css/wizylike.css?ver=1.0 */


/* GLOBAL
------------------------------------------- */
div.wizylike_button {
	float: left;
	font-size: 15px;
	font-family: 'ProximaNova-Regular';
}
div.wizylike_button * {
	display: block;
	float: left;
}
div.wizylike_button span.wizylike_icon {
	display: block;
	text-indent: -999em;
	float: left;	
}

/* STYLE 3
------------------------------------------- */
div.wizylike_button.style_3 {
	height: 28px;
	line-height: 28px;
	padding: 2px 9px;
	color: #444;
	
}
div.wizylike_button.style_3:hover {
	background: #e9e9e9;
}
div.wizylike_button.style_3 span.wizylike_icon {
	background: url(../images/wizylike.png) no-repeat -10px -54px;
	height: 14px;	
	width: 16px;
	margin-top: 7px;
	margin-right: 4px;
}
div.wizylike_button.style_3 span.wizylike_linebreaker {
	display: none;
}
div.wizylike_button.style_3 span.wizylike_linebreaker.last {
	display: block;
	width: 1px;
	height: 10px;
	background: #fff;
	margin-top: 9px;
	margin-right: 8px;	
}
div.wizylike_button.style_3 span.wizylike_count {
	margin-right: 5px;
}
div.wizylike_button.style_3.modal span.wizylike_count {
	margin-right: 0;
}
div.wizylike_button.style_3 span.wizylike_loading {
	width: 12px;
	text-indent: -999em;
	background: url(../images/e1e1e1.gif) no-repeat right;
}

/* STYLE 3 RED ------------ */
div.wizylike_button.style_3.red {
	background: #fff;

	color: #444;
}
div.wizylike_button.style_3.red:hover {
	cursor: pointer;
	background: #eee;
}
div.wizylike_button.style_3.red:hover span.wizylike_like_unlike,
div.wizylike_button.style_3.red span.wizylike_like_unlike:hover {
	cursor: pointer;
}
div.wizylike_button.style_3.red span.wizylike_loading {
	background: url(../images/c72c2c.gif) no-repeat right;
}