/*!
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
**/
.result-success, .result-error {
    display: none;
    padding: 2px 5px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}
.result-success.active, .result-error.active {
    display: block;
}
.result-error {
    background: #f06464;
}
.result-success {
    background: #4fd583;
}
.featured-post-st1 .featured-post-st1__content {
	pointer-events: none;
}

.error-404 {
	padding: 200px 0 100px;
	text-align: center;
}
.error-404 img {
	aspect-ratio: 40/21;
	width: 400px;
	margin-bottom: 30px;
}
.error-404 .page-title {
	margin-bottom: 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
}
.error-404 .btn-home {
	background: #fdb71a;
	color: #fff;
	border-radius: 10px;
	text-transform: uppercase;
	font-size: 15px;
	padding: 11px 20px;
}
.error-404 .btn-home:hover {
	background: #fff;
	color: #fdb71a;
	border: 1px solid #fdb71a;
}
.postHead__content .title {
	display: block;
}
@media (max-width: 767px) {

}