/* 
Theme Name: Mirabello Gourmet
Theme URI: https://dev.nkey.it/mirabellogourmet
Description: Mirabello Gourmet is a child theme of Hello Elementor, created by Gianmarco Rossi
Author: Gianmarco Rossi
Author URI: https://www.nkey.it/
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 */


.line-button.elementor-widget.elementor-widget-button .elementor-widget-container .elementor-button-wrapper>a {
    font-family: "Roboto";
    font-size: 1.1em;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
}
.line-button.elementor-widget.elementor-widget-button .elementor-widget-container .elementor-button-wrapper>a:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    vertical-align: top;
    margin-top: 13px;
    margin-right: 6px;
    background-color: #383a35;
    transition: width 0.3s ease;
}
.line-button.elementor-widget.elementor-widget-button .elementor-widget-container .elementor-button-wrapper>a:hover:before {
    width: 35px;
}