/*
Theme Name: Inspiro Child
Theme URI: https://www.wpzoom.com/free-wordpress-themes/inspiro-lite/
Template: inspiro
Author: WPZOOM
Author URI: https://www.wpzoom.com/
Version: 1.1.1745932221
Updated: 2025-04-29 13:10:21

*/

#wpforms-899-field_0-container > fieldset:nth-child(1) {
    background-image: none;
}
.entry-meta, .entry-footer {
    display: none;
}
.single .entry-cover-image .single-featured-image-header img {
    object-fit: contain;
}
.page .entry-cover-image .single-featured-image-header img {
    object-fit: contain;
}

@media screen and (max-width: 2000px) {
.has-header-image .custom-header-media img, .has-header-image:not(.inspiro-front-page):not(.home) .custom-header-media img, .has-header-video .custom-header-media video {
    height: 100%;
    width: 100%;
    left: 0;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    top: 0;
    object-fit: contain;
}
}