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

header .wp-block-navigation__responsive-container-open {
    color: var(--wp--preset--color--primary);
}

header nav {
    padding: 15px 0;
}


.heading-with-strong strong {
    font-weight: 700;
}

/* ACCORDION */
.tpgb-accordion-content {
    padding: 10px;
}

.tpgb-accor-item:last-child {
    margin-bottom: 0 !important;
}

/* FORM */
#input_10_6 {
    border: none !important;
    font-style: italic !important;
    pointer-events: none !important;
    margin-bottom: 15px !important;
}

#gform_fields_10 input {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.gform-footer.gform_footer.top_label {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.footer-image img {
    width: 100%;;
}

@media screen and (max-width: 767px) {
    .hero h1 {
        font-size: 13vw !important;
    }
    .footer-logo {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .hero h1 {
        margin-bottom: -1.75% !important;
    }
}

@media screen and (max-width: 991.92px) {
    .hero {
        min-height: 375px !important;
    }
    .header-row {
        flex-direction: column;
    }
    .header-logo {
        width: 50%;
    }
}