/*
 Theme Name:   Arkid Child
 Theme URI:    http://wp.dynamiclayers.net/arkitd
 Description:  Arkid Child Theme
 Author:       DynamicLayers
 Author URI:   https://dynamiclayers.net
 Template:     arkid
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  arkid-child
*/

/*
 * Keep the five global footer widgets on one balanced row on desktop.
 * The theme assigns w-col-3 to a five-widget footer, which otherwise
 * wraps the fourth and fifth widgets onto a second row.
 */
@media (min-width: 1200px) {
	.footer-widget-section #footer-full-content.container {
		width: calc(100% - 80px);
		max-width: 1640px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-widget-section .footer-widgets.widget-count-5.w-col-3 {
		grid-template-columns:
			minmax(0, 1.15fr)
			minmax(0, 0.75fr)
			minmax(0, 1.7fr)
			minmax(0, 1.2fr)
			minmax(0, 1.4fr);
		gap: clamp(24px, 2vw, 44px);
		align-items: start;
	}

	.footer-widget-section .footer-widgets.widget-count-5 > .footer-widget {
		min-width: 0;
		margin: 0;
	}

	.footer-widget-section .footer-widgets.widget-count-5 .widget-brand img,
	.footer-widget-section .footer-widgets.widget-count-5 .wt-subscribe-wrap,
	.footer-widget-section .footer-widgets.widget-count-5 .wt-subscribe-form {
		max-width: 100%;
	}

	.footer-widget-section .footer-widgets.widget-count-5 #nav_menu-3 a,
	.footer-widget-section .footer-widgets.widget-count-5 .widget-comp-contact span {
		overflow-wrap: anywhere;
	}
}