#footer .back-top{
	text-transform:uppercase;
	display:block;
	width:31%;
	margin:3.25em auto 0;
	padding-bottom:1.75em;
	text-align:center;
	border-bottom:1px solid #2b2b2b
}
#footer .back-top a{
	display:inline-block;
	color:var(--theme_accent);
	transition:color .5s ease-in-out
}
#footer .back-top a:before{
	content:"";
	width:1em;
	height:1em;
	font-size:22px;
	border:3px solid transparent;
	border-top-color:inherit;
	border-left-color:inherit;
	transform:rotate(45deg);
	display:block;
	transition:top .2s linear;
	position:relative;
	top:0;
	margin:0 auto .48em
}
#footer .back-top a:hover:before{
	top:-10px
}