/* All About Material v1.4.4 refinements */

/* Compact circular back-to-top control, raised clear of the viewport edge. */
.aam-back-to-top {
	right: 26px !important;
	bottom: 44px !important;
	width: 46px !important;
	height: 46px !important;
	min-width: 46px !important;
	min-height: 46px !important;
	padding: 0 !important;
	border-radius: 50% !important;
}

.aam-back-to-top::before {
	width: 9px;
	height: 9px;
}

@media (max-width: 780px) {
	.aam-back-to-top {
		right: 16px !important;
		bottom: 30px !important;
		width: 42px !important;
		height: 42px !important;
		min-width: 42px !important;
		min-height: 42px !important;
	}
}
