.done_post_title_date
{
	font-size: .75em;
	font-style: italic;
	font-weight: 500;
}

.label_wrapper 
{
	display: inline-block;
	/*max-width: 75%;*/
}

.row_heading { margin-bottom: 2em; }

#letter-nav
{
	display: inline-block;
	max-width: 15%;
	position: fixed;
	top: 50%;
	margin-left: 4em;
	z-index: 9999;
}

#letter-nav > a 
{
    display: inline-block;
    margin: .5em .5em;
    background: rgb(216, 137, 27);
	color: white;
	border: 1px solid transparent;
    text-align: center;
    width: 2.5em;
    padding: .5em 0em;
    border-radius: 4em;
}

#letter-nav > a:hover
{
	border: 1px solid rgb(216, 137, 27);
	color: rgb(216, 137, 27);
	background: white;

}

.letter_chunk
{
	display: block;
	margin: 1em 0em;
}

.letter_row_item 
{
    display: inline-block;
    max-width: calc(33% - 2px - 1.75em);
    width: 100%;
    vertical-align: top;
    margin: 0em 1em 1em 1em;
    box-shadow: 0em 0em 1em rgba(0,0,0,.1);
    min-height: 18em;
    cursor: pointer;
    background-color: #f6f6f6 !important;
}


.letter_row_item > h2 
{
    min-height: 2em;
    font-size: 1.25em !important;
}

.letter_row_item h2 { margin-bottom: 0 !important; }

.letter_row_item .letter_item_img > a
{
	display: block;
	margin: 0em 0em 2em 0em !important;
	text-align: center;
	min-width: 10em;
	min-height: 10em;
	background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.letter_row_item .letter_item_img > a > img
{
	max-width: 10em !important;
	max-height: 10em;
}

.letter_row_wrap
{
	margin: 2em 0em;
}

.row_heading h3 {
    background: rgb(216, 137, 27);
    color: white;
    border: 1px solid transparent;
    text-align: center;
    padding: .5em 0em;
	max-width: 2.4em;
	border-radius: 2em;
}

.letter_item_img 
{ 
	margin: 0 !important; 
	background: white;
    padding-bottom: 1em !important;
    padding-top: 1em !important;
}

.letter_item_img, .letter_item_desc {
    max-width: calc(100% - 1em) !important;
    width: 100%;
    display: block;
	padding: 0em .5em;
}

.letter_item_desc h2 {
    text-transform: uppercase;
    min-height: 3em;
}

@media screen and (max-width: 1239px)
{
	#letter-nav { margin-left: 0 !important; }
}



@media screen and (max-width: 767px)
{
	#letter-nav
	{
		display: none;
	}
	
	.letter_row_item
	{
		max-width: 100%;
		width: 100%;
		margin: 0 !important; 
		margin-bottom: 2em !important;
	}
	
	.letter_item_desc { margin-left: 2em; }

}