/* @override 
	http://wp.local/content/plugins/the-events-calendar/resources/events.css?ver=2.9.2
*/

/* MR calendar widget 12-12-2014 */

.tribe-events-list-widget{
	background-color: #B0C832;
	padding: 10px;
}
.tribe-events-list-widget h3 {
	color: #FFF;
	font-size: 21px;
	text-align: center;
}
.tribe-events-list-widget ol{
	background-color: #FFF;
	list-style: none!important;
	margin: 0!important;
}
.tribe-events-list-widget ol li{
	padding: 10px 0;
	margin: 10px!important;
	border-bottom: 2px dotted orange;
}

.tribe-events-list-widget ol li a {
	font-weight: bold;
	font-size: 16px;
	color: #555!important;
}
.tribe-events-list-widget ol li a:hover {
	color: red!important;
}
.tribe-events-list-widget .last_event_li {
	border: none;
	text-align: center;
	margin: 0;
	padding: 0 0 10px 0;
}
.tribe-events-widget-link,.tribe-events-widget-link a {
  color: #FFF;
  text-align: center;
  margin: 0;
}



#tec-events-calendar-header {
    margin-bottom: 0;
    position: relative;
}
.tec-calendar-buttons {
    position: absolute;
    right: 0;
    top: 0;
}
#tec-content .ical {
    background: none repeat scroll 0 0 orange;
    border-radius: 2px;
    color: #ffffff;
    float: right;
    font-size: 12px;
    margin: 10px 0 10px 10px;
    padding: 1px 5px;
    text-decoration: none;
}
.tec-calendar-buttons a {
    background: none repeat scroll 0 0 #999;
    border-radius: 3px;
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    margin: 0 0 10px 10px;
    padding: 0 4px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    width: auto;
}
.upcoming a.tec-button-on, .grid a.tec-button-on {
    background: none repeat scroll 0 0 #b0c832;
}
.category-events .post {
    padding: 0 0 40px;
}
.category-events .upcoming .entry-title {
    font-size: 21px;
    margin: 15px 0 12px;
}
.category-events .entry-title a, .tec-event-meta-desc, .tec-event-day {
    color: #000;
}
.tec-calendar td.tec-present .daynum {
    background-color: #b0c832;
    color: #fff;
}
.tec-tooltip .tec-event-title {
    background-color: #b0c832;
    color: #fff;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 0 6px;
}
#tec-event-meta .gmap, .tec-event-meta-desc .gmap {
    background: none repeat scroll 0 0 #b0c832 !important;
    text-decoration: none;
}
.tec-events .tec-event-entry, .tribe-events-single .tribe-events-schedule, .tribe-events-single .tribe_events {
    padding: 0 30px 0 20px;
}
h4.event-day {
    background-color: #b0c832;
    padding: 0 3px;
}
h2.entry-title {
    border-bottom: 1px solid #b0c832;
    border-left: 10px solid #b0c832;
    color: black;
    font-weight: bold;
    line-height: 1.3em;
    margin: 10px 0 0 -20px!important;
    padding: 0 0 3px 10px!important;
    font-size: 23px!important;
}
h2.tec-cal-title {
    margin-bottom: 20px;
}
.post .entry {
    padding: 0 10px;
}
.category-events #tec-content {
    margin: 0;
    padding: 0;
    width: 100%;
}
.tec-month-nav {
    top: 10px;
}

.single-tribe_events h2.tribe-events-single-event-title {
margin: 0!important;
}