////
/// Entry component.
///
/// @group  Components
/// @author Lee Anthony <seothemeswp@gmail.com>
/// @link   https://CustomizePro.com/
////

.footer-widgets {

	@include overlay();

	&-area {
		width: 100%;
	}

	.menu {
		display: block;
	}

	.menu-item {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
}
