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


/* Form */

#gform_fields_10 textarea#input_10_6 {
    border: none !important;
    font-style: italic !important;
    margin-bottom: 15px;
    background-color: transparent !important;
    color: #fff !important;
    resize: none !important;      
    overflow: hidden !important;  
    width: 100% !important;
    display: block !important;
    line-height: 1.5;
}

input#gform_submit_button_10 {
    background: var(--wp--preset--color--tertiary) !important;
    color: var(--wp--preset--color--primary) !important;
}

li.red-btn {
    background-color: var(--wp--preset--color--secondary) !important;
    padding: 8px 25px !important;
    border-radius: 25px;
    border: 1px solid white;
}
li.red-btn:hover {
    background-color: var(--wp--preset--color--tertiary) !important;
}
.red-btn span:hover, .red-btn a, body .red-btn a:hover {
    color: white !important;
}
div#nav-bar {
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-position: top center !important;
    min-height: 250px !important;
    margin: 0 !important;
    width: 100% !important;
    z-index: 10020;
}