/*--------------------------------------------------------------
# Like Button
--------------------------------------------------------------*/
.flext-unlike-button i {
	color: #cc2020;
}
.flext-post-likes.flext-is-loading::before {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}
.flext-post-likes.flext-is-loading::after {
	animation: flext-spin 1s infinite linear;
	border: 2px solid #b1b1b1;
	border-radius: 50%;
	border-top-color: transparent;
	content: "";
	height: 2rem;
	left: 50%;
	margin: -1rem;
	outline: 1px solid transparent;
	position: absolute;
	top: 50%;
	width: 2rem;
	z-index: 9;
}
