.widget {
    border-radius: 3px;
}
.widget-shadow {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.widget {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
}
.widget .widget-header {
    border-radius: 3px 3px 0 0;
}
.widget .cover {
    width: 100%;
}
.overlay {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow: hidden;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.cover {
    overflow: hidden;
}
.overlay .overlay-figure, .overlay>:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}
.overlay-scale {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.widget-header{
  max-height: 200px;
  overflow: hidden;
}
.widget-header > img{
  min-height: 200px;
}
.widget .widget-body:last-child {
    border-radius: 0 0 3px 3px;
}
.widget-body {
    position: relative;
    padding: 20px 0px;
}
.clamp-3{
  display: -webkit-box;
  max-width: 365px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-title {
    margin-top: 0;
    color: #37474f;
    text-transform: capitalize;
}
.widget-metas {
    font-size: 12px;
    color: #a3afb7;
}
.widget .widget-body:last-child .widget-body-footer {
    border-radius: 0 0 3px 3px;
}
.widget-body-content{

}
.widget-body-footer {
    margin-top: 30px;
}
.widget-body-footer:after, .widget-body-footer:before {
    display: table;
    content: " ";
}
.widget-actions {
    margin-top: 10px;
    text-align: right;
}
.pull-right {
    float: right!important;
}
.widget-actions a {
    display: inline-block;
    margin-right: 10px;
    color: #a3afb7;
    vertical-align: middle;
}
.widget-actions a .icon, .widget-actions a.icon {
    text-decoration: none;
}
.widget-body-footer:after {
    clear: both;
}
.widget-body-footer:after, .widget-body-footer:before {
    display: table;
    content: " ";
}
