/*!
 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.0
 Text Domain: rubrum
*/


/** Add your custom styles here **/


form legend,
form legend .gfield_required_text,
form label,
form label .gfield_required_text {
    color: black !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.gfield--type-section {
    margin-top: var(--wp--preset--spacing--50) !important;
}

.gform_wrapper form#gform_9 input[type=radio]:checked+label::before {
    background: #FF2600 !important;
    border-color: black !important;
}

.gform_wrapper form#gform_9 input[type=radio]+label::before {
    border-color: var(--wp--preset--color--secondary) !important;
}

strong {
    font-weight: 900 !important;
}

/* How many guests will you be bringing? dropdown */
#input_9_16 {
    width: 10%;
    min-width: 75px;
}

.add-guest-seperator h3 {
    font-size: var(--wp--preset--font-size--medium);
}