/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
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
*/

.w3eden .mt-0, .w3eden .my-0 {
    margin-top: 0!important;
    display: none;
}

h1.entry-title {
    font-size: 22px;
}


.wpdm-download-link.btn.btn-primary {
    background-color: var( --e-global-color-primary );
}

.list-group-item .badge {
    background: var( --e-global-color-primary );
}

.w3eden .btn-primary {
    background-color: unset;
    border-color: unset;
}


.tablepress tfoot th, .tablepress thead th {
    background-color: var( --e-global-color-primary );
	color: #FFFFFF;
    
}
    
/* disable link v download file */

.link-template-default .package-title {
    
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
}

/*fotka pri novicah*/

.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: 150px !important;
    width: 100% !important;
    object-fit: contain !important;
    padding: 10px !important;
}