/* widget feed
-------------------------------------------------- */
.widget-feed li {
border-bottom: 1px solid #eee;
min-height:80px;
}
.widget-feed .media-body {
overflow:visible !important;
}
.widget-feed img.media-thumbnail {
width: 65px;
height: 50px;
padding: 3px;
border: 1px solid #c5c1ac;
border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-top-left-radius: 5px;
}
.widget-feed img.media-thumbnail:hover {
box-shadow: 0px 0px 7px #ceccb4;
-moz-box-shadow: 0px 0px 7px #ceccb4;
-khtml-box-shadow: 0px 0px 7px #ceccb4;
-webkit-box-shadow: 0px 0px 7px #ceccb4;
}
.widget-feed h4 a {
color: #333;
font-size: 14px;
text-decoration: none;
}
.widget-feed h4 a:hover,
.widget-feed h4 a:focus {
padding-bottom: 2px;
color: #10a4ff;
text-decoration: none;
border-bottom: 1px solid #7FBAEE;
}
.widget-feed p a {
color: #999;
font-size: 12px;
text-decoration: none;
}
.widget-feed p a:hover,
.widget-feed p a:focus {
padding-bottom: 2px;
color: #333;
text-decoration: none;
}