/* Underline the footer widget title */
#main-footer .title {
position: relative;
margin-bottom:17px;
}
#main-footer .title:before {
background: #2d73a6;
content:"";
width:34px; height:3px;
position:absolute;
left:0; bottom:0;
}