/*
Theme Name: Home Key Ingatlan
Theme URI: https://www.homekey.hu
Author: Home Key Ingatlan Kft.
Author URI: https://www.homekey.hu
Description: Egyedi WordPress téma a Home Key Ingatlan Kft. weboldalához. Elementor-kompatibilis: támogatja a Theme Builder-t (header/footer/single/archive lokációk), Custom Post Type-tal érkezik az ingatlanokhoz, beépített arculattal (navy + narancs paletta, Playfair Display + Inter tipográfia). 3 nyelvre felkészítve (HU/EN/DE) — Polylang-kompatibilis.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homekey
Domain Path: /languages
Tags: real-estate, business, elementor, custom-post-type, three-columns, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, translation-ready, rtl-language-support
*/

/*
A téma alapstílusai a assets/css/theme.css fájlban vannak — innen csak a WP által megkövetelt
metaadatok jönnek + a body alapreset, hogy admin-bar és Gutenberg ne törje el a layoutot.
*/

html { scroll-behavior: smooth; }
body { margin: 0; }
body.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
}
.alignwide { max-width: 1240px; margin-inline: auto; }
.alignfull { width: 100vw; margin-inline: calc(50% - 50vw); }
.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: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0,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;
}
