/*
 * Shortcode: tribe-events-calendar.scss
 * -----------------------------------------------
*/

.tribe-events-calendar {
	td.tribe-events-present div[id*=tribe-events-daynum-] {
		background-color: #21759b;
		> a {
			background-color: transparent;
		}
	}
	.tribe-events-tooltip {
		padding: 0;
	}
}
#tribe-events-content .tribe-events-tooltip h4 {
	background-color: #21759b;
	color: #fff;
	font-size: 12px;
	padding: 7px 15px;
}
.tribe-events-tooltip .tribe-events-event-body {
	padding: 15px;
	.tribe-event-duration {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.tribe-event-description p {
		margin-bottom: 10px;
	}
	.tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
		padding-top: 0;
	}
}
#tribe-events .tribe-events-button {
	padding: 12px 16px;
}
.tribe-events-read-more {
	font-size: 14px;
}
.tribe-events-list {
	.tribe-events-event-cost {
		position: absolute;
		right: 15px;
		bottom: 2rem;
		margin: 0;
		z-index: 10;
	}
	.tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
		margin: 0;
		bottom: 15px;
	}
	.type-tribe_events {
		border-bottom: 1px solid rgba(30,30,30,0.1);
		margin-bottom: 2rem;
		padding: 0 0 2rem 0;
	}
}
.tribe-events-event-meta .tribe-events-gmap {
	font-weight: bold;
}