/* button template 2 */
.zen-button.temp2.btn_center{
  text-align:center;
}
.zen-button.temp2 a{
  font-family:'Open sans condensed';
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 4.45px;
}
.zen-button.temp2 a:before {
  content: '';
  width: 20px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  top: 1px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform-origin: left 0;
      -ms-transform-origin: left 0;
          transform-origin: left 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zen-button.temp2 a:hover{
  color:#000;
}
.zen-button.temp2 a:hover:before{
  color:#000; 
  -webkit-transform: scaleX(1.5); 
      -ms-transform: scaleX(1.5); 
          transform: scaleX(1.5);
}
.zen-button.temp2 a span{
  display:inline-block;
  -webkit-transition:all ease 0.3s;
  -o-transition:all ease 0.3s;
  transition:all ease 0.3s;
}
.zen-button.temp2 a:hover span{
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
/* button template 2 end */    
 