.bis-load-more-wrapper {
	text-align: center;
}

.bis-load-more {
	color: white;
	font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
	border: none;
	border-bottom: 1px solid #cacaca;
	padding: 0;
	padding-bottom: 10px;
	background: transparent;
	font-family: "Libre Franklin", sans-serif;
	cursor: pointer;
	display: inline;
	position: relative;
}

.bis-load-more:after {
	content: "5";
	display: inline-block;
	font-family:  "ETmodules";
	font-size:  16px;
	font-weight: 800;
	position: absolute;
	line-height: 1;
	transition: all .4s ease-out
}

.bis-load-more:hover:after {
	margin-left: 0.5em;
}