/* BP Extension Styles */
/* global */
#buddypress ul.activity-list li {
  overflow: visible;
}

div#buddypress div.activity #activity-stream .activity-item.has-comments .activity-comments {
  -webkit-border-radius: 0 0 var(--theme-var-content_rad) var(--theme-var-content_rad);
  -ms-border-radius: 0 0 var(--theme-var-content_rad) var(--theme-var-content_rad);
  border-radius: 0 0 var(--theme-var-content_rad) var(--theme-var-content_rad);
}

#buddypress ul.activity-list.trx_addons_bp_social_network_activity_shortcode li {
  overflow: visible;
}

/* share */
.trx_addons_bp_social_network_post_share_list-wrapper .socials_share.socials_type_drop {
  position: relative;
}
.trx_addons_bp_social_network_post_share_list-wrapper .socials_share.socials_type_drop .social_items {
  position: absolute;
  z-index: 1;
  top: 2.45em;
  right: auto;
  bottom: auto;
  left: 0;
  border-color: var(--theme-color-bd_color);
  background-color: var(--theme-color-content_bg);
  -webkit-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  min-width: 160px;
  padding: 0.5em 1em 0.7em;
}
.trx_addons_bp_social_network_post_share_list-wrapper .socials_share.socials_type_drop .social_items .social_item {
  margin: 0;
  position: relative;
}
.trx_addons_bp_social_network_post_share_list-wrapper .socials_share.socials_type_drop .social_items .social_item .social_icon i {
  font-style: normal;
  text-transform: capitalize;
}
.trx_addons_bp_social_network_post_share_list-wrapper .socials_share.socials_type_drop .social_items .social_item .social_icon span {
  margin-right: 0.3em;
  color: var(--var-bp_social_network-share-color, --theme-color-text_dark) !important;
}
.trx_addons_bp_social_network_post_share_list-wrapper .socials_share.socials_type_drop .social_items:before {
  position: absolute;
  z-index: 1;
  top: -7px;
  right: auto;
  bottom: auto;
  left: 15%;
  width: 12px;
  height: 12px;
  border-color: var(--theme-color-bd_color);
  background-color: var(--theme-color-content_bg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions {
  order: 10;
  width: 100%;
  border-bottom: 1px solid var(--theme-color-bd_color);
  padding-bottom: 8px;
  margin: -9px 0 16px;
}

div#buddypress div.activity #activity-stream .activity-content .activity-meta,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta > *,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options > * {
  order: 40;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_share_list-wrapper .socials_caption:before,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_share_list-wrapper .socials_caption:before {
  font-family: "trx_addons_icons";
  margin-right: 5px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_image-outer,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_image-outer {
  margin-right: 4px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_image,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_image {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: var(--var-bp_social_network-reaction-color, --theme-color-text_dark);
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-image,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-image {
  --var-trx_addons_bp_social_network_post_reaction_image-url: '';
  top: 1px;
  width: 21px;
  height: 21px;
  background: var(--var-trx_addons_bp_social_network_post_reaction_image-url) 50% 50%/contain no-repeat;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_image.sc_icon_type_icons,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_image.sc_icon_type_icons {
  width: auto;
  height: 15px;
  font-size: 15px;
  top: 0;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-svg,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-svg {
  width: 15px;
  height: 15px;
  font-size: 15px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-svg svg,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-svg svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  overflow: visible;
  margin-bottom: 0;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_btn,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_btn {
  --var-bp_social_network-reaction-color: var(--theme-color-text_dark);
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_btn .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-svg, div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_btn .trx_addons_bp_social_network_post_reaction_image.sc_icon_type_icons,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_btn .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-svg,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_btn .trx_addons_bp_social_network_post_reaction_image.sc_icon_type_icons {
  top: 4px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-image,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-image {
  top: -1px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  order: 20;
  margin-right: 12px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper a,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: bottom;
  margin: 0;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper a:hover, div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper a:focus,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper a:hover,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper a:focus {
  color: var(--theme-color-text_dark);
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions {
  position: absolute;
  left: -13px;
  bottom: calc(100% + 4px);
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0.8em 0.5em 0.8em;
  background-color: var(--theme-color-content_bg);
  border: 1px solid var(--theme-color-bd_color);
  -webkit-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: max-content;
  z-index: 40;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions:after,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  height: 6px;
  opacity: 0;
  width: 100%;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-image,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-image {
  top: 0;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions .trx_addons_bp_social_network_post_reaction_image-outer,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions .trx_addons_bp_social_network_post_reaction_image-outer {
  margin-right: 8px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions .trx_addons_bp_social_network_post_reactions_item:last-child .trx_addons_bp_social_network_post_reaction_image-outer,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper .trx_addons_bp_social_network_post_list_reactions .trx_addons_bp_social_network_post_reactions_item:last-child .trx_addons_bp_social_network_post_reaction_image-outer {
  margin-right: 0;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper:hover .trx_addons_bp_social_network_post_list_reactions,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper:hover .trx_addons_bp_social_network_post_list_reactions {
  opacity: 1;
  pointer-events: all;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions_label,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions_label {
  text-transform: capitalize;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions_item,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions_item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions_item .trx_addons_bp_social_network_post_reactions_item_btn-label,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions_item .trx_addons_bp_social_network_post_reactions_item_btn-label {
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: inline-block;
  white-space: nowrap;
  padding: 0.2em 0.6em;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions_item:hover .trx_addons_bp_social_network_post_reactions_item_btn-label,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions_item:hover .trx_addons_bp_social_network_post_reactions_item_btn-label {
  opacity: 1;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 12px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item .trx_addons_bp_social_network_post_history_reaction_item_username,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item .trx_addons_bp_social_network_post_history_reaction_item_username {
  position: absolute;
  bottom: calc(100% + 9px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.5em 0.6em 0.6em 0.8em;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  width: 130px;
  opacity: 0;
  pointer-events: none;
  z-index: 40;
  -webkit-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item .trx_addons_bp_social_network_post_history_reaction_item_username:after,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item .trx_addons_bp_social_network_post_history_reaction_item_username:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item:hover .trx_addons_bp_social_network_post_history_reaction_item_username,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item:hover .trx_addons_bp_social_network_post_history_reaction_item_username {
  opacity: 1;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item + .trx_addons_bp_social_network_post_history_reaction_item,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item + .trx_addons_bp_social_network_post_history_reaction_item {
  margin-left: 9px;
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item .trx_addons_bp_social_network_post_history_reaction_item_btn,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item .trx_addons_bp_social_network_post_history_reaction_item_btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  --var-bp_social_network-reaction-color: var(--theme-color-text_dark);
}
div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_image-outer,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reaction_image-outer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper,
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions {
  margin-right: 17px;
}
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reaction_item {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reaction_item_btn {
  margin-right: 0;
}
div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions {
  order: 20;
}

@media (max-width: 1024px) {
  div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper:hover .trx_addons_bp_social_network_post_list_reactions,
  div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper:hover .trx_addons_bp_social_network_post_list_reactions {
    opacity: 0;
    pointer-events: none;
  }
  div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions-wrapper.open .trx_addons_bp_social_network_post_list_reactions,
  div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions-wrapper.open .trx_addons_bp_social_network_post_list_reactions {
    opacity: 1;
    pointer-events: all;
  }
  div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item .trx_addons_bp_social_network_post_history_reaction_item_username,
  div#buddypress div.activity #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reactions_item .trx_addons_bp_social_network_post_reactions_item_btn-label,
  div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_history_reactions .trx_addons_bp_social_network_post_history_reaction_item .trx_addons_bp_social_network_post_history_reaction_item_username,
  div#buddypress div.activity #activity-stream .activity-item .activity-comments ul .acomment-options .trx_addons_bp_social_network_post_reactions_item .trx_addons_bp_social_network_post_reactions_item_btn-label {
    display: none;
  }
}
.bp_members > .post_content > div#buddypress > div.activity > #activity-stream .activity-content .activity-meta .trx_addons_bp_social_network_post_reaction_btn .trx_addons_bp_social_network_post_reaction_image.trx_addons_bp_social_network_post_reaction_image-svg {
  top: 1px;
}

@media (max-width: 768px) {
  .trx_addons_bp_social_network_post_share_list-wrapper .socials_share.socials_type_drop .social_items {
    left: -10px;
    min-width: 100px;
  }
}

/*# sourceMappingURL=bp-social-network.css.map */
