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


/** Add your custom styles here **/

.gform-field-label__text {
    color: #F4F1EA;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 2%;
}

.para-img .wp-block-columns {
	max-width: 1050px;
}

.text-box {
    justify-content: center;
}

div#gform_9_validation_container {
	background: #ffffff !important;
}

.validation_message {
    color: #fff !important;
}

@media (width < 782px) {
	.left-text {
		order: 2;
	}
	.right-img {
		order: 1;
	}
}