/**********************************************************
// Block >> Posts In Category
**********************************************************/
.Block-Posts-In-Category {
	font-size: 0;
	padding: 30px 0;
	}

.Block-Posts-In-Category-Inner {
	margin: 0 auto;
	width: 96%;
	max-width: 1250px;
}

.Block-Posts-In-Category h2.Lined-Header { line-height: 1em; margin: 0 10px; }

.Block-Posts-In-Category-Title {
	position: relative;
	font-size: 30px;
}

.Block-Posts-In-Category-Link {
	color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    background: #fff;
    padding: 8px;
    right: 0;
    position: absolute;
    top: 32px;
	font-family: brandon-grotesque, sans-serif;
}

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 768px),
all and (max-device-width: 768px)
{
	.Block-Posts-In-Category-Link.Desktop {
		display: none;
	}
	
	.Block-Posts-In-Category-Link.Mobile {
		display: block;
		position: relative; 
		margin: 0 auto;
		text-align: center;
	}
}
