.padding-class{
	padding-top: 100px;
}

.main-title{
	text-align: left;
}
hr.horizontal-line{
	border: 1px solid #000;
	margin-top: 30px;
}
.avatar{
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.profile {
	display: flex;	
}
.profile p{
	color: #000;
	margin-left:10px;
}

/*blog content*/
.blog_content{
	margin-top: 10px;
	color: #000;
}

.blog_subcontent h1{
	
	margin-left: 40px;
	padding-right: 10px;
    color: #000;
    font-size: 4.2vh;
    line-height: 1.3;
}
.vline {
  border-left: 3px solid black;
  height: 110px;
}
hr.cover-line{
	border-color: #cfcfcf;
	
}

/*buttons*/
.share-buttons{
  margin-bottom: 35px;
}
.share-buttons .sbuttons{
	bottom: 1px;
  top: 1px;
  border-radius: 0;
  background-color: #000;
  border-color: #fff;
  color: #FFFFFF;
  text-align: center;
  font-size: 17px;
  padding: 3px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}
.sbutton span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

/*end btn*/


.icon-cog {
  color: #000;
}