/* header */
#search-2{
	float: right;
	margin: -6px 0 0 4px;
	font-size: 15px
}

/* Post-card */
.post-card-one .post-card-one__content .entry-header{
	margin-bottom: 2px;
}
	.post-card-one .entry-title {
	    margin-bottom: 0px;
	}
	.post-card-one .entry-meta__views{
		color: #657540;
	    font-weight: bold;
	    font-size: 15px;
	}

/* Single post */
.single-post .breadcrumbs{
	margin-top: 8px;
}
	.single-post .breadcrumbs a{
		text-decoration: none;
	}
.single-post table{
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	border: 1px solid #000;
	border-spacing: inherit;
}
	
.single-post table tbody{
	vertical-align: top;
}
.single-post table td{
    padding: 0px 10px;
    border-bottom: 1px solid;
    border-left: 1px solid;
}
.single-post table td:first-child {
	border-left: none;
}
	.single-post .ya-share2__container{
    	margin-top: 8px;
	}
	.single-post .ya-share2__container .ya-share2__item_service_moimir{
		display: none;
	}
	.single-post .ya-share2__container_size_m .ya-share2__item:before{
		content: none;
		display: none;
	}
		.ya-share2__container_size_m .ya-share2__counter{
	    	line-height: 30px !important;
		}
		.ya-share2__container_size_m .ya-share2__icon_more:before{
	    	line-height: 28px !important;
		}

		.ya-share2__item_service_odnoklassniki .ya-share2__badge{
			background-color: #eb722e !important;	
		}
		.ya-share2__item_service_facebook .ya-share2__badge{
			background-color: #3b5998 !important;
		}
		.ya-share2__item_service_vkontakte .ya-share2__badge{
			background-color: #48729e !important;
		}

/*  dwqa  */
#dwqa-answer-form{
	text-align: center;
}
body.logged-in #dwqa-answer-form{
	text-align: left;
}
#dwqa-answer-form p{
	text-align: left;
}
.dwqa-answer-form .dwqa-select {
	margin-right: 100%;
	margin-bottom: 25px;
	width: 265px;
}
.single-dwqa-question .code-block .breadcrumbs{
	display: none;
}
.single-dwqa-question .dwqa-question-item .dwqa-question-vote{

}
.single-dwqa-question .dwqa-question-item .avatar{

}

@media (min-width: 797px){
	.home .post-card-one{
		float: left;
    	width: 46%;
	    margin-left: 2%;
	    margin-right: 2%;
    	height: 350px;
	    margin-bottom: 20px;

	}
		.home .post-card-one__content{
			float: left;
		}
			.home .post-card-one .entry-title{
		    	max-height: 100px;
    			overflow: hidden;
			}

		.home .post-card-one__image{
			width: 100%;
    		height: auto;
	    	margin: auto;
		}
			.home .post-card-one__image img{
				width: 100%;
	    		height: auto;
			}

		    
}

@media (max-width: 796px) {
	/* header */
	#search-2{
		display: none;
	}

	.single-post #contents{
	overflow-x: scroll;
	}
	.single-post table{
		table-layout: auto;
	}

	/*  dwqa  */
	.single-dwqa-question .dwqa-question-item{
    	padding-left: 0;
	}
	.single-dwqa-question .dwqa-question-item .dwqa-question-vote{
		display: none;
	}
	.single-dwqa-question .dwqa-question-item .avatar{
	    position: static;
	    width: 14px;
	    height: 14px;
	    margin-right: 5px;
}
	}
}