/** 
 * Copyright (c) 2012 - IgniteWoo.com - All Rights Reserved
 * 
 * http://ignitewoo.com
 * 
 */


/* ======= Upcoming Events ======= */
.widget_upcoming_events ul { 
        margin-left: 0.8em !important;
}
.widget_upcoming_events ul li { 
	clear: both;
	list-style-type: none;
	min-height: 70px;
	padding-bottom: 10px;
}
.widget_upcoming_events .events_upcoming_image { 
	float: right;
	width: 35px;
}
.widget_upcoming_events .events_upcoming_info { 
	float: left; 
	text-align: left;
}
.widget_upcoming_events .events_upcoming_info .event_title_wrap {
	width: 90%;
}

.widget_upcoming_events .event_upcoming_price {
	color: #00af00;
	font-weight: bold;
}
.widget_upcoming_events ul.cart_list li img, .widget_upcoming_events ul.product_list_widget li img {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
	float: right;
	height: auto;
	margin-left: 4px;
	width: 32px;
}
.widget_upcoming_events ul.cart_list li a, .widget_upcoming_events ul.product_list_widget li a {
	display: block;
	font-weight: bold;
}
.widget_upcoming_events.event_list_widget li p { 
	margin-bottom: 8px;   
}
.widget_upcoming_events.event_list_widget.floated { 
	min-height: 200px;
}


/* ======= Mini Calendar ======= */
#mini_calendar {
	width: 200px;
	margin: 5px auto 0 auto;
	font-size: 10px;
	line-height: 10px;
}
#mini_calendar .fc-widget-header {
	padding: 4px 0;
}

#mini_calendar .fc-header-title h2 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 4px;
	white-space: normal !important;
}
#mini_calendar .fc-view-month .fc-event, #mini_calendar .fc-view-agendaWeek .fc-event {
	font-size: 0;
	overflow: hidden;
	height: 3px;
}
#mini_calendar .fc-view-agendaWeek .fc-event-vert {
	font-size: 0;
	overflow: hidden;
	width: 2px !important;
}
#mini_calendar .fc-agenda-axis {
	width: 20px !important;
	font-size: .7em;
}

#mini_calendar .fc-button-content {
	padding: 0 5px;
}

#mini_calendar .fc-header-right {
    width: 0%;
}
