/*
Variables global
*/
/*
Base
*/
/*
Import Core
*/
.ct4gg-social-box {
  display: block;
  margin: -20px 0 40px;
  padding: 0 6rem 0;
}

.ct4gg-social-box:last-of-type {
  margin: 0 0 40px;
}

.ct4gg-social-btn {
  display: block;
  width: 100%;
}

a.ct4gg-social-2.sbtn span {
  display: none;
}

a.ct4gg-social-1.sbtn {
  width: 180px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  margin: 0 0.5% 0 0;
  font-size: 15px;
}

a.ct4gg-social-1.sbtn span {
  margin: 0 0 0 15px;
}

a.ct4gg-social-2.sbtn {
  width: 6%;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  margin: 0 0.5% 0 0;
  line-height: 1.825 !important;
  max-width: 50px;
  min-width: 50px;
}

.ct4gg-twitter {
  background: #03A9F4;
}

.ct4gg-twitter::before {
  font-family: fontawesome;
  content: "\f099";
}

.ct4gg-twitter:hover {
  background: #0093d6;
}

.ct4gg-facebook {
  background: #3F51B5;
}

.ct4gg-facebook::before {
  font-family: fontawesome;
  content: "\f09a";
}

a.ct4gg-social-1.sbtn.ct4gg-facebook:hover {
  background: #2f409f;
}

.ct4gg-googleplus {
  background: #F44336;
}

.ct4gg-googleplus::before {
  font-family: fontawesome;
  content: "\f0d5";
}

.ct4gg-googleplus:hover {
  background: #c82c21;
}

.ct4gg-whatsapp {
  background: #4CAF50;
}

.ct4gg-whatsapp::before {
  font-family: fontawesome;
  content: "\f232";
}

a.ct4gg-social-2.sbtn.ct4gg-whatsapp:hover {
  background: #3d9440;
}

.ct4gg-linkedin {
  background: #1a7baa;
}

.ct4gg-linkedin::before {
  font-family: fontawesome;
  content: "\f0e1";
}

a.ct4gg-social-2.sbtn.ct4gg-linkedin:hover {
  background: #136288;
}

.ct4gg-pinterest {
  background: #bd081c;
}

.ct4gg-pinterest::before {
  font-family: fontawesome;
  content: "\f231";
}

a.ct4gg-social-2.sbtn.ct4gg-pinterest:hover {
  background: #a10718;
}

.ct4gg-buffer {
  background: #ced7df;
}

.ct4gg-buffer::before {
  font-family: fontawesome;
  content: "\f2d5";
}

a.ct4gg-social-2.sbtn.ct4gg-buffer:hover {
  background: #c3c5c8;
}

.ct4gg-email {
  background: #ced7df;
}

.ct4gg-email::before {
  font-family: fontawesome;
  content: "\f199";
}

a.ct4gg-social-2.sbtn.ct4gg-email:hover {
  background: #c3c5c8;
}

.ct4gg-social-btn a:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  a.ct4gg-social-1.sbtn {
    width: 180px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    margin: 0 0.5% 0 0;
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  a.ct4gg-social-1.sbtn {
    width: 46px;
  }
  a.ct4gg-social-1.sbtn span {
    display: none;
  }
}
/*
Plugin Name: ct4gg
Author: Franck VANHOUCKE
Author URI: https://ginkgos.net/
Version: 1.4.7
*/