/*
Wordpress Popular Posts plugin stylesheet
Developed by Hector Cabrera

Use the following classes to style your popular posts list as you like.
*/ 

 .wpp-list span{color: transparent;}

	.wpp-list li {/* LI - post container */
		display:inline-block;
		float:none;
		clear:left;
		padding: 0;
		position: relative;
		margin-bottom: 1.5em;
		box-sizing: border-box;
		line-height: 1.4em;
		overflow: hidden;
		}

		/* title styles */
	.wpp-list a.wpp-post-title {
    position: relative;
    margin: 0;
    display: inline-block;
    line-height: 1.2em;
    padding: .3em 0;
    font-weight: 600;
    font-size: 15px;
    color: #4F4F4F!important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
 
		.wpp-list li:hover a.wpp-post-title{color:#008EC2!important;}

		/* thumbnail styles */
		.wpp-thumbnail {
			max-height: 176px; */;
			display:inline;
			float:left;
			margin: 0 0 7px;
			border:none;
		}
		
 

.widget.popular-posts {margin-top: 4em;}

.widget.popular-posts h3{
    display: block!important;
    border-top: 3px solid #DA0101;
    border-bottom: 1px solid #0B0B0B;
    border-right: none;
    text-transform: uppercase;
    border-left: none;
    color: #0B0B0B!important;
    margin-bottom: 15px!important;
	max-width: 334px;
}

.widget.popular-posts h3:before{
	content:"\f134";
	float: left;
	left: 2.8em;
	top: 7px;
	position: relative;
	color: #DA0101;
	-webkit-font-smoothing: antialiased;
	font: normal 23px/1 'fontawesome';
	vertical-align: middle;
	}
 

 
		/* excerpt styles */
 
		
		/* Stats tag styles */
		.post-stats {
			display:block;
			font-size:9px;
			font-weight:bold;
		}
			
		.wpp-date{
		    margin-left: 1.5em;
			}	
 
			
			.wpp-author a, .wpp-author i , .wpp-date, .wpp-date i{
    font-weight: 400;
    margin-bottom: 1em;   
    font-size: 13px;   
    color: #919191!important;
			}