.um_menu .user-avatar {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    margin-bottom: -14px !important;
    display: inline-block;
    padding: 0px !important;
}
.hidden{
    display: none;
}
.grecaptcha-badge,
.message.hidden{ display:none; }
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}