.post-meta {
display: none;
}

.share_wrapper{
  display: none;
}

.my_button{
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 7px;
  border-color: #f3f3f3;
  border-top-color:#e9e9e9;
  border-top-width: 6px;
  border-style: solid;
  border-width: 2px;
	width: 7.8em;
  height: 1.17em;
  display:inline-block;
	position: relative;
  margin:-0.82em;
  margin-left: 3.5em;
  padding:0.9em;
  cursor:pointer;
  background:#f9f9f9;  
  color:#333333; 
  z-index:0;
}
.my_button:before {
  content: "";
  border-radius: 7px;
  position: absolute;
  z-index:-1;
  top: 0;  left: 0;  right: 0;  bottom: 0;
  background: #efefef;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .2s ease-out;
}
.my_button:hover:before{transform: scaleX(1);}

.my_content{
margin-left: 150;
}