.profile-card {
  margin-bottom: 15px;
  overflow: hidden;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);

}
.profile-card header a > img {
  max-width: 100%;
}
.profile-card .grid-post-title {
	font-size: 16px;
	color: #FF5722;
	font-weight: 500;
	margin: 6px 0px 0px 0px;
	background: #F8F9FA;
}
.profile-card .grid-post-title a{
  color: #FE5722;
}
.profile-card .grid-cat-title{
  font-size: 14px;
  font-weight: 500;
  margin: 0px 0px 10px 0px;
  color: #000000;
  text-align: center;
  background: #F8F9FA;
}
.profile-card .grid-cat-title a{
  color: #333;
}
.profile-card .grid-cat-title a:hover{
  text-decoration: underline;
}
.profile-card .grid-location a{
  color: #333;
}
.profile-card .grid-location a:hover{
  text-decoration: underline;
}
.profile-card .profile-bio {
  width: auto;
  height: auto;
  padding: 10px 20px 0px 20px;
  display: block;
  font-size: 14px;
  float: none;
  background: #FFFFFF;
  color: #333333;
  text-align: center;
}
.grid-box .grid-col {
  padding: 0 8px;
}
.grid-rating-holder{
    background: #FFF;
}

.profile-social-links {
  display: inline-block;
  width: 100%;
  margin: 0px;
  padding: 15px 20px;
  background: #FFFFFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: moveIn 1s 3.1s ease forwards;
  animation: moveIn 1s 3.1s ease forwards;
}
.profile-social-links li {
  list-style: none;
  margin: -5px 0px 0px 0px;
  padding: 0px;
  float: left;
  width: 25%;
  text-align: center;
}
.profile-social-links li a {
  display: inline-block;
  color: red;
  width: 24px;
  height: 24px;
  padding: 6px;
  position: relative;
  overflow: hidden !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.profile-social-links li a i {
  position: relative;
  z-index: 1;
}