@charset "UTF-8";
/*
Theme Name: Softelec
Theme URI: http://superwinwin.net/
Author: the winwin team
Author URI: http://superwinwin.net/
Description: Softelec theme
Text Domain: http://superwinwin.net/
*/
@media screen and (min-width: 769px) {
    .admin-bar .topbar {
        top: 3.2rem;
    }
}
@media screen and (max-width: 768px) {
    #wpadminbar {
        position: fixed;
    }
    .admin-bar .topbar {
        top: 4.6rem;
    }
}