#wpadminbar #wp-admin-bar-stcfq-messages-count .ab-icon {
	margin-left: 6px;
}

#wpadminbar #wp-admin-bar-stcfq-messages-count .ab-icon:before {
	content: "\f465";
	top: 3px;
}

#wpadminbar #wp-admin-bar-stcfq-messages-count .count-0 {
	opacity: .5;
}

@media screen and (max-width: 782px) {
	#wpadminbar #wp-admin-bar-stcfq-messages-count .ab-icon {
		margin: 0;
	}

	#wpadminbar #wp-admin-bar-stcfq-messages-count .ab-icon:before {
		display: block;
		font-size: 34px;
		height: 46px;
		line-height: 47px;
		top: 0;
	}

	#wpadminbar li#wp-admin-bar-stcfq-messages-count {
		display: block;
	}

	#wpadminbar #wp-admin-bar-stcfq-messages-count {
		position: static;
	}
}

@media screen and (max-width: 400px) {
	#wpadminbar li#wp-admin-bar-stcfq-messages-count {
		display: none;
	}
}