/* ###################################
 * Widget Github Profile Card Plugin
 * WPFabrika.Com
################################### */

.gh-title-icon {
    font-size: 24px !important;
    margin-right:10px;
}
.github-profile-card {
    text-align: center;
    overflow: hidden;
}

.github-profile-card > a, .github-profile-card > a:hover {
  color: #000;
  text-decoration: none;
}


.github-profile-card .g-avatar {
  width: 100%;
}

.github-profile-card .g-avatar img {
  border-radius: 100%;
  border: 2px solid #e2e2e2;
  width: 150px;
}

.github-profile-card .g-names {
  padding: 20px 0px !important;
  margin: 0 !important;
  overflow: hidden;
}

.github-profile-card .g-names .g-name {
  width: 100%;
  float: left;
  font-size: 26px;
  font-weight: bold;
}
.github-profile-card .g-names .g-nickname {
  width: 100%;
  float: left;
  font-size: 18px;
}

.github-profile-card .g-profile-stats {
  width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  margin-bottom: 15px;
}

.github-profile-card .g-profile-stats ul {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.github-profile-card .g-profile-stats ul li {
  list-style: none;
  border-bottom: 0px;
  border-top: 0px;
  border-right: 1px solid #dedede;
  float: left;
  padding: 0px 12%;
  flex: 0 1 auto;
}

.github-profile-card .g-profile-stats ul li:last-child {
  border-right: 0px;
}

.github-profile-card .g-profile-stats ul li a {
  color:#3e3e3e !important;
  text-decoration:none;
}

.github-profile-card .g-profile-stats ul li span {
  width: 100%;
  text-align: center;
  float: left;
}

.github-profile-card .g-profile-stats ul li span.g-stat-title{
  font-size: 15px;
  margin-bottom: 5px;
}

.github-profile-card .g-profile-stats ul li span.g-stat-count{
  font-size: 18px;
  font-weight: bold;
}


.github-profile-card .g-details {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.github-profile-card .g-details ul {}

.github-profile-card .g-details ul li {
  list-style: none;
  padding: 8px 0px;
  border-top: 0px;
  border-bottom: 1px solid #dedede;
}


.github-profile-card .g-details ul li i {
    font-size: 16px;
    margin-right: 10px;
}

.github-profile-card .g-follow  {
  position: relative;
  width: 100%;
  float: left;
  display: block;
  color: #000;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 5px 0px;
  margin-bottom: 15px;
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
}

.github-profile-card .g-follow:hover  {
  background-color: #e8e8e8;
}
