/**
* Theme Name:     K-Tech
* Author:         K-Tech
* Template:       flatsome
* Text Domain:	   k-tech
* Description:    Theme Build by Dai
* Theme URI:      https://k-tech.net.vn/
* Author URI:     https://k-tech.net.vn/
* Version:        20250916
* License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
* License URI:    https://k-tech.net.vn/
*/



/*************** ADD CUSTOM CSS HERE.   ***************/
.grid-container.w-100 {
	width: 100%;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0  !important;
}
.grid-container.w-100 .post_meta_title h1 {
	font-size: 3rem;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 400;
	width: 97% !important;
}
.grid-container.w-100 .post_meta_title {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20px;
}
.grid-container.w-100 .post_meta_info {

	margin: 20px !important;
}
.grid-container.w-100 .back_to_page{
	margin-top:6rem;
	margin-left: 20px !important;
}
.single.single-post #header .grid-container{
	margin-top: 1rem !important;
}
section.single_post {
	padding-top: 2rem !important;
}
.single_content_post .content h2 {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 32px;
	h1,h3,h4,h5,h6{
		font-weight: 400;
		text-transform: uppercase;
		font-size: 32px;
	}

}
.single_content_post .content p {
	margin-top: 0;
	font-family: 'Manrope' !important;
	font-size: 16px;
	color: rgba(109, 113, 127, 1);
}
section.section_trending {
    padding: 30px 0;
    border-top: 1px solid;
    margin-top: 3rem;
}

.related_projects__list.projects__list .block_post__img {
    aspect-ratio: 1;
    width: 400px !important;
    height: 400px !important;
}

.related_projects {
    margin: 2rem 0 !important;
}
.related_projects__list.projects__list {
    display: flex;
    gap: 30px !important;
}
.footer_info.content p{
	font-family: 'Manrope';
}
@media only screen and (max-width: 768px) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.post_meta_title h1 {
		font-size: 32px !important;
	}
	.grid-container.w-100 .back_to_page {
		margin-top: 7rem !im;
		margin-left: 20px !important;
	}
}
