/**
Theme Name: Astra Child
Version: 1.0.0
Text Domain: astra-child
Template: astra
*/

/*======================= GENERAL =====================*/




/*======================= HOMEPAGE CSS =====================*/




/*======================= INNER PAGES CSS =====================*/




/*======================= FOOTER CSS =====================*/




/*======================= RESPONSIVE CSS (FOR COMPLETE RESPONSIVE LIST PLEASE SEE HERE: https://tinyurl.com/y5zjzuzp )=====================*/

@media screen and (max-width: 1366px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 1280px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 1080px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 1024px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 767px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 640px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 425px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 375px) { 
	/*YOUR CSS HERE*/
}

@media screen and (max-width: 320px) { 
	/*YOUR CSS HERE*/
}