/*	
	This was developed by Pipee and its a Custom & Theme.
	Visit SMF Tricks for more Free Themes and Premium Themes.
*/
@media screen and (min-width: 768px) {
	.dropdown:hover > .dropdown-menu {
	    display: block;
	}
	.dropdown > .dropdown-toggle:active {
	    /*Without this, clicking will make it sticky*/
	    pointer-events: none;
	}
}
@media screen and (max-width: 767px) {
	.navbar-light .navbar-brand {
	    color: rgba(0,0,0,.9);
	    text-align: left;
	}
	#bottombar .logo
	{
		width: 200px !important;	
	}
	.board-titles
	{
		display: none;
	}
	.rightside .user
	{
		display: none;
	}
	.social-links 
	{
	    margin-top: 0px;
	    top: 6px;
	}
	#bottombar .navbar
	{
		width: 100%;
	}
	#header .rightside
	{
		margin: -1px;
		margin-right: 0px;
	}
	.login
	{
		width: auto !important;
	}
	dl
	{
		overflow: hidden !important;
	}
	#advanced_search dl#search_options
	{
		width: auto;
	}
	#advanced_search .input_text {
	    width: 250px;
	    overflow: hidden;
	}
	#mlist_search 
	{
		width: auto;
	}

	#post_event #event_main div.smalltext {
	    width: 29em;
	    float: unset;
	}
	form#postmodify .roundframe
	{
		padding: 0;
	}
	/* Calendar Time */
	#month_grid, #month_grid table,
	#main_grid
	{
		float: none;
		width: 100%;
	}
	#main_grid {
		margin-left: 0 !important;
	}
	
}