/* 
 Theme Name:   Astra Child
 Theme URI:    
 Description:  
 Author:       wisdmlabs
 Author URI:   https://ysi.wisdmlabs.net
 Template:     astra
 Version:      1.1.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

 @media (max-width: 544px) {
	 .ast-header-break-point .ast-builder-menu-1 .menu-item.menu-item-has-children > .ast-menu-toggle{
		 top: unset !important;
	 	color: #fff !important;
	 }
}

/* Removed whitespace from homepage when change screen size */
.elementor.elementor-1582 > section:first-child {
    margin-top: 160px;
}

@media ( max-width: 920px ){
    .elementor.elementor-1582 > section:first-child {
        margin-top:0px ;
    }
}
/* End */
