#postscript {
  padding-top: 50px;
  padding-bottom: 50px;
}
#block-social_share-social_share {
  text-align: center;
}
#block-social_share-social_share h2.block-title {
  color: #cdb380;
  font-size: 18px;
  font-weight: 500;
}
#block-social_share-social_share .block-content a {
  border: 3px solid #cdb380;
  width: 70px;
  height: 70px;
  line-height: 78px;
  font-size: 22px;
  text-align: center;
  margin: 0 10px;
  color: #cdb380;
  display: inline-block;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#block-social_share-social_share .block-content a:hover {
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Chrome, Safari, Opera */
  transform: scale(1.2);
}
@media (max-width: 767px) {
  #block-social_share-social_share .block-content a {
    width: 45px;
    height: 45px;
    line-height: 50px;
    font-size: 13px;
  }
}
