/**
 * Theme Name:     Astra Child
 * Author:         Sachin H D
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme Custom
 */


#menu-footer-one li a , #menu-footer-two li a{
	color : #222 !important;
}

footer{
	width : 100% !important;
	padding: 50px 0 !important;
	margin:0 !important;
}

#block-10 a{
	background-color : #1d53dd;
	padding :15px 25px;
	border-radius : 18px;
	color :#fff;
	margin: 10px 0;
}

.ast-hf-mobile-menu  ul a{
	color : #fff !important;
}

.footer-social{
	display : flex;
	justify-content:center;
	align-items:center;
	padding:0;
	margin:0;
}

.footer-social ul{
		display : flex;
	justify-content:center;
	align-items:center;
}


.footer-social  li{
	display:flex;
	list-style:none;
	padding:0 20px;
}

.footer-social li a{
	color :#222;
	padding : 10px 20px;
	background-color : #fff;
	border-radius : 20px;
}

@media  (max-width:600px){
	.footer-social {
		flex-direction:column !important;
		
	}
	
	.footer-social li{
		margin: 10px 0 ;
	}
}
