/* ==========================================================================
	#Transitions
========================================================================== */
#pjWrapperStivaBlogSidebar .pjSbContainer{
	background: #fff;
	color: #292929;
}

#pjWrapperStivaBlogSidebar .pjSbContainer h5.widget-head{
	font-size: 18px;
	line-height: 30px;
	border-bottom: 4px solid #2b2b2b;
	padding: 0 0 15px 0;
	margin-bottom: 20px;
	font-weight: 700;
}
#pjWrapperStivaBlogSidebar .pjSbContainer .recent-widget {
	width: 100%;
	margin: 10px 0 15px 0;
}
#pjWrapperStivaBlogSidebar .pjSbContainer .recent-widget .post{
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
#pjWrapperStivaBlogSidebar .pjSbContainer .recent-widget .post .post-thumbnail{
	float: left;
	margin-right: 15px;
}
#pjWrapperStivaBlogSidebar .pjSbContainer .recent-widget .post .post-thumbnail img{
	max-width: 100px;
	width: 100%;
}
#pjWrapperStivaBlogSidebar .pjSbContainer .recent-widget .post h6{
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	margin: 0 0 15px 0;
}
#pjWrapperStivaBlogSidebar .pjSbContainer .recent-widget .post h6 a{
	color: #292929;
	text-decoration: none;
}
#pjWrapperStivaBlogSidebar .pjSbContainer .recent-widget .post h6 a:hover{
	color: #3382FF;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
