
.portfolio_nav { display:none; }




@media only screen and (max-width: 768px) {
	html[data-menu=leftmenu] .mobile_menu_wrapper
	{
		right: 0;
		left: initial;
		
		-webkit-transform: translate(360px, 0px);
		-ms-transform: translate(360px, 0px);
		transform: translate(360px, 0px);
		-o-transform: translate(360px, 0px);
	}
}


.post_header.grid h6 {
max-height: 25px;
overflow: hidden;

}

.page_content_wrapper .inner .sidebar_content img {
min-height: 270px;
max-height: 270px;


}
.question-title {
font-size:15px;
}

.dwqa-questions-footer {margin-bottom: 50px; }

#footer ul.sidebar_widget li ul {
    list-style: initial !important;
    margin-left: 0;
}

 #page_content_wrapper .sidebar .content .sidebar_widget li ul {
   list-style: initial !important;
    padding: 20px 0 0 0;
    margin: 0 0 15px 0;
}



