/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/
Description: Child theme for Astra, A very lightweight and beautiful theme made to work with Page Builders.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

html {
  scroll-behavior: smooth;
}

p:last-child {
	margin-bottom: 0 !important;
}

b, strong {
	font-weight:600 !important;
}

div.ma_custom_header {
	background-color:#ffffff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition:all ease-in-out 0.3s;
}
div.ma_custom_header:not(.ma_header_sticky) {
	background: none !important;
}