/* SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
border-right: none;
max-width: 0px;
padding-right: 40px;
display: none;
}

/* PADDING TO SOCIAL LOGIN BUTTONS HIDE */
.WaGadgetAuthorizationRequired .authFormContainer {
padding-left: 0;
}

/* MEMBER SOCIAL LOGIN BUTTONS HIDE */
#socialLoginContainer, #idSocialLoginContainer {
display: none;
}

/* Hide WA branding */
.zoneBrandingOuter {
    display: none;
}

/* Fix mobile browser portrait hiding Login and menu */
@media only screen and (max-width: 616px) {

    body.LayoutMain .WaGadgetLoginButton {
        display: block !important;
    }

    body.LayoutMain .WaGadgetMenuHorizontal {
        display: block !important;
    }
}