/* -------------------------------- */
/* -------- EL-TEXT DEFAULT ------- */
/* -------------------------------- */

.el-text.bhElement .el-text-inner {
	-webkit-column-gap: 80px;
	column-gap: 80px;
}
.el-text.bhElement.columnborder .el-text-inner {
	-webkit-column-rule: 1px solid rgba(0,0,0,.15);
	column-rule: 1px solid rgba(0,0,0,.15);
}
.el-text.whitetext * {
	color: white;
}