.child-theme-accordion article:not(.open) .wpgb-card-footer {
	height: 0;
	overflow: clip;
}
.child-theme-accordion .wpgb-viewport {
    height: auto !important;
}
.child-theme-accordion .wpgb-area.wpgb-area-bottom-2 {
    margin-top: 0;
}

.child-theme-accordion .wpgb-viewport .wpgb-masonry article {
	position: relative;
	top: 0!important;
	transition: height .13s ease;
}