/**
 * The Events Calendar Widget Calendar Full Stylesheet
 *
 * To add your own custom styles, create a stylesheet with the name
 * widget-calendar.css in the tribe-events/pro/ directory of your theme.
 * Your new stylesheet will be loaded after our own stylesheet.
 *
 * To replace our stylesheet altogether, you can use the 'tribe_events_pro_widget_calendar_stylesheet_url' filter.
 *
 * @package TribeEventsCalendarPro
 *
 */

/* Masquage du tarif en haut de la page d'event */
.tribe-events-cost {
	display: none;
}

.tribe-list-widget, .tribe-events-list-widget .tribe-events-list-widget-events {
	padding: 0;
}
/* event list css */

.tribe-mini-calendar-event {
	overflow:hidden;
	width:100%;
	padding-bottom : 0px;
	margin-bottom  : 0px;
	border-bottom  : 1px dotted #2f2f2f;
	margin-left: 0;
	margin-right: 0;
}

.tribe-mini-calendar-event.first {
	margin-top:10px;
}

.tribe-mini-calendar-event .list-date {
	float : left;
	overflow:hidden;
	font-weight:bold;
	margin: 10px 5% 10px 0;
	padding: 3px;
	width: 15%;
	text-align:center;
	display: inline;
	background: #666;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.tribe-mini-calendar-event .list-info {
	display: inline;
	float: left;
	margin: 10px 0;
	width: 80%;
}

.tribe-mini-calendar-event .list-date .list-dayname {
	background: #fff;
	color: #666;
	display: block;
	font-size: 11px;
	letter-spacing: .5px;
	padding: 3px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.tribe-mini-calendar-event .list-date .list-daynumber {
	color: white;
	display: block;
	font-size: 15px;
	line-height: 1.6;
	text-align: center;
	width: 100%;
}

.tribe-mini-calendar-event .list-date .list-daymonth {
	background: white;
	color: #666;
	display: block;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.tribe-mini-calendar-event .list-info {
	font-size: 13px;
	line-height: 1.6;
}

.tribe-mini-calendar-event .list-info h4 {
	font-size : 14px;
	font-weight:bold;
	line-height:18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.tribe-bar-mini .tribe-bar-submit, .tribe-bar-submit {
  margin-left: auto;
  width: auto;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
  background: #f0696a;
}
