/*
Theme Name: King Child
Theme URI: http://kingthemes.net
Template: king
Author: RedKings
Author URI: http://themeforest.net/user/RedKings
Description: Description
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: king
*/

/*************** Add your custom css here  ***************/
/* 1. Force the Footer Background & Remove the gap */
.site-footer,
.fatfooter {
	background-color: #0a0a0a !important;
}

/* 2. Ensure Widget Titles are White/Visible */
.site-footer .widget-title,
.fatfooter .widget-title {
	color: #ffffff !important;
	text-align: center !important;
	margin-bottom: 20px !important;
}

/* 3. Center the Copyright/Info Bar */
.site-footer .site-info,
.site-footer .lr-padding {
	float: none !important;
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	color: #888888 !important;
	/* Subtle grey for the text */
}

/* 4. Fix any lingering white borders */
.site-footer {
	border-top: 1px solid #1a1a1a !important;
}

/* 5. card slider clickeable */
.editorschoice-post {
	position: relative;
}

.editorschoice-post-link {
	position: absolute;
	inset: 0;
	z-index: 3;
	display: block;
}

.editorschoice-post-in {
	position: relative;
	z-index: 4;
	pointer-events: none;
}