.visible-mobile {
	display:none;
}

@media (max-width: 767px) {

	.sidebar {display:none;}
	.forums {width:100% !important;}
	#logo img {
		max-width: 100%;
    	height: auto;	
	}
	.visible-mobile {
		display:block;
	}
	.hidden-mobile {
		display:none !important;
	}
	select {
		max-width:200px;
	}
	.smalltext {
	  display: block;
      margin-bottom: 5px;	
	}
	.forumFilterSelectContainer {
		width:50%;
	}
	.forumFilterSelect {
		width:100%;	
	}
	#forumdisplay_threadlist_form {
		text-align:left;	
	}
	.showPostsSelectContainer {
		margin-top:5px;
	}
	.showPostsSelect {
		width:100%;
	}
	.trow1, .trow2 {
		padding: 5px;
	}
	.author_statistics_default {
		display:none;	
	}
	.post .post_author div.author_avatar {
		float:none;	
	}
	.post .post_author div.author_information {
		float:none;
	}
	.userCPNavColumn {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background-color: #fff;
		padding: 0;
		overflow-y: scroll;
		height: 100vh;
		display:none;
	}
	#userCPNavClose {
		display: inline-block;
		text-align: right;
		float: right;
		font-size: 23px;
	}
	
}