/*
Theme Name: Élhetünk Másképp - Barbi & Zsolt
Theme URI: https://eletunkmaskepp.hu
Author: Kreatívoldal
Author URI: https://kreativoldal.hu
Description: doTERRA esszenciális olajok és természetes életmód téma Barbi és Zsolt számára. Modern, reszponzív design Tailwind CSS-sel, animációkkal és teljes WordPress integrációval.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elhetunk-maskepp-tema
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, responsive-design, wellness, doterra
*/

/* ===================================
   WordPress Téma - Élhetünk Másképp
   Barbi & Zsolt - doTERRA
   =================================== */

/* Ez a fájl tartalmazza a WordPress téma header információit.
   A tényleges stílusok a functions.php-ban betöltött Tailwind CSS CDN-ből és
   az egyedi CSS utility osztályokból származnak. */

/* Alapértelmezett WordPress reset és normalizálás */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Titillium Web', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* WordPress alapértelmezett osztályok */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

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

.wp-caption-text {
    text-align: center;
    margin-top: 5px;
}

.sticky {
    /* Sticky post styling */
}

.bypostauthor {
    /* Post author styling */
}

/* Screen reader text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}


.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}