/*
Theme Name: Hydraulik Poznań Child
Theme URI: https://wp-themes.com/twentyten
Author: Blulink.pl
Author URI: https://blulink.pl
Description: Hydraulik Poznań
Template: twentyten
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: twentyten-child
*/

#footer #colophon,
#footer #site-info {
    text-align: center;
    width: 100%;
}

.entry-meta .meta-sep,
.entry-meta .author {
    display: none;
}

.comments-link,
.meta-sep {
    display: none;
}

body, input, textarea,
.entry-meta,
.entry-utility,
.navigation {
    font-size: 14px;
}

h2 {
    margin-bottom: 1em;
}

@media all and (max-width: 940px) {
    #access, #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
        max-width: 940px;
        width: 100% !important;
        box-sizing: border-box;
    }

    #branding img {
        max-width: 100%;
    }

    #site-title,
    #site-description {
        width: 100% !important;
        box-sizing: border-box;
        text-align: center;
    }

    #main {
        display: flex;
        flex-wrap: wrap;
    }

    #container,
    #primary {
        float: none;
        flex: 1 0 100%;
    }

    #container {
        margin-right: 0;
    }

    #content#content {
        margin-right: 20px;
    }
}