/*!
 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.8.3
 Requires PHP: 8.0
 Version: 6.8
 Text Domain: rubrum
*/


/** Add your custom styles here **/

#hero h2 {
    text-shadow: 0 11px 13.9px rgba(0, 0, 0, 0.40);
}

#hero .wp-block-button__link:hover {
    border-color: var(--wp--preset--color--primary) !important;
    color: var(--wp--preset--color--primary) !important;
}

#gform_wrapper_7 form {
    width: 100%;
}

#gform_fields_7 {
    align-items: center;
}

footer {
    position: relative;
    box-shadow: 0 -6px 12px 0 rgba(0, 0, 0, 0.20);
}


@media screen and (min-width: 768px) {
    #hero .wp-block-button {
        width: 85%;
    }

    .form-and-heading-ctn {
        column-gap: 30px;
    }

    #gform_wrapper_7 {
        margin-top: 0;
        flex-grow: 1;
        display: flex;
    }

    #gform_fields_7 {
            display: flex;
    }

    #field_7_4,
    #field_7_5,
    #field_7_3 {
            flex-grow: 1;
        }

    footer .wp-block-column:first-of-type * {
        text-align: start;
    }

    footer .disclaimer-box .wp-block-group {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

}