/**
 * Footer widget areas: center all content on mobile.
 *
 * Block/widget alignment controls only apply at desktop; editors keep left alignment
 * there while mobile visitors get centered columns.
 */

@media screen and (max-width: 767px) {
	section.footer-top .footer-col {
		text-align: center;
	}

	section.footer-top .widget,
	section.footer-top .widget_block {
		text-align: center;
	}

	section.footer-top .has-text-align-left,
	section.footer-top .has-text-align-right {
		text-align: center !important;
	}

	section.footer-top .is-content-justification-left,
	section.footer-top .is-content-justification-right,
	section.footer-top .items-justified-left,
	section.footer-top .items-justified-right {
		justify-content: center !important;
	}

	section.footer-top .wp-block-group.is-layout-flex,
	section.footer-top .wp-block-social-links,
	section.footer-top .wp-block-navigation,
	section.footer-top .wp-block-navigation__container,
	section.footer-top .wp-block-buttons {
		justify-content: center !important;
	}

	section.footer-top .wp-block-navigation__container,
	section.footer-top .wp-block-navigation-item,
	section.footer-top .wp-block-navigation .wp-block-navigation-item__content {
		align-items: center;
	}

	section.footer-top .widget-title,
	section.footer-top h2,
	section.footer-top h3,
	section.footer-top .wp-block-heading {
		text-align: center !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	section.footer-top .widget ul,
	section.footer-top .wp-block-categories-list,
	section.footer-top .wp-block-latest-posts,
	section.footer-top .wp-block-page-list {
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}

	section.footer-top .widget ul li,
	section.footer-top .wp-block-categories-list li,
	section.footer-top .wp-block-latest-posts li,
	section.footer-top .wp-block-page-list li {
		text-align: center;
	}

	section.footer-top .widget ul li a,
	section.footer-top .wp-block-categories-list a,
	section.footer-top .wp-block-latest-posts a,
	section.footer-top .wp-block-page-list a {
		display: inline-block;
	}

	section.footer-top .alignleft,
	section.footer-top .alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	section.footer-top .wp-block-image,
	section.footer-top .wp-block-image img,
	section.footer-top .widget_media_image img,
	section.footer-top #media_image-2 img {
		margin-left: auto;
		margin-right: auto;
	}

	section.footer-top form.search-form,
	section.footer-top .wp-block-search {
		margin-left: auto;
		margin-right: auto;
	}

	section.footer-top .tagcloud {
		text-align: center;
	}
}
