/*   
Theme Name: StereoClub Child Theme
Theme URI: https://wplook.com/product/themes/music-band/stereoclub-nightclub-band-wordpress-theme/
Description: Use this theme to start your StereoClub Child Theme development.
Author: Victor Tihai
Author URI: http://wplook.com/
Template: stereoclub-wpl
Version: 2.0.0.
*/

.site-navigation .menu li a {
    padding: 9.5px;
}

#site-navigation.fixed {
	position: fixed;
	top: 0;
	z-index: 2;
}

.mean-container .mean-bar {
	position: fixed;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
	.mean-container .mean-bar {
		width: 100% !important;
	}
}

@media (min-width: 768px) {
    .hide-md {
        display: none;
    }
}

@media (max-width: 767px) {
    .hide-sm {
        display: none;
    }
}

.event-wrapper_no-header {
	max-height: 507px;
	overflow-y: scroll;
}