/* put here your custom css styles */


.dwqa-question-item .dwqa-status	{
	display: none;
}
/*
.theme-page.relative	{
	width: 1230px;
    margin-left: auto;
    margin-right: auto;
}
*/
.dwqa-container,
.vc_row wpb_row.vc_row-fluid.page-header	{
	max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1249px)	{
	.dwqa-container,
	.vc_row wpb_row.vc_row-fluid.page-header	{
		max-width: 990px;
	}
}
@media screen and (max-width: 1009px)	{
	.dwqa-container,
	.vc_row wpb_row.vc_row-fluid.page-header	{
		max-width: 750px;
	}
}
@media screen and (max-width: 767px)	{
	.dwqa-container,
	.vc_row wpb_row.vc_row-fluid.page-header	{
		max-width: 462px;
	}
}
@media screen and (max-width: 479px)	{
	.dwqa-container,
	.vc_row wpb_row.vc_row-fluid.page-header	{
		max-width: 300px;
	}
}



.dwqa-question-item		{
	border-top: 0px solid #ddd!important;
	border-bottom: 0px solid #ddd!important;
    padding: 15px 0px 15px 0px!important;
    border-left: 0px solid #ddd!important;
    border-right: 0px solid #ddd!important;
    /*width: 100%;*/
    clear: both;
}
.dwqa-single-question .dwqa-question-item		{
	padding: 15px 0px 15px 80px!important;
}
.dwqa-answer-meta	{
	padding-left: 80px;
	padding-bottom: 7px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 0px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.dwqa-answer-content	{
	padding-bottom: 10px;
	padding-left: 80px;
	padding-right: 15px;
	border-top: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.dwqa-questions-list .dwqa-question-item .dwqa-question-stats	{
	top: 15px!important;
    right: 0px!important;
}

.page-header>.vc_inner {
    border-bottom: 0px solid #E5E5E5;
    padding: 25px 0;
}
.dwqa-questions-list {
    border-top: 0px solid #ddd;
}
#dwqa-search	{
	display: none;
}

.dwqa-question-vote	{
	display: none;
}
#comment	{
	display: none;
}
@media (max-width: 480px) {
	.dwqa-questions-list .dwqa-question-item .avatar,
	.single-dwqa-question .dwqa-question-item .avatar, .single-dwqa-question .dwqa-answer-item .avatar {
	    position: static;
	    width: auto!important;
	    height: auto!important;
	    margin-right: 5px;
	}
	.dwqa-questions-list .dwqa-question-item .avatar {
	    top: 50%;
	    margin-top: -24px;
    }
    .dwqa-question-item .avatar {
    	position: absolute!important;;
    	left: 15px;
    }
}