/* 
Theme Name: Flynaut-child
Author: Flynaut
Author URI: https://flynaut.com/
Description: Flynaut
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: flynaut-child
Template: astra
 */


.header-title-gradient h2.elementor-heading-title{
	background: #FFFFFF;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 55%, rgba(246, 146, 30, 1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.remove-padding .elementor-button-wrapper a.elementor-button{
	padding: 0 !important;
}

.btn-align-botton span.elementor-button-content-wrapper{
	align-items: flex-end;
}

.btn-align-center span.elementor-button-content-wrapper{
	align-items: normal;
}

.btn-align-botton span.elementor-button-content-wrapper .elementor-button-icon{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}