<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
/* Slideshow */
.posts-slideshow {
	margin: 0 2% 1.5em 0;
	padding: .5em;
	border: 1px solid #E1E1E1;
	box-shadow: 0 0 10px 2px #EEE;
	position: relative;
	min-height: 305px;

.posts-slideshow .entry-meta {
	position: absolute;
	bottom: 0;
	background: #111;
	background: rgba( 0, 0, 0, 0.7 );
	padding: .8em 0 1.25em;
	width: 100%;
	overflow: hidden;
	min-height: 5%;
}
.posts-slideshow a.entry-title {		
	line-height: 1.6em;
	color: #FFF;
	font-weight: bold;
	margin: 0 .9em;
}
.posts-slideshow .entry-summary {
	line-height: 1.5em;
	color: #CCC;
	margin: 0 1em;
	font-size: 105%;
}
.posts-slideshow .entry-summary p {
	margin: 0;
</pre></body></html>