/*
Theme Name:   ThemeforWJA
Description:  Child theme of Hello Elementor
Author:       Muhhamad Ahsan Saleemnaz
Author URL:   #
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ThemeforWJA
*/

/* Write here your own personal stylesheet */
@media only screen and (max-width: 767px) {
	.footer-menu ul.elementor-nav-menu {
		display: flex;
		flex-direction: column;
		margin-left: 20px;
		row-gap: 10px;
		text-align: left;
	}
	.footer-list ul.elementor-icon-list-items {
		display: flex;
		flex-direction: column;
		text-align: left;
		align-items: flex-start;
		margin-left: 10px!important;
		row-gap: 10px;
		margin-top: 20px;
	}
	body .footer-list ul.elementor-icon-list-items li a:after, .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
		display: none!important;
	}

}