/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 18 2024 | 16:15:23 */
/**
* @fileoverview Footer Items Spacing Corrections
* @description KS-1381- Footer Items Spacing Corrections
*
* @author Andres Rivera
* @date 08-16-2024
*
* Footer spacing.
*
* Changelog:
* - 08/16/2024 - Footer Items Spacing Corrections
*/

@media (max-width: 1024px) {
	#menu-item-1015459 a,
	#menu-item-1015462 a, 
	#menu-item-1015465 a, 
	#menu-item-1015468 a {
		padding: 17.5px 15px;
	}
}

@media (max-width: 768px) {
	#menu-item-1015459 a, 
	#menu-item-1015462 a,
	#menu-item-1015465 a, 
	#menu-item-1015468 a{
		padding: 17.5px 15px;
		font-size: 13px;
	}
	.fl-node-8gqnteolwija i {
		padding: 9px;
	}
	#menu-footer-menu-mobile a {
		padding-top: 11px;
		padding-bottom: 11px;
	}
}


