.stm_sidebar_style_12 .footer-widgets .widget .widgettitle h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: inherit;
  color: #cccccc !important;
  letter-spacing: 1.5px; }

.stm_sidebar_style_12 .footer-widgets .widget a:hover {
  color: #fff; }

.stm_sidebar_style_12 .footer-widgets .stm_wp_widget_text .textwidget {
  font-size: 14px;
  line-height: 26px; }

.stm_sidebar_style_12 .footer-widgets .stm_wp_widget_text .stm-socials a {
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1; }
  .stm_sidebar_style_12 .footer-widgets .stm_wp_widget_text .stm-socials a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    border-radius: 50%; }
  .stm_sidebar_style_12 .footer-widgets .stm_wp_widget_text .stm-socials a:focus {
    text-decoration: none; }
  .stm_sidebar_style_12 .footer-widgets .stm_wp_widget_text .stm-socials a:hover {
    text-decoration: none;
    color: #fff !important; }
    .stm_sidebar_style_12 .footer-widgets .stm_wp_widget_text .stm-socials a:hover:before {
      -webkit-animation: pearl_ripple_out .6s ease forwards;
              animation: pearl_ripple_out .6s ease forwards; }

.stm_sidebar_style_12 .footer-widgets .widget_tag_cloud .tagcloud > a {
  border-radius: 3px;
  padding: 7px 12px;
  line-height: 14px; }
