.social-station { position: relative; }
.social-container .social_station{
  width: 142px;
}
.social-station .social-station-link {
  display: block !important;
  padding: 12px 0 5px 45px !important;
  width: 100% !important;
  max-width: 175px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 30px !important;
  color: #ef4135 !important;
  text-decoration: none !important;
}
.mobile-widgets .social-station .social-station-link { font-size: 18px; }
.social-station .social-station-icon {
  display: block;
  position: absolute;
  top: 40%;
  left: 13px;
  width: 36px;
  height: 36px;
  background-image: url("/includes/public/assets/social-station.svg");
  background-position: left center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-45deg) translate(0,-50%);
      -ms-transform: rotate(-45deg) translate(0,-50%);
          transform: rotate(-45deg) translate(0,-50%);
}

.social-station .social-station-blog-link {
  display: flex;
  padding: 10px 0px 5px;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #ef4135;
  text-decoration: none;
}

.social-station .social-station-blog-icon {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-image: url("/includes/public/assets/social/blog-red.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}