/**handles:fl-child-theme**/
/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

.tribe-events-view {
	background-color: #F8FDF8;
}

.tribe-events .tribe-events-calendar-list__event-row {
	background-color: #ffffff;
	border: 1px solid #E0F1E0;
	padding: 20px 0;
	max-width: 1080px;
	margin-right: 0 !important;
	margin-left: auto !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
	justify-content: space-between;
}

/*events featured image aspect ratio square 1:1*/
.tribe-events-calendar-list__event-featured-image-wrapper {
	max-width: 200px;
}

.tribe-events-calendar-list__event-featured-image-link {
	padding-top: 100% !important;
	position: relative;
}

.tribe-events-calendar-list__event-featured-image {
	position: absolute;
	height: 100% !important;
	width: 100% !important;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: contain;
}