#plugin a {
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}
#plugin .menu-v  li{
		margin:0;
		padding:0;
		list-style:none;
		padding:10px;
	}
#plugin .menu-v  li.collapsible {

		border:1px solid #eeeeee;
		margin:0;
		padding:0;
		padding-top:5px;
		list-style:none;

	}
#plugin .menu-v  li.collapsible > a {

		font-weight:bold;
		background:#eeeeee;
		background-image:url(img/arrow_down.png);
		background-position:210px 15px;
		background-repeat:no-repeat;
		margin:10px;
		display:block;
		padding:10px;
		font-size:13px;
	}
#plugin .tags  {
	padding:10px;
}
#plugin .inner {
	background:#fff;
	padding:10px;
}
#plugin ul {
		margin:0;
		padding:0;
	}
@media screen and (max-width: 760px) {
 
    .search,
    .category-plugin,
    .tag-plugin,
    .nav-sidebar hr,
    .timeline { display: none; }
    
    .subscribe ul li { display: inline-block; }
    .subscribe ul li a span { display: none; }
    .subscribe:after { clear: both; }
    .subscribe #twitter-follow-code { display: none; }
     
    .post { margin-right: 0 !important; overflow-x: hidden; }
    .post h3 { font-size: 1.3em; }
    .post img { max-width: 100%; height: auto !important; }
    
    .comment-form-fields label { width: auto; float: none; }
    .comment-form-fields input { width: 80%; }
    .comment-form textarea { width: 90%; }
    .comment-form .comment-submit { padding-left: 0; }
    .comment-form .wa-captcha img { margin-bottom: 10px; }
    
    html.realtime-preview body { padding-top: 0; }
    html.realtime-preview .container { margin: 0 10px; }
    html.realtime-preview .post h1 { font-size: 2.6em; }

}