/* ------------------------------------------------------------------------- *
 *  Category Section Styles
/* ------------------------------------------------------------------------- */

.category-section {
	margin-bottom: 60px;
	position: relative;
}

.category-section-header {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 2px solid #e5e5e5;
	position: relative;
}

.category-section-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.category-section-title a {
	color: #333;
	transition: color 0.2s ease;
}

.category-section-title a:hover {
	color: #666;
}

.category-section-description {
	color: #777;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 0;
}

.category-section-more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 16px;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	transition: all 0.2s ease;
}

.category-section-more:hover {
	background: #333;
	color: #fff;
	border-color: #333;
}

.category-section-more i {
	margin-left: 5px;
	font-size: 12px;
}

.category-section-posts {
	position: relative;
}

.category-masonry {
	margin-left: -10px;
	margin-right: -10px;
}

.category-masonry .masonry-item {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
	.category-section-more {
		position: static;
		transform: none;
		display: inline-block;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.category-section {
		margin-bottom: 40px;
	}
	
	.category-section-title {
		font-size: 24px;
	}
	
	.category-section-header {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
}
