/*
Theme Name: iKit Three Custom
Theme URI: http://aiga.org
Description: This is a child theme that extends the iKit Three theme, it can be customized without affecting the base theme.
Author: AIGA
Author URI: http://aiga.org/
Version: 1.0.0
Template: ikit_three
*/

@media screen and (min-width:640px) {
	.index-billboard-sidebar .ikit-widget-events .event-items {
		padding-left: 20px;
		padding-right: 20px;
	}

	.index-billboard-sidebar .ikit-widget-events .event-items:after {
	   display: block;
	   content: '';
	   clear: both;
	}
	.index-billboard-sidebar .ikit-widget-events .event-item {
		float: left;
		width: 50%;
		padding-left: 20px;
		padding-right: 20px;
		display: table-cell;
	}
}

@media screen and (min-width:1120px) {
	.index-billboard-sidebar .ikit-widget-events .event-item {
		width: 25%;
	}
}

@media screen and (min-width:1120px) {
	.index-billboard-sidebar .ikit-widget-community-events .community-events-item {
		width: 25%;
	}
}

@media screen and (min-width:1120px) {
	.index-billboard-sidebar .ikit-widget-events .event-item {
		width: 25%;
	}
}