/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

h4.entry-title 
{
	font-size:20px;
}

li.ecs-event::marker
{
	display:none;
}

ul.ecs-event-list
{
	list-style-type:none;
}

span.duration
{
	font-style:italic;
}