/*
 Theme Name:   GGSolutions.pl Child
 Theme URI:    https://ggsolutions.pl
 Description:  Default GGSolutions.pl child theme
 Author:       GGSolutions.pl
 Author URI:   https://ggsolutions.pl
 Template:     ggsolutions.pl
 Version:      1.0
*/

@media(min-width: 769px) {
    #side-toggle,
    #side-toggle+label {
        display: none !important;
    }
}

@media(max-width: 768px) {
    .left-sidebar .site-content {
        display: flex;
        flex-direction: column-reverse;
    }

    #side-toggle:checked+label span:nth-child(1),
    #side-toggle:not(:checked)+label span:nth-child(2) {
        display: none;
    }
    #side-toggle:not(:checked)+label~* {
        display: none;
    }
    #side-toggle {
        position: absolute;
        visibility: hidden;
        opacity: 0;

    }
    #side-toggle+label {
        display: block;
        padding: 10px;
        border: 1px solid;
        line-height: 1;
        text-align: center;
        border-radius: 4px;
        background-color: #fff;
		width: 80%;
		margin: 0 auto;
    }
}