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


.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .gfield_label {
    color: var(--wp--preset--color--primary) !important;
    font-size: 12px !important;
    font-weight: 300 !important;
    line-height: 16px !important;
    letter-spacing: 1.2px !important;
}

.gform_wrapper.gravity-theme .gfield_required {
	display: none;
}

#gform_9 input::placeholder {
    color: rgba(0, 0, 0, 0.10) !important;
    font-family: Archivo !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    letter-spacing: 0.51px !important;
}

#gform_9 input::not([type=submit]){
    color: var(--wp--preset--color--primary) !important;
}

#gform_9 input:not([type=submit]) {
	border: 1px solid #fff !important;
	padding: 8px !important;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.50) inset;
	border-radius: 4px !important;
}

#gform_submit_button_9 {
    background: var(--wp--preset--color--secondary) !important;
    border: 1px solid var(--wp--preset--color--secondary) !important;
    color: var(--wp--preset--color--primary) !important;
    padding: 10px 30px !important;
    font-family: "Sofia Sans Extra Condensed" !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 4.5px !important;
}

.ginput_container.ginput_container_consent {
    color: var(--wp--preset--color--primary) !important;
}

body .gform_wrapper form input[type=checkbox] + label::before {
    border-color: var(--wp--preset--color--primary) !important;
}

span.wp-block-navigation-item__label:hover {
    color: #C22031 !important;
}
.tpgb-block-2a0a_2 .tpgb-unfold-last-toggle .tpgb-unfold-toggle .toggle-button-icon, .tpgb-block-de26_2 .tpgb-unfold-last-toggle .tpgb-unfold-toggle .toggle-button-icon, .tpgb-block-2595_2 .tpgb-unfold-last-toggle .tpgb-unfold-toggle .toggle-button-icon {
    color: var(--wp--preset--color--primary) !important;
}

.home-donate-btn .wp-block-button a:hover {
    background: var(--wp--preset--color--primary) !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

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


/* Nextar Expand Block */
.dbl-spc .tpgb-unfold-last-toggle {
    margin: 0 !important;
}
.single-spc .tpgb-unfold-last-toggle {
    margin-top: -15px !important;
}



@media screen and (min-width:781.5px){
    .txt-ord2 {
        order:2 !important;
    }
    .img-ord1 {
        order:1 !important;
    }
}





