/*
 Theme Name:   Astra Child
 Template:     astra
 Version:      1.0.3
 Tags:        astra child, template
*/

.home-slider  .uagb-post__inner-wrap{
	height: 400px;
	min-height: 400px !important
}

.uagb-post-grid.home-slider .uagb-post__title{
	padding-top: 100px;
	color: #fff
}

.uagb-post-grid.home-slider .uagb-post__title a{
	color: #fff
}

 .uagb-post__items article {
	position: relative
}

.uagb-post__image-position-background .uagb-post__text{
		overflow: visible
}
.uagb-post__image-position-background .uagb-post__text .uagb-post__excerpt{
	margin-top: 250px;
	color: #fff
}

/* move this to functions.php so it can use the customizer colors) */
.uagb-block-dcab659c .uagb-post__text .uagb-post__cta {
    color: #fff;
    background: #333;
    border-width: 1px;
    border-style: none;
    float: right;
    margin-top: -30px;
}

.uagb-post-grid.home-slider .uagb-post__title {
    /* padding-top: 100px; */
    color: #fff;
    position: absolute;
    bottom: 0;
    top: 200px;
    right: -20px;
    left: -20px;
    background: rgb(0 0 0 / 57%);
    bottom: 40px;
    padding: 20px;
    height: 200px;
	font-size: 1.3em; 
	line-height: 1.5em
}


