/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    Astra is fast, fully customizable
 */
*{
	outline: none !important;
}
.hdfix {
    position: fixed;
    width: 100%;
}
.inboxes .elementor-element.elementor-widget.elementor-widget-heading {
    min-height: 65px;
    max-width: 330px;
}
.fxheader {
    background: #000 !important;
}
.linkcolor a {
    color: #fff;
}

@media(max-width:600px){
	.inboxes .elementor-element.elementor-widget.elementor-widget-heading {
    min-height: auto;
}
}