body.blog .wp-block-post-featured-image img, body.archive .wp-block-post-featured-image img {
	aspect-ratio: 3/2 !important;
	object-fit: cover !important;
}
.emaillist {
	padding: 2rem;
	background-color: #E7EAED !important;
	box-sizing: border-box;
}
.es_subscription_form input[type="text"], .es_subscription_form input[type="email"]{
width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #EEE;
	margin-bottom: .5rem
}
.es_subscription_form input[type="submit"] {
	width: 100%;
	background: #000;
	color:#FFF;
	border-radius: 0;
	margin-top: 1rem;
} 
body.single-post .wp-block-image {
	margin-top: 1rem
}
.emaillist br {
	display: none;
}

.emaillist .es_caption {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 2rem;
	position: relative;
}

.emaillist .es_caption:before {
	display: block;
	width: 100%;
	height: 3px;
	background: white;
	position: absolute;
	bottom: -.5rem;
	left: 0;
	content: "";
}

body.single-post .wp-block-post-content p{
	text-align: justify !important;
}

body.single-post .wp-block-post-content blockquote{
	font-family: Courier;
	border-left: none;
	position: relative;
	background-color: #E7EAED80;
	margin-top: 3rem;
	padding: 1.5rem 2rem;
	border-radius: 8px;

}

body.single-post .wp-block-post-content blockquote cite{
	font-weight: bold;
	text-align: right;
	display: block;
	border-top: 2px solid #0C314B50;
}


body.single-post .wp-block-post-content blockquote:before{
	display: block;
	content: "\201F";
	color: #0C314B;
	position: absolute;
	top: 1.5rem;
	left:-3rem;
	font-size: 12rem;
	font-weight: 900;
	font-family: "Times New Roman";
	text-shadow: 4px 4px 0px white;
}

.has-drop-cap:not(:focus):first-letter {
	border-radius: 8px;
	margin: .09em .5rem .5rem 0;
}

.wp-block-post-template li.post .wp-block-group {
	position: relative;
}

.film-title {
	position: absolute;
	right: -.25rem;
	top: -4rem;
	box-shadow: -5px 1px 5px #0000002e;
	background: #fff;
    color: #000;
    display: inline-block;
    padding: 0.1rem 1rem;
    font-family: courier;
    vertical-align: middle;
    text-transform: none;
	pointer-events: none;
}

time { 
	text-transform: uppercase;
  font-weight: 300;
}

body.single-post .wp-block-columns{
	position: relative;
}

body.single-post .site-sidebar-col {
	position: sticky;
    top: 7.5rem;
}

body.single-post .site-sidebar-col .aum-post-side {
	    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.single-post .site-sidebar-col .aum-post-side .wp-block-mfb-meta-field-block img {
	width: 80%;
	height: auto;
}

body.single-post {
	position: relative;
}

body.single-post:after {
	content: "";
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	width: 25%;
	background-color: #E7EAED80;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	body.single-post:after{
		display: none;
	}
}