/**
Theme Name: SIENN
Author: SIENN
Author URI: https://www.sienn.com/
Description: SIENN Astra Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sienn
Template: astra
*/

.wpcf7-acceptance .wpcf7-list-item, .wpcf7-list-item.first {
    margin-left: 0;
}

/* Blog grid */
.uagb-post__inner-wrap .uagb-post__image, .uagb-post__inner-wrap .uagb-post__image a, .uagb-post__inner-wrap .uagb-post__image img {
	height:250px;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.uagb-post__inner-wrap .uagb-post__image img {
	object-fit: cover;
}

.uagb-block-9f1e1120.is-grid .uagb-post__inner-wrap .uagb-post__image:first-child {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

.uagb-post-grid.is-grid .uagb-post__inner-wrap {
    display: flex;
    flex-direction: column;
}

.uagb-post-grid .uagb-post__cta {
	margin-top: auto;
}