/* PROJECT */
.el-linkbutton{
	cursor: pointer;
}
.el-linkbutton__inner  {
	position: relative;
	display: inline-block;
	color: #fff;
}


.el-linkbutton--left .bhElementInner  {
	text-align: left;	
}
.el-linkbutton--middle .bhElementInner  {
	text-align: center;	
}
.el-linkbutton--right .bhElementInner  {
	text-align: right;	
}

/*

 .el-linkbutton__content {
	display: flex;
	align-items: center;
	justify-content: center;

	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	min-width: 33rem;
	
	font-weight: 500;
	font-size: 1.4rem;
	color: #FFFFFF;
	letter-spacing: 3px;
	text-align: center;
	line-height: 1;
	text-transform: uppercase;
	min-height: 5.5rem;
	box-sizing: border-box;
	padding-left: 1rem;
	padding-right: 1rem;
}
*/

 .el-linkbutton__icon{
	 margin-left: 1rem;
	 font-size: 1.8rem;
 }
 
 
/*
 .el-linkbutton .style-bg--beige{
	 color: #415041;
 }
*/