/**********************************************************
// Block >> Posts
**********************************************************/
.AFS-Block-Posts {
	padding: 20px 10px 70px 10px;
	text-align: center;
	font-size: 0;
	}

.AFS-Block-Posts-Inner {
	margin: auto;
	width: 100%;
	max-width: 1280px;
	}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.AFS-Block-Posts { padding: 0 20px 50px 20px; }
}
