.drp_wrapper {
	display: flex!important;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	border-left: 5px solid #F44336;
	padding: 1em .5em 1em 1.5em;
	background: #eee;
	box-shadow: 2px 2px 11px #a9a9a9;
	margin: 3em 0;
}
.drp_thumb {
	max-width: 100px!important;
	height: auto;
}
.drp_post_title {
	margin: 0;
	font-size: 1.15em;
	padding: 0 1em;
	color: #f44336;
	display: inline-block;
	line-height: 1.3;
	font-weight: bold;
	font-family: inherit;
}