.tptp-follow-widget .button-wrapper{
  text-align: center;
}

/** breaks -- for reference
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}
*/


.tptp-follow-widget .social-follow
{
  display: inline-block;
  margin: 0 3px 5px 0;
  border:none;
  color: #fff;
  position: relative;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;

  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 5px 5px 5px;
  font-size: 28px;
  line-height: 28px;
  width: 38px;
  height: 38px;
}

@media (min-width: 576px) {
  .tptp-follow-widget .social-follow
  {
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    line-height: 18px;
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 736px) {
  .tptp-follow-widget .social-follow
  {
  /* note we are going smaller here */
    margin: 0 3px 3px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 5px 5px 5px;
    font-size: 20px;
    line-height: 20px;
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 992px) {
  .tptp-follow-widget .social-follow
  {
    margin: 0 5px 5px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 5px 5px 5px 5px;
    font-size: 24px;
    line-height: 24px;
    width: 34px;
    height: 34px;
  }
}


.tptp-follow-widget .social-follow.facebook
{
  background-color: #3a589e;
}

.tptp-follow-widget .social-follow.twitter{
  background-color: #55acee;
}

.tptp-follow-widget .social-follow.instagram{
  background-color: #C13584;
}

.tptp-follow-widget .social-follow.rss{
  background-color: #ea7819;
}

.tptp-follow-widget .social-follow.email{
  background-color: #8cbf00;
}

.tptp-follow-widget .social-follow .facebook::before{
  background: #3a589e;
  content: "\f39e";
  color: #fff;
  font-family: "Font Awesome 5 Brands";
}


.tptp-follow-widget .social-follow .twitter::before{
  background: #55acee;
  content: "\f099";
  color: #fff;
  font-family: "Font Awesome 5 Brands";
}

.tptp-follow-widget .social-follow .instagram::before{
  background: #C13584;
  content: "\f16d";
  color: #fff;
  font-family: "Font Awesome 5 Brands";
}

.tptp-follow-widget .social-follow .rss::before{
  background: #ea7819;
  content: "\f09e";
  color: #fff;
  font-family: "Font Awesome 5 Free";
}

.tptp-follow-widget .social-follow .email::before{
  background: #8cbf00;
  content: "\f0e0";
  color: #fff;
  font-family: "Font Awesome 5 Free";
}
