/* 
Theme Name: Hovaro
Theme URI: https://hovaro.nl/
Description: Hovaro is de specialist in hoogwaardige renovaties, verbouwingen en aanbouw.
Author: 072DESIGN
Author URI: https://072design.nl/website-laten-maken/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */

.blog-grid-item {
    display: block;
    background-size: cover;
    background-position: center;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    overflow: hidden;
    position: relative;
}
.blog-grid-item .overlay {
    padding: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}