/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Child theme for Astra.
 Author: vision-svs
 Template: astra
 Version: 1.0.0
*/

/* FORCE Logo Size Adjustment */
.site-header .site-logo-img img,
.site-header .custom-logo-link img,
.ast-header-break-point .site-logo-img .custom-logo-link img {
	max-width: 120px !important;
	width: 120px !important;
	height: auto !important;
}

/* Mobile Adjustment */
@media (max-width: 768px) {
	.site-header .site-logo-img img,
	.site-header .custom-logo-link img {
		max-width: 80px !important;
		width: 80px !important;
	}
}


