/*
Theme Name: Salient Child
Theme URI: https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Template: salient
Author: ThemeNectar
Author URI: https://themeforest.net/user/themenectar
Description: An Ultra Responsive Multi-Purpose Theme.
Version: 18.0.2.1769009570
Updated: 2026-01-21 15:32:50

*/

/* Customize blog list */

body.blog .post-area{
	background-color: transparent;
}
body.blog .posts-container {
	display: flex !important;
	flex-wrap: wrap !important;
	background-color: transparent;
}

body.blog .posts-container article {
	width: 33.3333%;
}

/* Tablet: 2 columns */
@media (max-width: 1000px) {
  	body.blog .posts-container article {
		width: 50% !important;
	}
}

/* Mobile: 1 column */
@media (max-width: 690px) {
  	body.blog .posts-container article {
		width: 100% !important;
	}
}

/* Blog cards: hide comment count */
body.blog span.meta-comment-count {
	display: none !important;
}

/* Hide the left date box */
body.blog .post-meta .date {
	display: none !important;
}

/* Hide | */
body.blog span.meta-category::after, body.blog span.meta-author::after, body.blog span.post-date-inline::after{
	display: none !important;
}

body.blog article .more-link{
	display: none !important;
}

body.blog article .content-inner{
	padding-bottom: unset !important;
    border-bottom: unset !important;
}

body.blog article .post-featured-img img{
	border-radius: 8px;
}

body.blog article span.meta-category a{
	color: #111111 !important;
	font-weight: 700;
	font-size: 12px;
	&:hover {
		color: #2ea8bb !important;
	}
}

body.blog article .title a{
	color: #111111 !important;
	font-weight: 700 !important;
	font-size: 20px !important;
	&:hover {
		color: #2ea8bb !important;
	}
}

body.blog article .excerpt{
	color: #394C55;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
}

body.blog article .meta-author{
	color: #111111 !important;
	font-weight: 700;
	font-size: 12px;
}
body.blog article .meta-author a{
	color: #111111 !important;
	font-weight: 700;
	font-size: 12px;
	&:hover {
		color: #2ea8bb !important;
	}
}

body.blog article .post-date-inline{
	color: #394C55;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	margin-left: 8px;
}

/* Customize blog list */

body.single .heading-title{
	margin-bottom: 0 !important;
}

body.single .meta-category, body.single #single-below-header {
	max-width: 1000px;
    margin: 0 auto !important;
	display: flex !important;
	padding: 0 !important;
}

body.single .meta-category a{
	border: none !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	text-transform: uppercase !important;
	margin: 0 8px 0 0 !important;
	padding: 0 !important;
}

@media (max-width: 1000px) {
  	body.single .meta-category a {
		font-size: 12px !important;
	}
}

body.single h1.entry-title{
	display: flex !important;
	font-weight: 700 !important;
	color: #111111 !important;
	font-size: 38px !important;
	line-height: 120% !important;
	text-align: left !important;
}

@media (max-width: 1000px) {
  	body.single h1.entry-title {
		font-size: 36px !important;
	}
}

body.single span.meta-comment-count, body.single .author-leading {
	display: none !important;
}

body.single #single-below-header span {
	border: none;
}

body.single #single-below-header span.fn a::after{
	content: ".";
	position: absolute;
	right: -20px;
    top: -4px;
}

body.single #single-below-header span.fn a:hover, body.single .container .heading-title .col.blog-title .meta-category a:hover{
	color: #2ea8bb !important;
	background-color: transparent !important;
	box-shadow: unset !important;
	transform: unset !important;
}

body.single .inner-wrap .meta-category{
	padding: 20px 30px 0 30px !important;
}

body.single .comments-section{
	display: none !important;
}