﻿
.tvnd-logo a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: .5rem;
    font-family: 'Times New Roman';
}

.tvnd-logo--img {
}

.tvnd-logo--text {
    /*padding-top: .5rem;*/
}

.nav-sidebar.close .tvnd-logo--text {
    display: none;
}

.tvnd-brand-name {
    position: relative;
    font-weight: bold;
    font-size: 22px;
}

    .tvnd-brand-name .br-1 {
        color: var(--primary-color);
    }

    .tvnd-brand-name .br-2 {
        color: var(--secondary-color);
    }

    .tvnd-brand-name .br-3 {
        position: absolute;
        top: -1rem;
        right: 0px;
        color: var(--primary-color);
        font-size: 0.6em;
    }

.tvnd-logo--text .tvnd-descrp {
    font-size: 10px;
    font-weight: 400;
    opacity: 0.7;
    color: var(--primary-color);
}

.tvnd-slogan {
    font-size: 13px;
    text-transform: none;
    font-style: italic;
    font-weight: normal;
    color: red;
}


@media screen and (max-width: 992px) {

    .tvnd-logo--img {
        width: 48px;
        height: 48px;
    }

    .tvnd-descrp, .tvnd-slogan {
        display: none;
    }
}
