/**
* Theme Name: Nuo
* Theme URI: 
* Description:
* Author: Thanks Studio
* Author URI: https://thanks.studio
* Template: lore
* Version: 1.0.0
*/

/* Add your CSS here */


#theme-my-login {
    align-items: center;
    margin: auto;
}


#wpadminbar {
	border-bottom: 1px solid #7e7e7e;
}

@media print{
	* {display:none!important;}
}


#lsvr_lore_kb_categories_widget-2 .widget-title {
	display: none;
}


#sidebar .widget.lsvr-kb-categories .m-level-0 .item-link, #sidebar .widget.lsvr-kb-categories .m-level-1 .item-link, #sidebar .widget.lsvr-kb-categories .m-level-2 .item-link, #sidebar .widget.lsvr-kb-categories .root-level .item-link {
	padding-right: 30px;
}

li#wp-admin-bar-wp-logo {
    display: none;}



#sidebar .widget.lsvr-kb-categories .toggle {
	right: 10px;
}




.root-level a {
	color: #121212!important;
}

.m-level-1 a {
	color: #555555!important;
	
}

.m-level-2 a {
	color: #969696!important;
}



.root-level .item-link {
	padding-left: 10px!important;
}
.m-level-0 .item-link {
	padding-left: 10px!important;
	
}

.m-level-1 .item-link {
	padding-left: 30px!important;

}
.m-level-2 .item-link {
	padding-left: 50px!important;
}
.m-level-3 .item-link {
	padding-left: 70px!important;
}


.brick-item-inner ul.folder-links {
	display: none;
}


/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        SMALL DEVICES
		devices with width between 481px and 767px
    ------------------------------------------------------------------------- */

    @media ( max-width: 767px ) {

		/* your CSS here */

	}

	/* -------------------------------------------------------------------------
        EXTRA SMALL DEVICES
		devices with width up to 480px
    ------------------------------------------------------------------------- */

	@media ( max-width: 480px ) {

		/* your CSS here */

	}