/*
Theme Name: Tera Kreatif
Theme URI: https://terakreatif.com/
Author: Tera Kreatif
Author URI: https://terakreatif.com/
Description: Tera Kreatif - mega menü destekli, Elementor Pro, JetMenu, JetEngine, RankMath uyumlu modern kurumsal WordPress teması. Tema etkinleştirildiğinde demo içerik otomatik kurulur.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
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: tera-kreatif
Tags: business, custom-menu, custom-logo, custom-colors, featured-images, full-width-template, theme-options, footer-widgets, threaded-comments
*/

/* Tüm stiller assets/css/header.css ve footer.css dosyalarındadır - Tema CSS dosyaları */

/* Sadece WP-spesifik düzeltmeler */

body {
    margin: 0;
    padding: 0;
    background: #efebe4;
}

.skip-link {
    position: absolute;
    left: -9999px;
}
.skip-link:focus {
    left: 16px;
    top: 16px;
    background: #f4482b;
    color: #efebe4;
    padding: 8px 16px;
    border-radius: 6px;
    z-index: 10000;
}
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* WP Admin bar offset */
.admin-bar .header.header-tera {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar .header.header-tera {
        top: 46px;
    }
}

/* Page wrapper - body'den sonra header için boşluk */
#page-wrapper {
    padding-top: 100px;
}
@media (max-width: 1023px) {
    #page-wrapper {
        padding-top: 64px;
    }
}
