/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


.current-menu-item {
    font-weight: 800;
}

.text-filled .w-text-h {
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4); /* ou a cor que preferir */
    text-stroke: 2px rgba(255, 255, 255, 0.4);
}

.no-touch .w-popup-trigger.type_image:hover img {
    opacity: 1 !important;
}

.text-gradient {
    background: linear-gradient(
            90deg,
            #00be00 0%,
            #41abc5 100%
    );
    display: inline;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#gform_submit_button_1 {
    margin: 0 auto !important;
}