/*logo size for mobile version/ small sceens*/
.default-logo, .mobile-logo {
    width: 100%;
    height: 60px;
}

/*logo size for desktop version*/
@media screen and (min-width: 768px) {
    .default-logo {
        width: 364px;
        height: 60px;
    }
}

.ui-widget-header a {
    background: #FFFFFF;
}

.ui-widget-header a:hover {
    background: #FFFFFF;
}
