
/*--------------------------------------------------------------
   Logo
--------------------------------------------------------------*/

.wdt-logo-container a {
    color: inherit;
}

.wdt-logo-container {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

.wdt-logo-container a img {
    display: block;
    height: 150px !important;
    max-height: 150px !important;
    width: auto !important;
    object-fit: contain;
}

@media (max-width: 767px) {
    .wdt-logo-container {
        justify-content: flex-start !important;
        height: 30px;
    }
    .wdt-logo-container a img {
        height: 110px !important;
        max-height: 110px !important;
    }
}

.wdt-logo-container a .site-title {
    color: var(--wdtHeadAltColor);
    clear: both;
    display: block;
    font-family: var(--wdtFontTypo_Alt);
    font-size: var(--wdtFontSize_H2);
    font-weight: bold;
    line-height: 1.1;
    transition: inherit;
}

.wdt-logo-container a:hover .site-title { color: inherit; }