/*
Theme Name: Capsulab
Theme URI: http: http://capsulab.pe/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

@import url("../salient/style.css");

.mobile-submenu {	width:250px;}
#mobile-menu {	position: fixed;	right: 0px;}

#toggle-nav > span { display:block; color:#FFF; font-size:9px; position: absolute; left: -45px !important; top:0px; }


@media only screen and (max-width: 600px) {
    #header-outer header#top #toggle-nav {
        position: absolute;
    }
    #toggle-nav > span { display: none; }
}