div.post_listing_item
{
    margin-bottom:30px;
}

/*to offset the last row margin*/
div.post_listing
{
    margin-bottom:-30px;
}

/*item margin*/
.post_listing_item_row > div
{
    margin-bottom: 15px;
}

.post_listing_item_row > div:last-child
{
    margin-bottom: 0;
}

/*pagination*/
/*hide on first page of endless scroll type*/
div.pagination_container.pagination_container_endless_scroll_first
{
	position:fixed!important;
	top:100%!important;
}

/*overlay*/
.post_listing_overlay .post_listing_overlay_container {

	display: table;
	width:100%;
	height:100%;
	text-align: center;
}
.post_listing_overlay .post_listing_overlay_container .post_listing_overlay_inner {

	display: table-cell;
	vertical-align: middle;
}

.post_listing_overlay_anchor
{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.post_listing_overlay .post-magnifier
{
    font-size:3em;
}
