/*
 Theme Name:   PenNews Child
 Theme URI:    http://pennews.pencidesign.com/
 Description:  PenNews Child Theme
 Author:       PenciDesign
 Author URI:   http://pencidesign.com
 Template:     pennews
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: two-columns, custom-menu, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, editor-style
 Text Domain:  pennews-child
 @import url("../pennews/style.css");
*/

.login #backtoblog a, .login #nav a {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}


h4 {
    font-size: 10px;
    font-size: 1.8rem;
}

.penci-post-pagination-cat {
    width: 100%;
	 text-transform: uppercase;
    display: flex;
    border-bottom: 0px solid #ececec;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0 0 23px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 9px;
        padding-left: 0px;
}

.penci-post-pagination-cat span {
    color: #888;
    display: inline-block;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.penci-tags-links {
    display: inline-block;
    text-transform: uppercase;
    margin: 0px -2.5px 5px;
        margin-top: 0px;
        margin-right: -2.5px;
        margin-bottom: 5px;
        margin-left: -2.5px;
    width: 100%;
	
}

.penci-block_38 .penci-entry-categories a, .penci-archive .penci-archive__content .penci-entry-categories a {
    display: inline-block;
    background: #111;
    font-family: "Mukta Vaani",sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    padding-left: 7px;
    padding-right: 7px;
    margin-right: 7px;
    margin-bottom: 0px;
    transition: all .3s;
    color: #fff;
}

