.recent-post-v2 {
  display: flex;
  flex-direction: column; }
  .recent-post-v2 .widget-post {
    border-top: 1px solid #e2e2e2;
    display: inline-flex; }
    .recent-post-v2 .widget-post .image-section {
      min-width: 90px;
      margin-right: 15px; }
  .recent-post-v2 h3 {
    margin-bottom: 0 !important; }
  .recent-post-v2 h4 {
    font-weight: bold; }
  .recent-post-v2 a {
    transition: .3s;
    display: block;
    width: 100%; }
    .recent-post-v2 a:hover {
      transition: .3s; }
      .recent-post-v2 a:hover h5 {
        transition: .3s;
        color: #f5a623 !important; }

#sidebar {
  background: none !important; }

/*# sourceMappingURL=widget.css.map */
