/*
Theme Name: lightning-child
Template: lightning
*/

.site-footer-copyright p:nth-child(2) {
    display:none;
}

.entry-meta-item-author { display: none; }

.entry-meta-item-updated { display: none; }

.post-tags {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}
.post-tags a {
    background-color: #ffffff;
    padding: 2px 6px;
    border-radius: 4px;
    border: 2px solid #337ab7;
    text-decoration: none;
    color: #337ab7;
}
.post-tags a:hover {
    background-color: #337ab7;
    color: #ffffff;
}
