/*
Theme Name: AskImmi
Theme URI: https://askimmi.com/
Author: Think Higher Pty Ltd
Author URI: https://thinkhigher.com.au/
Description: A modern, mobile-first WordPress theme built for the AskImmi app website — Australian education and migration updates, delivered together with direct answers to user questions. Includes ready-made templates for Home, How It Works, App Guide, Contact Us and Privacy Policy.
Version: 1.4.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: askimmi
Tags: custom-menu, custom-logo, featured-images, translation-ready, one-column, two-columns

This theme's stylesheet lives in assets/css/main.css and is loaded via
functions.php (askimmi_enqueue_assets). This file intentionally contains
only the required theme header comment above so WordPress recognises the
theme, plus a couple of WP-core structural rules WordPress expects every
theme's style.css to define.
*/

.alignleft { float: left; margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.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-color: #fff; border-radius: 4px; box-shadow: 0 0 4px rgba(0,0,0,.3);
	clip: auto !important; clip-path: none; color: #111827; display: block;
	font-size: 14px; font-weight: 600; height: auto; left: 8px; line-height: normal;
	padding: 12px 16px; text-decoration: none; top: 8px; width: auto; z-index: 100000;
}
