/*
Theme Name: Infopediya Theme
Theme URI: https://infopediya.com
Author: Infopediya
Author URI: https://infopediya.com/infopediya-theme/
Description: A WordPress theme for blogs, software, and file-downloading sites.
Version: 1.0.0 
License: GNU General Public License version 3.0 
License URI: http: //www.gnu.org/licenses/gpl-3.0.html
Text Domain: infopediya
Tags: Download Files, Android Apps and Games, App Store Themes, Theme for Blogs

*/

/* add your css here */

.infopediya-post-labels {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 8px;
}

.infopediya-post-label {
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 9px;
	text-transform: uppercase;
}

.infopediya-label-new {
	background: #16a34a;
}

.post-breadcrumbs {
	font-size: 13px;
	margin: 12px 0 18px;
}

.post-breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.post-breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumb-separator {
	opacity: 0.6;
}

.home-section .block-head .alignright {
	align-items: center;
	display: inline-flex;
	gap: 4px;
	justify-content: center;
}

.home-section .block-head .alignright img {
	display: block;
}
