/* FILE: main/footer/_footer.scss */

//
// Site footer and info
//
// For footer widgets see `sidebar` section.
//





// Footer

	.site-footer {
		@extend %font_size_smaller;
		padding: 6% 0;
		border-color: currentColor;

		&-area {
			@extend %content_width;
		}

	}



// Imports

	@import '_site-info';

