/* Covid-19.css */
.post-meta-right{
    display:none;
}
.post-meta-author{
    display:none;
}
.post-meta-left .sep{
    display:none;
}

.entry-title{
    margin-bottom:10px!important;
    padding-bottom:5px!important;
    margin-top:15px!important;
    font-size:40px!important;
    line-height:40px!important;
}

.post-content .post-meta{
    margin-bottom:15px!important;
}

.post-footer .gem-button-container .gem-button{
    border-radius:30px!important;
    border-color:#FFCC02!important;
    color:#1a1a3e!important;
    background-color:transparent;
    height:40px!important;
    line-height:36px!important;
}

.post-footer .gem-button-container .gem-button:hover{
    border-color:#FFCC02!important;
    background-color:#FFCC02!important;
    color:#1a1a3e!important;
}

.widget-title:after {
    display: none!important;
}

.rpwe-block a{
    transition:linear 0.11s;
}

.rpwe-block a:hover{
    color:#ffcd02!important;
}

.entry-title{
    transition:transform 0.1s;
}

.entry-title:hover{
    color:#ffcd02!important;
}
