.widget_sd_widget_logo {
    font-size: 0;
}

.widget_sd_widget_logo a:focus {
    outline: 0 none;
}

.widget_sd_widget_logo svg {
    width: 100px;
}

.header-middlebar .widget_sd_widget_logo {
    height: 60px;
    display: inline-block;
    width: 300px;
}

.header-middlebar .widget_sd_widget_logo svg {
    width: 300px;
    height: 60px;
    color: #121212;
}

.mobile-menu-sidebar .widget_sd_widget_logo svg {
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 60px;
    color: #121212;
}

.header-middlebar .widget_sd_widget_logo svg .st0 {
    fill: #121212;
}

.header-middlebar .widget_sd_widget_logo svg .st1 {
    fill: #121212;
}

@media screen and (max-width: 1600px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1000px) {
    .header-middlebar .widget_sd_widget_logo svg {
        width: 200px;
    }
}

@media screen and (max-width: 500px) {
    .header-middlebar .widget_sd_widget_logo svg {
        width: 170px;
    }
}

@media screen and (max-width: 400px) {
    .header-middlebar .widget_sd_widget_logo svg {
        width: 150px;
    }
}