/*
    This file is meant to serve as a starter for the Omni CMS Calendar custom CSS file,
    Please exercise caution in what you style and how you style it.
    As the Omni CMS Calendar receives updates, you may need to re-download this file to style additional features.
    You may need to use !important in some places to make sure your styles override the Calendar defaults
*/

@media only screen and (min-width: 961px) { 
	.mc-calendar--inline { 
		top: 340px!important; 
		left: 56% !important; 
	}

	.filter-by-date .dropdown-menu { 
		display: none !important; 
	}
}


.hero:after {
    background-image: none !important;
	<!--background-color: rgba(196, 30, 58, 1);-->
}

.event-list-left {
    width: 20em;
    height: 12em;
    object-fit: cover;
}

.event-list {
	background: none;
    margin-bottom: 2.2em;
}

.hero-text {
	color: #000;
}

.export-controls>a {
	color: #000;
}

/*
   Adding Placeholder images to certain calendars
*/

/* Athletics */
section[data-calendar-id="bbd9b9ea-4cf6-4e0a-92b3-8272963c194f"] .event-list-left[aria-label="Placeholder image"] {
	background-image: url('https://www.apsu.edu/calendar/images/web-team/athletic-state-logo-placeholder.svg') !important;
}

/*AP 100 */
section[data-calendar-id="12b9b364-8b90-4c9c-ab06-2d4c831e72f1"] .event-list-left[aria-label="Placeholder image"] {
	background-image: url('https://www.apsu.edu/calendar/images/100/ap100-logo.jpg') !important;
}

/* End of Placeholder Images CSS */