/*
 Theme Name:   Ogami Child
 Theme URI:    http://wordpress.com
 Description:  Ogami Child Theme
 Author:       ApusTheme
 Author URI:   http://apusthemes.com
 Template:     ogami
 Version:      1.0.0
 Text Domain:  ogami-child
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

#apus-header .top-bar
{
    background:#009440;
}
#apus-header .top-bar *
{
    color:#fff;
}
#apus-header .megamenu > li > a
{
    font-weight:600;
}
body .post-layout .categories-name,
.post-list-item .btn-readmore
{
     font-family: "Roboto Slab", serif;
    font-weight:500;
     font-size:11px;
    letter-spacing:1px;
}

.comments,
#comments
{
    display:none !important; 
}
.post-layout .top-info a
{
    border:none;
    font-size: 13px;
}
@media screen and (max-width: 1023px)
{
    .logo
    {
        width:6rem;
        margin: auto;
    }
}
