
@charset 'utf-8';
/*
Theme Name: Good Homes-child
Theme URI: http://goodhomes.themerex.net/
Description: Good Homes - Multipurpose and Multiskin Responsive Wordpress theme
Author: ThemeREX
Author URI:  http://themerex.net/
Template: good-homes
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: good_homes
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

.entry-title{
font-size:10px;}

.archive .post_featured {
    height: 50vh;
    max-height: 500px;
}

.archive img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.archive header>div>section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 28vh;
    background: #021A3C;
    background: -webkit-linear-gradient(180deg, rgba(2, 26, 60, 0.75) 4%, rgba(2, 26, 60, 0) 100%);
    background: -moz-linear-gradient(180deg, rgba(2, 26, 60, 0.75) 4%, rgba(2, 26, 60, 0) 100%);
    background: linear-gradient(180deg, rgba(2, 26, 60, 0.75) 4%, rgba(2, 26, 60, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#021A3C", endColorstr="#021A3C", GradientType=0);
    opacity: 1;
    transition: all 500ms ease;
}
.archive header>div>section.scrolled:before {
    opacity: 0;
    height: 0;
}
@media screen and (min-width: 1024px) {
    header .elementor .elementor-hidden-desktop {
        display: none !important;
    }
}