/*
Default CSS Styles for the Category Posts Widget plugin
Version: 4.1.3
*/
.cat-post-current,
.cat-post-date,
.cat-post-comment-num {
	font-size: 12px;	
	line-height: 18px;
}
.cat-post-title {
	 color: #0054ab !important;
    float: right !important;
    font-family: "Montserrat",sans-serif !important;
    font-weight: 400 !important;
    text-decoration: none !important; 
	 float: right !important;
    font-size: 17px !important;
    max-width: 74% !important; 	
}

.categorey-name a{
	text-decoration:none;
	color:#fff !important;
}
.cat-post-current a {
	font-weight: bold;
	text-transform: uppercase;
}
.cat-post-date {
	font-style: italic;
	margin-bottom: 0;
}
.cat-post-thumbnail img {
	float: left; 
	margin: 5px 10px 5px 0;
}
.cat-post-item {
	  float: left;
    margin: 15px 0 0 3%;
    min-height: 150px;
    width: 46%;

}
.cat-post-item:before, 
.cat-post-item:after {
	content: "";
	display: table;
	clear: both;
}
.cat-post-item:last-child {
	border-bottom: none;
}
