.clas-social-wrapper {
  padding: 10px;
  text-align: left;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
/*---- General classes end -------*/
/*Change icons size here*/

.social-icons .fa {
  font-size: 1.8em;
}
/*Change icons circle size and color here*/

.social-icons .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
}

.social-icons.icon-circle .fa {
  border-radius: 50%;
}

.social-icons.icon-rounded .fa {
  border-radius: 5px;
}

.social-icons.icon-flat .fa {
  border-radius: 0;
}

.social-icons .fa:hover,
.social-icons .fa:active {
  color: #FFF;
}

/*--*/

.social-icons .fa-envelope {
  background-color: #990033;
  font-size: 1em;
}

.social-icons .fa-facebook,
.social-icons .fa-facebook-square {
  background-color: #3C599F;
  font-size: 1em;
}

.social-icons .fa-twitter,
.social-icons .fa-twitter-square {
  background-color: #32CCFE;
  font-size: 1em;  
}

.social-icons .fa-google-plus,
.social-icons .fa-google-plus-square {
  background-color: #CF3D2E;
  font-size: 1em;  
}

.social-icons .fa-linkedin,
.social-icons .fa-linkedin-square {
  background-color: #0085AE;
  font-size: 1em;  
}

.social-icons .fa-calendar {
  background-color: #990033;
  font-size: 1em;  
}

/*--*/

.clas-social-wrapper a {
  text-decoration: none !important;
  border: 0 !important;
}

.hr-social {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000000;
    margin: 1em 0;
    padding: 0;  
}

.h3-social {
    text-align: left;
    margin-bottom: 10px;  
}
