/*======================================================
*
* Styles for Floating Contact Sidebar Social Icons
*
========================================================*/

.fsc-floating-social-items a{
  text-decoration: none;
}
.fsc-floating-social-items{
  position: fixed;
  top: 120px;
  z-index: 100;
  width: 40px;
}

.fsc-icon,  .fsc-toggle-bar{
  padding: 5px 0;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 0 5px 5px 0; 
  text-align: center;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsc-transform-eff{
  transform: translateX(-40px);
}

.fsc-floating-social-items i{
  font-size: 20px;
}