/*
Theme Name: Nhịp Sống Trẻ News
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.p-mb-0 p {
	margin-bottom: 0;
}
.color-white *,
.color-white *:hover {
	color: #fff;
}

.footer-wrapper {
	border-top: 1px solid #ccc;
}

.no-divider .is-divider {
	display: none;
}

.flickity-page-dots .dot.is-selected {
	background-color: #cb5b00 !important;
}

.tab-index li.tab a {
	color: #fff !important;
}

.news-run {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #f3f3f3;
	margin-bottom: 10px;
	font-size: 14px;
	padding-left: 10px;
	line-height: 1;
	height: 30px;
}
.news-run .time {
	width: 100%;
}

ul.list-blog-item {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
ul.list-blog-item li {
	margin-bottom: 0;
	margin-right: 30px;
}
ul.list-blog-item li:hover,
ul.list-blog-item li:hover a {
	color: #cb5b00;
}

.single-post .entry-header-text {
	margin-bottom: 0;
	padding-bottom: 0;
}

.title-relate {
	font-size: 22px;
}

.blog-wrapper.blog-single {
	padding-top: 0;
}
h1.entry-title {
	margin-top: 30px;
}

.banner-img-single img {
	width: 100%;
}

.single-post .post-sidebar {
	margin-top: 30px;
}
.post-meta-single.d-flex.align-items-center.flex-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: flex-start;
}
@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.news-run .time {
		width: 100px;
	}
	.list-post {
		width: calc(100% - 100px);
	}

	.post-sidebar .box-vertical {
		display: flex;
		flex-direction: row;
	}
	.post-sidebar .box-vertical .box-image {
		width: 35% !important;
	}
	.post-sidebar .box-vertical .box-text {
		width: 65%;
		padding-left: 10px;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
}
