/**
 *  LESS file for Sidebar
 */

 #secondary {
     .widget {
         margin-bottom: 50px;
         h2 {
              padding: 0 0 10px 15px;
              border-bottom: solid 5px black;
         }
     }
     ul {
         li {
             margin: 0;
             padding: 14px 0;
             &:before {
                 content: "\f105";
                 font-family: "Font Awesome 5 Free";
                 font-weight: bold;
                 color: lighten(@accent, 70%);
                 margin-right: 10px;
                 .size(14px);
             }
         }
     }
     // .widget_archive, .widget_categories, .widget_pages, .widget_meta, .widge_recent_comments, .widget_nav_menu {
     //     a {
     //         .color(@accent);
     //     }
     // }
 }
