/* Element Styles */

.wpfox_scroll_arrow {
	text-align: center;
}

.wpfox_scroll_arrow .arrow {
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-top: 28px solid #ccc;
	text-indent: -999em;
	display: inline-block;
	overflow: hidden;
	margin: 0;
	top: 70px;
	position: relative;
}

@media (max-width: 63.999em) {
	.wpfox_scroll_arrow .arrow {
		border-left: 16px solid transparent;
		border-right: 16px solid transparent;
		border-top: 25px solid #ccc;
		top: 52px;
	}
}

@media (max-width: 39.999em) {
	.wpfox_scroll_arrow .arrow {
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-top: 22px solid #ccc;
		top: 35px;
	}
}

