/* 
Theme Name: Hello Elementor Child šablona
Theme URI: https://pisuweby.cz/
Description: Hello Elementor Child šablona pro vložení vlastních CSS kódů a scriptů.
Author: Tomáš Lein
Author URI: https://pisuweby.cz/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
		margin-top: 80px;
		margin-bottom: 80px;
        max-width: 1280px!important;
    }
}

/* Elementor Nav Menu - aktivní položka - POZOR: CSS JE NATVRDO V CSS EDITORU VE WP*/
.elementor-nav-menu a.elementor-item-active,
.elementor-nav-menu li.current-menu-item > a,
.elementor-nav-menu li.current_page_item > a {
  font-weight: 700 !important;
}


