/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
*/

/*===============================
 Featured Post Style
===============================*/
.widget_excel_addon_featured_post .img-holder{margin: 0 0 20px;}

.widget_excel_addon_featured_post .img-holder a{display: block;}

.widget_excel_addon_featured_post .img-holder img{vertical-align: top;}

/*================================
 Popular/Recent Post Style
================================*/
.widget_excel_addon_popular_post ul li:after,
.widget_excel_addon_recent_post ul li:after{
	content: "";
	display: block;
	clear: both;
}

.widget_excel_addon_popular_post ul li .post-thumbnail,
.widget_excel_addon_recent_post ul li .post-thumbnail{
	float: left;
	width: 65px;
	margin-right: 15px;
}

.widget_excel_addon_popular_post ul li .post-thumbnail a,
.widget_excel_addon_recent_post ul li .post-thumbnail a{vertical-align: top;}

.widget_excel_addon_popular_post ul li .text-holder,
.widget_excel_addon_recent_post ul li .text-holder{overflow: hidden;}

.widget_excel_addon_popular_post .entry-meta .posted-on,
.widget_excel_addon_recent_post .entry-meta .posted-on{
	margin-right: 15px;
}

.widget_excel_addon_popular_post .entry-meta .fa,
.widget_excel_addon_recent_post .entry-meta .fa{margin-right: 5px;}

/*============================
 Icon text widget
============================*/
.widget_excel_addon_icon_widget .icon-holder{
	margin: 0 0 15px;
	font-size: 25px;
}