#myprofile .pr-blog, #myprofile h2.pr-im-header.shade.ig-clear, #myprofile .im-msteams, #myprofile .im-skype, #myprofile .im-google, #myprofile .im-skypebusiness, #myprofile .profile-google {
    display: none;
}

/*Footer feedback button floating issue fix*/
#trailerbar-triggers ul li.adminmsg {
float: right!important;
}

/*Footer feedback button disappearance fix*/
@media (min-width: 1000px) and (max-width: 1200px) {
#trailerbar-triggers {
width: 94%!important;
}
}

/*RSS feed font resize*/
.ig-widget-rss .ig-widget-layout-default .ig-body {
font-size: 14px!important;
}
.ig-widget-rss .ig-widget-layout-default .ig-title {
font-size: 16px!important;
}


/* Following button turning black */
.ig-magicbox .ig-stats_header.ig-active a span {
color: white;
}
.ig-stats_header.ig-active a span {
background: url(
https://thewell.calwellness.org/download/theme/images/inverted_iconspng) no-repeat left -46px;
}




/* New search bar text */
@media (min-width: 961px) {
    #search-keyword {
        min-width: 240px!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: #fff !important;
  padding: 1.2em !important;
  margin: 1.2em auto !important;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.04) !important;
  border-radius: 4px;
}
@media (max-width: 767px) {
  body.ig-channels.ig-channeltype-blogchannel #ig-leaf .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-blogchannel #forum-topic .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-folderchannel #ig-leaf .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-folderchannel #forum-topic .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-forumchannel #ig-leaf .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-forumchannel #forum-topic .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-wiki #ig-leaf .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-wiki #forum-topic .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-calendar #ig-leaf .ig-post_content_heading__meta,
  body.ig-channels.ig-channeltype-calendar #forum-topic .ig-post_content_heading__meta,
  body#ig-channel-\.mb #ig-leaf .ig-post_content_heading__meta,
  body#ig-channel-\.mb #forum-topic .ig-post_content_heading__meta {
    flex-wrap: wrap;
  }
}
body.ig-channels.ig-channeltype-blogchannel #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
body.ig-channels.ig-channeltype-folderchannel #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
body.ig-channels.ig-channeltype-forumchannel #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
body.ig-channels.ig-channeltype-wiki #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
body.ig-channels.ig-channeltype-calendar #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
body#ig-channel-\.mb #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger {
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent !important;
  color: #3b4251;
}
@media (max-width: 767px) {
  body.ig-channels.ig-channeltype-blogchannel #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
  body.ig-channels.ig-channeltype-folderchannel #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
  body.ig-channels.ig-channeltype-forumchannel #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
  body.ig-channels.ig-channeltype-wiki #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
  body.ig-channels.ig-channeltype-calendar #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger,
  body#ig-channel-\.mb #js-attachmentsComments a[id^=js-attachments].ig-attach-trigger {
    margin-bottom: 10px;
  }
}




/* Hiding Article Feature Image from blogs */
body.add #blogs div[class*=content__widget___],
body.edit #blogs div[class*=content__widget___] {
  display: none;
}