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


.home header {
    margin-bottom: -137px;
}
.home header .wp-block-group {
    background-color: transparent !important;
}
@media (min-width: 992px) {
    .heading-subscribe {
        min-width: 333px;
    }
}
.card-senator {
    background-color: var(--wp--preset--color--accent);
    border-radius: 4px;
    position: relative;
    text-align: center;
    width: calc(33.333% - 15px);
}
.card-senator h6 {
    margin-top: -16px;
}
@media (max-width: 1099.98px) {
    .card-senator {
        width: 398px;
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 699.98px) {
    .card-senator {
        width: 398px;
        max-width: 100%;
    }
}


