#widgets { left: 5px; margin: 0px; position: fixed; }
.social-shares ul { list-style: outside none none; margin: 0px; padding: 0px; }
.social-shares li { margin-bottom: 10px; text-align: center; width: 40px; }
.social-shares li .facebook-social { color: rgb(59, 89, 152); margin: 0px; }
.social-shares li .twitter-social { color: rgb(0, 132, 180); }
.social-shares li .pinterest-social { color: rgb(201, 34, 40); }
.social-shares li .reddit-social { color: rgb(255, 69, 0); }
.social-shares li .share { color: rgb(153, 153, 153); }
.social-shares li .share:hover { filter: brightness(65%); }
@media (min-width: 1100px) {
  #widgets { left: calc(50vw - 550px); }
}
@media (min-width: 651px) and (max-width: 1099px) {
  #article-template #main { padding-left: 50px; }
}
@media (min-width: 651px) and (max-width: 992px) {
  #sidebar { padding-left: 50px; }
}
@media (max-width: 650px) {
  #widgets { float: none; left: 0px; margin: 0px 0px 10px; position: relative; }
  .social-shares, .social-shares ul li { display: inline-block; }
}
