/*
Theme Name: UNITING
Theme URI: http://project.com.au
Author: Slick Design
Author URI: https://slickdesign.com.au
Description: A custom ground-up wordpress theme
Version: 1.2.1
*/

body.page-id-927 div.page-loop div.col.c-1-3.sm-1-2:nth-child(3) 
{
	display: block !important;
}


@media screen and (max-width: 1056px) {
	.foster-care-cta .wp-block-media-text__content {
		padding-bottom: 25px !important;
	}
}

#gform_wrapper_50 .gform_footer {
	display: flex;
	align-items: center;
	gap: 10px;
}

#gform_wrapper_50 #gform_ajax_spinner_50 {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid #ccc;
	border-top: 2px solid #333;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}