/**************************************************
 * Story Block Sizes
 **************************************************/
.block-item.block-story a.item-anchor {
	height: 460px;
}

.block-story.block-large {
	width: 540px;
}
.block-story.block-medium {
	width: 380px;
}
.block-story.block-small {
	/* width: 300px; */
	width: 290px;
}
.view-stories .block-story.block-small{
	width: 300px !important;
}
.view-stories .block-title p em{
	font-family: 'gotham-book', sans-serif;	
}
ul.blocks-row-small {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.blocks-row-small li {
	list-style: none;
}

/**************************************************
 * Story Block Formatting
 **************************************************/
.block-story.block-item h3 {
	margin-bottom: 10px;
	font-size: 34px;
}
.block-story.block-small.block-item h3 {
	font-size: 26px;
}
.block-story.block-item p {
	font-size: 20px;
}
.story-shares {
	font-family: 'museo-slab', 'Georgia', serif;
}
.block-story.block-item a:hover .overlay-screen {
	opacity: 0.9;
}

.block-item .overlay-caption {
	bottom: 30px;
	left: 30px;
}