/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1762168388
Updated: 2025-11-03 12:13:08

*/




/* stylování text editoru v obsahových stánkách - musí mít .satum_content třídu */

.satum_content .satum_postheader .elementor-heading-title {
    font-size: 40px;
    font-family: 'Epilogue';
    line-height: 1.3;
}

.satum_content .elementor-widget-text-editor {
		font-family: "Raleway";
		font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.25px;
    }
    
 .satum_content .elementor-widget-text-editor h2 {
        font-size: 27px;
    }

.satum_content .elementor-widget-text-editor h2:not(:first-child) {
	    margin-block-start: 1.8em;
}

 .satum_content .elementor-widget-text-editor h3 {
				font-family: "Raleway";
        font-size: 16px;
				font-weight: 700;
				text-transform: uppercase;
    }

.satum_content .elementor-widget-text-editor h4 {
				font-family: "Raleway";
        font-size: 16px;
				font-weight: 700;
				text-transform: none;
    }


.satum_content .elementor-widget-text-editor ul {
        margin-bottom: 24px;
		margin-top: 12px;
    }   

.satum_content .elementor-widget-text-editor ol {
        margin-bottom: 24px;
		margin-top: 12px;
    }   
 
 
.satum_content .elementor-widget-text-editor > ul li::before {
    top: 5px;
}   

.satum_content .elementor-widget-text-editor > ol li {
		margin-bottom: 8px;
}

.satum_content .elementor-widget-text-editor ol[type="a"] {
      list-style-type: lower-alpha;
  }

.satum_content .elementor-widget-text-editor ol[type="a"] > li::marker {
      content: counter(list-item, lower-alpha) ") ";
  }
  
.satum_content .elementor-widget-text-editor ol[type="i"] {
      list-style-type: lower-roman;
  }

.satum_content .elementor-widget-text-editor ol[type="i"] > li::marker {
      content: "(" counter(list-item, lower-roman) ") ";
  }  
  
  