/**
 * Theme Name:        Elementor Child
 * Theme URI:         
 * Description:       Child for Elementor
 * Version:           1.0.0
 * Author:            Pawel Szymula
 * Author URI:        
 * Tags:              
 * Text Domain:       elementor-hello-child
 * Domain Path:       
 * Tested up to:      6.4
 * Requires at least: 6.2
 * Requires PHP:      7.4
 * License:           GNU General Public License v2.0 or later
 * License URI:       https://www.gnu.org/licenses/gpl-2.0.html
 */

.cta-primary a.elementor-button {box-shadow: 0 0px 20px 0 rgba(255,46,0,.4); border: 2px solid rgba(255,46,0,0); transition: all .5s ease-in-out; border-radius: .25em;}
.cta-primary a.elementor-button:hover {box-shadow: 0 0px 45px 0 rgba(255,46,0,1); border: 2px solid rgba(255,46,0,.2); margin-left: 0px; transform: scale(1.02)}