/*===================================
* social.css
* Creator : Remi CELLARD
* https://github.com/RemiCELLARD
* Licence : MIT
=====================================*/

.btn{
  text-shadow: none;
  margin: 1px 1px 1px 1px;
}
.btn:before,
.btn.logo-left::before {
  font-family: FontAwesome, FontAwesome2, FontAwesome3, "Font Awesome 6 Free";
}
.btn.logo-right::after{
  font-family: FontAwesome, FontAwesome2, FontAwesome3, "Font Awesome 6 Free";
}

.btn-lg{
  padding: 12px 16px;
  font-size: 12px;
  line-height: 1.3333333;
  border-radius: 6px;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.btn.btn-lg {
  padding: 10px 40px;
  outline: none;
  margin: 2px auto;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  -webkit-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 18px 20px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn.discord,
.btn.discord:focus {
    color: #f5f5f5;
    background-color: rgb(114, 137, 218);
}
.btn.discord::before,
.btn.discord.logo-left::before{
    content: "\f392";
}
.btn.discord.logo-right::after{
    content: "\f392";
}
.btn.discord:hover{
    background-color: rgb(97, 121, 210);
}

.btn.email,
.btn.email:focus {
    color: #f5f5f5;
    background-color: rgb(128, 128, 128);
}
.btn.email::before,
.btn.email.logo-left::before{
    content: "\f0e0";
}
.btn.email.logo-right:after{
    content: "\f0e0";
}
.btn.email:hover{
    background-color: rgb(85, 85, 85);
}

.btn.youtube,
.btn.youtube:focus,
.btn.pdf,
.btn.pdf:focus {

    color: #f5f5f5;
    background-color: rgb(230, 33, 25);
}
.btn.youtube::before{
    content: "\f167";
}
.btn.youtube:hover,
.btn.pdf:hover{
    background-color: rgb(198, 28, 28);
}
.btn.pdf::before{
    content: "\f1c1";
}

.btn.facebook,
.btn.facebook::focus {
    color: #f5f5f5;
    background-color: rgb(59, 89, 152);
}
.btn.facebook::before{
    content: "\f082";
}
.btn.facebook:hover{
    background-color: rgb(49, 73, 125);
}

.btn.twitter,
.btn.twitter:focus {
    color: #f5f5f5;
    background-color: rgb(30, 161, 243);
}
.btn.twitter::before{
    content: "\f099";
}
.btn.twitter:hover{
    background-color: rgb(12, 140, 218);
}


.btn.twitch,
.btn.twitch:focus {
    color: #f5f5f5;
    background-color: rgb(101, 68, 155);
}
.btn.twitch::before{
    content: "\f1e8";
}
.btn.twitch:hover{
    background-color: rgb(84, 56, 129);
}
.btn.paypal,
.btn.paypal:focus {
    color: #f5f5f5;
    background-color: rgb(0, 100, 166);
}
.btn.paypal::before{
    content: "\f1ed";
}
.btn.paypal:hover{
    background-color: rgb(0, 83, 138);
}
.btn.steam,
.btn.steam:focus {
    color: #f5f5f5;
    background-color: rgb(49, 43, 45);
}
.btn.steam::before{
    content: "\f1b6";
}
.btn.steam:hover{
    background-color: rgb(30, 26, 27);
}
.btn.skype,
.btn.skype:focus {
    color: #f5f5f5;
    background-color: rgb(0, 175, 240);
}
.btn.skype::before{
    content: "\f17e";
}
.btn.skype:hover{
    background-color: rgb(0, 153, 210);
}
.btn.snapchat,
.btn.snapchat:focus {
    color: #f5f5f5;
    background-color: rgb(222, 222, 0);
}
.btn.snapchat::before{
    content: "\f2ab";
}
.btn.snapchat:hover{
    background-color: rgb(200, 200, 0);
}

.btn.pinterest,
.btn.pinterest:focus {
    color: #f5f5f5;
    background-color: rgb(204, 32, 40);
}
.btn.pinterest::before{
    content: "\f231";
}
.btn.pinterest:hover{
    background-color: rgb(179, 28, 35);
}
.btn.reddit,
.btn.reddit:focus {
    color: #f5f5f5;
    background-color: rgb(255, 69, 0);
}
.btn.reddit::before{
    content: "\f281";
}
.btn.reddit:hover{
    background-color: rgb(204, 56, 0);
}
.btn.vimeo,
.btn.vimeo:focus {
    color: #f5f5f5;
    background-color: rgb(0, 173, 239);
}
.btn.vimeo::before{
    content: "\f27d";
}
.btn.vimeo:hover{
    background-color: rgb(0, 150, 206);
}
.btn.vine,
.btn.vine:focus {
    color: #f5f5f5;
    background-color: rgb(0, 191, 142);
}
.btn.vine::before{
    content: "\f1ca";
}
.btn.vine:hover{
    background-color: rgb(0, 159, 120);
}
.btn.trello,
.btn.trello:focus {
    color: #f5f5f5;
    background-color: rgb(0, 121, 191);
}
.btn.trello::before{
    content: "\f181";
}
.btn.trello:hover{
    background-color: rgb(0, 99, 157);
}

.btn.github,
.btn.github:focus {
    color: #f5f5f5;
    background-color: rgb(35, 35, 35);
}
.btn.github::before{
    content: "\f09b";
}
.btn.github:hover{
    background-color: rgb(65, 65, 65);
}

.btn.kickstarter,
.btn.kickstarter:focus {
    color: #f5f5f5;
    background-color: rgb(46, 221, 114);
}
.btn.kickstarter::before{
    content: "\f3bc";
}
.btn.kickstarter:hover{
    background-color: rgb(37, 185, 95);
}

.btn.linkedin,
.btn.linkedin:focus {
    color: #f5f5f5;
    background-color: rgb(0, 123, 181);
}
.btn.linkedin::before{
    content: "\f0e1";
}
.btn.linkedin:hover{
    background-color: rgb(0, 101, 149);
}

.btn.spotify,
.btn.spotify:focus {
    color: #f5f5f5;
    background-color: rgb(130, 201, 30);
}
.btn.spotify::before{
    content: "\f1bc";
}
.btn.spotify:hover{
    background-color: rgb(119, 186, 23);
}

.btn.wordpress,
.btn.wordpress:focus {
    color: rgb(0, 118, 157);
    background-color: rgb(255, 255, 255);
}
.btn.wordpress::before{
    content: "\f19a";
}
.btn.wordpress:hover{
    background-color: rgb(245, 245, 245);
}


@media (min-width: 768px) {
  .btn-lg{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
  }

}

@media (max-width: 420px){
  .btn-circle {
    width: 24px;
    height: 24px;
    text-align: center;
    padding: 3px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    -webkit-transition: background-color 0.6s;
    -moz-transition: background-color 0.6s;
    transition: background-color 0.6s;
  }
  .btn.btn-circle.btn-lg {
    width: 34px;
    height: 34px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 25px;
  }
  .btn.btn-circle.btn-xl {
    width: 40px;
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.33;
    border-radius: 35px;
  }
}	