/*
Theme Name: KnowX Child
Theme URI: https://wbcomdesigns.com/downloads/knowx-theme
Description: Thème enfant pour KnowX.
Author: OpenAI
Author URI: https://openai.com/
Template: knowx
Version: 1.0.0
Text Domain: knowx-child
Requires at least: 4.8
Tested up to: 6.8.2
Requires PHP: 7.4
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/*
 * Ajoute ici tes personnalisations CSS.
 */

ul.knowx-child-post-list	{
	
}

ul.knowx-child-post-list li.knowx-child-post-item a	{
	padding-left:22px;
	color:#666;
}

ul.knowx-child-post-list li.knowx-child-post-item a:before	{
	content: "\f0f6 ";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    width: 20px;
    display: block;
	padding-left:20px;
}

div.knowx-child-cat-title a 	{
	font-size:18px;
	color:#333;
}

/*
.knowx-child-cat-link.current-cat,
.knowx-child-post-link.current-post,
.knowx-child-cat-link.current-post-category {
	font-weight: 700;
	text-decoration: underline;
}

.knowx-child-cat-item.current-cat > .knowx-child-cat-title > a,
.knowx-child-post-item.current-post > a {
	color: #ff5959;
}
*/

a.current-menu-item	{
	color: #ff5959 !important;
	font-weight: 700 !important;
	text-decoration: underline !important;
}

.knowx-single-title-bar {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.knowx-single-title-bar .entry-title {
	margin: 0;
}

a.knowx-title-button {
	display: inline-block;
	padding: 10px 16px;
	text-decoration: none;
	border-radius: 6px;
	line-height: 1;
}
