/*
Theme Name: LMS
Description: The base for a block-based theme.
Requires at least: 5.7
Tested up to: 5.7
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lms

LMS WordPress Theme, (C) 2021 Djordje Krstic
LMS is distributed under the terms of the GNU GPL.
*/

.lms-theme-frontend .site-header .sessions-block,
.site-header .wp-block-navigation-link__container
{
    -webkit-box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.27) !important; 
    box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.27) !important;
}

.hidedivtest {
  display: none;	
}

.scrollbar {
    height: 1px;
    overflow-y: scroll;
		margin-bottom: -1px;
}