/* FILM PAGE STYLES
************************************************************/

.moviePoster	{
	text-align: center;
	margin: 0 auto 40px;
	max-width: 40rem;
}
section.sub	{
	padding: 3rem 0 3rem;
}

section.sub:nth-child(odd),
section.sub-x:nth-child(odd)	{
	background-color: #white;
}


section.sub:nth-child(even),
section.sub-x:nth-child(even)	{
	background-color: #eee;
}

section.sub h3,
section.sub-x h3	{
	text-align: center;
	margin: 2vw auto 3vw;
}

section.post-id-525,
section.the-story-of-holy-man	{
}

section.post-id-519,
section.reviews	{

}

section.post-id-527,
section.interviews	{

}

section.post-id-535,
section.watch-purchase	{

}

section.post-id-529,
section.holy-man-news	{

}

section.sub.post-id-592,
section.bottom-image	{
	background-color: black;
}

section.post-id-592 h3	{
	display: none;
}

section.post-id-592 .moviePoster	{
	margin: 50px auto 0;
}

section.parent-content	{
	border-top: 1px solid #fff;
	padding-top: 10vh;
}

.page-template-template-film img	{
	max-width: 40rem;
	height: auto;
}