/**
 * The Events Calendar Widget Calendar Tribe Theme 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 stylsheet altogether, you can use the 'tribe_events_pro_widget_calendar_stylesheet_url' filter.
 *
 * @package TribeEventsCalendarPro
 * @since  3.0
 * @author Modern Tribe Inc.
 *
 */

.tribe-mini-calendar td {
	background: #98C5E6;
	border-color:#fff;
	-webkit-transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
  	   -moz-transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
        -ms-transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
         -o-transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
	        transition: all .2s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.tribe-mini-calendar td:hover {
}

.tribe-mini-calendar-no-event{
	color:#fff;
	padding:5px 0 15px 0;
}

.tribe-mini-calendar th{
	color: #000;
	background:#98C5E6;
	border-color:#98C5E6;
	font-weight: bold;
	padding:5px 0
}

.tribe-mini-calendar th:first{
	border-left-color:#fff;
}

.tribe-mini-calendar-nav td{
	background:#01244C;
	border-color:#01244C;
}

.tribe-mini-calendar .tribe-events-othermonth{
	background:#f7f7f7;
}

.tribe-mini-calendar .tribe-events-has-events a{
	color:#fff;
	padding:5px 0 15px 0;
}

.tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before{
	background: #fff;
}

.tribe-mini-calendar .tribe-events-past{
	opacity: .80;
}

.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today
{
	background:#99002A
}

.tribe-mini-calendar td.tribe-events-has-events.tribe-events-present,
.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
	background-color: #99002A;
}

.tribe-mini-calendar .tribe-events-has-events.tribe-events-present a:hover,
.tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a:hover {
	background-color: #30799B;
}

.tribe-mini-calendar td.tribe-events-has-events {
	background: #01244C;
}

.tribe-mini-calendar td.tribe-events-has-events a:hover {
	background: #99002A!important;;
}

.list-date {background:#98C5E6!important; }
.tribe-mini-calendar-event .list-date .list-daynumber {font-size:18px; color:#333}
.tribe-mini-calendar-event .list-date .list-dayname {font-size:14px; color:#666}

.tribe-mini-calendar-event .list-info h2 {
	font-family:Actor;
}

.tribe-mini-calendar-event .list-info h2 a {
	font-family:Actor;
	font-size:16px;
	line-height:22px;
	font-weight:600;
	color:#01244C
}

.tribe-mini-calendar-event .list-info p {
	margin:5px 0;
	display:none;
}

.tribe-mini-calendar-event.first .list-info p {
	display:block;
}

.tribe-mini-calendar-event-cost {
	font-weight: bold;
}

.tribe-mini-calendar-event .tribe-events-divider {
	display: inline;
	font-weight: normal;
}

.tribe-mini-calendar-event {border-color:#d2d2d2}
