/**
 * Theme Name:     Mahesho Child
 * Author:         Mahesho
 * Template:       hello-elementor
 * Text Domain:	   mahesho-child
 * Description:    Mahesho Child Theme is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly.
 * Theme URI:      https://mahesho.com
 * Author URI:     https://mahesho.com
 * Version:        1.0
 * Tags:           mahesho
 */
.site-header {
	border-bottom: 2px solid #e4ebf7;
    box-shadow: 0 1px 10px rgb(0 0 0/7%);
}
.site-footer,.site-footer a {
  background: #039;
	color: #fbeaea;
}
.site-footer a:hover {
	color: #fff;
}
@media (min-width: 1440px) {
	
.site-footer.footer-has-copyright .footer-inner .site-navigation {
    justify-content: end !important;
}
.site-footer.footer-inverted .footer-inner .site-branding {
    display: none !important;
}
.site-footer:not(.footer-stacked) .footer-inner .copyright {
    max-width: 50% !important;
} 

}