/*
Theme Name: Aasha Child
Template:   aasha
Theme URI: https://1.envato.market/aasha-wp
Description: Aasha Child Theme
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: aasha-child
*/


/* Tüm Info butonlarını global olarak özelleştirme */
.elementor-button.elementor-size-sm.elementor-button-info {
    background: none!important ;
    font-weight: bold;
	color:#AC171D!important;
    transition: all 0.3s ease;
}

.elementor-button.elementor-size-sm.elementor-button-info:hover {
    background:none!important;
	color:#AC171D!important;
}




/* Tüm Success butonlarını global olarak özelleştirme */
.elementor-button.elementor-size-sm.elementor-button-success {
    background: none!important ;
    font-weight: bold;
	color:#000000!important;
    transition: all 0.3s ease;
}

.elementor-button.elementor-size-sm.elementor-button-success:hover {
    background:none!important;
	color:#000000!important;
}