/* 
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 */

p a,
.a_patch a{
    color: #E73137 !important;
}
p a:hover,
.a_patch a:hover{
    color: #E73137 !important;
    text-decoration: underline;
}



/* === FORM WP PROFILE BUILDER === */
.wppb-form-field label,
.wppb-form-field h4{
    font-weight: 700 !important;
    font-family: 'Libre Baskerville' !important;
}

.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="number"],
.wppb-user-forms input[type="email"],
.wppb-user-forms input[type="url"],
.wppb-user-forms input[type="password"],
.wppb-user-forms input[type="search"],
.wppb-user-forms select,
.wppb-user-forms textarea{
    padding: 8px !important;
    border-radius: 10px !important;
    font-family: 'Libre Baskerville';
    font-size: 16px;
}

.wppb-user-forms input.button,
#wppb-loginform input.button{
    cursor: pointer;
    background-color: #E73137 !important;
    padding: 10px 40px !important;
    border-radius: 10px !important;
    color: #fff !important;
    font-family: 'Libre Baskerville' !important;
    font-weight: 800 !important;
}