/*
Theme Name: Techomey
Theme URI: https://products.smetagroup.com
Author: SMETA / Techomey GmbH
Author URI: https://products.smetagroup.com
Description: Techomey is a clean, self-contained WordPress theme for B2B home and commercial appliance sourcing. Converted from the original static landing page, it ships a fully responsive front page (hero, factory statistics, featured product carousel, catalogue call-to-action, company profile, advantages, reseller support, service guarantees, certifications, FAQ and inquiry form) plus ready-made templates for About, Products, FAQ and Contact. All front-page copy, images, statistics, advantages, FAQ entries and form settings are editable from the Customizer, and every image ships inside the theme so nothing can break from a missing remote asset.
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techomey
Domain Path: /languages
Tags: business, e-commerce, responsive-layout, custom-menu, custom-logo, translation-ready, blog
Requires PHP: 7.4
Tested up to: 6.8
*/

/* ------------------------------------------------------------------
 * Main stylesheet for the Techomey theme.
 *
 * The layout lives in assets/css/theme.css, which is enqueued by
 * functions.php before this file. Anything placed here wins, so use it
 * for small overrides rather than a site-wide redesign.
 * ------------------------------------------------------------------ */

/* Screen-reader helper kept here so it is always available. */
.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;
	width: 1px;
	word-wrap: normal !important;
}

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

.skip-link {
	top: 0;
}

/* WordPress-required alignment + caption classes. */
.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; }
.wp-caption-text,
.gallery-caption { display: block; font-size: 13px; color: #6b7684; }

/* Comment list basics used by single.php. */
.comment-list { margin: 0; padding: 0; list-style: none; }
.comment-list .comment { margin-bottom: 28px; }
.comment-list .children { margin: 22px 0 0 32px; padding: 0; list-style: none; }
