/**
 * 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 Widget This Week Theme Stylesheet
 *
 * To add your own custom styles, create a stylesheet with the name
 * widget-this-week.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_pro_widget_calendar_stylesheet_url' filter.
 *
 * @package TribeEventsCalendarPro
 *
 */
/*
* This Week Widget CSS */
.tribe-this-week-widget-wrapper {
	position: relative;
	width: 100%;
}
.tribe-this-week-widget-weekday-wrapper {
	margin-bottom: 10px;
	min-height: 170px;
	overflow: hidden;
}
.tribe-this-week-widget-day {
	margin: 15px 0;
}
.tribe-this-week-widget-wrapper .tribe-events-page-title {
	font-size: 26px;
	text-align: center;
}
.tribe-this-week-widget-wrapper a {
	color: #757575;
}
.tribe-events-visuallyhidden {
	display: none;
}
/*
* This Week Widget Nav CSS */
.entry-content ul.tribe-events-sub-nav,
.tribe-events-sub-nav {
	font-size: 14px;
	line-height: normal;
	list-style-type: none;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.tribe-events-sub-nav .tribe-this-week-nav-link.nav-next,
.tribe-events-sub-nav .tribe-this-week-nav-link.nav-previous {
	border: none;
	float: left;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 8px 0;
	padding: .5rem 0;
	text-align: left;
}
.tribe-events-sub-nav .tribe-this-week-nav-link.nav-next {
	float: right;
	margin: 0 0 0 5px;
	text-align: right;
}
/*
* This Week Widget Common CSS */
.tribe-this-week-widget-header-date {
	background-color: #666;
	border: none;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8px;
	padding: 5px 0;
	text-align: center;
}
.this-week-today .tribe-this-week-widget-header-date {
	background-color: #21759b;
}
.this-week-past .tribe-this-week-widget-header-date {
	background-color: #b2b2b2;
}
.this-week-past .type-tribe_events {
	filter: Alpha(opacity=50);
	opacity: .5;
}
.tribe-this-week-widget-day-wrap {
	padding: 0 6px 6px 0;
}
.tribe-this-week-event {
	border-left: 4px #21759b solid;
	margin-bottom: 8px;
	padding: 0 0 0 6px;
}
.tribe-this-week-widget-wrapper .entry-title,
.tribe-this-week-widget-wrapper .entry-title a {
	color: #333;
	font-size: 16px;
	margin: 0;
	text-decoration: none;
}
.tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue a {
	text-decoration: underline;
}
.tribe-this-week-widget-wrapper .tribe-this-week-widget-day .tribe-venue,
.tribe-this-week-widget-wrapper .tribe-this-week-widget-day .duration {
	font-size: 13px;
	line-height: 1;
}
.tribe-this-week-widget-day {
	color: #333;
	font-size: 16px;
	margin: 0;
}
/*
* This Week Widget Vertical CSS */
.tribe-this-week-widget-vertical .tribe-this-week-widget-day {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #114b7d;
	font-size: 16px;
	vertical-align: top;
}
.tribe-this-week-widget-vertical .tribe-this-week-widget-header-date {
	padding-left: 15px;
	text-align: left;
}
/*
* This Week Widget Horizontal CSS */
.tribe-this-week-widget-horizontal .tribe-this-week-widget-day {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #114b7d;
	float: left;
	font-size: 14px;
	vertical-align: top;
	width: 14.28%;
}
.tribe-this-week-widget-horizontal .tribe-this-week-widget-hide-weekends .tribe-this-week-widget-day {
	width: 20%;
}
.tribe-this-week-widget-horizontal .entry-title,
.tribe-this-week-widget-horizontal .entry-title a {
	color: #333;
	font-size: 14px;
}
/*
* AJAX */
.tribe-events-ajax-loading {
	background: #666;
	border-radius: 5px;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	display: none;
	left: 50%;
	margin-left: -27px;
	padding: 15px;
	position: absolute;
	top: 150px;
	z-index: 10;
}
.tribe-events-spinner-medium {
	height: 24px;
	width: 24px;
}
.tribe-events-ajax-loading.tribe-events-active-spinner,
.tribe-events-ajax-loading.tribe-events-active-spinner img,
.tribe-events-loading .tribe-events-ajax-loading {
	display: block;
}
@media only screen and (max-width: 767px) {
	.tribe-this-week-widget-wrapper {
		max-width: 400px;
		margin: 0 auto;
	}
	.tribe-this-week-widget-horizontal .tribe-this-week-widget-hide-weekends .tribe-this-week-widget-day,
	.tribe-this-week-widget-horizontal .tribe-this-week-widget-day {
		width: 100%;
	}
}
