/*
Theme Name: Zlosyn v2
Theme URI: https://zlosyn.cz
Author: Obec Zlosyn
Author URI: https://zlosyn.cz
Description: Čistá verze WordPress tématu pro obec Zlosyn s plnou podporou Elementoru a 31 vlastními widgety. Postaveno na MySchool Bootstrap šabloně.
Version: 2.0.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zlosyn
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, government, municipality, elementor

Zlosyn WordPress Theme v2, Copyright 2026 Obec Zlosyn
Zlosyn is distributed under the terms of the GNU GPL
*/

/*
 * Hlavní CSS je v assets/css/main.css
 * Tento soubor slouží jen jako identifikátor tématu pro WordPress
 */

/* Základní reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--default-font, 'Roboto', sans-serif);
  color: var(--default-color, #333333);
  background-color: var(--background-color, #ffffff);
  line-height: 1.6;
}

/* WordPress specifické třídy */
.alignleft {
  float: left;
  margin-right: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.wp-caption-text {
  text-align: center;
  font-size: 0.9em;
  color: #666;
  margin-top: 0.5em;
}

.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;
}
