/* Users */
.sc_users_default .sc_team_item {
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bg_color);
}

.sc_users .sc_users_item_thumb .sc_users_item_title a:hover {
  color: var(--theme-color-alter_link);
}

.sc_users.color_style_link2 .sc_users_item_thumb .sc_users_item_title a:hover {
  color: var(--theme-color-alter_link2);
}

.sc_users.color_style_link3 .sc_users_item_thumb .sc_users_item_title a:hover {
  color: var(--theme-color-alter_link3);
}

.sc_users_default .sc_users_item_subtitle {
  color: var(--theme-color-alter_link);
}

.sc_users_default.color_style_link2 .sc_users_item_subtitle {
  color: var(--theme-color-alter_link2);
}

.sc_users_default.color_style_link3 .sc_users_item_subtitle {
  color: var(--theme-color-alter_link3);
}

.sc_users_default.color_style_dark .sc_users_item_subtitle {
  color: var(--theme-color-alter_dark);
}

.sc_users_default .sc_users_item_socials .social_item .social_icon {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-alter_link);
}

.sc_users_default.color_style_link2 .sc_users_item_socials .social_item .social_icon {
  background-color: var(--theme-color-alter_link2);
}

.sc_users_default.color_style_link3 .sc_users_item_socials .social_item .social_icon {
  background-color: var(--theme-color-alter_link3);
}

.sc_users_default.color_style_dark .sc_users_item_socials .social_item .social_icon {
  background-color: var(--theme-color-alter_dark);
}

.sc_users_default .sc_users_item_socials .social_item:hover .social_icon {
  color: var(--theme-color-alter_bg_color);
  background-color: var(--theme-color-alter_dark);
}

.sc_users_default.color_style_link2 .sc_users_item_socials .social_item:hover .social_icon {
  background-color: var(--theme-color-alter_hover2);
}

.sc_users_default.color_style_link3 .sc_users_item_socials .social_item:hover .social_icon {
  background-color: var(--theme-color-alter_hover3);
}

.sc_users_default.color_style_dark .sc_users_item_socials .social_item:hover .social_icon {
  background-color: var(--theme-color-alter_link);
}

.sc_users .sc_users_item_thumb .sc_users_item_socials .social_item .social_icon {
  color: var(--theme-color-inverse_link);
  border-color: var(--theme-color-inverse_link);
}

.sc_users .sc_users_item_thumb .sc_users_item_socials .social_item:hover .social_icon {
  color: var(--theme-color-text_link);
  background-color: var(--theme-color-inverse_link);
}

/*# sourceMappingURL=sc-users.css.map */
