@import url("/terror/css/normalize.css");

/* general styles */
.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

/* Skellington Manor main site */
table#rentalfees {
	width: 350px;
	border: 0;
}

article.type-page {
	font-size: 1.5em;
}

table#rentalfees td,
table#rentalfees th {
	width: 25%;
}

body {
	font-family: verdana, sans-serif;
}

/* athena overrides */
/* jumbotron */
#athena-jumbotron h2.header-text.slide4-header {
	color: #cc0000 !important;
	/*font-family: Shadows Into Light, cursive;*/
}

#athena-jumbotron h2.header-text.slide2-header {
	color: #cc0000 !important;
	font-family: Orbitron, Poiret One, sans-serif;
}

article.type-page a,
article.type-page a:visited,
article.type-page a:hover,
article.type-page a:focus,
article.type-page a:visited:hover {
	text-decoration: underline;
}

#athena-sidebar ul.menu {
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	list-style: none;

}

/* end athena override */


#widgets ul {
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	list-style: none;
}

#sm-event-calendar-full {
	float: none;
	clear: both;
	/*max-width:800px;*/
	width: 100%;
	margin: 0 auto;
}

#sm-event-calendar-full h3 {
	font-size: 1.5em;
	text-align: right;
}

#sm-event-calendar-full .eme-calendar-full {
	background: #fafafa;
}

#sm-event-calendar-full tbody tr:not(.days-names) td {
	height: 5em;
}

@media screen and (max-width: 360px) {
	#sm-event-calendar-full tbody tr:not(.days-names) td {
		height: 4em;
	}
}

#sm-event-calendar-full ul {
	padding: 0 2px 0 2px;
	margin: 0 0 0 0;
	list-style: none;
}

#sm-event-calendar-full ul a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sm-wp-eme-calendar-nav select {
	width: auto;
}

#sm-event-list-main {
	float: left;
	width: 300px;
}

ul.eme_events_list li {
	margin-top: 8px;
}

ul.eme_events_list li.sm-event-item {
	display: block;
	border: 1px solid;
	border-radius: 7px;
	padding: 4px
}

ul.eme_events_list li.sm-event-item:nth-child(odd) {
	background: #cccccc;
}

ul.eme_events_list li.sm-event-item:nth-child(even) {
	background: #e1e1e1;
}

.sm-event-list-title {
	font-size: 90%;
	font-weight: bold;
}

.sm-event-list-date {
	font-size: 80%;
	margin-left: 15px;
}

.sm-event-list-ical {
	font-size: 80%;
	margin-left: 15px;
}

.sm-event-list-menu-link {
	font-size: 75%;
	margin-left: 15px;
	cursor: pointer;
	color: #0066cc;
}

.sm-event-list-menu {
	font-size: 75%;
	margin-left: 15px;
	display: none;
}

.widget_eme_list .widget-title h3 {
	font-size: 20px;
}

ul.sm-catering-menus {
	list-style: none;
	padding: 0 0 0 20px;
}

ul.sm-catering-menus li {
	padding-top: 6px;
}

h1.entry-title {
	font-size: 1.75em;
}

#content.sm-mm-content {
	max-width: 600px;
}

#widgets.sm-mm-event-list-container {
	width: 300px;
	float: right;
	vertical-align: top;
}

/* main event list */
.sm-event-main-section {
	row-gap: 2rem;
	margin-bottom: 6rem;

	.sm-event-main-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		column-gap: 1.5rem;
		row-gap: 1.5rem;

		.sm-event-main-item {
			border: 2px solid;
			border-radius: 7px;
			background: #e1e1e1;
		}

		.sm-event-main-item-title {
			font-size: 1.25rem;
			font-weight: bold;
			text-align: center;
			padding: 0.25rem 0.5rem;
			border-bottom: 1px solid;
		}

		.sm-event-main-item-content {
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;

			.sm-event-main-list-date {
				padding: 0 0.5rem;
				font-size: 1.1rem;
			}

			.eme_event_image {
				height: 75px;
				width: 75px;
			}
		}
	}
}

#athena-header .header-inner .row {
	max-width: 100%;
	justify-content: center;
}


/* Terror At Skellington Manor main site */