#content #main #posts .post ul.star-award-nominees {
	list-style: none;
	margin: 0;
	padding: 0;
}
#content #main #posts .post ul.star-award-nominees li:before {
	display: none;
}
#content #main #posts .post ul.star-award-nominees li {
	border-bottom: solid 1px #000;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.star-award-nominees li h5 {
	font-size: .875em;
}
.star-award-nominees li h3 {
	color: #003E78;
}
.star-award-nominees li p {
	margin-bottom: 1em;
	line-height: 1.2
}



/************************************************/
/************* STAR AWARDS NOMINEES *************/
/************************************************/

body.page-template-star-awards .nominee-listing {
	display: flex;
	margin: 1em 0;
	width: 100%;
}

body.page-template-star-awards .nominee-listing > * {
	flex: 0 0 auto;
}



/*** CONTENT ***/
body.page-template-star-awards .nominee-listing .nominee-content {
	flex-shrink: 1;
}

body.page-template-star-awards .nominee-listing .nominee-image + .nominee-content {
	padding-left: 1em;
}

/* Reason for Nomination */
body.page-template-star-awards .nominee-listing .nominee-content span.nomination-reason {
	font-weight: 700;
}

body.page-template-star-awards .nominee-listing .nominee-content span.nomination-reason + * {
	display: inline;
}



/*** PAGINATION ***/
body.page-template-star-awards #content #main ul.page-numbers {
	padding-left: 0;
	text-align: center;
}

body.page-template-star-awards #content #main ul.page-numbers > li:before {
	content: '';
	display: none;
}





/************************************************/
/**************** MEDIA QUERIES *****************/
/************************************************/

@media only screen and (max-width: 40rem) {

	/*** STAR AWARD NOMINEES ***/
	body.page-template-star-awards .nominee-listing {
		flex-direction: column;
	}

	/* Content */
	body.page-template-star-awards .nominee-listing .nominee-image + .nominee-content {
		padding-left: 0;
		padding-top: 1em;
	}

}