/*
Theme Name:     Listify Child
Theme URI:      http://astoundify.com/themes/listify
Template:       listify
Version:        1.0
*/

@media all {
    .has-image.entry-cover--home::after, .has-image.entry-cover::after{
        background:none !important;
    }
    @media (min-width: 1200px) {
        .site-header--transparent .homepage-cover {
            padding-top: 12em;
        }
    }

.entry-cover.image-grid-cover.has-image {
box-shadow: none;
transition: box-shadow 0.4s ease-out;
}

.entry-cover.image-grid-cover.has-image:hover {
	box-shadow: 0 39.275px 70px -14.275px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.4s ease-in;
{

}



}