.single .entry-utils {
    display: none;
}
.sidebar-primary p.entry-meta {
    display: none;
}
.home .sidebar-primary p.entry-meta {
    display: block;
}
.featured-content .entry {
    margin-bottom: 20px;
    padding: 0;
    position: relative;
}
.home .entry-meta,
.after-entry .widget .entry-meta {
text-transform: uppercase !important;
    font-size: 12px !important;
    position: absolute;
    top: 0px;
    background-color: #0066bf;
    padding: 5px 10px;
    max-width: 137px;
}
.home span.entry-categories a:hover,
.after-entry .widget span.entry-categories a:hover {
    color: #fff;
    opacity: .9;
}
.home span.entry-categories a,
.after-entry .widget span.entry-categories a {
    color: #fff !important;
    font-weight: 700;
}
.home .sidebar-primary p.entry-meta {
    margin-left: 5px;
}
@media only screen and (max-width: 1188px) {
.home .sidebar-primary p.entry-meta {
    margin-left: 0px;
}
}
@media only screen and (max-width: 1023px) {
 .sidebar-primary article {
    max-width: 300px;
    margin: 0px auto;
}
}
