/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.category-archive-item .archive-thumb img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.category-archive-item .archive-thumb {
	flex: 0 0 320px;
	max-width: 320px;
}

.category-archive-item {
	display: flex;
	gap: 25px;
	align-items: flex-start;
	margin-bottom: 40px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

.category-archive-item .archive-content {
	flex: 1;
}

@media only screen and (max-width: 999px) {
	.category-archive-item {
		display: block;
	}

	.category-archive-item .archive-thumb {
		max-width: 100%;
		margin-bottom: 20px;
	}
}





