/*
Theme Name: Sedl 2026
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Jonáš Koller
Version: 1.3
Template: hello-elementor
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: sedl2026
*/

/*
all custom ids and classes prefixed with s26
*/

/* Ke Stažení - download links: 
    move button download icon right, keep text left */
.wpr-button-content {
    justify-content: space-between !important;
}

.single-post main {
    overflow: hidden;
    padding-inline: 4rem;
    padding-bottom: 4rem;
    background-color: hsl(39, 14%, 98%);
}

h1.entry-title {
    font-size: 4rem;
    font-family: 'Open sans';
    font-weight: 300;
    margin-top: 2.5rem;
    margin-bottom: 0;
    max-width: min(1140px, calc(100% - 40px)) !important;
    padding-inline: 0 !important;
}
@media(max-width: 764px) {
    h1.entry-title {
        font-size: 2.75rem;
    }
}

* {
    transition: none !important;
}

span.running::before, 
span.completed::before,
.wpr-tax-id-35::before,
.wpr-tax-id-34::before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.5ch;
    width: 1ch;
    height: 1ch;
    background-color:  #5aed55;
}

span.completed::before,
.wpr-tax-id-34::before {
    background-color: #ead919;
}

.trp-language-switcher a {
    text-decoration: none;
}