/*
Theme Name: CeramicPCB Pro
Theme URI: https://aluminapcb.com/
Description: Professional WordPress theme for AluminaPCB.com — an alumina & ceramic PCB manufacturer. Includes custom post types (Materials, Capabilities, Applications, Products, Resources), an RFQ / inquiry system, a Customizer contact panel, and a one-click demo content importer. Built for high-power, high-temperature and high-reliability PCB businesses.
Author: AluminaPCB.com
Author URI: https://aluminapcb.com/
Version: 1.1.0
Requires at least: 5.9
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ceramicpcb-pro
Tags: business, custom-logo, custom-menu, featured-images, translation-ready, theme-options, threaded-comments, full-width-template
*/

/*
 * NOTE: The full visual stylesheet lives in /assets/css/theme.css and is
 * enqueued from functions.php. This root style.css is required by WordPress
 * to identify and activate the theme, and holds only baseline/accessibility
 * rules so the theme is never unstyled if the main stylesheet fails to load.
 */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	word-wrap: normal !important;
}

.skip-link {
	position: absolute;
	left: -9999px;
	top: 8px;
	z-index: 999;
	background: #0d5f9f;
	color: #fff;
	padding: 10px 16px;
	border-radius: 8px;
}

.skip-link:focus {
	left: 12px;
}

.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}

.aligncenter {
	display: block;
	margin: 0 auto 1em;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 14px;
	color: #607184;
	text-align: center;
}

.sticky {
	display: block;
}
