/*
 Theme Name:   Edge Plus - Muzeum
 Theme URI:    http://example.com/
 Description:  Child from Edge Plus for Muzeum Utracone
 Author:       Łukasz Pełka
 Author URI:   pelka.lukasz@gmail.com
 Template:     edge
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  edge-child
*/

.main-navigation {
    padding: 0 120px 0 0;
}

.sarHeader {
    display: block;
    position: absolute;
    top: 20px;
    right: 40px;
}

.sarHeader a {
    display: inline-block;
}

.sarHeader img {
    width: auto;
    height: 18px;
}

.footerImgs {
    position: absolute;
    left: 0;
    bottom: 35px;
}

.footerImgs a {
    display: inline-block;
    vertical-align: bottom;
}

.footerImgs a img {
    display: block;
    width: auto;
}

.footerImgs .sarLogo {
    margin-right: 40px;
}

.footerImgs .sarLogo img {
    height: 40px;
}

.footerImgs .muzeumLogo img {
    height: 60px;
}

@media (max-width: 767px) {
    .footerImgs {
        position: static;
        margin-bottom: 40px;
        text-align: left;
    }

    .footerImgs .sarLogo {
        margin-right: 22px;
    }

    .footerImgs .sarLogo img {
        height: 22px;
    }

    .footerImgs .muzeumLogo img {
        height: 33px;
    }

    #site-branding {
        margin: 0 auto 0 0 !important;
        padding: 20px 0;
        text-align: left;
    }

    #site-branding img {
        width: 120px;
        height: auto;
    }

    .menu-toggle {
        position: absolute;
        top: -60px;
        right: 0;
    }

    .sarHeader {
        display: block;
        position: absolute;
        top: -45px;
        right: 50px;
    }
}

@media (min-width: 1300px) {
    .footerImgs {
        bottom: 15px;
    }
}