/*
Theme Name: Heritage Thangka Gallery
Theme URI: https://heritagethangka.com/
Author: Heritage Thangka Gallery
Author URI: https://heritagethangka.com/
Description: A bespoke theme for Heritage Thangka Gallery — a school and gallery of hand-painted Tibetan thangka art in Nepal. Built from the Heritage Thangka design system.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: heritagethangka
Tags: custom-menu, featured-images, translation-ready, e-commerce, art
*/

/*
 * Presentational CSS lives in assets/css/main.css.
 * This file exists for the theme header above and for the
 * WordPress-required helper classes below.
 */

/* --- WordPress core markup classes (required for theme review) --- */
.alignleft   { float: left;  margin-right: 1.5rem; margin-bottom: 1rem; }
.alignright  { float: right; margin-left: 1.5rem;  margin-bottom: 1rem; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide, .alignfull { max-width: none; }

.screen-reader-text {
	border: 0;
	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: #fdf9f2;
	clip-path: none;
	color: #8a2323;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 6px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 6px;
	width: auto;
	z-index: 100000;
}

.sticky, .gallery-caption, .bypostauthor { /* required by theme review */ }

.wp-caption { margin-bottom: 1.5rem; max-width: 100%; }
.wp-caption img { display: block; margin: 0 auto; }
.wp-caption-text { font-size: 0.8125rem; text-align: center; }
