.widget-blog * {margin:0;padding:0;text-decoration:none;border:none; box-sizing: border-box;}
.widget-blog {margin: 0 0 24px;position: relative;border-top: 2px #b5b5b5 solid; background: #fff;}

.widget-blog:before { content: ''; width: 16px; height: 2px; background-color: #007CFF; position: absolute; top: -2px; left: -1px; z-index: 100;}
.widget-blog:after { content: ''; width: 4px; height: 2px; position: absolute; top: -2px; left: 16px; background: #fdfdfd;}

.widget-blog_item {-webkit-box-flex:1;-ms-flex:1 1 240px;flex:1 1 240px; padding: 0 20px; /*border-right: 1px #dedede solid; width: 25%;*/ margin-bottom: 24px;}

/*Label*/
.widget-blog_label { display: inline-block;position: relative;font-size: 13px;line-height: 13px;font-weight: 500; color:#454545; margin: 0;padding: 14px 0 14px 16px; text-transform: uppercase;}

/* eventuale descrizione */
.widget-blog_description{border-bottom: 1px solid #dedede; margin: 0 20px; padding: 20px 0; font-size:14px;}

.widget-blog_list {/*overflow: hidden;*/ margin: 30px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
  /*.widget-blog_list:before, .widget-blog_list:after{ content: ""; display: table;}
  .widget-blog_list:after{clear: both;}*/
.widget-blog_item img{width:50px;height:50px}
.widget-blog_list img {float:left; margin-right: 16px; border:1px #dedede solid; border-radius:50%}

.widget-blog_overtitle {display: block; font-size: 14px; font-weight: 500; text-transform: uppercase;color:#167BBF}
.widget-blog_overtitle:hover {color:#252525}

.widget-blog_author { display: inline-block; font-size: 11px;color: #909090;margin-bottom: 4px}

.widget-blog_title {clear:both; font-size: 16px; font-weight: 500; margin-top: 12px; }
.widget-blog_title a {color:#252525;line-height: 1.2;}
.widget-blog_title a:hover {color:#087BBA}
.widget-blog_mail{color:#087bbb; text-transform:uppercase;}
.widget-blog_link { position: absolute; top:10px; right:10px;
  display: block; background: #454545; font-size: 11px; color:#fff; padding: 6px 16px; text-transform: uppercase;
}
.widget-blog_link:hover {background: #087BBA}

/*IE9 flex fix */
.ie9 .widget-blog_list {overflow: hidden}
.ie9 .widget-blog_item {float:left}
.ie9 .widget-blog_item:before, .widget-blog_item:after{ content: ""; display: table;}
.ie9 .widget-blog_item:after{clear: both;}


@media (max-width: 767px) {

  .widget-blog {border-top: 2px #b5b5b5 solid;}
  .widget-blog:before {height: 2px; top: -2px;}
  .widget-blog:after {height: 2px; top: -2px; }

  /*pagine in cui aggreghiamo diversi */
  .widget-page .widget-blog{ border:none; }
  .widget-page .widget-blog:before{ display:none; }
  .widget-page .widget-blog:after{ display:none; }
  .widget-page .widget-blog_list{ margin-top:0;padding-top:16px; }

  .widget-blog {margin: 8px 8px 16px; padding:0 0 16px;background:#fdfdfd;}
  /*.widget-blog_list {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}  */
 /* .widget-blog_item {width: 100%; border-right: none;}*/
  .widget-blog_link {position: static; display: block;
    text-align: center; color: #fff;text-transform: uppercase; margin: 16px 16px 0;
    background: #087bbb; text-align: center;line-height: 32px;text-transform: uppercase;
    }
  .widget-blog_item{border-bottom: 1px solid #dedede;padding-bottom: 16px;margin-bottom: 16px; }
  .widget-blog_item:last-child { border-bottom: none; margin-bottom: 0;padding-bottom: 0;}
}
