/*
Theme Name: Reeni
Theme URI: https://stoxar.in/themes/reeni
Author: Gaurav Sharma (Stoxar)
Author URI: https://stoxar.in
Description: Reeni — a dark, red-accented personal portfolio theme for designers, creators and influencers. Fully dynamic: every section is driven by custom post types, ACF (free) fields and the Customizer. Built on the Stoxar section-library architecture so sections can be lifted into future themes.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
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: reeni
Tags: portfolio, dark, one-column, custom-colors, custom-logo, custom-menu, featured-images, translation-ready

All real styling lives in /assets/css/main.css — this file only carries the
theme header plus the WordPress-required core classes.
*/

/* ---- WordPress core required classes ---- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 13px; color: #8a8a8a; padding: 8px 0; }
.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: #f5333f; color: #fff; clip: auto !important; clip-path: none;
  display: block; height: auto; left: 6px; padding: 14px 22px;
  top: 6px; width: auto; z-index: 100000; border-radius: 6px;
}
.sticky { display: block; }
.gallery-caption { display: block; }
.bypostauthor { display: block; }
