/*
Theme Name: Parcel Haus
Theme URI: https://parcelhaus.com/
Author: Raynaters Tech
Author URI: https://raynaters.tech/
Description: A boutique eCommerce logistics & shipping theme built for WordPress and fully compatible with Elementor. Ships with a pixel-faithful ParcelHaus home page, a custom Elementor widget pack, Elementor Pro Theme Builder locations, a built-in contact form and a one-click starter setup.
Version: 1.8.0
Requires at least: 6.0
Tested up to: 6.7
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: parcel-haus
Tags: business, portfolio, one-column, two-columns, custom-logo, custom-menu, featured-images, full-width-template, translation-ready, block-styles, wide-blocks, editor-style, elementor

Parcel Haus WordPress Theme, (C) 2026 Raynaters Tech.
Parcel Haus is distributed under the terms of the GNU GPL v2 or later.

Note: the full design system lives in assets/css/theme.css so it can be
versioned, cached and dequeued independently. This file carries the theme
header (required by WordPress) plus the WordPress-mandated core classes.
*/

/* ---------------------------------------------------------------
   WordPress core required classes
   --------------------------------------------------------------- */
.alignleft {
	float: left;
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}

.alignright {
	float: right;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignwide {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
	max-width: 100%;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text,
.wp-block-image figcaption {
	font-size: 0.8125rem;
	color: var(--ph-muted, #5c5f5e);
	text-align: center;
	margin-top: 0.65rem;
}

.gallery-caption {
	display: block;
	font-size: 0.8125rem;
}

.bypostauthor > .comment-body .fn {
	font-weight: 700;
}

.sticky .ph-entry-card {
	border-color: rgba(18, 19, 21, 0.35);
}

.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #121315;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
