/*
Theme Name:     ProgriSaaS Child
Theme URI:      http://wpdemo.archiwp.com/progrisaas/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       progrisaas
*/

@import url("../progrisaas/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label {
    color: #01517d;
	font-family: "DM Sans", sans-serif;
}
.wpforms-submit {
    width: 100%;
    padding: 10px 20px 10px 20px;
    border-radius: 30px 30px 30px 30px;
    background-color: #01517d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}
.wpforms-submit:hover {
    background-color: #8ec041;
    color: #ffffff;
}
.elementor-3870 .is-stuck .elementor-element.elementor-element-2a2dc0b3 .main-navigation > ul > li > a:hover, .elementor-3870 .is-stuck .elementor-element.elementor-element-2a2dc0b3 .main-navigation > ul > li:hover > a {
    color: #01517D;
}