.entry-image.relative {
    display: none;
}
.entry-meta {
display: none;
}
.entry-category {
display: none;
}
.nav-next {
display: none;
}
.nav-previous {
display: none;
}
#secondary span.widget-title {
    font-size: 1em;
    background-color: #f76200;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
    height: 32px;
    display: block;
    border-radius: 5px;
    margin-bottom: 20px;
}

#secondary span.widget-title span {
    padding-right: 8px;
    padding-left: 8px;
    background-color: #173774;
    margin-left: 40px;
    margin-top: 20px;
    display: block;
    padding: 8px;
    color: #fff;
    font-weight: 800;
    text-transform: none;
    border-radius: 0px 5px 5px 0px;
}
.is-divider.small {
    height: 1.5px;
    display: none;
    background-color: #dd0000;
    margin: 1em 0 1em;
        margin-top: 0.1em;
    width: 100%;
    max-width: 30px;
}

.login h1 a {
    background-image: url(images/w-logo-blue.png?ver=20131202);
    background-image: none,url(images/wordpress-logo.svg?ver=20131107);
    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 84px;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    width: 84px;
    text-indent: -9999px;
    outline: 0;
    display: none;
}