/*!
Theme Name: cnv_theme
Theme URI: https://chuongnv.com
Author: chuongnv
Author URI: https://chuongnv.com
Description: Powered by Chuongnv Telegram: @chuongv, email: chuongnv.com@gmail.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chuongnv.com
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
**/
.page-content {
	min-height: 500px;
}
.btn-viewall {
	margin: 0 auto;
	display: block;
	width: max-content;
	margin-top: 40px;
	border-radius: 100px;
	background: #6d0016;
	color: #fff;
	padding: 10px 30px;
	font-weight: 600;
}
.btn.btn-viewall:hover {
	background: #ffdfb3;
	color: #6d0016;
}
@media (min-width: 575px) {
	.home-slider .banner-caption {
		font-size: 24px;
	}
	.home-pricing .table-widget-pricing {
		font-size: 24px;
	}
}
.home-pricing .widget-pricing .widget-pricing-subtitle {
	display: flex;
	justify-content: space-between;
}
.time-current {
	font-size: 20px;
	font-weight: 600;
	color: #6d0016;
}
.category-title {
	font-size: 44px;
	margin-bottom: 16px;
	font-weight: 600;
}
.category-breadcrumb .breadcrumb {
	justify-content: center;
	margin-bottom: 16px;
}
.breadcrumb {
	color:rgb(109, 0, 22);
}
.breadcrumb a {
	color:#6d0016;
}
.breadcrumb a:hover {
	color:#6d0016;
}
.breadcrumb .breadcrumb_last {
	color:rgb(109, 0, 22);
}
.pagination .page-numbers {
	border-radius: 8px;
	box-shadow: unset;
	background: rgba(109, 0, 22, 0.1);
}
.pagination .current {
	background: #6D0016;
}
.pagination .page-numbers:hover {
	background: rgba(109, 0, 22, 0.6);
}
.single-title {
	font-size: 35px;
	margin-bottom: 32px;
	font-weight: 600;
}
.entry .singular-sapo {
	font-size: 18px;
	line-height: 1.6;
}
.entry p {
	margin-bottom: 16px;
}
.category-desc :last-child {
	margin-bottom: 0;
}


@media (max-width: 575px) {
	.home-pricing .widget-pricing .widget-pricing-subtitle {
		flex-wrap: wrap;
	}
	.single-title {
		font-size: 20px;
		margin-bottom: 24px;
	}
	.entry .singular-sapo {
		font-size: 16px;
	}
	.category-title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.category-breadcrumb .breadcrumb {
		margin-bottom: 8px;
	}
}