/*!
 Theme Name: Rubrum
 Theme URI:
 Author: Dev Team
 Author URI:
 Description: Rubrum is a blank canvas for your ideas and it makes the block editor your best brush.
 Requires at least: 6.6
 Tested up to: 6.7
 Requires PHP: 8.0
 Version: 6.7.1
 Text Domain: rubrum
*/


/** Add your custom styles here **/
.gfield_required_text {
    display: none !important;
}

#gform_wrapper_7 input:not([type="submit"]) {
    background: transparent !important;
    border: 1px solid #FFFFFF80 !important;
}

#gform_wrapper_7 input::placeholder {
    color: #FFFFFF80 !important;
    font-weight: 300 !important;
}

#gform_submit_button_7 {
    background: white !important;
    color: var(--wp--preset--color--secondary) !important;
    border: 1px solid white !important;
}

#gform_submit_button_7:hover {
    background-color: var(--wp--preset--color--primary) !important;
    color: white !important;
    border: 1px solid white !important;

}

#gform_wrapper_9 label,
#gform_wrapper_7 label {
    font-weight: 300;
    font-size: .75rem;
    color: var(--wp--preset--color--primary);
}

#gform_wrapper_7 label {
    color: #FFFFFF80 !important;
}

#gform_wrapper_7 label::before {
    border-color: #FFFFFF80 !important;
}

#gform_wrapper_7 label a {
    color: #FFFFFF80 !important;
    text-decoration: underline !important;
}

#gform_submit_button_9 {
    background: var(--wp--preset--color--secondary) !important;
    color: white !important;
    border: 1px solid var(--wp--preset--color--secondary) !important;
}

#gform_submit_button_9:hover {
    background-color: white !important;
    color: var(--wp--preset--color--secondary) !important;
    border: 1px solid var(--wp--preset--color--secondary) !important;
}

footer .editors-note a {
    text-decoration: underline;
}

footer * {
    font-size: .75rem; 
}
