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

h1, h2 {
    font-weight: 700;
}

.home-cover,
.home-cover-mobile {

    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: stretch !important;
}
.home-cover .wp-block-cover__inner-container,
.home-cover-mobile .wp-block-cover__inner-container {
    position: relative !important;
    flex-grow: 1 !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
.home-cover a,
.home-cover-mobile a {
    text-decoration: none !important;
    display: block !important;
}
.home-cover a::before,
.home-cover-mobile a::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
}

.image-slider .carousel-content .wp-block-image {

}
.image-slider .carousel-content .wp-block-image img {

}
.image-slider .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.image-slider .carousel-item.active,
.image-slider .carousel-item-next.carousel-item-start,
.image-slider .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}
/* Force absolute positioning on transitioning items to stop vertical stacking */
.image-slider .active.carousel-item-start,
.image-slider .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.section-image-slider {
    overflow: hidden !important;
}


@media (max-width: 599.98px) {
    .home-cover-mobile {
        min-height: 62vw !important;
    }
}
@media (max-width: 479.98px) {
    .home-cover-mobile {
        min-height: 72vw !important;
    }
}

@media (min-width: 640px) {
    .gform_wrapper.gravity-theme .ginput_container_address .address_city {
        flex: 0 0 40%;
    }
    .gform_wrapper.gravity-theme .ginput_container_address .address_state {
        flex: 0 0 35%;
    }
    .gform_wrapper.gravity-theme .ginput_container_address .address_zip {
        flex: 0 0 25%;
    }
}


