.category-box-widget {
	background-image: url("./images/syntages-tis-xrysoulas.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 95px;
	border: 1px solid;
	position: relative;
}

.category-box-widget .category-link {
	display: block;
	height: 86px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	text-indent: -999em;
}

.category-box-widget > div {
	height: 120px;
	overflow: auto;
}

.category-box-widget article {
	border-bottom: 1px solid;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.category-box-widget h1 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0;
}

.category-box-widget h1 a {
	color: #9E0B0F;
} 

.category-box-widget img {
	float: left;
	margin-right: 13px;
	width: 89px;
	height: 104px;
}

.category-box-widget p {
	color: #898989;
	font-weight: 700;
	line-height: 19px;
	margin-bottom: 8px;
}

.category-box-widget a.read {
	font-size: 11px;
	color: #898989;
	float: right;
}

.category-box-widget a.read:after {
	border-bottom: 5px solid rgba(0, 0, 0, 0);
	border-left: 5px solid #45EADD;
	border-top: 5px solid rgba(0, 0, 0, 0);
	content: " ";
	display: inline-block;
	height: 0;
	margin-left: 6px;
	width: 0;
	position: relative;
	bottom: -2px;
}

.category-box-widget article:after {
	content: " ";
	clear: both;
	display: block;
}
