/* START Required theme css */
@media (max-width: 767px) {
.WALayoutSingleLine .WaLayoutTable {
  display: table;
}
.WALayoutSingleLine .WaLayoutTable .WaLayoutItem
{
  display: table-cell;
  width: auto !important;
}
.WALayoutSingleLine .WaLayoutTable .WaLayoutItem ~ .WaLayoutItem {
  margin-top: 0;
}
}
/* END Required theme css */
/* START Remove Author from Blog posts */
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLink{
display:none;
}
.WaGadgetBlog .boxBodyInfoOuterContainer h5 .postedByLabel{
display:none;
}
.WaGadgetRecentBlogPosts .gadgetStyleBody ul li .author {
 display: none;
}
/* END Remove Author from Blog posts */

/* START remove social media login options. */
.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}
#socialLoginContainer, #idSocialLoginContainer {
	display: none !important;
} 
/* END remove social media login options. */