/*
Theme Name: Rent Porta Johns Theme
Theme URI: https://rentportajohns.com
Author: Kharee Smith
Author URI: https://rentportajohns.com
Description: Custom-coded theme focused on modular sections, city scalability, and ACF-managed content.
Version: 1.0.0
Text Domain: rent-porta
*/

/* =============================================================================
   Screen Reader Text
   ============================================================================= */

/**
 * Hide content visually while keeping it accessible to screen readers.
 * Standard WordPress accessibility pattern for skip links, labels, etc.
 */
.screen-reader-text {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal;
}

/* Focus state: Show when keyboard focused */
.screen-reader-text:focus {
	clip: auto;
	clip-path: none;
	background-color: #fff;
	border: 2px solid;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
