/*
Theme Name: LawRange
Author: LawRange
Version: 2.0.0
*/
/*.post-recommendation .post-recommendation-slide__img img {*/
/*	border: none;*/
/*}*/
.anchor-scroll-icon {
	animation: scrollBottom 2s ease infinite;
	background: url('media/img/scroll-bar.png') no-repeat center center;
	background-size: contain;
	bottom: 100px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	height: 40px;
	width: 40px;
	z-index: 2;
}
@keyframes scrollBottom {
	0% {
		transform: translateY(-20px);
	}
	55% {
		transform: translateY(0px);
	}
	100% {
		transform: translateY(-20px);
	}
}
