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

html:not(.has-modal-open) body:not(.editor-styles-wrapper) .wp-block-navigation.is-style-link-separator .wp-block-navigation__container>.wp-block-navigation-item:after {
    color: var(--wp--preset--color--secondary);
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: var(--wp--preset--color--primary);
}

:root, body {
    /* Helps prevent scroll shake when header shrinks */
    overscroll-behavior-y: none;
    overflow-anchor: none;
}
#header-inner {
    /* Use transitions to smooth the transition of the CSS changes */
    transition: all 0.5s;
}
.home header {
    margin-bottom: -114px;
}
.home header .header-inner {
    background-color: transparent !important;
    box-shadow: none !important;
}
.header-inner-scrolled {
    background-color: var(--wp--preset--color--primary) !important;
    box-shadow: var(--wp--custom--utility--box-shadow--normal);
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.home-cover {
    height: 67vw;
    max-height: 780px;
}
.sep-left {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.process-icon {
    max-width: 60px !important;
}
@media (min-width: 782px) {
    .heading-width-max {
        max-width: 455px;
    }
}
.img-polling {
    width: 400px;
    max-width: 100%;
}
.wp-block-separator {
    max-width: 100%;
}


