/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-icon-box-title{
	margin-top: 0;
}
.elementor-icon-box-title:only-child{
	margin: 0;
}
.mpl0 p:last-child{
	margin-bottom: 0;
}

/* Start custom CSS for button, class: .elementor-element-19743d3e */


.elementor-widget-button a {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.elementor-widget-button a::after {
  content: "";
  background: var( --e-global-color-secondary ); /* change fill color here */
  position: absolute;
  z-index: -1;
  padding: 0.85em 0.75em;
}

.elementor-widget-button a::after {
  transition: all 0.3s ease;
}
.elementor-widget-button a:hover::after {
  transition: all 0.3s ease-out;
}

.elementor-widget-button a::after {
  left: -20%;
  right: -20%;
  top: 0;
  bottom: 0;
  transform: skewX(-45deg) scale(0, 1);
}
.elementor-widget-button a:hover::after {
  transform: skewX(-45deg) scale(1, 1);
}

.elementor-widget-button {
    display: flex;
}
/* End custom CSS */