/* Enter Your Custom CSS Here */
.widgettitle {
    font-size: 16px;
    margin-bottom: 32px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.widgettitle:after {
    background: blue;
    bottom: 0;
    content: "";
    display: block;
    height: 0px;
    position: absolute;
    width: 1px;
}

.home header p.lead:after {
    background: #fff;
    bottom: -30px;
    content: "";
    display: block;
    height: 0px;
    margin: 0 auto;
    position: relative;
    width: 100px;
}

.entry-title:after, .author-box:after {
    background: none repeat scroll 0 0 #fff;
    bottom: -10px;
    content: "";
    display: block;
    height: 0px;
    position: relative;
    width: 100px;
}

.widgettitle {
    font-size: 18px;
    margin-bottom: 32px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

