/*!
 * Contact Buttons Plugin Demo 0.1.0
 * https://github.com/joege/contact-buttons-plugin
 *
 * Copyright 2015, José Gonçalves
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
 
 .fab:before,
 .fas:before,
 .fa-circle:before {
    line-height:50px;
}
.diaspora2 .fab.fa-diaspora{
    color: #007ac5;
}
 #contact-buttons-bar {
  position: fixed;
  top: 215px;
  left: -50px;
  width: 50px;
}


#contact-buttons-bar.slide-on-scroll {
  position: absolute;
}

.contact-button-link  {
  left: -50px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  margin-bottom: 1px;
  text-align: center;
  line-height: 50px;
  font-size: 22px;
  background: #8e8e93;
  color: #fff;
  position: relative;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
  -webkit-transition: all 250ms;
     -moz-transition: all 250ms;
          transition: all 250ms;
}
.contact-button-link:hover,
.contact-button-link:focus,
.contact-button-link:active {
  color: #fff;
  padding-left: 20px;
  width: 70px;
}
.contact-button-link.cb-hidden {
    left: 0px;
}
.contact-button-link.diaspora1 {
  background: #555;
}
.contact-button-link.diaspora2 {
  background: #333;
}
.contact-button-link.facebook {
  background: #3b5998;
}
.contact-button-link.youtube {
  background: #ff0000;
}
.contact-button-link.steam {
  background: #2a415d;
}
.contact-button-link.discord {
  background: #7289da;
}
.contact-button-link.separated {
  margin-top: 1em;
}

.show-hide-contact-bar,
.contact-button-link.show-hide-contact-bar:focus,
.contact-button-link.show-hide-contact-bar:active {
  background: #007bc6;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 0;
  width: 50px;
  left: 0px;
}
.contact-button-link.show-hide-contact-bar:hover {
  background: #007bc6;
  color: #fff;
  padding: 0;
  width: 50px;
}