/* Hide Selected Profiles Fields for Future Use */
/* Employer */
.new-profile-employer,
.wr-company,
.ig-company,
.wr-buswebsite,
.ig-buswebsite,
/* Address */
.new-profile-addresslabel,
.new-profile-fulladdress,
.wr-address,
.ig-address,
.wr-address2,
.ig-address2,
.wr-city,
.ig-city,
.wr-state,
.ig-state,
.wr-zipcode,
.ig-zipcode,
.wr-country,
.ig-country,
/* Interests */
#card-interests,
.wr-interests,
.ig-interests{
    display: none;
}




/* 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 {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 0;
}
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 #js-attachmentsComments a.ig-attach-trigger,
body.ig-channels.ig-channeltype-blogchannel input[id^=comments-post],
body.ig-channels.ig-channeltype-folderchannel #js-attachmentsComments a.ig-attach-trigger,
body.ig-channels.ig-channeltype-folderchannel input[id^=comments-post],
body.ig-channels.ig-channeltype-forumchannel #js-attachmentsComments a.ig-attach-trigger,
body.ig-channels.ig-channeltype-forumchannel input[id^=comments-post],
body.ig-channels.ig-channeltype-wiki #js-attachmentsComments a.ig-attach-trigger,
body.ig-channels.ig-channeltype-wiki input[id^=comments-post],
body.ig-channels.ig-channeltype-calendar #js-attachmentsComments a.ig-attach-trigger,
body.ig-channels.ig-channeltype-calendar input[id^=comments-post],
body#ig-channel-\.mb #js-attachmentsComments a.ig-attach-trigger,
body#ig-channel-\.mb input[id^=comments-post] {
  background-color: #5c052f !important;
  border-color: #5c052f;
}
@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;
  }
}




/* Read more button text colour change */
a.ig-readmore {
color: white;
padding: 5px!important;
}