.sticky-header.header-layout-3 .un-header-minimized.no-header-top {
    min-height: 120px;
}
.mobile {
display: none;    
}
@media only screen and (min-width: 600px) {
.mobile {
display: block;    
}
}
@media only screen and (min-width: 1199px) {
.mobile {
display: none;    
}
}
.widget {
    margin-bottom: 20px;
}
.widget ul {
    margin: 0;
    text-align: center;
}
.widget ul li {
    padding: 0 10px;
    display: inline;
}