/**
 * This CSS file was auto-generated via PostCSS
 *
 * Contributors should avoid editing this file, but instead edit the associated
 * src/resources/postcss/ file. For more information, check out our engineering
 * docs on how we handle CSS in our engineering docs.
 *
 * @see: http://moderntribe.github.io/products-engineering/css/
 */

/**
 * The Events Calendar Pro Tribe Theme Mobile Stylesheet
 *
 * Default Breakpoint: 768px
 *
 * This breakpoint can be customized using the 'tribe_events_mobile_breakpoint' filter,
 * or the responsive nature of the plugins can be removed by using the 'tribe_events_kill_responsive' filter.
 *
 * To add your own custom styles, create a stylesheet with the name
 * tribe-events.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_stylesheet_url' filter.
 *
 * @package TribeEventsCalendar
 *
 */

/* = Week Grid Template Styles
   @ Template: Week.php
=============================================*/

.tribe-mobile-day-date {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0 0;
	padding: 6px 10px;
	background: #E0E0E0;
	color: #fff;
	line-height: 1;
}

/* = Photo View Template Styles 
   @ Template: Photo.php
=============================================*/

.type-tribe_events.tribe-events-photo-event .tribe-events-photo-event-wrap:hover {
	background: #FAFAFA;
}

.tribe-events-photo .tribe-events-loop .type-tribe_events .tribe-events-event-meta {
	margin: 6px 0;
}

/* = Single Venue Template Styles (Pro Version)
   @ Template: single-venue.php
=============================================*/

.tribe-events-venue .tribe-events-venue-meta {
	padding: 0 0 12px;
}

.tribe-events-venue .tribe-events-map-wrap {
	float: none;
	margin: 5px 0 12px;
	width: 98%;
}

.tribe-events-event-meta address.tribe-events-address {
	padding: 0;
}

/* = Related Events
   @ Template: Single_Event.php
=============================================*/

.tribe-events-single ul.tribe-related-events li {
	margin-bottom: 12px;
	padding:10px 0px;
}

.tribe-events-single ul.tribe-related-events li .tribe-related-event-info {
	padding: 0px 10px 10px 0;
}