/*
Theme Name: Twenty Seventeen Child Theme
Theme URI: https://yourwebsite.com
Author: Your Name
Author URI: https://yourwebsite.com
Template: twentyseventeen
Description: Child theme for Twenty Seventeen.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: twentyseventeen-child
*/
@media screen and (max-width: 45em) {
    .cd-timeline-content {
        width: 90% !important;
    }
}

@media screen and (min-width: 48em) {

    body.page-template-page-full-width .page-full-width #primary .entry-content {
        width: 100%;
    }
    body:not(.home) .wrap { /* krome titulky */
        max-width: 1350px !important;
    }
    body.page-template-page-full-width .page-full-width #primary .entry-header {
        width: 100%;
    }
    .site-content {
        padding: 20px 0 0 0;
    }


    .page-template-page-other #primary .entry-content {
        max-width: 75% !important;
    }

    .cd-timeline-content {
        min-width: 45%;
    }
    .menu-scroll-down .icon {
        height: 36px;
        width: 50px;
        color: #ffffff;
        top: -9.5em;
        /*margin-bottom:100px;*/
    }
}

.timeline-express-read-more-link {
    display: none !important;
}

.cist-vice {
    margin-top: 15px;
    position: relative;
    z-index: 10;
    display: block;
}

.entry-header {
    display: none;
}

.wrap {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.site-navigation-fixed.navigation-top {
    z-index: 101 !important;
}

.navigation-top {
    background: #eeeeee;
}