HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpkoopkj/wp-content/themes/ohio/assets/sass/layouts/_footer.scss
.site-footer {
	background-color: $color-neutral-6;
	
	@include lg-screen {

		&.sticky {
			width: 100%;
			position: fixed;
			bottom: 0;
			left: 0;
			z-index: 1;
			visibility: hidden;

			&.visible {
				visibility: visible;
			}
		}
	}

	@include sm-screen {

		.widgets-column {

			&:not(:last-child) {
				margin-bottom: 2.5rem;
			}
		}
	}

	// Widgets overrides
	
	.widgets {

		@include spacer5x(padding-top);
		@include spacer5x(padding-bottom);

		p {
			margin-top: 0;
		}
	}

	// Copyright bar

	&-copyright {
		font-size: $font-size-small;

		.holder {

			@include spacer2x(padding-top);
	 		@include spacer2x(padding-bottom);

			&:not(.-center) {

				@include flex;
				@include flex-just(space-between);

				@include sm-screen {

					> div {
						text-align: center;

						&:not(:last-child) {
							margin-bottom: 0.5rem;
						}
					}

					@include flex-direction(column);
					@include align-items(center);
				}
			}
		}
	}

	.page-container {

	 	& + .site-footer-copyright {

	 		.holder {
		 		border-top: 1px solid $color-neutral-15;
		 	}
	 	}

	 	&.-full-w {

	 		@include spacer(padding-left);
	 		@include spacer(padding-right);
	 	}
	}
}