HEX
Server: Apache
System: Linux host.fiblib.com 5.14.0-570.58.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 29 06:24:11 EDT 2025 x86_64
User: scientificreligi (1062)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/scientificreligi/public_html/wp-content/themes/scientific-religion/assets/less/footer.less
.gsf_content,
.gsf_template,
.main-footer-wrapper {
	.widget .wp-block-group__inner-container > h2,
	.widget-title {
		&:extend(.body-font);
		font-size: 15px;
		font-weight: 800;
		letter-spacing: 2px;
		text-transform: uppercase;
		border-bottom: none;
		padding-bottom: 0;
		span:before {
			display: none;
		}
	}
}

@media only screen and (min-width: 992px) {
	footer.footer-fixed {
		position: fixed !important;
		bottom: 0;
		left: 0;
		z-index: -1;
		right: 0;
		margin: auto;
		-webkit-backface-visibility: visible;
		-moz-backface-visibility: visible;
		-ms-backface-visibility: visible;
		backface-visibility: visible;
	}

	footer.footer-fixed.static {
		position: static !important;
	}

	body.boxed, body.framed {
		footer.footer-fixed {
			max-width: 1236px;
		}
	}

	body.bordered footer.footer-fixed {
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: (@header_responsive_breakpoint + 1px)) {
	body.header-left footer.footer-fixed {
		left: 300px;
	}

	body.header-right footer.footer-fixed {
		right: 300px;
	}
}