/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/jan/2018, 17:58:48
    Author     : rsoares
*/


/* -------------- Featured Event --------------------------*/

.tribe-events-list-widget .tribe-event-featured {
	background: #de7158;        
	padding-bottom: 12px;
	padding-bottom: .75rem;        
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-title {
	margin-top: 12px;
	margin-top: .75rem;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-title a {
	color: white;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
	line-height: 0;
	margin-left: -24px;
	margin-left: -1.5rem;
	margin-right: -24px;
	margin-right: -1.5rem;
	overflow: hidden;
}

.tribe-events-list-widget .tribe-event-featured .tribe-event-duration {
	color: white;
}

/* -------------- --------------- --------------------------*/


/** Change the size and colour of the widget title */
.tribe-events-list-widget h2.widget-title {
	color: blue;
	font-size: 14px;
}

/** Make each event standout with a new background and border */
.tribe-events-list-widget li.tribe-events-list-widget-events {
	/*background: #de7158;*/
	border: 1px solid #dddddd;
        list-style: none;
	padding: -10px;
        /*padding-top: 10px;*/
}

/** Make each event title uppercase and underline them */
.tribe-events-list-widget h4.tribe-event-title a {
	/*text-decoration: underline;
	text-transform: uppercase;*/
        font-size: 16px;
}

/** Make the event date/time information a little more prominent */
.tribe-events-list-widget .tribe-event-duration {
	/*color: white;
	font-weight: bold;
	transform: rotate( -4deg );*/
        font-size: 12px;
}

.tribe-events-list-widget ol li {
	list-style: none;
	margin-bottom: 8px;
	margin-bottom: .5rem;
}

.tribe-events-list-widget .tribe-list-widget {
	margin-left: 0;
}


