/*
Theme Name: Travel Monk
Theme URI: https://example.com/travel-monk
Author: Travel Monk Studio
Author URI: https://example.com
Description: A handcrafted editorial WordPress theme for slow travel, hidden destinations and authentic storytelling. Inspired by adventure journals and vintage explorer notebooks. Built for Destinations, Trips, Experiences, Journal entries and Galleries with full Gutenberg, ACF and Elementor support.
Version: 1.0.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: travel-monk
Tags: blog, e-commerce, portfolio, custom-menu, custom-logo, featured-images, translation-ready, rtl-language-support, block-styles, wide-blocks, editor-style, one-column, two-columns, custom-colors, custom-header, threaded-comments, accessibility-ready
*/

/* Base styles live in assets/css/main.css — this file only carries the required theme header
   and a small set of WordPress core class fallbacks so the theme degrades gracefully
   even if enqueueing ever fails. */

.alignwide { max-width: 1280px; margin-left: auto; margin-right: auto; }
.alignfull { max-width: none; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.screen-reader-text {
	border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
	height: 1px; width: 1px; overflow: hidden; position: absolute !important;
	word-wrap: normal !important; margin: -1px; padding: 0;
}
.screen-reader-text:focus {
	background: #F5E6C8; border-radius: 4px; box-shadow: 0 0 4px rgba(0,0,0,.3);
	clip: auto !important; clip-path: none; color: #3E2C20; display: block;
	font-size: 1rem; height: auto; left: 8px; line-height: normal; padding: 12px 16px;
	text-decoration: none; top: 8px; width: auto; z-index: 100000;
}
