/*
* Plugin Name: Themeum Soccer
* Plugin URI: http://www.themeum.com/item/themeum-soccer
* Author: Themeum
* Author URI: http://www.themeum.com
* License - GNU/GPL V2 or Later
* Description: Themeum Soccer is a Soccer plugin.
* Version: 1.0
*/

.match-timeline-inner .yellow-card{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/yellow_card.png) no-repeat;
}
.match-timeline-inner .double-yellow{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/double_yellow_card.png) no-repeat;
}
.match-timeline-inner .red-card{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/red_card.png) no-repeat;
}
.match-timeline-inner .free-kick{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/free_kick.png) no-repeat;
}
.match-timeline-inner .panalty{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/penalty.png) no-repeat;
}
.match-timeline-inner .corner-kick{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/corner_kick.png) no-repeat;
}
.match-timeline-inner .goal{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/goal.png) no-repeat;
}
.match-timeline-inner .goal-shot{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/goal_shot.png) no-repeat;
}
.match-timeline-inner .foul{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/foul.png) no-repeat;
}
.match-timeline-inner .handball{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/handball.png) no-repeat;
}
.match-timeline-inner .start-first-half{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/start_first_half.png) no-repeat;
}
.match-timeline-inner .start-second-half{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/start_second_half.png) no-repeat;
}
.match-timeline-inner .throw{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/throw.png) no-repeat;
}
.match-timeline-inner .off-side{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/offside.png) no-repeat;
}
.match-timeline-inner .extra-time-1{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/extra_time.png) no-repeat;
}
.match-timeline-inner .extra-time-2{
	background: url(/wp_content/plugins/themeum_soccer/assets/images/icons/extra_time_2.png) no-repeat;
}










/*