.outer_row{
	width: 100%;
	display:inline-block;
}
.inner_row {
	margin:20px 0px;
	text-align:left;
}
.inner_row a{
	text-decoration:none;
	color:black;
}
.col2 {
    display: inline;
    line-height: 20px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    font-family: "Libre Baskerville";
    overflow: hidden;
    border-radius: 100px;
    color:black;
	background-color:#f2f2f2;
	padding:8px;
	vertical-align:top;

}
.col8{
	
    width: 70%;
    display: inline;
    text-align: left;
	line-height: 20px;
    font-size: 14px;
    position: relative;
	font-family: Libre Baskerville !important;
	padding: 0px 0px 0px 10px;
}
.col6{
 	width: 80%;
    display: inline-block;
    text-align: left;
	line-height: 20px;
    font-size: 18px;
    position: relative;
	font-family: Libre Baskerville !important;
	font-weight:700;
}
.col6 h3 {
	margin:0px !important;	
}
.col4 {
	display: inline-block;
    line-height: 20px;
    font-size: 32px;
    font-style: italic;
    font-weight: bold;
    font-family: "Libre Baskerville";
    color:lightgray;
	/* color:#f2f2f2; */
	padding:8px;
	vertical-align:baseline;
	border-left: 1px solid;
	float:right;
}
.entry_thumb {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	overflow: hidden;
}
.the_title{
	display: inline-block;
	width: 80%;
	vertical-align: baseline;
	
}
.the_date{
	font-size: 11px !important;
	line-height: 1.3 !important;
	font-weight: normal;
	color: gray;
	padding: 5px 0px;
}
