/**
 * @version 2.3.0
 * @package JEM
 * @subpackage JEM Latest Events Wide Module
 * @copyright (C) 2013-2020 joomlaeventmanager.net
 * @copyright (C) 2005-2009 Christoph Lukes
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

div#jemmodulewide span.event-title:before,
div#jemmodulewide .time:before,
div#jemmodulewide div.date:before,
div#jemmodulewide .category:before,
div#jemmodulewide .venue-title:before {
	font:normal normal normal 1.2em/1 FontAwesome;
	padding-right: 4px;
}

div#jemmodulewide span.event-title:before {
	content:"\f024";
}

div#jemmodulewide .time:before {
	content:"\f017";
}

div#jemmodulewide div.date:before {
	content:"\f133";
}

div#jemmodulewide .category:before {
	content:"\f02b";
}

div#jemmodulewide .venue-title:before {
	content:"\f041";
}
