/* Hide Selected Profiles Fields for Future Use */
/* Skype */
.im-skype,
.im_skype,
#myprofile .ig-im_skype,

/* Hangouts */
.im-hangouts,
.im_googletalk,
#myprofile .ig-im_googletalk,

/* Skype For Business */
.im-skype-business,
.im_skypeforbusiness,
#myprofile .ig-im_skypeforbusiness,

/* Address */
.wr-city,
#myprofile .ig-city,
.new-profile-city-comma,
.wr-state,
#myprofile .ig-state,
.new-profile-state,
.wr-zipcode,
#myprofile .ig-zipcode,
.new-profile-zip,
.wr-country,
#myprofile .ig-country,
.new-profile-country,
.new-profile-country-comma,

/* Preferred Language Selector */
.pr-lang {
   display: none !important;
}




/* New design content updates */
body.ig-channels.ig-channeltype-blogchannel #ig-leaf,
body.ig-channels.ig-channeltype-blogchannel #forum-topic,
body.ig-channels.ig-channeltype-folderchannel #ig-leaf,
body.ig-channels.ig-channeltype-folderchannel #forum-topic,
body.ig-channels.ig-channeltype-forumchannel #ig-leaf,
body.ig-channels.ig-channeltype-forumchannel #forum-topic,
body.ig-channels.ig-channeltype-wiki #ig-leaf,
body.ig-channels.ig-channeltype-wiki #forum-topic,
body.ig-channels.ig-channeltype-calendar #ig-leaf,
body.ig-channels.ig-channeltype-calendar #forum-topic,
body#ig-channel-\.mb #ig-leaf,
body#ig-channel-\.mb #forum-topic {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0px 0px 0px 0px !important;
  border-radius: 3px !important;
  padding: 18px 28px !important;
  margin: 10px auto 20px !important;
}
body.ig-channels.ig-channeltype-blogchannel div[id^=addContent],
body.ig-channels.ig-channeltype-folderchannel div[id^=addContent],
body.ig-channels.ig-channeltype-forumchannel div[id^=addContent],
body.ig-channels.ig-channeltype-wiki div[id^=addContent],
body.ig-channels.ig-channeltype-calendar div[id^=addContent],
body#ig-channel-\.mb div[id^=addContent] {
  width: auto !important;
  margin: 0 !important;
}
body.ig-channels.ig-channeltype-blogchannel #comments,
body.ig-channels.ig-channeltype-blogchannel #relatedContent,
body.ig-channels.ig-channeltype-folderchannel #comments,
body.ig-channels.ig-channeltype-folderchannel #relatedContent,
body.ig-channels.ig-channeltype-forumchannel #comments,
body.ig-channels.ig-channeltype-forumchannel #relatedContent,
body.ig-channels.ig-channeltype-wiki #comments,
body.ig-channels.ig-channeltype-wiki #relatedContent,
body.ig-channels.ig-channeltype-calendar #comments,
body.ig-channels.ig-channeltype-calendar #relatedContent,
body#ig-channel-\.mb #comments,
body#ig-channel-\.mb #relatedContent {
  opacity: 1;
  transform: none;
  pointer-events: all;
}
body.ig-channels.ig-channeltype-blogchannel .ig-attach-trigger,
body.ig-channels.ig-channeltype-folderchannel .ig-attach-trigger,
body.ig-channels.ig-channeltype-forumchannel .ig-attach-trigger,
body.ig-channels.ig-channeltype-wiki .ig-attach-trigger,
body.ig-channels.ig-channeltype-calendar .ig-attach-trigger,
body#ig-channel-\.mb .ig-attach-trigger {
  color: #3b4251;
}
@media (max-width: 767px) {
  body.ig-channels.ig-channeltype-blogchannel .ig-post_content_heading_actions__menu,
  body.ig-channels.ig-channeltype-folderchannel .ig-post_content_heading_actions__menu,
  body.ig-channels.ig-channeltype-forumchannel .ig-post_content_heading_actions__menu,
  body.ig-channels.ig-channeltype-wiki .ig-post_content_heading_actions__menu,
  body.ig-channels.ig-channeltype-calendar .ig-post_content_heading_actions__menu,
  body#ig-channel-\.mb .ig-post_content_heading_actions__menu {
    margin: 0;
  }
  body.ig-channels.ig-channeltype-blogchannel .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-folderchannel .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-forumchannel .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-wiki .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-calendar .ig-post_content_heading__meta,
  body#ig-channel-\.mb .ig-post_content_heading__meta {
    flex-wrap: wrap;
  }
}