/**
 * Theme Name:     PizzaBalon
 * Author:         PizzaBalon
 * Template:       hello-elementor
 * Text Domain:	   pizzabalon
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.elementor-button-info a {
    background-color: var(--clr-background) !important;
    border-color: var(--clr-web-background) !important;
    color: var(--clr-web-background) !important;
}
    
.elementor-button-info:hover a {
    background-color: var(--clr-web-background) !important;
    border-color: var(--clr-web-background) !important;
    color: var(--clr-background) !important;
}

.elementor-button-success a {
    background-color: var(--clr-background) !important;
    border-color: var(--clr-actent) !important;
    color: var(--clr-actent) !important;
}

.elementor-button-success:hover a {
    background-color: var(--clr-actent) !important;
    border-color: var(--clr-actent) !important;
    color: var(--clr-background) !important;
}

.elementor-button-warning a {
    background-color: var(--clr-actent) !important;
    border-color: var(--clr-actent) !important; 
    color: var(--clr-background) !important;
}

.elementor-button-warning:hover a {
    background-color: var(--clr-background) !important;
    border-color: var(--clr-actent) !important;
    color: var(--clr-actent) !important;
    

}

.elementor-nav-menu li {
    border-right: 2px solid var(--clr-web-background);
    padding: 18px 22px;
}

.elementor-widget-off-canvas {
    --e-off-canvas-animation-duration: 250ms !important;
}