top: function()

in amplify-theme/assets/js/scripts.js [275:279]


				top: function() {
					return (
						this.top = $( '.hero-subheader' ).outerHeight( true ) + 100
					);
				},