.qodef-blog article .qodef-e-info-tags a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
    margin-bottom: 2px;
    background: #00aa00;
    font-size: 13px;
    font-weight: 600;
    color: #fff!important;
    padding: 9px 17px;
    transition: all .3s ease-in;
}


.qodef-info--top{
		display:none!important;
}

.qodef-e-category{
		display:none;
}

.qodef-header--vertical-sliding #qodef-page-header .qodef-header-logo-link {
    justify-content: space-between;
    margin: 30px 0 60px 1px;
    padding: 0 45px;
}

.qodef--vertical-sliding {
    width: 100%!important;
}

#qodef-page-header .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    width: 210px;
    max-height: 80%;
    transition: opacity .3s ease;
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main):not(.qodef--sticky) {
    position: absolute;
    top: 50%;
    left: 0;
    /* transform: translateY(-50%); */
    max-height: 140px;
}