/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for Hello Elementor
Author: Your Name
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

.primary-btn .elementor-button-icon {
	background: #000;
    border-radius: 0 10px 10px 0;
    margin: -15px -28px -15px 27px;
    padding: 15px 20px;
}

.secondary-btn .elementor-button-icon {
	background: #ff6c36;
    border-radius: 0 10px 10px 0;
    margin: -15px -28px -15px 27px;
    padding: 15px 20px;
}

.blue-btn .elementor-button-icon {
	background: #5592F6;
    border-radius: 0 10px 10px 0;
    margin: -15px -28px -15px 27px;
    padding: 15px 20px;
}

.elementor-icon-wrapper {
		display: flex;
}

@media(max-width: 1024.98px) {
	.primary-btn .elementor-button-icon,
	.secondary-btn .elementor-button-icon,
	.blue-btn .elementor-button-icon {
		margin: -11px -15px -11px 15px;
	}
}