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

label.gfield_label.gform-field-label {
    color: var(--wp--preset--color--primary);
    font-family: 'Sofia Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
}

.mask-right{
    mask-image: linear-gradient(to left, transparent 0%, white 10%);
  -webkit-mask-image: linear-gradient(to left, transparent 0%, white 10%);
}
.flex-middle {
    justify-content: center;
}

@media (width <=900px) {
    .hero-section .wp-block-column .wp-block-cover {
        min-height:450px !important;
    }
}
@media (width >=1024px){
    .hero-section .wp-block-column:last-child {
    padding: 20px 11.25% 20px 20px !important;
}
}