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

.gf_readonly input,
.gf_readonly textarea {
	pointer-events:none;
}


@media only screen and (min-width: 781.5px) and (max-width:990px) {
	.gform-theme--foundation .gfield textarea.large {
		min-block-size: 55rem;
	}
}

@media only screen and (min-width:990.5px) {
	.gform-theme--foundation .gfield textarea.large {
		min-block-size: 45rem;
	}
}

@media only screen and (min-width:500.5px) and (max-width: 781px) {
	.gform-theme--foundation .gfield textarea.large {
		min-block-size: 45rem;
	}
}

@media only screen and (max-width: 499.5px) {
	.gform-theme--foundation .gfield textarea.large {
		min-block-size: 70rem;
	}
}