#soc_div {
  float: right; 
  margin-top: 12px;
  margin-left: 24px;
}

.item-social-icons {
  display: block;
  line-height: 27px;
  position: relative;
}

.item-social-icons > a {
  float: right;
  display: inline-block;
  height: 27px;
  width: 27px;
  line-height: 27px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
  margin: 4px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.item-social-icons > a > .fab, .item-social-icons > a > .fas, .item-social-icons > a > .fa-solid {
  font-size: 20px!important;
  width: 100%;
  margin-top: 6px;
  text-indent: 4px;
}

.item-social-icons > a > .fab:hover, .item-social-icons > a > .fas:hover {
  color: #fff;
}

.item-social-icons > a {
  opacity: 1;
  pointer-events: all;
  z-index: 1;
}

.item-social-icons > a:hover {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #1565c0;
}


