/*
Theme Name: 10xWP
Theme URI: https://tenxwp.lovable.app/
Author: GNANENDAR KUMAR
Author URI: https://www.linkedin.com/in/gnanendar-kumar/
Description: A lightweight, performance-first, extensible WordPress theme with a visual Header/Footer builder.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 10xwp
Tags: one-column, two-columns, right-sidebar, flexible-header, footer-widgets, custom-colors, custom-menu, custom-logo, editor-style, featured-images, translation-ready

10xWP WordPress Theme, Copyright 2026 GNANENDAR KUMAR
10xWP is distributed under the terms of the GNU GPL
*/

/* Reset & Base fallback styles (most are handled in theme.json, but these ensure standard layout containment) */
body {
	margin: 0;
	padding: 0;
}

.site-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	flex-grow: 1;
}

.alignwide {
	max-width: var(--wp--style--global--layout--wide-size, 1200px);
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
	width: 100vw;
	max-width: 100%;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* WordPress Core Alignments & Classes */
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}
.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption-text {
	text-align: center;
	font-size: 0.875em;
	margin-top: 0.5em;
	color: #666;
}
.gallery-caption {
	text-align: center;
	font-size: 0.875em;
	margin-top: 0.5em;
	color: #666;
}
.sticky {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	padding: 1.5em;
}
.bypostauthor {
	font-weight: bold;
}